Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.6.1
/
sdk
tag
bfc2de4bd6d1f0411f47c82c8065e4c4f9de08ea
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
871d59cb13da896006a9cb34379e7b9051ee0d8d
0.7.6.1
6da8f05
Added examples to String docs.
by shailentuli@google.com
· 12 years ago
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
2d3478b
Fix warnings.
by rnystrom@google.com
· 12 years ago
2b55097
Run DOM callbacks in the zone they are coming from.
by floitsch@google.com
· 12 years ago
7e75589
Fix File stream on cancel.
by ajohnsen@google.com
· 12 years ago
d6a3989
Don't rename local variables in dart_precompiled.
by ahe@google.com
· 12 years ago
21bb51c
Fix bug in the requested type of an SSA instruction: avoid requesting a ContainerTypeMask.
by ngeoffray@google.com
· 12 years ago
94b894a
Implement InstanceMirror.invoke of methods with optional arguments.
by ahe@google.com
· 12 years ago
bdb17c0
added bool type to named args in lib/io and lib/_internal
by kevmoo@j832.com
· 12 years ago
00752e7
Escape slash since it helps to end an HTML entity.
by floitsch@google.com
· 12 years ago
a24014a
Automatically append ".js" on spawnUri if we are running in JavaScript.
by floitsch@google.com
· 12 years ago
7e04a89
Add missing newline in minified CSP output.
by ahe@google.com
· 12 years ago
f83de85
Handle hiding dart:core imports specially.
by johnniwinther@google.com
· 12 years ago
1da4c79
Fix a problem revealed by mirror_printer_test. Also update analyzer status file.
by ahe@google.com
· 12 years ago
c24b1b7
Implement named arguments in InstanceMirror.invoke.
by ahe@google.com
· 12 years ago
463ccb1
Fix bug in container tracer, where a local would be updated with the wrong type in the expression `a += 42`.
by ngeoffray@google.com
· 12 years ago
ad9803d
Avoid inventing AST nodes for error reporting.
by kasperl@google.com
· 12 years ago
8eab6f1
Manually enqueue compareTo, hashCode, ==, and toString in the Dart-to-Dart backend to avoid tree shaking these methods out. They may be invoked by the VM core libraries.
by kasperl@google.com
· 12 years ago
354c4dd
Revert "Revert "Start of dartium custom element lifecycle event support.""
by blois@google.com
· 12 years ago
753af9b
Implement closurization of regular methods in ObjectMirror.getField in the VM.
by rmacnak@google.com
· 12 years ago
c8fde9a
Fixed more HttpRequest documentation.
by efortuna@google.com
· 12 years ago
0e87e50
Fix runtime clamp logic to match optimized code
by johnmccutchan@google.com
· 12 years ago
f45e68f
Adjusted HttpRequest documentation to discourage using open and send in simple cases.
by efortuna@google.com
· 12 years ago
3854434
Removed position and totalSize because HttpRequestProgressEvent has other fields that do the same thing.
by efortuna@google.com
· 12 years ago
3fd115d
Revert "Start of dartium custom element lifecycle event support."
by blois@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
6a58b2f
Remove unused library patch code.
by ajohnsen@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
d13f982
Change pub tests and pub local server to use ipV4 localhost by address.
by whesse@google.com
· 12 years ago
415d53b
Add property base to the Uri class
by sgjesse@google.com
· 12 years ago
2316764
Ensure only a subset of elements enter in Compiler.analyzedElement.
by ngeoffray@google.com
· 12 years ago
12c9510
Update implementations to use Object.identityHashCode for identity map/set
by lrn@google.com
· 12 years ago
fac771c
Revert revision 27860
by ricow@google.com
· 12 years ago
c03e58c
Add Object.hashCodeOf to get the default hashCode of an object.
by lrn@google.com
· 12 years ago
dcd741b
Move dart:chrome to dart:_chrome. Turn off doc generation for dart:_chrome.
by dgrove@google.com
· 12 years ago
7abcea6
Add a hidden option to customize "pub serve"'s hostname.
by nweiz@google.com
· 12 years ago
51843ca
Fix mini_parser.dart
by hausner@google.com
· 12 years ago
7517913
Fix warning spotted by analyzer.
by ngeoffray@google.com
· 12 years ago
99e1f3f
Put closure calls in call graph, and small cleanups.
by ngeoffray@google.com
· 12 years ago
9c59a54
"Reverting 27844"
by efortuna@google.com
· 12 years ago
b7c5067
Try caching attribute map to try to improve performance.
by efortuna@google.com
· 12 years ago
9ac7089
If the element or selector is a setter, make sure to use the runtime setter name to know whether we need to emit the reflection name.
by ngeoffray@google.com
· 12 years ago
209e413
Retry of custom element lifecycle events.
by blois@google.com
· 12 years ago
dcda2ad
Cleanup bit casting methods between SIMD types
by johnmccutchan@google.com
· 12 years ago
0df9862
Tell the user that --disallow-unsafe-eval has been removed and what to do instead.
by ahe@google.com
· 12 years ago
fa466d7
Remove dead code.
by ahe@google.com
· 12 years ago
795680d
Disable container tracer if disableTypeInference is true.
by ngeoffray@google.com
· 12 years ago
ab78c66
Generate out.precompiled.js, not precompiled.js.
by ahe@google.com
· 12 years ago
d11df78
Make stdout and stderr async.
by ajohnsen@google.com
· 12 years ago
29d696d
Canonicalize selectors.
by kasperl@google.com
· 12 years ago
f10f791
Adapt private variables with trailing underscores.
by floitsch@google.com
· 12 years ago
770c9d6
Do not emit unnecessary substitutions.
by karlklose@google.com
· 12 years ago
705a3b2
It's not just [] that return the element type of a List. Make the container optimization work for selectors we know return the element type.
by ngeoffray@google.com
· 12 years ago
35e2ed1
Expose Zones.
by floitsch@google.com
· 12 years ago
42f432e
Fix typo and remove duplicate 'Info'.
by ngeoffray@google.com
· 12 years ago
351b872
Reapply: "Emit compile-time error on duplicate parameter names in typedefs."
by karlklose@google.com
· 12 years ago
86d1699
Emit compile-time error for 'static' formal parameters.
by karlklose@google.com
· 12 years ago
f648fe7
Lazily throw pubspec parsing exceptions.
by nweiz@google.com
· 12 years ago
8592772
Close stdout and stderr before exiting Pub.
by nweiz@google.com
· 12 years ago
af595dd
Add sourcemap info for lazy static initializers.
by sra@google.com
· 12 years ago
e8e222e
Fix type of JsTypeVariableMirror.
by zarah@google.com
· 12 years ago
49465ee
Revert "Fix type of JsTypeVariableMirror."
by zarah@google.com
· 12 years ago
1a8a4a6
Fix type of JsTypeVariableMirror.
by zarah@google.com
· 12 years ago
c06a500
Remove unused code.
by ngeoffray@google.com
· 12 years ago
851aa6d
Move TypeGraphInferrer nodes classes into their own file.
by ngeoffray@google.com
· 12 years ago
c5739bd
Move inferrer files into a new directory.
by ngeoffray@google.com
· 12 years ago
82c4420
Re-apply: Change heuristic for bailouts/HTypeConversion to not request a type.
by ngeoffray@google.com
· 12 years ago
06110a8
Add get hashCode to JsTypeVariableMirror.
by zarah@google.com
· 12 years ago
39283e5
Fix http://dartbug.com/13462.
by kasperl@google.com
· 12 years ago
7d93dd8
Support typeVariables in ClassMirror.
by zarah@google.com
· 12 years ago
b3b9cfd
Re-apply r27739: Fix invocation_mirror_test.dart.
by ngeoffray@google.com
· 12 years ago
1ba7ffc
Change inferencing algorithm by starting with the empty type for each node in the call graph.
by ngeoffray@google.com
· 12 years ago
05a9a78
Emit CSP code in separate file.
by ahe@google.com
· 12 years ago
7dda4d3
Reduce calls to new Function.
by ahe@google.com
· 12 years ago
b8f70b2
Revert r27739. Two tests fail.
by ngeoffray@google.com
· 12 years ago
144be39
Fix invocation_mirror_test.dart.
by ngeoffray@google.com
· 12 years ago
96785ff
Emit compile-time errors for conflicting modifiers.
by karlklose@google.com
· 12 years ago
5f913eb
Convert warnings to display single quotes
by sra@google.com
· 12 years ago
6def065
Revert "Dart2js support for custom element lifecycle events"
by blois@google.com
· 12 years ago
fb8f32b
Dart2js support for custom element lifecycle events
by blois@google.com
· 12 years ago
34f58a8
Start of dartium custom element lifecycle event support.
by blois@google.com
· 12 years ago
f6b7cdb
Add methods called in loop after the inferencing.
by ngeoffray@google.com
· 12 years ago
1df8c45
Only do null checks if the type check is more expensive.
by ngeoffray@google.com
· 12 years ago
63647b4
Remove override of runtimeType from HashMap implementations.
by lrn@google.com
· 12 years ago
a379502
Improve the memory consumption and performance of our string buffer implementation.
by kasperl@google.com
· 12 years ago
8de1962
Revert "Reapply r27640: "Emit compile-time error on duplicate parameter names in typedefs.""
by karlklose@google.com
· 12 years ago
ee03ce0
Make Dart2js error message example executable as a script.
by lrn@google.com
· 12 years ago
6b6fefb
Reapply r27640: "Emit compile-time error on duplicate parameter names in typedefs."
by karlklose@google.com
· 12 years ago
ba5aced
Update dart2js parser to disallow repeated comparisons and prefix +.
by lrn@google.com
· 12 years ago
1ea8583
Don't check the name of named constructors.
by karlklose@google.com
· 12 years ago
c0c6366
Add support for passing in vm options to the dart2js scripts.
by ricow@google.com
· 12 years ago
7d44a6c
Emit a compile-time error on members with the name of their enclosing class.
by karlklose@google.com
· 12 years ago
b490fb5
Let the inferrer know that lazy variables can also be null incase their initializer throws.
by ngeoffray@google.com
· 12 years ago
317bb49
Support typeArguments, isOriginalDeclaration, and get originalDeclaration in ClassMirror.
by zarah@google.com
· 12 years ago
12d08d5
Resolve redirecting factory chains from the constant handler.
by karlklose@google.com
· 12 years ago
c41a588
Disable 20s unittest timeout for docs_test and dartdoc_test.
by whesse@google.com
· 12 years ago
af59b4e
Revert "Make sure we can GC our JS ASTs when we're done convering them to strings."
by kasperl@google.com
· 12 years ago
Next »