Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.6.19.0
/
sdk
tag
4d8c292979f7d2895b62c378d5e8553065573514
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
0b2b0fe96823cf54f5dda8c88f6f762ee68068f9
0.6.19.0
bdc173d
Fix pub serve on windows.
by rnystrom@google.com
· 12 years ago
e506058
Updating custom element's preregister test to follow new contracts.
by blois@google.com
· 12 years ago
3bbd58c
Command to print paths to dependencies.
by rnystrom@google.com
· 12 years ago
178afc3
because Kasper cares
by kevmoo@j832.com
· 12 years ago
04ca39c
Remove some unused code.
by rnystrom@google.com
· 12 years ago
f05ee49
Replace shuffle getters with shuffle method and masks.
by johnmccutchan@google.com
· 12 years ago
3a17d47
Modify custom elements to inherit from HtmlElement
by vsm@google.com
· 12 years ago
0fa8fab
Fix typo in documentation for dart:json.
by lrn@google.com
· 12 years ago
4723e41
Changed names of parameters of double.parse in patches to match change in external signature.
by lrn@google.com
· 12 years ago
11f3125
Rename optional argument of double.parse.
by lrn@google.com
· 12 years ago
8bcff6d
InliningState should save 'inTryStatement'.
by ngeoffray@google.com
· 12 years ago
7866ff3
Make Error.safeToString convert control codes in strings to escapes.
by lrn@google.com
· 12 years ago
856234e
Add documentation for Uri.resolve and Uri.resolveUri
by sgjesse@google.com
· 12 years ago
8e2fadc
Fix braino, reported through Tracer's performance regression.
by ngeoffray@google.com
· 12 years ago
c25b2fc
Add documentation to Object.== that specifies the requirements.
by lrn@google.com
· 12 years ago
66476c7
Compensate for the lack of code motion in licm.
by ngeoffray@google.com
· 12 years ago
a9c76a0
Address long-standing comments from sra.
by ngeoffray@google.com
· 12 years ago
67a4119
Add description for dart:async.
by kathyw@google.com
· 12 years ago
2009788
Native subclasses of a mixin include classes extending native classes
by sra@google.com
· 12 years ago
ad5f680
Forgot to submit the regenerated dart:html from the last change.
by vsm@google.com
· 12 years ago
6407828
Fix of invalid function call from timing change for dart2js main execution.
by blois@google.com
· 12 years ago
fb3bb09
Mark test as flaky on Windows.
by rnystrom@google.com
· 12 years ago
3d0ace5
Re-try of Tightening up dart2js load timing.
by blois@google.com
· 12 years ago
7556ce3
Added one-line description for dart:math.
by kathyw@google.com
· 12 years ago
aa09106
Add file watching to pub serve.
by rnystrom@google.com
· 12 years ago
5aa9443
Update dart:chrome to include fileSystem, and update summary docs.
by benwells@google.com
· 12 years ago
9ca903f
Copyedit dart:mirrors description and make the first paragraph conform to our new conventions.
by kathyw@google.com
· 12 years ago
4541558
doc fix for WebSocket
by financeCoding@gmail.com
· 12 years ago
b47c9a2
one-line doc for audio
by sethladd@google.com
· 12 years ago
b429a53
Added one-line library description for typed_data library.
by mcampione@google.com
· 12 years ago
6cbbf07
add one-line doc for web gl
by sethladd@google.com
· 12 years ago
436da7c
doc fix for one line dart:utf library
by financeCoding@gmail.com
· 12 years ago
2f3a001
doc fix for dart:convert library
by financeCoding@gmail.com
· 12 years ago
c6b62cf
doc fix one liner for dart:io
by financeCoding@gmail.com
· 12 years ago
1ffafc7
Additional code to https://codereview.chromium.org/15026006
by sra@google.com
· 12 years ago
e0772b7
Wrote one-line description for regexp class
by shailentuli@google.com
· 12 years ago
163a75a
Added a one-line description for the library
by mcampione@google.com
· 12 years ago
8e50d89
Improve DartDocs for dart:core classes that may not be extended or implemented.
by rmacnak@google.com
· 12 years ago
e55c26c
doc fix for one liner on collections libraries
by financeCoding@gmail.com
· 12 years ago
28dd694
First cut at extending native classes.
by sra@google.com
· 12 years ago
97aa838
doc fix for abstract Socket class
by financeCoding@gmail.com
· 12 years ago
cbf92d0
Address long-standing review comments.
by ngeoffray@google.com
· 12 years ago
affa849
Remove the certificate management methods from dart:io
by sgjesse@google.com
· 12 years ago
305af7b
Address a long-standing comment.
by ngeoffray@google.com
· 12 years ago
5639e56
Fix bug in JSON handler.
by lrn@google.com
· 12 years ago
e4b04e7
Allow infering of return types on runtime helpers. It's only arugments the inferrer does not see.
by ngeoffray@google.com
· 12 years ago
0974b6d
Improve type literals in minified mode.
by ahe@google.com
· 12 years ago
653c15b
Revert revision 26149.
by ricow@google.com
· 12 years ago
ca850ce
Implement ClassMirror.superinterfaces.
by ahe@google.com
· 12 years ago
9ec9da0
Fix test to not generate a NoSuchMethodError.
by ngeoffray@google.com
· 12 years ago
08be9cc
Go back to previous mode where runtime helpers are inferred while I'm debugging an issue.
by ngeoffray@google.com
· 12 years ago
b8359d3
Provide a default implementation for the dart backend.
by ngeoffray@google.com
· 12 years ago
353428a
Remove the Path class from dart:io
by sgjesse@google.com
· 12 years ago
bf154f7
Ensure the type inferrer does not infer types for runtime helpers used by the backend.
by ngeoffray@google.com
· 12 years ago
404a410
Libraries actually do come in to that method through annotations. Add an explicit check.
by ngeoffray@google.com
· 12 years ago
d5d8fbe
Remove null check, it's not necessary.
by ngeoffray@google.com
· 12 years ago
e9a35e4
Don't call computeSignature in the emitter.
by ngeoffray@google.com
· 12 years ago
14a7596
Add Null class to dart:core.
by lrn@google.com
· 12 years ago
775288a
Refactor and reorganize type inference classes before porting ConcreteTypesInferrer to InferrerVisitor.
by polux@google.com
· 12 years ago
fc60b61
Add missing registration of throwRuntimeError.
by karlklose@google.com
· 12 years ago
1fd6397
Fix warnings on dart2js' mirrors.
by karlklose@google.com
· 12 years ago
6698a94
Fix inference bugs found by sra@ by changing how we merge if/then/else locals.
by ngeoffray@google.com
· 12 years ago
ad55581
Fix type error.
by ahe@google.com
· 12 years ago
d23f1a5
Implement reflecting on mixin applications.
by ahe@google.com
· 12 years ago
5c4f3ec
Ensure that renames fail atomically in pub.
by nweiz@google.com
· 12 years ago
daf090e
Tightening up dart2js load timing.
by blois@google.com
· 12 years ago
affaf4c
Renaming Crypto's new horribly generic class 'Key' to CryptoKey.
by blois@google.com
· 12 years ago
e8a9490
Don't cache non-Interceptor interceptors.
by ahe@google.com
· 12 years ago
1d86c37
Fix issue 12023 by avoiding a critical edge in the SSA graph with a switch statement.
by ngeoffray@google.com
· 12 years ago
616a68c
Don't use uppercase letters for local names.
by ahe@google.com
· 12 years ago
6ee312e
Put constants in 'C', not '$'.
by ahe@google.com
· 12 years ago
886fd8e
Fix resolved visitor to dispatch a constructor redirection to a static send instead of a closure send.
by ngeoffray@google.com
· 12 years ago
250264d
Implement visitCascade/visitCascadeReceiver in inferrer_visitor.dart
by kustermann@google.com
· 12 years ago
4b2d651
dart:io | Add badCertificateCallback to HttpClient.
by whesse@google.com
· 12 years ago
86d92ec
Handle switch with default case, and do/while loop better in the inferrer.
by ngeoffray@google.com
· 12 years ago
00dd47d
dart:io | Add Link.update, and change Link.updateSync.
by whesse@google.com
· 12 years ago
dfc7d44
List.sublist() doc clarification.
by cbracken@google.com
· 12 years ago
03e749c
Fix Event delegation on IE.
by efortuna@google.com
· 12 years ago
b1045e1
More clean up for HttpRequest docs.
by efortuna@google.com
· 12 years ago
2dd78f9
Disable InstanceMirror.invoke caching while investigating bug
by ahe@google.com
· 12 years ago
8be6863
Improve performance of InstanceMirror.invoke, etc.
by ahe@google.com
· 12 years ago
7d09ae0
nits from cr 22070003
by kevmoo@j832.com
· 12 years ago
6341619
Don't return from void function
by ahe@google.com
· 12 years ago
b68699b
add a const ctor to Converter
by kevmoo@j832.com
· 12 years ago
ade6a898
Improve performance of reflectClass.
by ahe@google.com
· 12 years ago
c0ce070
Improve performance of ClassMirror.newInstance.
by ahe@google.com
· 12 years ago
52ffb0c
Improve performance of ClosureMirror.function.
by ahe@google.com
· 12 years ago
667e357
Only retain needed metadata constants.
by ahe@google.com
· 12 years ago
b4cc8ef
Fix issue 12288: a getter also returns something.
by ngeoffray@google.com
· 12 years ago
9594565
Add Process.runSync for running processes synchronously
by sgjesse@google.com
· 12 years ago
48cf6c5
Fix some analyzer warnings in dart:io.
by whesse@google.com
· 12 years ago
59c2915
Removing overloaded operations in dart2js.
by blois@google.com
· 12 years ago
1120754
Remove unused imports in pub.
by rnystrom@google.com
· 12 years ago
a411339
Add missing return.
by rnystrom@google.com
· 12 years ago
bac37a2
Handle missing files more gracefully in pub serve.
by rnystrom@google.com
· 12 years ago
6d1fd0e
Re-running go.sh BUG= R=efortuna@google.com
by blois@google.com
· 12 years ago
d25bf6b
Fix for switch type inferrence
by sra@google.com
· 12 years ago
03e08dd
Collections returned by mirror API should be unmodifiable.
by ahe@google.com
· 12 years ago
8d3bc0d
More subclasses of Error.
by ahe@google.com
· 12 years ago
be7fb47
Cope with missing stack traces (IE9).
by ahe@google.com
· 12 years ago
Next »