Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/1.0.2.0
/
sdk
tag
ecc4185853c6de36e5e44e0548a8a54c2e7aca10
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
f03c9b6fbaedd21920c954c466eb9be2bfe292da
1.0.2.0
2c7f815
Fix dart2js crash on unresolved super call.
by aprelev@gmail.com
· 12 years ago
28676cb
Fix ContainerTypeMask== and ContainerTypeMask.hashCode.
by ngeoffray@google.com
· 12 years ago
a0b92e0
Add another type JSPositiveInt to show a range analysis in the inferrer would be very beneficial :-).
by ngeoffray@google.com
· 12 years ago
07c5ba9
Hide more TimeoutExceptions in all the files importing pub's io.dart.
by lrn@google.com
· 12 years ago
8ae228f
Remove --global-js-name flag (no longer needed).
by kasperl@google.com
· 12 years ago
44c8b95
Add warnings to ListMixin/ListBase about forwarding to a growable list.
by lrn@google.com
· 12 years ago
72ce0a7
Update raw receive port comment.
by floitsch@google.com
· 12 years ago
9677f68
Hide dart:async#TimeoutException in pub.io which implements its own.
by lrn@google.com
· 12 years ago
eea963d
Move registration of type variable constants to resolution.
by zarah@google.com
· 12 years ago
484ebb8
Use the constant.computeMask in IR type inferrer.
by ngeoffray@google.com
· 12 years ago
fbd4b36
Use return instead of throw when calling throwing helpers to implement Dart semantics.
by ngeoffray@google.com
· 12 years ago
caad7fb
incremental hash codes for ir nodes
by lry@google.com
· 12 years ago
e0314a6
Add Future.timeout.
by lrn@google.com
· 12 years ago
fe0a79b
pickling ir nodes
by lry@google.com
· 12 years ago
286721b
Reapply "Assume Document may be HtmlDocument"
by sra@google.com
· 12 years ago
fca9be6
Fix missing 'var' in hand-written JavaScript code
by sra@google.com
· 12 years ago
b26fd6e
Revert "Assume Document may be HtmlDocument"
by sra@google.com
· 12 years ago
4ceaeee
Assume Document may be HtmlDocument
by sra@google.com
· 12 years ago
36865e7
Fix documentation drift between ClosureMirror.apply and the other reflective invocations.
by rmacnak@google.com
· 12 years ago
8d52b8b
Mark 'pub/test/upgrade/hosted/upgrade_removed_constraints_test' as flaky.
by ajohnsen@google.com
· 12 years ago
0997632
Make sure not to store properties on the global JS object.
by kasperl@google.com
· 12 years ago
e60f22c
Add support for Websocket protocols.
by ajohnsen@google.com
· 12 years ago
79cf8dc
Don't report file-system move events on Mac OS, and use no-defer to avoid past events.
by ajohnsen@google.com
· 12 years ago
1d9e1d5
Make the root zone's schduleMicrotask and create[Periodic]Timer bind the callback.
by lrn@google.com
· 12 years ago
f0443b3
Emit a compile-time error when using type literals in case-expressions.
by karlklose@google.com
· 12 years ago
9e3fa2d
Use the integer type to get rid of above 0 checks in bounds checks.
by ngeoffray@google.com
· 12 years ago
fc0a48e
'>>>' does not need a uint32 conversion.
by ngeoffray@google.com
· 12 years ago
f7dd88c
Support reflection on generics with dynamic types.
by zarah@google.com
· 12 years ago
4ff13b1
Check compiler exitCode.
by johnniwinther@google.com
· 12 years ago
f39ba93
Remove debugging code.
by ngeoffray@google.com
· 12 years ago
ca1cf5e
Add UInt32 and UInt31 types to better infer bit operations.
by ngeoffray@google.com
· 12 years ago
73f6699
Add range error paragraph to getUint32
by johnmccutchan@google.com
· 12 years ago
9e26a0f
Fix some static warnings.
by rnystrom@google.com
· 12 years ago
81143c1
Avoid network requests while resolving versions when possible.
by rnystrom@google.com
· 12 years ago
f9cb281
We can actually map the Dart shift right to the JavaScript one under certain conditions.
by ngeoffray@google.com
· 12 years ago
ba8dea6
Fix crash in dart2js on type literal sends.
by ngeoffray@google.com
· 12 years ago
e1b4afa
Add num.parse.
by lrn@google.com
· 12 years ago
8541952
Implement least upper bound.
by johnniwinther@google.com
· 12 years ago
aae8752
Handle parenthesized expression in type promotion.
by johnniwinther@google.com
· 12 years ago
8490a35
Better feature-testing for Chrome browser
by sra@google.com
· 12 years ago
314da36
Add demangle utility to Dartium's dart:html. Demangle typedef names in UserVisibleName.
by rmacnak@google.com
· 12 years ago
7cabd1f
Revert "Revert "Build new IR for functions returning a constant.""
by lry@google.com
· 12 years ago
f5bf361
Revert "Add num.parse."
by lrn@google.com
· 12 years ago
bb008d1
Bailout on array optimizations if the array might escape to reflection land.
by ngeoffray@google.com
· 12 years ago
0539146
Make sure the SSA codegen visit constants used in a switch through the 'visitConstant' method, to ensure they are registered to the compile time constant handler.
by ngeoffray@google.com
· 12 years ago
6961c4a
Most host-checked fixes.
by ngeoffray@google.com
· 12 years ago
e0f3bb3
Add num.parse.
by lrn@google.com
· 12 years ago
d997b51
Change type of parameter with 'var' as modifier in initializing formals to the static type of the field.
by zarah@google.com
· 12 years ago
ce56a03
Fix host-checked mode error.
by ngeoffray@google.com
· 12 years ago
014fe54
Revert "Build new IR for functions returning a constant."
by lry@google.com
· 12 years ago
ebcdf11
Build new IR for functions returning a constant.
by lry@google.com
· 12 years ago
27d1f7a
Inline the fixed array constructor manually in the SSA builder. Also track whether a fixed array ever flows into a method that may check if it is growable.
by ngeoffray@google.com
· 12 years ago
461de40
Fix function subtyping bug.
by johnniwinther@google.com
· 12 years ago
7abe3e6
Document requirement that setRange works with itself as argument.
by lrn@google.com
· 12 years ago
141be96
Fix host-checked mode error.
by ngeoffray@google.com
· 12 years ago
5170072
Nicer pretty printing of jsAst object literals.
by sigurdm@google.com
· 12 years ago
ca20fe6
Remove annotation. Benchmarks are not affected by inlining this method.
by ngeoffray@google.com
· 12 years ago
af73893
Fix filtering out .dart files in release mode.
by rnystrom@google.com
· 12 years ago
f472000
Don't allow accidentally publishing to pub.dartlang.org from the dev version of pub.
by rnystrom@google.com
· 12 years ago
bb1e80c
Update isolate documentation.
by floitsch@google.com
· 12 years ago
0710eb7
Please the analyzer.
by ngeoffray@google.com
· 12 years ago
e9c480c
Fix bug in handling IPv6 proxy hosts
by sgjesse@google.com
· 12 years ago
72692b8
Always inline a method if it is called once.
by ngeoffray@google.com
· 12 years ago
6279004
Avoid unneeded toLowerCase and add fast version of _isTokenChar, in HTTP parser.
by ajohnsen@google.com
· 12 years ago
426d826
Fix an oversight wiht HIndex and HIndexAssign: they can throw if the receiver can be null.
by ngeoffray@google.com
· 12 years ago
13a2617
Better handling of IPv6 with HTTP proxy
by sgjesse@google.com
· 12 years ago
d953287
We cannot send fixed lists to a worker anymore, because they contain an extra property holding a function. We can send a growable list.
by ngeoffray@google.com
· 12 years ago
08b6932
Revert "Nicer pretty printing of jsAst object literals."
by sigurdm@google.com
· 12 years ago
2627136
Use a function instead of a value for marking fixed and const arrays, so that JavaScript engines can assume the property will never change.
by ngeoffray@google.com
· 12 years ago
6202c0c
Nicer pretty printing of jsAst object literals.
by sigurdm@google.com
· 12 years ago
a203c64
Recognize this.foo = 42 in the type inferrer, and optimize in case it only reaches a `foo` field.
by ngeoffray@google.com
· 12 years ago
9fd9b07
Fix typo in core documentation.
by lrn@google.com
· 12 years ago
d530df2
Remove hack on typed array length fully: previous CL just removed the length access, not setting the extra field.
by ngeoffray@google.com
· 12 years ago
0f61205
Documentation update
by sgjesse@google.com
· 12 years ago
90e5792
Remove hack for length access of typed arrays.
by ngeoffray@google.com
· 12 years ago
9e8880c
Remove DateTime TODO. API is stable now.
by floitsch@google.com
· 12 years ago
1b97a47
Fix timezone extraction for IE and Opera.
by floitsch@google.com
· 12 years ago
5f8d021
Change InternetAddress back to abstract and make the constructor a factory
by sgjesse@google.com
· 12 years ago
892c0c8
DateTime.parse throws a FormatException and not an ArgumentError.
by floitsch@google.com
· 12 years ago
93d6f94
Remove abstract from InternetAddress now that it has a constructor
by sgjesse@google.com
· 12 years ago
a7db0f1
Simplify 0-timers to not go through the eventhandler.
by ajohnsen@google.com
· 12 years ago
3aecb9e
Fix http headers to enable chunked transfer encoding when content-length is set to -1.
by ajohnsen@google.com
· 12 years ago
26f89db
Fix dart2js after InternetAddress change
by sgjesse@google.com
· 12 years ago
2a63af9
Add RawReceivePort to dart2js.
by lrn@google.com
· 12 years ago
d4345e6
Use 'eagerError' on Future:wait in HTTP, after Futute:wait change.
by ajohnsen@google.com
· 12 years ago
f30972c
Remove warnings in SplayTreeSet.
by lrn@google.com
· 12 years ago
32e6279
Update InternetAddress
by sgjesse@google.com
· 12 years ago
feaba45
Add missing removeWhere/retainWhere methods to Queue interface.
by lrn@google.com
· 12 years ago
c79c647
Update documentation for List.removeAt.
by lrn@google.com
· 12 years ago
3ed80c3
Compute position and isAbstract for function elements on construction
by lry@google.com
· 12 years ago
e03a741
Clean up HttpHeaders to always have them in a consistent state.
by ajohnsen@google.com
· 12 years ago
cd2cf50
Add SplayTreeSet.
by lrn@google.com
· 12 years ago
f3a501e
Make Future.wait have an eagerError option that defaults to false.
by lrn@google.com
· 12 years ago
b78e3b5
Revert "make position of PartialFunctionElement final"
by lry@google.com
· 12 years ago
35e9adb
make position of PartialFunctionElement final
by lry@google.com
· 12 years ago
d60823a
Use parser events to detect abstract methods.
by lry@google.com
· 12 years ago
edde44d
Compute position and isAbstract for function elements on construction
by lry@google.com
· 12 years ago
915b5b2
Update the documentation for List.replaceRange.
by lrn@google.com
· 12 years ago
d512b4d
Fix http://code.google.com/p/dart/issues/detail?id=15017.
by ngeoffray@google.com
· 12 years ago
4ca65d0
Fix a bug in the type inferrer.
by ngeoffray@google.com
· 12 years ago
Next »