Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.4.1
/
runtime
tag
aeee36d60cff214d1ae8852b99ee60a32c53d4cd
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
cc0f1fa776d6e59804f1f6b78060c57e993eb007
0.7.4.1
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
6282267
Fixes slow object pool search on x64.
by zra@google.com
· 12 years ago
f1583de
- More use of pre-allocated read-only handles.
by iposva@google.com
· 12 years ago
35a8e25
Fix http://dartbug.com/13297
by iposva@google.com
· 12 years ago
31c8540
Revert "dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks."
by whesse@google.com
· 12 years ago
f9ba5f4
dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks.
by whesse@google.com
· 12 years ago
d6e339e
Double the default heap size on 64-bit platforms to account for all pointers taking up twice the amount of memory.
by kasperl@google.com
· 12 years ago
bbcf74a
Make "as" a built-in identifier aka pseudo keyword
by hausner@google.com
· 12 years ago
417e20b
Detect illegal class member names
by hausner@google.com
· 12 years ago
2c0acad
- Tighten assertions in the X64 assembler related to object pool usage.
by iposva@google.com
· 12 years ago
d9f7cc5
Add "function" as an argument to Dart_ActivationFrameInfo
by jacobr@google.com
· 12 years ago
aa8d63a
Properly handle exceptions that arise when reflectively invoking a constructor/factory.
by rmacnak@google.com
· 12 years ago
214d00f
Mirrors cleanup. No semantic changes.
by mlippautz@google.com
· 12 years ago
2760027
Fix error handling when current working directory is deleted.
by whesse@google.com
· 12 years ago
0d6bc7e
Fix bug with deoptimization of SIMD Uint32x4 values.
by fschneider@google.com
· 12 years ago
28a09f3
Do not eliminate GuardFieldInstr when guarding list length.
by johnmccutchan@google.com
· 12 years ago
cd958c8
Fix reparsing of function parameters that include type parameters.
by mlippautz@google.com
· 12 years ago
07c4d9d
Fill in type arguments when creating an object from the mirrors or embedding API.
by rmacnak@google.com
· 12 years ago
94502c1
Checks CObject lengths in native API.
by mlippautz@google.com
· 12 years ago
43d319c
Update unresolved name handling with library prefixes
by hausner@google.com
· 12 years ago
18362b2
Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations."
by lrn@google.com
· 12 years ago
1cf1806
Remove unreachable code in mirrors.
by mlippautz@google.com
· 12 years ago
c6ef82b
Polish the EventHandler cleanup in r26517.
by ajohnsen@google.com
· 12 years ago
1cd8002
Always wait for child processes when forked, even if the process failed.
by ajohnsen@google.com
· 12 years ago
6949a7b
Simplify process exit-code handling on Posix, take 2.
by ajohnsen@google.com
· 12 years ago
c5bb6f7
Convert HashSet, LinkedHashSet to factory methods and custom implementations.
by lrn@google.com
· 12 years ago
94ca56a
Fix a bug in block reordering/block compaction.
by kmillikin@google.com
· 12 years ago
6c92ec5
Simplify VM internal representation of a mixin application clause (MixinAppType
by regis@google.com
· 12 years ago
e65e9e1
Better handling of zero in compare and branch for MIPS.
by zra@google.com
· 12 years ago
09a1a38
- Add missing AddProperty function, which was lost during reformatting.
by iposva@google.com
· 12 years ago
52a736e
- Disallow copy constructors.
by iposva@google.com
· 12 years ago
336183c
- Add missing explicit in constructor.
by iposva@google.com
· 12 years ago
74b2a34
- Base JSON stream printing on stack objects.
by iposva@google.com
· 12 years ago
fe9e202
Fix debugger expression evaluation for top-level functions
by hausner@google.com
· 12 years ago
fd57843
Update handling of ambiguous name references
by hausner@google.com
· 12 years ago
92202c9
Fix compiler warning
by vsm@google.com
· 12 years ago
6b175bb
"Reverting 27298"
by mlippautz@google.com
· 12 years ago
eb28abc
Updates status file for slow test on x64.
by zra@google.com
· 12 years ago
dc9fca0
Add length checks to ApiMessageWriter.
by mlippautz@google.com
· 12 years ago
df2054d
Sets a register aside on x64 for use as a pool-pointer. It is loaded and restored from the code object on Frame entry and exit. All LoadObject calls that can, and many calls and jumps through ExternalLabels now use the pool-pointer. The --compiler-stats flag when running dart2js indicates that code size is reduced ~13%, and more is probably possible.
by zra@google.com
· 12 years ago
1d0cde6
Fix the flag --reorder-basic-blocks so it works to disable reordering.
by kmillikin@google.com
· 12 years ago
34721f9
Add cvtsd2ss into X64 disassembler
by johnmccutchan@google.com
· 12 years ago
0c0bb73
Fix large performance regression in Box2D, MD5, and SHA1 benchmarks caused by https://codereview.chromium.org/22915008/
by johnmccutchan@google.com
· 12 years ago
df78198
Remove String.concat from implementation classes.
by lrn@google.com
· 12 years ago
0f1e912
Reapply "Make LinkedHashMap also have a factory constructor and be customizable""
by lrn@google.com
· 12 years ago
8fdf9b8
Use correct output encoding in Process.runSync.
by ajohnsen@google.com
· 12 years ago
e9eec70
Change --print-ast output to be more regular.
by kmillikin@google.com
· 12 years ago
57a245c
Replace guarded list length field loads with constants
by johnmccutchan@google.com
· 12 years ago
e571ecd
Tests for GuardField length check along with bug fixes
by johnmccutchan@google.com
· 12 years ago
86ffb1f
Add alignment checks to typed_data views
by johnmccutchan@google.com
· 12 years ago
4df2b2b
Remove leftover from CL 23038010.
by mlippautz@google.com
· 12 years ago
ce4b15c
Esoteric bit operations.
by sra@google.com
· 12 years ago
aa8b03e
For trigonometric functions call to C-libraries: they are faster than x87 operations (3% on Box2D). This also enables quicker trigonometrics on ARM and MIPS. TODO: Make InvokeMathCFunction more flexible so that it can handle both static and instance calls
by srdjan@google.com
· 12 years ago
3aec267
Fix bug where Script files that only contained patches were lost from the list of LoadedScripts() This resulted in incorrect stack traces for int.parse Many Script files containing patches also contained non-patch classes or top level members and so they still worked.
by jacobr@google.com
· 12 years ago
bce63cc
Revert "Simplify process exit-code handling on Posix."
by ajohnsen@google.com
· 12 years ago
761f55b
Revert "Make LinkedHashMap also have a factory constructor and be customizable"
by lrn@google.com
· 12 years ago
dff262d
Remove inlining restriction of calls to the == operator.
by fschneider@google.com
· 12 years ago
5e4135c
Simplify process exit-code handling on Posix.
by ajohnsen@google.com
· 12 years ago
6435915
Make LinkedHashMap also have a factory constructor and be customizable
by lrn@google.com
· 12 years ago
2b19ed6
Disentangle AstNode::Name and AstNode::ShortName.
by kmillikin@google.com
· 12 years ago
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
Next »