Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.2.3
/
sdk
tag
2f4b4e7277467bfdc3a97669ad4525a57f7176c8
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
f71cd7c368323c8ae95b13584764d98aa41036f8
0.4.2.3
f71cd7c
Version 0.4.2.3 .
by dgrove@google.com
· 10 years ago
0.4.2.3
aca4a1d
Fixing dart2js size regression introduced by Node.model.
by blois@google.com
· 12 years ago
ad74dd0
Added the CanvasImageSource interface, which all types that a canvas can draw
by amouravski@google.com
· 12 years ago
37f8dea
Improved interceptor optimization test.
by sra@google.com
· 12 years ago
26b77f9
Adding a model property to Node which is inherited through the tree.
by blois@google.com
· 12 years ago
c5cae7f
HFieldGet and HFieldSet may be pure.
by sra@google.com
· 12 years ago
4c32dff
Do not generate control-flow for is-checks in the builder.
by karlklose@google.com
· 12 years ago
b0a2eca
dart:io | Make broken links report NOT_FOUND from FileSystemEntity.typeSync on Windows.
by whesse@google.com
· 12 years ago
f85fa4f
Make argument to StringSink.writeln optional.
by floitsch@google.com
· 12 years ago
40b5bc1
Deprecate Iterable and Stream's min and max methods.
by lrn@google.com
· 12 years ago
ff12ed6
Revert "Do not generate control-flow for is-checks in the builder."
by karlklose@google.com
· 12 years ago
b1ea3d1
Do not generate control-flow for is-checks in the builder.
by karlklose@google.com
· 12 years ago
8828693
dart:io | The empty path should return "." for its toNativePath value.
by whesse@google.com
· 12 years ago
8ec0be9
Move JS AST building stuff into a separate file from the AST nodes
by erikcorry@google.com
· 12 years ago
cd432cf
Fix function subtype test for inline function types.
by johnniwinther@google.com
· 12 years ago
844cd39
Change getRange to sublist. Make getRange deprecated.
by lrn@google.com
· 12 years ago
a1029cb
Fix after bad merge.
by floitsch@google.com
· 12 years ago
76d507c
Add List.insert.
by floitsch@google.com
· 12 years ago
9010575
dart:io | Handle drive letters in Path.relativeTo on Windows.
by whesse@google.com
· 12 years ago
978bfad
Re-land "Make sure TypeMask.union/intersection always return a non-null TypeMask."
by kasperl@google.com
· 12 years ago
05905fd
Add Stream.periodic.
by floitsch@google.com
· 12 years ago
4c6f537
Second fix to bad merge
by erikcorry@google.com
· 12 years ago
d67f114
Fix setOption on Socket and _DetachedSocket.
by ajohnsen@google.com
· 12 years ago
c8fc3e7
Mark test passing and fix bad merge
by erikcorry@google.com
· 12 years ago
9833df5
Trust type annotations on int, double and num. Collapse {int,double} into num.
by polux@google.com
· 12 years ago
6f6d65d
Revert "Make sure TypeMask.union/intersection always return a non-null TypeMask."
by kasperl@google.com
· 12 years ago
fb53f40
Add setOption method on Socket/RawSocket.
by ajohnsen@google.com
· 12 years ago
f0ed72c
Make sure TypeMask.union/intersection always return a non-null TypeMask.
by kasperl@google.com
· 12 years ago
0126447
Fix return type of redirecting factory, as well as doing a closure call on a getter.
by ngeoffray@google.com
· 12 years ago
f231e13
Start only having raw interface types in type masks.
by kasperl@google.com
· 12 years ago
9de16ed
Fix CssClassSet methods to accept Set, not Collection.
by lrn@google.com
· 12 years ago
2a857de
dart2js: Create noSuchMethod handlers at runtime to reduce overhead.
by erikcorry@google.com
· 12 years ago
30d5d32
Do not infer types of native fields and methods. Use the type annotations instead.
by ngeoffray@google.com
· 12 years ago
69731ad
We must visit the children of string interpolation, string juxtaposition, list and map.
by ngeoffray@google.com
· 12 years ago
2987d53
dart:io | Add Link class, as sibling to File and Directory.
by whesse@google.com
· 12 years ago
8b30b78
dart2dart: Work around name argument bug dartbug.com/9103 in the compiler
by erikcorry@google.com
· 12 years ago
5768211
Make Set.containsAll accept Iterable. Deprecate Set.isSubsetOf.
by lrn@google.com
· 12 years ago
e32dbf4
The intercepted classes set contains interceptor classes, not the classes they intercept.
by ngeoffray@google.com
· 12 years ago
1f4ec45
Fix a bug in the inferrer, where methods that had condition returns were not saying they could also return null.
by ngeoffray@google.com
· 12 years ago
e34883b
Always normalize a Range. The analysis does not work when it sees a range with unknown as bounds.
by ngeoffray@google.com
· 12 years ago
255f4e4
"Reverting 19985"
by ager@google.com
· 12 years ago
067a553
Deprecate Set.isSubsetOf, make Set.containsAll accept iterable.
by lrn@google.com
· 12 years ago
e0e9db9
Revert "Revert "Use interceptor convention for methods declared on native classes.""
by sra@google.com
· 12 years ago
ad4228e
Revert "Use interceptor convention for methods declared on native classes."
by sra@google.com
· 12 years ago
ea75867
Use interceptor convention for methods declared on native classes.
by sra@google.com
· 12 years ago
7990ab8
Optimize http-parser by forwarding body-only data chunks.
by ajohnsen@google.com
· 12 years ago
4ece59d
Revert "Revert "Generate names for interceptor constants based on class name""
by sra@google.com
· 12 years ago
dc198ce
Revert "Generate names for interceptor constants based on class name"
by sra@google.com
· 12 years ago
880db86
Generate names for interceptor constants based on class name
by sra@google.com
· 12 years ago
a4a72c2
Updates to the new analyzer to help make the try bot happy.
by devoncarew@google.com
· 12 years ago
e67f755
Start adding some side effect tracking for HForeign to get rid of unused type parameters in constructors.
by ngeoffray@google.com
· 12 years ago
1b585cb
Attempting to remove ArrayBufferView.buffer penalty.
by blois@google.com
· 12 years ago
7319c97
Keep StringBuffer.clear.
by floitsch@google.com
· 12 years ago
98652b2
Fix the unit test and don't use JavaScriptBackend in the ClosureTranslator.
by karlklose@google.com
· 12 years ago
482b2f3
Move Options to dart:io.
by floitsch@google.com
· 12 years ago
f9ae90a
Add Set.union, Set.difference. Change Set methods to expect Set.
by lrn@google.com
· 12 years ago
c8f2a81
Rename Timer.repeating to Timer.periodic.
by floitsch@google.com
· 12 years ago
a1fcb7f
Add needsRti to the Dart2Dart backend.
by karlklose@google.com
· 12 years ago
993833a
Move RTI related information from the world to the backend.
by karlklose@google.com
· 12 years ago
de312cd
Fix bug 9090: provide the paramter checks arguments to the generative constructor body after the regular arguments.
by ngeoffray@google.com
· 12 years ago
10af872
Fix multiple close of incoming in _HttpParser.
by ajohnsen@google.com
· 12 years ago
4e74809
Fix type inference regression by dealing correcty with getters on "this" in a generative constructors. They don't expose "this", but may nullify the accessed field.
by ngeoffray@google.com
· 12 years ago
66d4259
Clarify some documentation around runes, aka code points
by erikcorry@google.com
· 12 years ago
5946117
Fix empty zlib deflate and early close of responses.
by ajohnsen@google.com
· 12 years ago
afce0c1
New fieldspec for interceptor getters and setters
by sra@google.com
· 12 years ago
80c92c6
Sort classes by source position.
by sra@google.com
· 12 years ago
bf56eeb
Create "binaries" for calling the new analyzer.
by ricow@google.com
· 12 years ago
65718c5
Rename XMatching to XWhere.
by floitsch@google.com
· 12 years ago
80a8c72
Also request bug reports when the compiler crashes outside withCurrentElement.
by ahe@google.com
· 12 years ago
ee66ff5
bool || void does not work in Dart. Also fix code for checking if this is exposed in ForIn node.
by ngeoffray@google.com
· 12 years ago
f269238
Read type argument from local in constructor.
by karlklose@google.com
· 12 years ago
7900122
Track types of non-final fields in the simple type inferrer.
by ngeoffray@google.com
· 12 years ago
0a03172
Add typeVariableOccurrence and containsTypeVariables to DartType.
by johnniwinther@google.com
· 12 years ago
dd9cbb7
Change type to var to avoid explicit cast.
by ajohnsen@google.com
· 12 years ago
bd3cbff
Fix analyzer warnings in dart:io.
by ajohnsen@google.com
· 12 years ago
959193b
Buffer the entire http header to one packet, and buffer other data in chunks of 4-16 kb.
by ajohnsen@google.com
· 12 years ago
34be2d5
Support GZip encoding on the http server.
by ajohnsen@google.com
· 12 years ago
71688a8
Only measure in --verbose mode.
by ahe@google.com
· 12 years ago
8e09592
Cleanups in collection.
by lrn@google.com
· 12 years ago
cee21aa
Support type variables as expressions.
by karlklose@google.com
· 12 years ago
16cabfa
Support optional function expression parameters in dart2js... and dart2dart.
by aprelev@gmail.com
· 12 years ago
69d0484
- Use dart:typedata types in the Dart API calls.
by asiva@google.com
· 12 years ago
4ec687f
Proper catch clause.
by antonm@google.com
· 12 years ago
f36214a
Regen libs.
by antonm@google.com
· 12 years ago
4bc6e56
Fix issue 9050 by always using the enclosing type annotation when registerging an RTI dependency. For example:
by ngeoffray@google.com
· 12 years ago
dcc147d
dart2js: Use "show Path" on an import of dart:io to avoid name conflict.
by whesse@google.com
· 12 years ago
72dd746
Ensure proper order of overload checks.
by antonm@google.com
· 12 years ago
4475239
Avoid checking for null base type in registerForeignType.
by kasperl@google.com
· 12 years ago
d448474
Fix dartc issue.
by kasperl@google.com
· 12 years ago
2546bd7
Get rid of old code for union/intersection in HType.
by kasperl@google.com
· 12 years ago
e6960b6
Revert "Support optional function expression parameters in dart2js."
by aprelev@gmail.com
· 12 years ago
7119f07
Fixing Node.nodes.first.
by blois@google.com
· 12 years ago
3dc9e79
Consolidating platform code into dart:html_common
by blois@google.com
· 12 years ago
8511a59
Support optional function expression parameters in dart2js.
by aprelev@gmail.com
· 12 years ago
30764d4
Was benchmarking the differences between document.query and using the native DOM methods when available, and document.query is significantly worse in almost all scenarios.
by blois@google.com
· 12 years ago
51701ce
Futureify requestFileSystem in WorkerContext.
by efortuna@google.com
· 12 years ago
6e056b8
Lots of little changes for dartdoc/apidoc.
by amouravski@google.com
· 12 years ago
9baeb86
Another fix for the patch issue.
by ngeoffray@google.com
· 12 years ago
cead1d4
ceil/floor/truncate/round return integers.
by floitsch@google.com
· 12 years ago
118fa93
BUG=
by blois@google.com
· 12 years ago
Next »