Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.20.0
/
sdk
tag
7341ae69f99a63d2e96609901b5f028af2b87190
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
33ffca36f7fc2238c5eb3926843f56329cdf9894
0.5.20.0
e3aef54
Change dart2js RegExp to keep global/anchored versions inside the JSRegExp.
by lrn@google.com
· 12 years ago
4ba58fd
Implement a list tracer phase, that tries to find element types in individual lists.
by ngeoffray@google.com
· 12 years ago
cd50777
Revert "Clean up js_rti"
by johnniwinther@google.com
· 12 years ago
442640b
Clean up js_rti
by johnniwinther@google.com
· 12 years ago
3ee4965
Be smarter about when to disable global type inference.
by ahe@google.com
· 12 years ago
4509912
Improve toString on mirrors and align VM and dart2js.
by ahe@google.com
· 12 years ago
1f449fd
Report async errors when they happend, in directory listing.
by ajohnsen@google.com
· 12 years ago
1b83d3b
Make Directory.list pull-based, making it possible to pause, resume and cancel directory listing.
by ajohnsen@google.com
· 12 years ago
2ae198d
Reapply "Zone support for Futures, Timer, Streams."
by floitsch@google.com
· 12 years ago
c78462c
Changes to mirrors in support of metadata access at runtime.
by gbracha@google.com
· 12 years ago
ce51705
TBR: Cleanup MatchState in pub.
by gram@google.com
· 12 years ago
4bea849
Make pub.bat work from within the repo.
by rnystrom@google.com
· 12 years ago
bcba9d5
Revert "Zone support for Futures."
by floitsch@google.com
· 12 years ago
9485a09
catchErrors and waitForCompletion now based on runZonedExperimental.
by floitsch@google.com
· 12 years ago
496f6dc
Add zone support to streams.
by floitsch@google.com
· 12 years ago
96c6330
Add Zone support for Timers.
by floitsch@google.com
· 12 years ago
4021600
Zone support for Futures.
by floitsch@google.com
· 12 years ago
7ce40aa
dart:io | Add File.rename
by sgjesse@google.com
· 12 years ago
b11caef
Correctly set the encoding on _HttpOutboundMessage to contentType's charset, with fallback to Latin1.
by ajohnsen@google.com
· 12 years ago
0699e09
Be smarter about when to disable tree-shaking.
by ahe@google.com
· 12 years ago
f4d7cdd
Add experimental annotation for mirror usage.
by ahe@google.com
· 12 years ago
235aa95
Do LICM on loop header instructions. Also first instructions that throw in a loop can be LICM'ed.
by ngeoffray@google.com
· 12 years ago
0a8686b
We need to do the argument and receiver optimizations after type propagation: an instruction might move from something specific to something wider during the propagation.
by ngeoffray@google.com
· 12 years ago
273806d
Change how we deal with manual inlining of argument error and NSM when propagating types. This change helps reducing bailout calls by doing more receiver and argument checks.
by ngeoffray@google.com
· 12 years ago
28560f4
Adding WebGL context events to Canvas.
by blois@google.com
· 12 years ago
1346d0e
Remove compiler hack for HTMLElement (Issue 9907)
by sra@google.com
· 12 years ago
25178b1
Adding Range constructor for document.caretRangeFromPoint.
by blois@google.com
· 12 years ago
4c89585
Address comment from CL 14993002.
by floitsch@google.com
· 12 years ago
b206fa4
We always had this class in the hierarchy for Dartium but had hidden it for Dart2js, this caused problems because the actual runtime hierarchy was different than the Dart expressed one.
by blois@google.com
· 12 years ago
23b00f5
Fix function renaming typo - change CarryOver to Buffered.
by whesse@google.com
· 12 years ago
db7100b
Remove import of Queue from dart:io.
by ajohnsen@google.com
· 12 years ago
0497edb
Cache the Platform.environment used for HttpClient.
by ajohnsen@google.com
· 12 years ago
b5af633
dart:io | Rename optional carryOverData argument to SecureSocket.secureServer to bufferedData.
by whesse@google.com
· 12 years ago
8e34ec1
Fix type in LinkedList.
by ajohnsen@google.com
· 12 years ago
b4ad1c6
Use LinkedList for Timer implementation in dart:io.
by ajohnsen@google.com
· 12 years ago
c224fdc
Store _HttpConnection's in a linked list, not a HashSet.
by ajohnsen@google.com
· 12 years ago
0cd11fc
Remove Encoding.BINARY
by sgjesse@google.com
· 12 years ago
9b67f92
Use Pattern.matchAsPrefix to let String.indexOf/lastIndexOf/startsWith accept Pattern.
by lrn@google.com
· 12 years ago
b726012
Make some HTTP utility functions public
by sgjesse@google.com
· 12 years ago
0621836
Fix types in LinkedList.
by ajohnsen@google.com
· 12 years ago
feca0ac
Introduce new LinkedList to dart:collection.
by ajohnsen@google.com
· 12 years ago
c2d41fb
Add support for binary stdout/stderr data when using Process.run
by sgjesse@google.com
· 12 years ago
5004e52
Add missing addAll in some Map implementations
by sgjesse@google.com
· 12 years ago
b5f256b
Fixing SerializedScriptValue letting Dart list members through to native lists.
by blois@google.com
· 12 years ago
06f0514
Improve documentation for animationFrame.
by efortuna@google.com
· 12 years ago
d9af545
Moved docgen out of the sdk into pkg/
by tmandel@google.com
· 12 years ago
c3636dc
Mark canPlayType as unstable.
by efortuna@google.com
· 12 years ago
f016e7a
Fixing CSS Animations cross-platform issues. BUG= R=jacobr@google.com
by blois@google.com
· 12 years ago
fbcef8b
Moved functions into a class and added simple markdown support
by tmandel@google.com
· 12 years ago
b61e864
Fix RtcDataChannel for Firefox nightly
by blois@google.com
· 12 years ago
ddf5372
Fix host-checked mode error in dart2js by removing bad assertion.
by ngeoffray@google.com
· 12 years ago
bee2817
Make [HTypeConversion] with NO_CHECK code motion invariant to ensure no code is generated for it.
by ngeoffray@google.com
· 12 years ago
0d2d816
Don't let HCheck instructions prevent GVN.
by ngeoffray@google.com
· 12 years ago
659b81f
Fixed sdk/bin/dart2analyzer to use package-root
by kustermann@google.com
· 12 years ago
11e14c1
Update assertion regarding supertypes.
by ahe@google.com
· 12 years ago
65ea1ac
Move lib from sdk/lib/_internal/compiler/implementation to _internal root.
by ricow@google.com
· 12 years ago
1f791bd
Move array and string related HType from const to a field in the backend.
by ngeoffray@google.com
· 12 years ago
9614a60
Proof-of-concept matchPrefix on Pattern.
by lrn@google.com
· 12 years ago
55709f1
Ensure that only byte values are sent by sockets and web sockets
by sgjesse@google.com
· 12 years ago
c7d45a0
Refactor type inference visitor to move all the logic of locals handling in a specific visitor.
by ngeoffray@google.com
· 12 years ago
233a218
Fix two type errors and dart2dart status.
by ahe@google.com
· 12 years ago
f0224cd
Implement:
by ahe@google.com
· 12 years ago
eeac55f
Expose default constructors through ClassElement.localMembers.
by ahe@google.com
· 12 years ago
d72387b
Updating metadata after Chrome rolls.
by blois@google.com
· 12 years ago
09dab7e
Fixing up element_types_test to work properly in checked mode, adding a few more element constructors.
by blois@google.com
· 12 years ago
ab50cfc
Adding annotations for native types of type Object or dynamic.
by blois@google.com
· 12 years ago
7b0467e
Add compileAll internal compiler flag.
by ahe@google.com
· 12 years ago
648084a
Bringing dart:html's spawnDomFunction into sync between dart2js and dartium.
by blois@google.com
· 12 years ago
3c05686
Set the supertype to avoid loop.
by ahe@google.com
· 12 years ago
04b7752
Remove references to RedirectLimitExceededException.
by ajohnsen@google.com
· 12 years ago
5ce3b9d
Clean up dart:io exceptions.
by ajohnsen@google.com
· 12 years ago
7296f2c
Mark _OptionsImpl.version as external.
by ajohnsen@google.com
· 12 years ago
2149b3a
Add 'Server' and 'User-Agent' default header fields.
by ajohnsen@google.com
· 12 years ago
5460153
Put back the assertion on resolved elements.
by ngeoffray@google.com
· 12 years ago
a682c56
Fix 2 host-checked error with the enqueuer:
by ngeoffray@google.com
· 12 years ago
8ffb0ee
Re-enable and update pub_uploader_test.
by ajohnsen@google.com
· 12 years ago
f26f1ab
Update and re-enable with_server_rejected_credentials_authenticates_again_test.
by ajohnsen@google.com
· 12 years ago
6ce28cc
Fix bot breakages.
by amouravski@google.com
· 12 years ago
cac629e
Trying one more time to get Windows dartdoc to cooperate.
by amouravski@google.com
· 12 years ago
526d551
Stop working around issue 2644.
by nweiz@google.com
· 12 years ago
3e98d39
Updating docs for appendText and insertAdjacentText to reflect implementation.
by blois@google.com
· 12 years ago
d5dd12f
Creates detailed output to .yaml files.
by tmandel@google.com
· 12 years ago
5a334f3
Remove renames for gone interfaces.
by antonm@google.com
· 12 years ago
84fa26b
Use available API.
by ahe@google.com
· 12 years ago
7cef6db
Rip-off the backend type inferrer.
by ngeoffray@google.com
· 12 years ago
7e904f5
Preliminary support for reflecting on generic types.
by ahe@google.com
· 12 years ago
b841ead
Add addAll to Map interface.
by lrn@google.com
· 12 years ago
df6b4b1
Make _FutureImpl._chain do path shortening on listeners.
by lrn@google.com
· 12 years ago
d89da9a
Break a cycle in the speculative type propagator by checking if a desired type goes to unknown.
by ngeoffray@google.com
· 12 years ago
e459107
Cache hash code in selector from creation point.
by kasperl@google.com
· 12 years ago
60a5efe
dart:io | Fix issue involving SecureServerSocket error handling and HttpServer stream cancellation.
by whesse@google.com
· 12 years ago
223c3b5
Improve the dartdoc for HttpBodyHandler
by sgjesse@google.com
· 12 years ago
99e6d4f
Don't create part.js when there is no deferred loading.
by ahe@google.com
· 12 years ago
d318c99
Implement ClassMirror.superclass.
by ahe@google.com
· 12 years ago
6c96277
Nope, still broken. :[
by amouravski@google.com
· 12 years ago
7c7d060
Trying to fix bots again.
by amouravski@google.com
· 12 years ago
7af5162
Forgot to add some parts of the path.
by amouravski@google.com
· 12 years ago
661eaa0
Fix how paths are constructed for Dartdoc on Windows.
by amouravski@google.com
· 12 years ago
dc3cfaf
Fix Dartdoc for Windows.
by amouravski@google.com
· 12 years ago
6632a3d
Fixed an incorrect doc reference.
by amouravski@google.com
· 12 years ago
Next »