Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.4.1
/
sdk
/
lib
tag
aeee36d60cff214d1ae8852b99ee60a32c53d4cd
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
cc0f1fa776d6e59804f1f6b78060c57e993eb007
0.7.4.1
e0a3004
Remove spawnDomFunction from dart:html
by vsm@google.com
· 12 years ago
d9b198f
Cleanup bugs in wrapExpressionAsClosure Fix bug in how setters were handled and filter out 'this' from local variables list.
by jacobr@google.com
· 12 years ago
fa483c7
Delete unreachable code in library.
by whesse@google.com
· 12 years ago
5b3a661
Fix bug in inferrer where the closurization of static/super method yielded the return type of that method instead of the Function type.
by ngeoffray@google.com
· 12 years ago
85e82eb
Remove wrong handling of cascade calls in ContainerTracerVisitor. Its super class InferrerVisitor handles it correclty.
by ngeoffray@google.com
· 12 years ago
c809653
dart:io | Change creation of symbolic links with relative targets on Windows.
by whesse@google.com
· 12 years ago
c43fc45
Fix static type warning spotted by dart2js.
by ngeoffray@google.com
· 12 years ago
8b0ff9c
Implement redirecting factories in mirrors.
by ngeoffray@google.com
· 12 years ago
251e90e
Support new import rules.
by johnniwinther@google.com
· 12 years ago
8e4d349
Fix bad stacktraces for zone rethrows.
by floitsch@google.com
· 12 years ago
823293a
We can only use JavaScript's String.split and String.+ if both inputs are Strings.
by ngeoffray@google.com
· 12 years ago
485f846
Enqueue elements for reflection after normal tree-shaking.
by ahe@google.com
· 12 years ago
9e77e5d
Do not evaluate inlined field initializations twice in a redirecting constructor.
by ngeoffray@google.com
· 12 years ago
d76a758
Handle exception from scanning.
by johnniwinther@google.com
· 12 years ago
ef4ed3f
Detect asynchronous dart2js crashes correctly.
by johnniwinther@google.com
· 12 years ago
7c88879
Re-enable --trust-type-annotations and inferrer optimizations in checked mode.
by ngeoffray@google.com
· 12 years ago
e546e26
Change how we generate bound closures to handler bound closures due to super getters: we need to pass the exact function to call instead of fetching it from the receiver.
by ngeoffray@google.com
· 12 years ago
db95a2e
Also infer final fields if there is no MirrorsUsed annotations.
by ngeoffray@google.com
· 12 years ago
614596e
Remove dead code that only triggers NSM if it is followed by an instruction that triggers NSM on the same receiver.
by ngeoffray@google.com
· 12 years ago
c9e3c94
Fix a bug in the variable allocator: a pure instruction between an inlined if and its inlined expression made the live instructions die before that pure instruction. So the pure instruction could just re-use an already taken variable name.
by ngeoffray@google.com
· 12 years ago
a7f31f6
Emit compile-time error for incorrectly used optional parameters.
by karlklose@google.com
· 12 years ago
77aee8d
Restore code and add a comment: the code is actually used for constant lists.
by ngeoffray@google.com
· 12 years ago
47fff75
- Final and const fields that could be used reflectively can still be inferred.
by ngeoffray@google.com
· 12 years ago
d123c26
Added library-level comments for polymer and polymer_expressions
by mcampione@google.com
· 12 years ago
5f2320d
Making Document, Element and Window documentable via @DocsEditable
by blois@google.com
· 12 years ago
ae23e39
one-liner for Random
by kathyw@google.com
· 12 years ago
3fa628e
Revert 27493
by hausner@google.com
· 12 years ago
3b78a16
one-liners for the remaining top-50 dart:core classes
by kathyw@google.com
· 12 years ago
8f6c7d6
Reinstate type checks in Math.min and Math.max
by sra@google.com
· 12 years ago
31029b3
One-line descriptions for Future and Completer.
by kathyw@google.com
· 12 years ago
f3d9d92
fixed one-liners for file and directory
by mcampione@google.com
· 12 years ago
31c8540
Revert "dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks."
by whesse@google.com
· 12 years ago
9995d5d
Register instantiated types in the code generator.
by karlklose@google.com
· 12 years ago
4979e27
Make sure we throw the right NSM error when indexing out of range of a variable that can be null.
by ngeoffray@google.com
· 12 years ago
f9ba5f4
dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks.
by whesse@google.com
· 12 years ago
858793e
Add debugging info to a failing case in the pub tests.
by whesse@google.com
· 12 years ago
4adfac2
Avoid recursion in some of our SSA optimizations, and cache computed block.dominates(other) operations.
by ngeoffray@google.com
· 12 years ago
7db249a
Address comments from CL 23304012.
by ahe@google.com
· 12 years ago
4abf3a9
Diagnose errors in user-provided callbacks and print stack traces.
by ahe@google.com
· 12 years ago
04d9aa7
Segment global object aka '$'.
by ahe@google.com
· 12 years ago
ca27dde
Add FileSystemEntity.absolutePath and .isAbsolute properties.
by whesse@google.com
· 12 years ago
efcc30e
When merging a diamond flow, if one of the branch aborts, we know the join 'block' can use the types of locals from the other branch.
by ngeoffray@google.com
· 12 years ago
a7c9ce28
Fixing Element.shadowRoot JS type annotation
by blois@google.com
· 12 years ago
5f11d3c
https://codereview.chromium.org//23754012 and
by asiva@google.com
· 12 years ago
b3a1389
Support passing configuration data to a transformer plugin.
by nweiz@google.com
· 12 years ago
2760027
Fix error handling when current working directory is deleted.
by whesse@google.com
· 12 years ago
73bd95d
Enable static checking of type variable bounds.
by johnniwinther@google.com
· 12 years ago
eeefb3e
Return the correct port from Uri, when port is 0 and scheme is either http or https.
by ajohnsen@google.com
· 12 years ago
8e54707
Enqueue in the backend to make sure it knows those are helpers being syntehsizely called.
by ngeoffray@google.com
· 12 years ago
3346013
Mark co19 file in analyzer status file as well.
by ajohnsen@google.com
· 12 years ago
058dda6
Implementation of a new type inferrer that computes a call graph using the current inferrer's AST visitor.
by ngeoffray@google.com
· 12 years ago
1dba2c2
Change Uri methods taking a decode argument, to now take an encoding.
by ajohnsen@google.com
· 12 years ago
0e4effb
Don't use Uri's isAbsolute to detect if the path segment is absolute, in toFilePath.
by ajohnsen@google.com
· 12 years ago
0e251a2
Print error messages in pleaseReportCrash.
by karlklose@google.com
· 12 years ago
de2dfc1
Emit a compile-time error when the name of a variable is referenced in the
by karlklose@google.com
· 12 years ago
d312cbb
Exposing document.createElement
by blois@google.com
· 12 years ago
21fdcce
dart:typed_data type hierarchy changes try 3
by sra@google.com
· 12 years ago
b19d1ec
added one-liners: Node, EventTarget, Canvas, HttpClient, HttpServer etc.
by mcampione@google.com
· 12 years ago
18362b2
Revert "Convert HashSet, LinkedHashSet to factory methods and custom implementations."
by lrn@google.com
· 12 years ago
02852e6
Removing dart2js main execution warning message
by blois@google.com
· 12 years ago
b5e8a83
Fix comment for Uri encodeComponent.
by ajohnsen@google.com
· 12 years ago
68a9727
Rewrite Futures.
by floitsch@google.com
· 12 years ago
03b948e
Re-apply: "Fix http://code.google.com/p/dart/issues/detail?id=13007 by introducing a new Marker value in the SsaValueRangeAnalyzer."
by ngeoffray@google.com
· 12 years ago
071c5a1
Accept IPv6 addresses in Uri.http and Uri.https, and correctly nest IPv6 addresses in '[' and ']'.
by ajohnsen@google.com
· 12 years ago
effefe0
Create type masks lazily.
by johnniwinther@google.com
· 12 years ago
c5bb6f7
Convert HashSet, LinkedHashSet to factory methods and custom implementations.
by lrn@google.com
· 12 years ago
d035cbd
Revert "Rewrite Futures."
by floitsch@google.com
· 12 years ago
42e3d1d
Rewrite Futures.
by floitsch@google.com
· 12 years ago
bc987ab
Revert type hierarchy changes
by johnmccutchan@google.com
· 12 years ago
a2c4cf0
Uint8ClampedList no longer inherits from Uint8List
by johnmccutchan@google.com
· 12 years ago
0bd09c3
Fix dart2js decimal number tokenization. Remove support for 'd'-suffixed double format.
by aprelev@gmail.com
· 12 years ago
d62561a
Detect transformer dependency cycles in packages using barback transformers.
by nweiz@google.com
· 12 years ago
b57176e
Throw FileExceptions when in File when reading as String and decoding fails.
by ajohnsen@google.com
· 12 years ago
f469998
Revert 27326
by johnmccutchan@google.com
· 12 years ago
8a854aa
Uint8ClampedList no longer inherits from Uint8List
by johnmccutchan@google.com
· 12 years ago
42378cd
Reapply r27285: "Support dynamic as type literal."
by karlklose@google.com
· 12 years ago
cbd5db9
Emit error on default values in typedefs.
by karlklose@google.com
· 12 years ago
7385f9c
Support transformers that depend on other transformers.
by nweiz@google.com
· 12 years ago
39bad23
Native abstract classes may be instantiated as a proxy for undeclared native subclasses.
by sra@google.com
· 12 years ago
b904bf8
Revert "Revert "Tag extensions""
by blois@google.com
· 12 years ago
647d73a
Fix for CSS URIs not parsing correctly with innerHTML
by blois@google.com
· 12 years ago
99b8252
Revert "Support dynamic as type literal."
by karlklose@google.com
· 12 years ago
7544fca
Fix bug in inferrer: a super constructor call goes through the visitSuperSend in the resolved visitor.
by ngeoffray@google.com
· 12 years ago
df78198
Remove String.concat from implementation classes.
by lrn@google.com
· 12 years ago
7fd9c10
Support dynamic as type literal.
by karlklose@google.com
· 12 years ago
0f1e912
Reapply "Make LinkedHashMap also have a factory constructor and be customizable""
by lrn@google.com
· 12 years ago
72e1362
Turn a Dart String + String into a JavaScript String + String.
by ngeoffray@google.com
· 12 years ago
b5e50f8
Revert "Revert "Fix casts and type assertions on mixins used in native classes.""
by sra@google.com
· 12 years ago
b32607a
Revert "Fix casts and type assertions on mixins used in native classes."
by sra@google.com
· 12 years ago
e749bcf
Fix casts and type assertions on mixins used in native classes.
by sra@google.com
· 12 years ago
4d8651f
1. Make direct calls to _nativeIndexedGetter in "get last" "get first" "get single" instead of calling the "[]" operator. This avoids one additional native call to the length method for each call to "last" "first" or "single"
by asiva@google.com
· 12 years ago
ce4b15c
Esoteric bit operations.
by sra@google.com
· 12 years ago
fefb7a4
Optimization for Element.innerHtml
by blois@google.com
· 12 years ago
761f55b
Revert "Make LinkedHashMap also have a factory constructor and be customizable"
by lrn@google.com
· 12 years ago
6435915
Make LinkedHashMap also have a factory constructor and be customizable
by lrn@google.com
· 12 years ago
5626337
Print the stack trace for built-in types that have been thrown in the compiler.
by karlklose@google.com
· 12 years ago
14b3a16
Revert r27232: some checked mode tests fail.
by ngeoffray@google.com
· 12 years ago
80a12d4
Small changes in the simple types inferrer visitor in preparation for a re-worked inferrer.
by ngeoffray@google.com
· 12 years ago
11edf0e
Fix bug in inferrer for the computation of callers: we need to keep track of what is the called node to ensure another call does not accidentally remove a caller.
by ngeoffray@google.com
· 12 years ago
9d598a4
Fix http://code.google.com/p/dart/issues/detail?id=13007 by introducing a new Marker value in the SsaValueRangeAnalyzer.
by ngeoffray@google.com
· 12 years ago
Next »