Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.2.1
/
runtime
tag
ece953d9332b0b3636f76a11ba936f0cfafafadf
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
24224bc44bab93f32b2fe5da9d5662cfceac188d
0.7.2.1
50f1dc5
Be consistent with number scanning
by hausner@google.com
· 12 years ago
5c0b92e
Fix number scanning
by hausner@google.com
· 12 years ago
232cdaa
VM: Make ParameterMirror.toString say it is a parameter mirror.
by rmacnak@google.com
· 12 years ago
e3ce299
Traverse inlined frames lazily when printing the stacktrace. No need to carry separate function and code array, since function can always be extracted from code.
by srdjan@google.com
· 12 years ago
7e7b95c
Fix android build of runtime.
by whesse@google.com
· 12 years ago
47239cb
Move delete/deleteSync up to FileSystemEntity, with a shared documentation.
by ajohnsen@google.com
· 12 years ago
8923601
Disable all warnings when compiling NSS.
by whesse@google.com
· 12 years ago
9d8049d
Small code cleanup in the assembler/simulator.
by fschneider@google.com
· 12 years ago
5d8f2ca
Reapply "Add custom equals and hashCode for HashMap implementation."
by lrn@google.com
· 12 years ago
b8d9214
Be sure to enter monitor before notifying, in file_system_watcher_macos.
by ajohnsen@google.com
· 12 years ago
c09f27b
Implement BigintOperations::MultiplyWithDigit
by sra@google.com
· 12 years ago
d6aaf0c
1. Add flag --trace-api to trace API function invocation
by asiva@google.com
· 12 years ago
765aac1
Keep track of the application of a mixin type to a mixin application class,
by regis@google.com
· 12 years ago
8cd4bf5
Change inlined stack frame iterator to use code and pc instead of frame.
by srdjan@google.com
· 12 years ago
7df443f
Make showHide combinators work with getter/setter names
by hausner@google.com
· 12 years ago
7fb4b62
Fix build breakage.
by srdjan@google.com
· 12 years ago
d7d3588
Support named and optional positional arguments in reflective invocation.
by rmacnak@google.com
· 12 years ago
f235a79
Remove ASSERT which was reported as a race by ThreadSanitizer
by sgjesse@google.com
· 12 years ago
c288d7c
Revert "Add custom equals and hashCode for HashMap implementation."
by lrn@google.com
· 12 years ago
59004e9
Fix range check bug for ByteData getters and setters.
by fschneider@google.com
· 12 years ago
76c0e79
Add custom equals and hashCode for HashMap implementation.
by lrn@google.com
· 12 years ago
865ef54
Implement ParameterMirror.metadata.
by rmacnak@google.com
· 12 years ago
c099eb8
Do not export library prefix names used in a library
by hausner@google.com
· 12 years ago
64fd5a5
Implement InstanceMirror.== in dart2js and InstanceMirror.hashCode in the VM and dart2js.
by rmacnak@google.com
· 12 years ago
a783459
Preserves callee-saved FPU registers on ARM
by zra@google.com
· 12 years ago
7c53dfa
Make file system watcher compile on Mac OS 106, and add a runtime-call to test if the system supports the feature.
by ajohnsen@google.com
· 12 years ago
f29b968
Saves callee-saved fpu registers on MIPS.
by zra@google.com
· 12 years ago
40013fe
Simplify compilation of relational operators.
by fschneider@google.com
· 12 years ago
6c5229a
Move _FileSystemWatcher to IO patch since it extends NativeFieldWrapperClass1.
by ajohnsen@google.com
· 12 years ago
38bae0a
Add FileSystemWatcher class to dart:io.
by ajohnsen@google.com
· 12 years ago
eaf1021
Make HashMap constructor a factory.
by lrn@google.com
· 12 years ago
cfab482
Follow-up fix to my change to IsPowerOfTwo: Alignment of one means no alignment, not zero.
by fschneider@google.com
· 12 years ago
e174a4c
Fix a compiler bug caused by Utils::IsPowerOfTwo treating zero as a power of two.
by fschneider@google.com
· 12 years ago
92e97e5
Fix bug with reflection on VM-internal native methods.
by fschneider@google.com
· 12 years ago
8adad2e
Don't throw when there is an "onError" for int.parse.
by floitsch@google.com
· 12 years ago
8d66e5d
Fix error message for NoSuchMethodError to not contain "Symbol".
by lrn@google.com
· 12 years ago
53dc9ba
Change the field and constructor parameter types of NoSuchMethodError to Symbol.
by lrn@google.com
· 12 years ago
97891ce
If a rethrow is encountered in the catch block, then its handler must be marked that it needs stacktrace. Fix issue r12584.
by srdjan@google.com
· 12 years ago
39f1574
Fix for Issue 12833
by sra@google.com
· 12 years ago
03d1af5
Fix crash with cyclic exports
by hausner@google.com
· 12 years ago
919eae4
Ensure class mirrors on non-generic classes always have their runtime type set. Add a test for class mirror equality.
by rmacnak@google.com
· 12 years ago
cfb81a4
Last round of cleanups in exception handler, before going to the next stage.
by srdjan@google.com
· 12 years ago
da4806e
- Reapply change r26880.
by iposva@google.com
· 12 years ago
eceb4ec
Add checks catching potential integer overflows.
by mlippautz@google.com
· 12 years ago
ea5dfcd
Revert "Compress memory usage. Imprive speed of finding exception handle..."
by kmillikin@google.com
· 12 years ago
f82de66
Evaluation of expression in context of library top-level
by hausner@google.com
· 12 years ago
20d9b10
Improve performance of exception handling: quicker (and correcter) determination if the exception class extends class Error.
by srdjan@google.com
· 12 years ago
83bf536
- Fix double-increment in bignum library code.
by iposva@google.com
· 12 years ago
e8117fe
Compress memory usage. Imprive speed of finding exception handlers: if a code does not have any handlers, do not reaverse the PC descriptors.
by srdjan@google.com
· 12 years ago
cefc714
- Identified more loops that need handle scopes.
by iposva@google.com
· 12 years ago
4ba20d8
Small changes to make analyzer happy.
by lrn@google.com
· 12 years ago
1a3ef7b
Allow inlining of methods that have an intrinsic translation.
by fschneider@google.com
· 12 years ago
788c569
Convert HashMap and LinkedHashMap to closed addressing hash tables.
by lrn@google.com
· 12 years ago
215fa4a
Remove last vestiges of removeAll from typed lists.
by lrn@google.com
· 12 years ago
c003658
Move the assertion checking the number of arguments passed to a runtime entry
by regis@google.com
· 12 years ago
c012196
Evaluates arguments before throwing a NoSuchMethodError in constructor
by zra@google.com
· 12 years ago
8171570
Fix the previously ineffective assert checking the number of arguments passed to
by regis@google.com
· 12 years ago
ac705b0
More reflection of mixin applications in the VM.
by rmacnak@google.com
· 12 years ago
e06ea63
Mark exception handlers if they have a stacktrace specified. Do not build a stacktrace if the handler has no stacktrace.
by srdjan@google.com
· 12 years ago
32b1a71
- Allow the collection of intermediate values during long BigintOperations.
by iposva@google.com
· 12 years ago
74da0c7
Remove usage of dart:json.
by floitsch@google.com
· 12 years ago
3f23ba6
Fix implementations of Match too, to use "input", not "str".
by lrn@google.com
· 12 years ago
8577269
Rename Match.str to input.
by lrn@google.com
· 12 years ago
00f20f3
Collect edge count profiling data and reorder basic blocks.
by kmillikin@google.com
· 12 years ago
4f80ef0
Change Bool::Get to return a handle instead of a pointer to a raw object.
by kmillikin@google.com
· 12 years ago
3408c5b
Make the result of JSON.decode be marked by "null" in the reviver.
by lrn@google.com
· 12 years ago
6764a24
Made old dart:json library use convert to parse JSON.
by lrn@google.com
· 12 years ago
3e94676
Require case expressions to be compile-time constants
by hausner@google.com
· 12 years ago
d7aa93e
- Remove support for the old "get foo()" - style syntax.
by iposva@google.com
· 12 years ago
817a6ff
Implement ParameterMirror.{isFinal,hasDefaultValue,defaultValue}.
by mlippautz@google.com
· 12 years ago
37a5567
Triage Safari bug 7414.
by ahe@google.com
· 12 years ago
c2fa1cf
Add compilation error on named parameters with private names
by hausner@google.com
· 12 years ago
bd58514
- Avoid doubly implementing Function.
by iposva@google.com
· 12 years ago
1887b5c
Some more removals of dart:utf.
by floitsch@google.com
· 12 years ago
794936d
Remove LoadFieldInstr with no uses
by johnmccutchan@google.com
· 12 years ago
d3b5da1
Always generate full unoptimized code for intrinsified methods.
by fschneider@google.com
· 12 years ago
f02f2c0
Mark CustomIsolates test as potentially crashing.
by lrn@google.com
· 12 years ago
88b242b
Mark some tests as failing instead of skipping.
by lrn@google.com
· 12 years ago
2646118
Get rid of some downcasts
by sgjesse@google.com
· 12 years ago
92f8786
Remember metadata positions for mixin and function typedefs.
by rmacnak@google.com
· 12 years ago
93059fe
More cleanup related to malformed and malbounded types.
by regis@google.com
· 12 years ago
a105ba4
JSON string decoding for VM debugger
by hausner@google.com
· 12 years ago
81bcb1f
Distinguish between malformed and malbounded types (fix issues 12552 and 12554).
by regis@google.com
· 12 years ago
255a283
Fix corner cases for double pow operation.
by srdjan@google.com
· 12 years ago
b708a45
Fix Function.end_token_pos() and implement MethodMirror.source getter.
by mlippautz@google.com
· 12 years ago
7fe1c42
Fix issue 12718 - crash when the trying to access context variables in a frame.
by asiva@google.com
· 12 years ago
fdbfedd
Fold equals and not equals comparisons for constant strings.
by kmillikin@google.com
· 12 years ago
6de4e02
Fix android compilation by copying process_linux.cc to process_android.cc.
by whesse@google.com
· 12 years ago
4582e52
Make Invocation.positionalArguments and .namedArguments never be null.
by lrn@google.com
· 12 years ago
7f81e17
Cleanup of deoptimization environment copying functions.
by kmillikin@google.com
· 12 years ago
35d7140
Remove Encoding-enum from dart:io and add interface in dart:convert.
by floitsch@google.com
· 12 years ago
68a90e4
Fix crash in optimized code caused by missing IC data.
by fschneider@google.com
· 12 years ago
d773e98
Mark private methods of core libraries as invisible in the VM.
by fschneider@google.com
· 12 years ago
2642b1e
Evaluate expression in the context of a class
by hausner@google.com
· 12 years ago
8b84025
Avoid array bounds check when allowed by guarded field.
by johnmccutchan@google.com
· 12 years ago
4a9402e
Fix allocation of indices for try-blocks.
by fschneider@google.com
· 12 years ago
cf6578f
Update ZLib/GZip in dart:io to be a Codec/Converter from dart:convert.
by ajohnsen@google.com
· 12 years ago
7ad55e3
The peer pointer was not being setup at all, fixed that and added a test case
by asiva@google.com
· 12 years ago
7ed3644
Make reflectClass(dynamic) throw an illegal argument exception.
by rmacnak@google.com
· 12 years ago
3876a9e
Remove assertion in compile-time constant map literals
by hausner@google.com
· 12 years ago
Next »