Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.2.2
/
sdk
tag
a26bd21d4cb552eaefdf4e9dc269a41f507bc6f4
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
2e2d8f2eb2e7fb433962d5cd53d3f55cbb5af93f
0.8.2.2
0f7a0bd
Rename runAsync to scheduleMicrotask.
by floitsch@google.com
· 12 years ago
c1ae2cb
Mark reports_dart_parse_errors_test as flaky.
by floitsch@google.com
· 12 years ago
189b225
Simplify handling of Subscriptions.
by floitsch@google.com
· 12 years ago
dc9c5f4
Redo StreamTransformers so they work with Stack traces.
by floitsch@google.com
· 12 years ago
a2a244e
Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'.
by aprelev@gmail.com
· 12 years ago
cee2b11
Revert "Maintain referential integrity of proxy instances in dart:js"
by justinfagnani@google.com
· 12 years ago
0ae3c96
Removing explicit custom element upgrade for Dartium
by blois@google.com
· 12 years ago
564fbb6
Add proper API for creating private symbols wrt a library.
by rmacnak@google.com
· 12 years ago
b2316c5
Maintain referential integrity of proxy instances in dart:js
by justinfagnani@google.com
· 12 years ago
28388cf
Split HTypeKnown from HTypeConversion.
by sra@google.com
· 12 years ago
a295af5
Correction: Unsupported error needs a string argument in reflectedType.
by gbracha@google.com
· 12 years ago
c6725a1
Preparation for moving methods up to TypeMirror from ClassMirror.
by gbracha@google.com
· 12 years ago
9ce229c
Remove requirement for MirroredCompilationError.
by gbracha@google.com
· 12 years ago
9209d25
Fix merge commit bug.
by rnystrom@google.com
· 12 years ago
2c095c7
Make pub build use barback.
by rnystrom@google.com
· 12 years ago
005ac97
Revert toString output changes of Queues, and LinkedLists.
by floitsch@google.com
· 12 years ago
8882916
Update dom streams with new signatures.
by floitsch@google.com
· 12 years ago
b95a02f
Remove debug print from previous commit.
by ajohnsen@google.com
· 12 years ago
86e664e
Preserve '\' in filenames for uploads, as Windows/IE contains them.
by ajohnsen@google.com
· 12 years ago
af01be2
Handle clash of prefix/non-prefix imports.
by johnniwinther@google.com
· 12 years ago
4be547c
Adapt streams for additional stackTrace argument.
by floitsch@google.com
· 12 years ago
9562439
Add second argument to Future error handlers.
by floitsch@google.com
· 12 years ago
e73ce83
Rename error to _reportError in HttpParser.
by floitsch@google.com
· 12 years ago
a144c11
Make JSON encoder take extra function argument to use instead of toJson calls.
by lrn@google.com
· 12 years ago
dcb98b6
Support extends/implements of Function.
by johnniwinther@google.com
· 12 years ago
36d28b3
Change the toString method of IterableBase/IterableMixin to show some elements.
by lrn@google.com
· 12 years ago
3537449
Change "E" to "String" on CssClassSet.lookup
by lrn@google.com
· 12 years ago
04c230b
Add Set.lookup method to get the instance in the set.
by lrn@google.com
· 12 years ago
8abeb67
Improve barback/pub logging.
by rnystrom@google.com
· 12 years ago
ef9419d
Convert keys in dataSet to camelCase instead of dasherized.
by efortuna@google.com
· 12 years ago
108dc7d
Tweaks to the mirror spec: Move typeVariables up to TypeMirror in prepartion for moving TypedefMirror directly under TypeMirror. Add isConstant to VariableMirror. Minor dartdoc refinements.
by gbracha@google.com
· 12 years ago
6999dd7
Work-around for Issue 13955.
by sra@google.com
· 12 years ago
c2f5471
Removing Element.createdCallback
by blois@google.com
· 12 years ago
95c3be5
Made index_db Cursor.next behavior consistent between JS and vm.
by efortuna@google.com
· 12 years ago
a8f1004
Add "matchingTarget" function to Event, which is the Element that matched the CSS value selector.
by efortuna@google.com
· 12 years ago
a5da5b5
Fix mis-capitalization in noSuchMethod doc comment
by alanknight@google.com
· 12 years ago
8dd8bcc
Don't overpromise on HashSet performance.
by lrn@google.com
· 12 years ago
fda0b4e
Revise doc comments.
by rnystrom@google.com
· 12 years ago
226cd9e
Fix a typo in r28389.
by nweiz@google.com
· 12 years ago
fc0defc
Support loading of transformer groups in pub.
by nweiz@google.com
· 12 years ago
4a96ec6
Dartium KeyEvent fix.
by efortuna@google.com
· 12 years ago
67a56ef
Fix KeyEvent (factory) constructor in Dartium.
by efortuna@google.com
· 12 years ago
79d6ca8
Reapply KeyEvent improvements.
by efortuna@google.com
· 12 years ago
d27cc84
dart2js: Fix type of receiver in native generative constructor - a bug in r28278.
by sra@google.com
· 12 years ago
8244b71
Since the serve tests implicitly run dart2js too, they are slower as well.
by rnystrom@google.com
· 12 years ago
ba741e9
Rename "pub deploy" to "pub build".
by rnystrom@google.com
· 12 years ago
8f56191
Rename "install" -> "get" and "update" -> "upgrade".
by rnystrom@google.com
· 12 years ago
6ddb3e3
Give more time to the dart2js transformer tests.
by rnystrom@google.com
· 12 years ago
9c5078b
"Reverting 28321"
by efortuna@google.com
· 12 years ago
c5fe58c
Fully polyfill KeyEvent so that you can programmatically create your own "keyboard" events.
by efortuna@google.com
· 12 years ago
a131ab5
Add scrollIntoViewIfNeeded on Dartium.
by efortuna@google.com
· 12 years ago
e3713a0
Make List.shuffle take an optional Random object to use.
by lrn@google.com
· 12 years ago
7b2098d
Add support for meta targets in MirrorsUsed.
by kasperl@google.com
· 12 years ago
4a7f956
Call .created constructor on dart2js custom elements
by sra@google.com
· 12 years ago
c97f5ae
Fix the names of some tests.
by rnystrom@google.com
· 12 years ago
69149c3
Add flag to pub serve to disable dart2js.
by rnystrom@google.com
· 12 years ago
93494ab
Move the transformer tests.
by rnystrom@google.com
· 12 years ago
ebb6457
Generative constructor factories for native objects
by sra@google.com
· 12 years ago
11a4e72
Improve use of English.
by dgrove@google.com
· 12 years ago
eaa854b
Move Rectangle and Point into dart:math.
by efortuna@google.com
· 12 years ago
3cbf914
Make reflectClass in dart2js behave appropriately when passed bad arguments.
by rmacnak@google.com
· 12 years ago
a77536b
Fix type error in http_impl.dart.
by whesse@google.com
· 12 years ago
9293307
Report hidden imports on reference only.
by johnniwinther@google.com
· 12 years ago
e98871b
dart:io | Replace duplicate implementation with Uri.resolveUri in HttpClient.
by whesse@google.com
· 12 years ago
3393756
Don't evaluate the argument twice for unresolved static setter calls.
by karlklose@google.com
· 12 years ago
8e56db9
Implement lookupMember for type variables.
by karlklose@google.com
· 12 years ago
bf2cab4
Change dartdoc to use Directory.systemTemp.
by whesse@google.com
· 12 years ago
8bb3b67
Fix dart2js transformer on Windows.
by rnystrom@google.com
· 12 years ago
7955fe0
Use our own DiagnosticHandler for dart2js.
by rnystrom@google.com
· 12 years ago
385516e
Support dart2js in pub serve.
by rnystrom@google.com
· 12 years ago
b56528f
Make the implementations of InstanceMirror.hashCode use dart:core's identityHashCode.
by rmacnak@google.com
· 12 years ago
cdf0402
Handle exports being registered before declarations.
by johnniwinther@google.com
· 12 years ago
29be997
Fix warnings and hints.
by kasperl@google.com
· 12 years ago
3c0c99a
Add Directory.systemTemp getter to replace createSystemTemp().
by whesse@google.com
· 12 years ago
2a375ea
Update handling of exports.
by johnniwinther@google.com
· 12 years ago
05a0d84
More separation of concerns in emitter.
by ahe@google.com
· 12 years ago
2fe4d5b
Fix missing import of checkNum in dart2js math patch file.
by lrn@google.com
· 12 years ago
71cf84e
Change constant that is used for deprecated metadata.
by floitsch@google.com
· 12 years ago
55a8a72
Add List.shuffle().
by lrn@google.com
· 12 years ago
38ee5cb
Emit a compile-time error for uninitialized final variables.
by karlklose@google.com
· 12 years ago
0a92381
Remove bad outdated doc.
by floitsch@google.com
· 12 years ago
ac0e71a
Add deprecation notices to dart:utf and dart:json.
by floitsch@google.com
· 12 years ago
d476db7
Only have one method for generating a method.
by ahe@google.com
· 12 years ago
6a6bfa9
Check mixin of black-listed types.
by johnniwinther@google.com
· 12 years ago
0b53b15
"Reverting 28184"
by efortuna@google.com
· 12 years ago
837c6b6
Move Point and Rect over to dart:math, to be re-exported by dart:html.
by efortuna@google.com
· 12 years ago
c282ae9
Cache the context proxy. Don't use window for global 'this'.
by justinfagnani@google.com
· 12 years ago
a0b5963
Use first-class types to clean up pub's transformer loading a bit.
by nweiz@google.com
· 12 years ago
c65685a
Remove dead code.
by floitsch@google.com
· 12 years ago
05bb036
Implementing CustomElement's attributeChanged callback in dart2js.
by blois@google.com
· 12 years ago
b01493e
Use selectors instead of names to know if a call site returns the element of a list. This fixes the bug where, for example, a.last() would return the element type of the list.
by ngeoffray@google.com
· 12 years ago
24d089f
- Eliminated the excessive prefixing in the renamer of dart2dart.
by bak@google.com
· 12 years ago
ae51c31
Move code to ContainerBuilder.
by ahe@google.com
· 12 years ago
3884dcd
Move getReflectionDataParser to its own file.
by ahe@google.com
· 12 years ago
41135e1
Handle compile-time constness for conditionals and type literal calls.
by johnniwinther@google.com
· 12 years ago
713c8e9
Rename emitter.dart.
by ahe@google.com
· 12 years ago
5284c33
Split emitter into multiple files.
by ahe@google.com
· 12 years ago
e55c3d7
Move emitter to own library.
by ahe@google.com
· 12 years ago
6beb938
Avoid liblib prefixes for private names.
by kasperl@google.com
· 12 years ago
474c64a
Fixing dart2js bot break from custom element constructors
by blois@google.com
· 12 years ago
Next »