Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.5.13.1
/
sdk
tag
f6b47eb6f80c5578fe3474a7d95821e73f224624
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
ca73d509a176a3b3a8accc8923d44dc5b27b31af
0.5.13.1
1862b4e
Analyze patch elements.
by johnniwinther@google.com
· 12 years ago
3502e1f
Warn on private members.
by johnniwinther@google.com
· 12 years ago
9f4ce20
dart:io | Add documentation for the default root certificate database for secure networking.
by whesse@google.com
· 12 years ago
87d2467
Fix issue with dart2dart translation of parameters (collision risk).
by kasperl@google.com
· 12 years ago
4e17f7d
Implement ClassMirror.metadata.
by ahe@google.com
· 12 years ago
974e0c6
Type check switch and more.
by johnniwinther@google.com
· 12 years ago
faa7227
Make new StreamController be async by default.
by lrn@google.com
· 12 years ago
66e4fdd
Revert "Fix bug with super setter and interceptor calling convention."
by sra@google.com
· 12 years ago
42ed375
Fix bug with super setter and interceptor calling convention.
by sra@google.com
· 12 years ago
be25032
Make bin/pub script work when run from the repo.
by rnystrom@google.com
· 12 years ago
c40784b
Changed Uint8ClampedList to implement Uint8List
by vsm@google.com
· 12 years ago
9a9db6b
Fixing broken tests because of mismatch of suppressed warnings.
by blois@google.com
· 12 years ago
ca01606
Fixing dart2js compilation warning.
by blois@google.com
· 12 years ago
8d750ef
Suppressing CustomElementConstructor.
by blois@google.com
· 12 years ago
881e456
Cleaning up some DOM APIs which were marked as deprecated because they were moved or renamed.
by blois@google.com
· 12 years ago
36189af
Move mirror implementation out of patch file.
by ahe@google.com
· 12 years ago
c75b85f
Call toList to match return type.
by ahe@google.com
· 12 years ago
69df933
Remove the HttpRequest.queryParameters getter
by sgjesse@google.com
· 12 years ago
ee8c4f7
Address comments from CL 16101007.
by ahe@google.com
· 12 years ago
24b45ee
Fix type annotation.
by karlklose@google.com
· 12 years ago
47cd31c
Support type variables on redirecting factory constructors.
by karlklose@google.com
· 12 years ago
cb3e022
Implement LibraryMirror.metadata.
by ahe@google.com
· 12 years ago
8e4163f
It is OK for arrays to be null when doing optimizations on them.
by ngeoffray@google.com
· 12 years ago
822b936
Allow a space after -o in dart2js option parsing.
by kasperl@google.com
· 12 years ago
82050eb
Fix code size regression by processing fields in processInstantiatedClassMember instead of registerInstantiatedClass. This avoids always considering native fields as live.
by ngeoffray@google.com
· 12 years ago
29aeb5b
Fix issue 10898 by fixing the ByteData constructor to implicitly create an ArrayBuffer.
by kasperl@google.com
· 12 years ago
ce382b4
Rename JS_CURRENT_ISOLATE to JS_CURRENT_ISOLATE_CONTEXT.
by ahe@google.com
· 12 years ago
456afd3
Be less conservative about bound closure instantiation.
by ngeoffray@google.com
· 12 years ago
6f15041
Fix type tests for null.
by karlklose@google.com
· 12 years ago
91297ab
Re-apply "Implement operator== and hashCode for bound closures.". The emitter should not try to share a bound closure class between an intercepted method and a non-intercepted method because the call has different calling conventions: the intercepted version pass an extra argument, which is the actual receiver.
by ngeoffray@google.com
· 12 years ago
6509c70
Move exisis and existsSync to FileSystemEntity
by sgjesse@google.com
· 12 years ago
d21e9fd
Move logic of computing the inferred type in the InvokeDynamicSpecializer classes, to make it uniform with the other specializers. Also computeTypeFromInputType does not care about nullability of its inputs.
by ngeoffray@google.com
· 12 years ago
16530e2
Fix http://dartbug.com/8669 by making sure we do not crash when trying to use Object as a mixin.
by kasperl@google.com
· 12 years ago
76f4ae0
Revert r23380, some browser tests fail.
by ngeoffray@google.com
· 12 years ago
6ed50f8
Implement operator== and hashCode for bound closures.
by ngeoffray@google.com
· 12 years ago
679b876
Reland "Add --version option to dart2js and add version information (if available) to generated code."
by kasperl@google.com
· 12 years ago
0c7e06c
Fixing type of ApplicationCache.onProgress.
by blois@google.com
· 12 years ago
533a66b
Reapply removeWhere and retainWhere for elements in dart:html
by efortuna@google.com
· 12 years ago
54bafa2
"Reverting 23366"
by efortuna@google.com
· 12 years ago
942392b
Correctly implemented removeWhere and retainWhere for elements in dart:html.
by efortuna@google.com
· 12 years ago
e90972e
Revert "Add --version option to dart2js and add version information (if available) to generated code."
by kasperl@google.com
· 12 years ago
3c95824
Add --version option to dart2js and add version information (if available) to generated code.
by kasperl@google.com
· 12 years ago
284544c
Fix Iterable.skipWhile documentation.
by floitsch@google.com
· 12 years ago
7841206
Change File.directory to not do any IO
by sgjesse@google.com
· 12 years ago
79a0a65
Implement asBroadcast using a _MultiplexStreamController.
by lrn@google.com
· 12 years ago
7fed1dd
Fix generation of a bailout method when a BailoutTarget was in the middle of a loop/labeled block. It confused the SSA codegen.
by ngeoffray@google.com
· 12 years ago
e5643d1
Address Stephen's concerns by only storing true/false for indexability for leaf classes.
by kasperl@google.com
· 12 years ago
aa58317
Enqueue generative constructor by in codegen, not builder.
by ngeoffray@google.com
· 12 years ago
4638137
Switch from DRT to content shell.
by antonm@google.com
· 12 years ago
21b88c4
Fix bug in SsaConstructionFieldTypes where the phase got confused seeing multiple HForeignNew due to inlining.
by ngeoffray@google.com
· 12 years ago
bb6d8c6
Remove library dart:crypto
by sgjesse@google.com
· 12 years ago
5e39dd8
Enqueue fields for resolution in the enqueuer, instead of doing it in the resolver.
by ngeoffray@google.com
· 12 years ago
39c8f31
Make new StreamController().isPaused be true until the first listener arrives.
by lrn@google.com
· 12 years ago
1762c5f
Change top level queryAll to return ElementList.
by efortuna@google.com
· 12 years ago
34b6083
Fix up other RTC family mozilla names.
by efortuna@google.com
· 12 years ago
c89a0c7
Add mozRTCPeerConnection to JS names.
by efortuna@google.com
· 12 years ago
ca06a7e
Show progress on upload and resolve.
by rnystrom@google.com
· 12 years ago
0942acf
Fixing IndexedDB's deleteDatabase to have the correct future result.
by blois@google.com
· 12 years ago
4b6f228
Clarifying EventStreamProvider.forTarget.
by blois@google.com
· 12 years ago
a1f5221
Modernizing HttpRequest documentation.
by blois@google.com
· 12 years ago
9323977
Analyze named arguments.
by johnniwinther@google.com
· 12 years ago
87182dd
Make RTC work on Firefox (mostly).
by efortuna@google.com
· 12 years ago
fd3c7da
Verify that correct number of arguments was passed.
by antonm@google.com
· 12 years ago
5d058bb
Adding isNotEmpty property to collection and string.
by floitsch@google.com
· 12 years ago
5adef4e
Fix bug in VM timer implementation.
by podivilov@google.com
· 12 years ago
ec4d0c7
Reapply "Make int a double in argument type checks."
by karlklose@google.com
· 12 years ago
9d6a64e
Merge the dart:uri library into dart:core and update the Uri class
by sgjesse@google.com
· 12 years ago
52165fe
Fix warnings spotted by dart2js.
by ngeoffray@google.com
· 12 years ago
76e47ed
Fix use of HashException in dart:io
by sgjesse@google.com
· 12 years ago
70e8ff8
Fix issue 9228, by nopt doing some optimizations in checked mode.
by ngeoffray@google.com
· 12 years ago
575e4c3
Use a Queue to implement a queue.
by lrn@google.com
· 12 years ago
a4d526f
Fix bug in ClassElement.lookupSelector: by returning an abstract method, we were not returning the actual element that would be hit at runtime.
by ngeoffray@google.com
· 12 years ago
49cb486
Make field initialize to constant in constructor, not as initializer.
by lrn@google.com
· 12 years ago
37b1cd3
Optimize internals of multiplex-streams.
by lrn@google.com
· 12 years ago
a44da2b
Fix use of HashException in dart:io
by sgjesse@google.com
· 12 years ago
4045d40
Fix warnings spotted by dart2js.
by ngeoffray@google.com
· 12 years ago
04aca6a
- Inline iterator calls made for a "for in".
by ngeoffray@google.com
· 12 years ago
57e17bd
Remove the dart:io dependency on dart:crypto
by sgjesse@google.com
· 12 years ago
911b12e
Fix a bug where we would emit: for (var t = 42, $.global = 54; ;)
by ngeoffray@google.com
· 12 years ago
f97f2c1
Remember to build HTML classes.
by lrn@google.com
· 12 years ago
f391470
Use JSarray and friends when doing type checks in the helper libraries.
by ngeoffray@google.com
· 12 years ago
781e842
Reapply "Active stream subscriptions".
by lrn@google.com
· 12 years ago
e23d000
Handle malformed catch formals.
by johnniwinther@google.com
· 12 years ago
1a54bf6
Revert "Reapply "Make int a double in argument type checks.""
by karlklose@google.com
· 12 years ago
8f28369
Reapply "Make int a double in argument type checks."
by karlklose@google.com
· 12 years ago
310e5b5
Support auto-drain of HttpRequest data.
by ajohnsen@google.com
· 12 years ago
2ce688b
Implement simple name and qualified name.
by ahe@google.com
· 12 years ago
a422244
Detect (null type == null type), and change it to true.
by ngeoffray@google.com
· 12 years ago
cc0d9d5
Revert until Windows crash is debugged.
by lrn@google.com
· 12 years ago
71bfc2d
Type check try statements
by johnniwinther@google.com
· 12 years ago
23162a3
Add StreamController.multiplex constructor.
by lrn@google.com
· 12 years ago
a8da79c
Create a new scope when analyzing then and else of an if.
by ngeoffray@google.com
· 12 years ago
c50545d
Re-apply: "Change how we deal with interceptors in the optimizers and move all interceptor-related optimizations into a single phase.", by fixing wrong assumptions.
by ngeoffray@google.com
· 12 years ago
398cc68
Implement ClassMirror.owner and LibraryMirror.uri.
by ahe@google.com
· 12 years ago
53eb38e
Dogfood dart2js analysis
by johnniwinther@google.com
· 12 years ago
eba39ea
Fix bug in streamimpl
by lrn@google.com
· 12 years ago
00fed6f
Fix bug in stream iterator.
by lrn@google.com
· 12 years ago
db6bdac
Fix bug in stream-impl.
by lrn@google.com
· 12 years ago
ee1c11a
Make StreamSubscription be the active part of a string.
by lrn@google.com
· 12 years ago
c17b431
Revert r23201. Some tests fail.
by ngeoffray@google.com
· 12 years ago
Next »