Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.0.0
/
lib
tag
5d8000dd47ea371a5a73d8fcce8356bfbce424e3
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
94cd105105994cd18405234c2a0a17fa5f27f688
0.2.0.0
94cd105
Version 0.2.0.0.
by dgrove@google.com
· 10 years ago
0.2.0.0
03b9aad
Version 0.1.6.0
by ricow@google.com
· 10 years ago
0.1.6.0
5b06abf
Version 0.1.5.0
by ricow@google.com
· 10 years ago
0.1.5.0
0610cb3
Version 0.1.4.0
by ricow@google.com
· 10 years ago
0.1.4.0
7824353
Version 0.1.3.0
by dgrove@google.com
· 10 years ago
0.1.3.0
0937a23
Version 0.1.1.0
by dgrove@google.com
· 10 years ago
b7e27fc
Version 0.1.0.0
by dgrove@google.com
· 10 years ago
8a431ac
result of
by dgrove@google.com
· 10 years ago
dce89d6
result of
by dgrove@google.com
· 10 years ago
8b45263
result of
by dgrove@google.com
· 10 years ago
7cd8d97
result of
by dgrove@google.com
· 10 years ago
eaeeffc
result of
by dgrove@google.com
· 10 years ago
18e4400
result of
by dgrove@google.com
· 10 years ago
1eedd0a
result of
by dgrove@google.com
· 10 years ago
4a0bd7e
result of
by dgrove@google.com
· 10 years ago
733a9bd
result of
by dgrove@google.com
· 10 years ago
f1488e3
result of
by dgrove@google.com
· 10 years ago
a78aad6
result of
by dgrove@google.com
· 10 years ago
43f5720
result of
by dgrove@google.com
· 10 years ago
c5c3d9b
result of
by dgrove@google.com
· 10 years ago
8b31eba
result of
by dgrove@google.com
· 10 years ago
9245995
result of
by dgrove@google.com
· 10 years ago
2f9c268
Result of
by dgrove@google.com
· 10 years ago
21a5449
result of
by dgrove@google.com
· 10 years ago
c4767f8
result of
by dgrove@google.com
· 10 years ago
2c23b2d
result of
by dgrove@google.com
· 10 years ago
8cef7c3
result of
by dgrove@google.com
· 10 years ago
85249c5
result of
by dgrove@google.com
· 10 years ago
6666b85
result of
by dgrove@google.com
· 10 years ago
2933313
result of svn merge -r 10021:10115 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
by dgrove@google.com
· 10 years ago
e775244
result of
by dgrove@google.com
· 10 years ago
5fdc13b
result of
by dgrove@google.com
· 10 years ago
d726b9c
result of
by dgrove@google.com
· 10 years ago
db73d09
result of
by dgrove@google.com
· 10 years ago
4d968b4
result of
by dgrove@google.com
· 10 years ago
6997401
(remerge after revert of r9571)
by dgrove@google.com
· 10 years ago
b65349d
Revert r9571, which had some merge issues.
by dgrove@google.com
· 10 years ago
45e1a57
svn merge -r 9312:9474 https://dart.googlecode.com/svn/branches/bleeding_edge trunk
by pquitslund@google.com
· 10 years ago
1373709
Force named arguments in constructors.
by antonm@google.com
· 13 years ago
a5202b9
WebKit IDL are getting closer to the standard, but...
by antonm@google.com
· 13 years ago
7ee39fa
Generate contains() method for list mixin only if not already defined.
by sra@google.com
· 13 years ago
e4299ae
Restore custom attribute.
by antonm@google.com
· 13 years ago
e2f288e
Discard modules information.
by antonm@google.com
· 13 years ago
89f5dae
Rename OutOfMemoryException to OutOfMemoryError.
by lrn@google.com
· 13 years ago
f7a56d3
Revert "Rename OutOfMemoryException to OutOfMemoryError."
by kasperl@google.com
· 13 years ago
13a2fae
Parse redirecting constructor references.
by ahe@google.com
· 13 years ago
58f3453
Rename OutOfMemoryException to OutOfMemoryError.
by lrn@google.com
· 13 years ago
3ff51bb
Make sure that parts of a date are returned as ints.
by karlklose@google.com
· 13 years ago
ebcfd3e
Inline calls to identical.
by kasperl@google.com
· 13 years ago
a3e9634
Fix origin/patch warnings.
by johnniwinther@google.com
· 13 years ago
8a122ad
Remove VariableScope, Scope.lexicalLookup and Scope.inStaticContext
by johnniwinther@google.com
· 13 years ago
0fa9c80
Clean up leg.dart.
by ahe@google.com
· 13 years ago
f070fb2
Rename leg.dart and resolver.dart.
by ahe@google.com
· 13 years ago
9f32f06
Add "contains" method to Collection.
by lrn@google.com
· 13 years ago
2323605
Change return types of Callbacks to w3c standard of void
by efortuna@google.com
· 13 years ago
1566b33
Add comment explaining why dart:html needs the helper-library.
by floitsch@google.com
· 13 years ago
a937c8e
Disable argument type optimization for named parameters.
by ahe@google.com
· 13 years ago
fb20ac2
Third round of cleanups for new optional parameter semantics.
by regis@google.com
· 13 years ago
0ad1abc
Add the runtime type cache to isolate contexts instead of the isolate properties, if we compile with isolate support.
by karlklose@google.com
· 13 years ago
9c66a33
Add a content-security-policy (CSP) flag.
by floitsch@google.com
· 13 years ago
ae9664a
Revert "Add "contains" method to Collection."
by lrn@google.com
· 13 years ago
1da475e
Minor improvements to the concrete type inference and the accompanying tests. As discussed offline, the List support will have to be smarter than that.
by polux@google.com
· 13 years ago
59124b4
Don't declare "contains" twice in Set class template.
by lrn@google.com
· 13 years ago
c3c2ae6
Add "contains" method to Collection.
by lrn@google.com
· 13 years ago
ebc4b6b
Make sure source code location info from native classes is preserved.
by sra@google.com
· 13 years ago
8c3cfbb
Second round of cleanups for new optional parameter semantics.
by regis@google.com
· 13 years ago
dbe15ba
Minor simplification.
by antonm@google.com
· 13 years ago
8889337
Unify formatting of parameters in interfaces and implementing classes.
by antonm@google.com
· 13 years ago
2d7f516
Extract common logic from Backend.BaseClassName().
by podivilov@google.com
· 13 years ago
1764c7b
Improve handling of enclosingElement in ResolverVisitor.
by ahe@google.com
· 13 years ago
dc0c815
Rename Dartium dart:html implementation classes.
by podivilov@google.com
· 13 years ago
96d1ff2
Convert === and !== to new syntax in compiler
by danrubel@google.com
· 13 years ago
e846c47
Switch to using IDLTypeInfo.interface_name().
by podivilov@google.com
· 13 years ago
a8c94bc
Provide a correct value for is_optional argument of ParamInfo constructor.
by antonm@google.com
· 13 years ago
de3b284
Refactor common functionality.
by antonm@google.com
· 13 years ago
f20ca10
Remove ParamInfo.dart_type field.
by podivilov@google.com
· 13 years ago
a6913b0
Remove unnecessary support for default values.
by antonm@google.com
· 13 years ago
ff9e0f7
Change Process.start to return a future that completes with a
by ager@google.com
· 13 years ago
7bdd21a
Remove dart2js support for obsolete raw string syntax.
by aprelev@gmail.com
· 13 years ago
3e34bd5
Remove getter parentheses in patch.
by johnniwinther@google.com
· 13 years ago
3bcf84c
Make arguments of MutationObserver named.
by antonm@google.com
· 13 years ago
46f6cd6
Support new named arguments.
by antonm@google.com
· 13 years ago
ed78be3
Support new List.sort signature.
by antonm@google.com
· 13 years ago
cd5be32
Make argument of List.sort optional with default Comparable.compare.
by lrn@google.com
· 13 years ago
62a9b17
Removal of Entity class. Review URL: https://codereview.chromium.org//11187009
by efortuna@google.com
· 13 years ago
b9e2d45
Replace DOMStringList with List<String>.
by efortuna@google.com
· 13 years ago
1eeb83b
Convert legacy 'native code' to JS-forms in dart:html
by sra@google.com
· 13 years ago
65608af
Revert r13688 so sra can get his big change in first.
by efortuna@google.com
· 13 years ago
bfa58d6
Suppress creation of Entity class (it's not being used. We can un-suppress later
by efortuna@google.com
· 13 years ago
adb5346
Change core lib, dart2js, and more for new optional parameters syntax and semantics (new semantics is not enforced yet).
by regis@google.com
· 13 years ago
180c7a5
Fix JS minifier to lift var declarations within functions. Still disabled.
by erikcorry@google.com
· 13 years ago
c5836e4
Revert "dart2js_mirrors_test added"
by johnniwinther@google.com
· 13 years ago
962ea53
dart2js_mirrors_test added
by johnniwinther@google.com
· 13 years ago
3b27d7d
Land 'Fix a crash related to obsolete factory syntax.'.
by karlklose@google.com
· 13 years ago
d622487
Landing Peter's fix for function-typed field initializer arguments.
by kasperl@google.com
· 13 years ago
75de0c4
Fix assertion failure when dealing with asserts.
by kasperl@google.com
· 13 years ago
7d05eaa
Make AudioBufferSourceNode not picky about the number of parameters that are
by efortuna@google.com
· 13 years ago
4b2cf64
Enable js-helper library in the html library.
by floitsch@google.com
· 13 years ago
1386f01
[dart2dart] Fix assertions for tests to pass in checked mode.
by smok@google.com
· 13 years ago
e88c4aa
Reserve a state variable for the bailout function.
by floitsch@google.com
· 13 years ago
Next »