Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.6.6
/
runtime
tag
faf7d685d14c1102f514784bd3069709716890b3
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:24 2015
object
f340b269cd0cd40e0b5b155588e5619db1b13bdf
0.7.6.6
fd941f6
Version 0.7.6.4 .
by dgrove@google.com
· 10 years ago
0.7.6.4
c068a94
Revert "Revert "Reinstate type checks in Math.min and Math.max""
by sra@google.com
· 12 years ago
19763aa
Implementation for ClosureMirror.findInContext.
by mlippautz@google.com
· 12 years ago
053eaeb
Revert "Reinstate type checks in Math.min and Math.max"
by sra@google.com
· 12 years ago
b1e55c5
Reinstate type checks in Math.min and Math.max
by sra@google.com
· 12 years ago
6531272
Support forwarding constructors for mixin typedefs (issue 11888).
by regis@google.com
· 12 years ago
37e66b3
Treat final variables initialized with a literal as constants. Also sneak in a small cleanup.
by srdjan@google.com
· 12 years ago
b0780d3
Check types of case expressions
by hausner@google.com
· 12 years ago
0c3da80
Replace - with _ when mapping from filename to C symbol name
by johnmccutchan@google.com
· 12 years ago
84c2991
Fix --gc_at_alloc
by johnmccutchan@google.com
· 12 years ago
fac6bae
Clean up status file.
by ajohnsen@google.com
· 12 years ago
d055c16
Fix optimized Math.pow on x64 with NaN exponents.
by fschneider@google.com
· 12 years ago
61ddf78
Fix VM exit code in some cases.
by regis@google.com
· 12 years ago
3fe818e
Minor cleanup for the Null string case.
by asiva@google.com
· 12 years ago
753af9b
Implement closurization of regular methods in ObjectMirror.getField in the VM.
by rmacnak@google.com
· 12 years ago
0e87e50
Fix runtime clamp logic to match optimized code
by johnmccutchan@google.com
· 12 years ago
7eaea8b
Discard first line of multiline string if only whitespace
by hausner@google.com
· 12 years ago
57394af
Don't compile io_service if io is not supported.
by ajohnsen@google.com
· 12 years ago
3e0a59b
Clean up IOService implementation to be shared between patched and non-patched code.
by ajohnsen@google.com
· 12 years ago
2f1de2f
Loads some large Smis from the object pool on x64.
by zra@google.com
· 12 years ago
a347038
Merge services into a shared IOService in dart:io, and use a native port.
by ajohnsen@google.com
· 12 years ago
9a87eb0
Fix x64 assembler in roundsd and pxor.
by fschneider@google.com
· 12 years ago
cd155c8
Fix checked mode error and update status file
by sgjesse@google.com
· 12 years ago
415d53b
Add property base to the Uri class
by sgjesse@google.com
· 12 years ago
dfbf264
Automatically converted general Fail status file markers to one of the more specific markers
by kustermann@google.com
· 12 years ago
9981feb
dart:io | Enable connection cache for secure networking clients.
by whesse@google.com
· 12 years ago
46f3bea
VM: Fix CHA for Object.
by fschneider@google.com
· 12 years ago
cad438b
Make VM Expando use identityHashCode instead of object's hashCode.
by lrn@google.com
· 12 years ago
12c9510
Update implementations to use Object.identityHashCode for identity map/set
by lrn@google.com
· 12 years ago
0cc1e64
Re-enable VM isolate tests.
by ajohnsen@google.com
· 12 years ago
c03e58c
Add Object.hashCodeOf to get the default hashCode of an object.
by lrn@google.com
· 12 years ago
5fd304e
Fixed an overflow bug in the compare function used by the heap histogram sorting.
by bak@google.com
· 12 years ago
1c5c3d5
Eliminate legacy support for throw without expression.
by hausner@google.com
· 12 years ago
20c3666
Address comments of committed change https://codereview.chromium.org/24397002/
by regis@google.com
· 12 years ago
3ea7013
Throw exception if path can't be watched.
by ajohnsen@google.com
· 12 years ago
8a9adf5
- Use simplified token location call where appropriate.
by iposva@google.com
· 12 years ago
dcda2ad
Cleanup bit casting methods between SIMD types
by johnmccutchan@google.com
· 12 years ago
3c36039
Improve NoSuchMethodError error messages
by hausner@google.com
· 12 years ago
d162c06
Make stdin blocking when using Stdin::readByte and readLine.
by ajohnsen@google.com
· 12 years ago
d11df78
Make stdout and stderr async.
by ajohnsen@google.com
· 12 years ago
610c3e3
Make smi.toString() do its work faster using native string helpers.
by lrn@google.com
· 12 years ago
f10f791
Adapt private variables with trailing underscores.
by floitsch@google.com
· 12 years ago
8b24dd1
Fix socket_android.cc to agree with socket_linux.cc and compile.
by whesse@google.com
· 12 years ago
ab3e735
Fix range checks for typed data in native code and the optimizer.
by fschneider@google.com
· 12 years ago
3b5628f
Support mixin application typedef as mixin in the VM (issues 9383, 12773).
by regis@google.com
· 12 years ago
928894a
- Added Dart_GetNativeIsolateData so that the bindings code can access the IsolateCurrentData
by asiva@google.com
· 12 years ago
728c46c
Make Script::GetTokenLocation() and Script::TokenRangeAtLine() use token streams
by mlippautz@google.com
· 12 years ago
dfc2098
Add private TypedList getters and setters to the invisible list
by johnmccutchan@google.com
· 12 years ago
c9eabbc
Make Dart_IdentityEqual live up to its sepc and not leak boxing implementation detail. (Reland r27542.)
by rmacnak@google.com
· 12 years ago
2405397
Fix Linux perf profiling support.
by fschneider@google.com
· 12 years ago
81b8e04
VM: Fix bug in constant propagation with integer division and modulo.
by fschneider@google.com
· 12 years ago
e539604
Small cleanup in FlowGraphOptimizer.
by fschneider@google.com
· 12 years ago
9b8358c
- Fix C++11 string literal requirements.
by iposva@google.com
· 12 years ago
d0b681f
- Write the coverage data to a file instead of printing to stdout.
by iposva@google.com
· 12 years ago
0d6cfb7
Remove Dart_[Qualified]ClassName.
by rmacnak@google.com
· 12 years ago
b11c4df
Qualify calls from embedding API functions to other embedding API functions to appease the Windows build.
by rmacnak@google.com
· 12 years ago
89d5616
Never return a Dart_Handle on a dart::Class from the embedding API.
by rmacnak@google.com
· 12 years ago
b3cd74f
Use newline tokens when generating source from tokenstream.
by mlippautz@google.com
· 12 years ago
ca128de
- Modify toDart to first do a simple lookup in the appropriate table before going down the templatized
by asiva@google.com
· 12 years ago
146a847
Syntax fix.
by mlippautz@google.com
· 12 years ago
d1037c4
Fix bugs in SocketAddress
by sgjesse@google.com
· 12 years ago
63647b4
Remove override of runtimeType from HashMap implementations.
by lrn@google.com
· 12 years ago
b8912cf
Replace the memcpy macro with a lint check.
by sgjesse@google.com
· 12 years ago
b7afb65
Clean up handling of guarded fields in the flow graph builder.
by fschneider@google.com
· 12 years ago
a379502
Improve the memory consumption and performance of our string buffer implementation.
by kasperl@google.com
· 12 years ago
1072bc1
Reland: Fix bug in field type tracking and polymorphic inlining.
by fschneider@google.com
· 12 years ago
edca9d2
Special-case for Bigint single-digit division
by sra@google.com
· 12 years ago
c86bdc5
Expose field data, use class id, and merge all collections into "objects"
by johnmccutchan@google.com
· 12 years ago
1d83b7c
Setup the pool pointer when entering Dart from C++ so the intrinsic functions may rely on it being valid.
by rmacnak@google.com
· 12 years ago
2575351
Properly parse symbol literals in top-level expression
by hausner@google.com
· 12 years ago
aeb3386
Fix function type parameter parsing
by hausner@google.com
· 12 years ago
4fa46b7
Introduce newline tokens into the token stream.
by mlippautz@google.com
· 12 years ago
53a1ec9
Revert
by asiva@google.com
· 12 years ago
d85f1f5
Add bsr to ia32 disassembler
by sra@google.com
· 12 years ago
2162084
More fingerprint fixes, and fixing the FP verification option
by hausner@google.com
· 12 years ago
d8a903f
Change more fingerprints
by hausner@google.com
· 12 years ago
f3baeeb
Implement symbol literals in the VM compiler
by hausner@google.com
· 12 years ago
7dea1d8
Fix bug in field type tracking and polymorphic inlining.
by fschneider@google.com
· 12 years ago
3766edd
Change return type of get typeVariables and typeArguments in ClassMirror.
by zarah@google.com
· 12 years ago
650dc5f
Remove duplicated code on Windows
by sgjesse@google.com
· 12 years ago
cda093e
Fix redirecting constructors
by hausner@google.com
· 12 years ago
ac08bab
Polymorphic inlining of [] operations.
by fschneider@google.com
· 12 years ago
6705762
Fix assertion in the parser about operator precedence.
by fschneider@google.com
· 12 years ago
ee3dfa4
Change the order of bitwise operators and equality/relational operators.
by lrn@google.com
· 12 years ago
4fc5c84
Recommit add FileSystemEntity.resolveSymbolicLinks
by whesse@google.com
· 12 years ago
6d49d9f
Reapply "Convert HashSet, LinkedHashSet to factory methods and custom implementations."
by lrn@google.com
· 12 years ago
1255f3c
Fix an off-by-one error in deoptimization compression.
by kmillikin@google.com
· 12 years ago
d20d226
Catch potential integer overflows in bigint operations.
by mlippautz@google.com
· 12 years ago
cac6077
Make Dart_ScriptGetTokenInfo account for line_offset() and col_offset()
by jacobr@google.com
· 12 years ago
1fb64d6
Cleanup of some comparisons on ARM.
by zra@google.com
· 12 years ago
fab06df
Revert revision 27542 "Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail."
by ricow@google.com
· 12 years ago
8ed7a03
Make Dart_IdentityEqual live up to its spec and not leak boxing implementation detail.
by rmacnak@google.com
· 12 years ago
2e07b29
Make Dart_FunctionOwner return handles on Types rather than Classes.
by rmacnak@google.com
· 12 years ago
c7460af
Add Dart_QualifiedClassName.
by rmacnak@google.com
· 12 years ago
2958d5a
Allocate pending_classes array in new gen.
by asiva@google.com
· 12 years ago
5c8925e
Use CHECK_ISOLATE instead of the more heavy DARTSCOPE for
by asiva@google.com
· 12 years ago
b09bbf7
Add metadata to type parameters. Reflective access is provided by TypeVariableMirror.
by mlippautz@google.com
· 12 years ago
e155ff8
Revert last commit
by zra@google.com
· 12 years ago
a61d0c6
Allows build of the standalone VM for ARM adroid.
by zra@google.com
· 12 years ago
f3ed73c
Make hidden initializing formal parameters invisible to the debugger
by hausner@google.com
· 12 years ago
Next »