Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.4.7.1
/
runtime
tag
0699d015d3b11b55abfb484959275c16114bbccd
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
a00c6e4db8da11413152ea3a8b84ffd4d6b2326a
0.4.7.1
466d667
Refactor Future constructors.
by floitsch@google.com
· 12 years ago
9ac0c8d
- Allow for experimentation with different header sizes.
by iposva@google.com
· 12 years ago
5431a5a
Remove AsyncError with Expando.
by floitsch@google.com
· 12 years ago
56cca9e
Support Float32x4List in the embedding API.
by ager@google.com
· 12 years ago
5ea0d55
Do not allocate unnecessary ObjectArrays. When allocating an empty growable array, pass it a compile time constant empty array instead of allocating a new empty array at runtime, since the factory method will anyway allocate its own object array of length 4.
by srdjan@google.com
· 12 years ago
155dd04
Run constant propagation one more time after canonicalization so that following code can always return true:
by srdjan@google.com
· 12 years ago
f553392
Change StreamController constructor.
by floitsch@google.com
· 12 years ago
1049521
Add setAll, insertAll, replaceRange and fillRange.
by floitsch@google.com
· 12 years ago
e2ee353
Rename unsubscribeOnError to cancelOnError.
by floitsch@google.com
· 12 years ago
b4eacbf
Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom.
by ajohnsen@google.com
· 12 years ago
5b6c0ba
Rename InvocationMirror to Invocation.
by ahe@google.com
· 12 years ago
759a366
Remove insertRange.
by floitsch@google.com
· 12 years ago
9bfc844
Refactor removeRange.
by floitsch@google.com
· 12 years ago
45ad548
Update dart:mirrors to use Symbol.
by ahe@google.com
· 12 years ago
485c8a5
Move Iterable implementation to collection.
by lrn@google.com
· 12 years ago
83bd0f1
Add support for even more typed data on native ports
by sgjesse@google.com
· 12 years ago
bebe3ac
Refactor List.setRange function.
by floitsch@google.com
· 12 years ago
601686b
Update Function.apply to use Symbol.
by ahe@google.com
· 12 years ago
07b02a8
Remove String.slice. Too much overlap with String.substring.
by floitsch@google.com
· 12 years ago
457dffa
Add StreamSubscription.asFuture.
by floitsch@google.com
· 12 years ago
81ecaba
Re-apply r20377.
by vegorov@google.com
· 12 years ago
0f607e4
Remove methods on StackTrace class.
by lrn@google.com
· 12 years ago
1743496
Rename DAYS_IN_WEEK to DAYS_PER_WEEK. Add MONTHS_PER_YEAR.
by floitsch@google.com
· 12 years ago
640e6a9
Fix wrong ASSERT
by sgjesse@google.com
· 12 years ago
7ddac4a
Fix GCC compiler warning
by sgjesse@google.com
· 12 years ago
6507357
Add support for more typed data types on native ports
by sgjesse@google.com
· 12 years ago
67650cb
Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future.
by ajohnsen@google.com
· 12 years ago
ace27bb
Add curly braces in typeddata implementation.
by ager@google.com
· 12 years ago
e8f86c5
Adds support for UseDartApi vm test on MIPS.
by zra@google.com
· 12 years ago
84c1529
Fix wire json breakage Review URL: https://codereview.chromium.org//14217006
by hausner@google.com
· 12 years ago
268bdbc
More cleanups in debugger API and wire protocol
by hausner@google.com
· 12 years ago
1349cb1
Adds some floating point instructions to MIPS simulator, assembler, disassembler.
by zra@google.com
· 12 years ago
2dbfa51
Simplify intrinsic for GrowableArray.setLength : no need to check if the length is above the range of data, that has been checked before.
by srdjan@google.com
· 12 years ago
01c9661
Revert to loop from rep movsb for copying one byte strings in order to restore performance.
by srdjan@google.com
· 12 years ago
54dde7c
Implement rethrow statement
by hausner@google.com
· 12 years ago
830508b
- memmove instead of memcpy.
by iposva@google.com
· 12 years ago
0d8ff3e
- Add OS::StrNDup instead of redefining it when needed.
by iposva@google.com
· 12 years ago
7b9c279
Fix x64 build failing after r21366.
by vegorov@google.com
· 12 years ago
de28343
Fix bug in MegamorphicCacheMissHandler: put kNullCid into the cache when receiver is null.
by vegorov@google.com
· 12 years ago
06ef8ea
Support IfThenElse instruction pattern for arbitrary smi constants.
by vegorov@google.com
· 12 years ago
5d02006
dart:io | Change the way SecureSocket initializes the NSS library with an empty database.
by whesse@google.com
· 12 years ago
067b9ff
Reapply "Incrementally recompute dominators when inlining."
by kmillikin@google.com
· 12 years ago
9f378318
Ensure that all goto instructions have deoptimization target.
by vegorov@google.com
· 12 years ago
044f0d0
Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove.
by ajohnsen@google.com
· 12 years ago
285849c
Change hasSubscribers to hasListener.
by floitsch@google.com
· 12 years ago
aed9246
Add fromList constructor to typeddata typed lists.
by ager@google.com
· 12 years ago
a09fe36
- Reverting the 'static' change of strndup.
by iposva@google.com
· 12 years ago
4241378
- Make the definition of strndup static to avoid conflicting in case it is available.
by iposva@google.com
· 12 years ago
c74dd9c
- Add strndup for Mac OS X version < 10.7.
by iposva@google.com
· 12 years ago
f9bc3af
Better write barrier code for static fields if the value is known not to be Smi.
by srdjan@google.com
· 12 years ago
8b71446
Remove legacy debugger API stuff. The removed functions do not appear to be used in Dartium.
by hausner@google.com
· 12 years ago
134302a
Remove second generic argument of StreamConsumer.
by floitsch@google.com
· 12 years ago
1ccf49c
Use rep_movsb for copying one-byte strings in substring intrinsic.
by srdjan@google.com
· 12 years ago
aecbeab
Implement getRange (returning an Iterable).
by floitsch@google.com
· 12 years ago
2507ded
Fix bug introduced by r21269.
by vegorov@google.com
· 12 years ago
dcaf527
Remove StreamSink(replaced by EventSink) and make IOSink extend EventSink.
by ajohnsen@google.com
· 12 years ago
968e805
Unboxed load/store indexed of Float32x4
by johnmccutchan@google.com
· 12 years ago
bdce382
Add Symbol class.
by ahe@google.com
· 12 years ago
40002d8
Revert "Incrementally recompute dominators when inlining."
by kmillikin@google.com
· 12 years ago
49a0fbd
Align start of the page's object area to match OS::kMaxPreferredCodeAlignment.
by vegorov@google.com
· 12 years ago
9cb005c
Incrementally recompute dominators when inlining.
by kmillikin@google.com
· 12 years ago
9d044d3
dart2js: Allow 'throw' when inlining
by erikcorry@google.com
· 12 years ago
f41508d
Added new version of reduce.
by lrn@google.com
· 12 years ago
52f54a2
Add support for typed data views on native threads
by sgjesse@google.com
· 12 years ago
e08647b
BREAKING CHANGE: Rename InstanceMIrror.invoke, .getField, .setField to invokeAsync, getFieldAsync, setFieldAsync. Likewise ClosureMirror.apply and ClassMIrror.newInstance. This is in preparation of new synchronous versions of the originals.
by gbracha@google.com
· 12 years ago
cadaedb
Debugger wire protocol cleanups
by hausner@google.com
· 12 years ago
698a98b
Pass flag --error_on_malformed_type when running gen_snapshot.
by regis@google.com
· 12 years ago
5900ae7
A patch class must be given the same name as the class it is patching, otherwise
by regis@google.com
· 12 years ago
2c5cea8
Supports FrameLookup vm test on MIPS
by zra@google.com
· 12 years ago
02f305a
Intrinsify OnebyteString's substringUnchecked. Significant performance improvement on Json benchmarks.
by srdjan@google.com
· 12 years ago
bdcca76
Prohibit use of dynamic when extending or implementing classes (was crashing).
by regis@google.com
· 12 years ago
70ccbd0
Repair compilation with VTune support.
by vegorov@google.com
· 12 years ago
11edd87
Convert diamond shaped control flow into a single conditional instruction.
by vegorov@google.com
· 12 years ago
9618a8d
dart:io | Remove some unneeded global error save/restore pairs on Windows.
by whesse@google.com
· 12 years ago
2f5eb60
Introduce new HttpBodyHandler to easily extract full body of HttpRequest and HttpClientResponse.
by ajohnsen@google.com
· 12 years ago
0693221
dart:io | Directory.list: Add some missing lines to macos and android versions of implementation.
by whesse@google.com
· 12 years ago
6082783
Fix issue with serializing typed array views
by sgjesse@google.com
· 12 years ago
7c56d46
dart:io | Ensure that Directory.list terminates even when symbolic links create loops in the file system.
by whesse@google.com
· 12 years ago
62358bf
Make default argument to Iterable.join be "".
by floitsch@google.com
· 12 years ago
0a26d0e
Rename DateTime constants to full names.
by floitsch@google.com
· 12 years ago
f8efe5b
Fix typo in type parameter.
by lrn@google.com
· 12 years ago
57a82e9
Implement JS version of LinkedHashSet and move the various HashTable implementations to the VM collection library patch.
by kasperl@google.com
· 12 years ago
226b3f4
Fix issue 9744
by hausner@google.com
· 12 years ago
0d0fcbe
Changelist to land https://codereview.chromium.org/13452007/ for Siva.
by iposva@google.com
· 12 years ago
4d4a91a
Fix bug in ParallelMoveResolver::EmitSwap: implement swaps of FPU spill slots.
by vegorov@google.com
· 12 years ago
6160e59
Moving ListBase, FixedLengthListMixin and UmodifiableListMixin to collection.
by lrn@google.com
· 12 years ago
ea312dd
Also wrap stdin/stdout/stderr on Process.
by ajohnsen@google.com
· 12 years ago
15e23c7
- Make the test_extension (a shared library) build in PIC.
by iposva@google.com
· 12 years ago
cae56d7
Introduces a second temporary register for MIPS assembler macros.
by zra@google.com
· 12 years ago
9b3a1bd
More debugger fixing in json objects
by hausner@google.com
· 12 years ago
0257112
Fix editor build
by hausner@google.com
· 12 years ago
1a4d308
Add library id to code location object
by hausner@google.com
· 12 years ago
d5be052
Adds macros to the MIPS assembler for detecting overflow.
by zra@google.com
· 12 years ago
b377039
Implement write barrier on ARM.
by regis@google.com
· 12 years ago
343fa26
Remove deprecated Expect from the libraries.
by floitsch@google.com
· 12 years ago
7e65824
dart:io | Add asynchronous Link.create implementation.
by whesse@google.com
· 12 years ago
6d1c14a
WebSocket: Correctly expect masked frames from clients, and send masked frames from the client.
by ajohnsen@google.com
· 12 years ago
a273179
Use locale insensitive method to parse double literals.
by vegorov@google.com
· 12 years ago
06ce0c3
Add JS implementation of LinkedHashMap.
by kasperl@google.com
· 12 years ago
140409a
Wrap stdout/stderr/stdin to only expose the relevant methods.
by ajohnsen@google.com
· 12 years ago
Next »