Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.7.5.3
/
sdk
/
lib
tag
726dee8d962339cbe24d2eb115c1d6ed28872c05
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
d109abb95a6dfca5e28ff1c1186e7bb863aa1349
0.7.5.3
d109abb
Version 0.7.5.3 .
by dgrove@google.com
· 10 years ago
0.7.5.3
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
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
67fbb1d
Make sure we can GC our JS ASTs when we're done convering them to strings.
by kasperl@google.com
· 12 years ago
9fc26e3
Fix bug in the closure methods, where iterating over the boxed variable did not return the variables boxed due to loops.
by ngeoffray@google.com
· 12 years ago
3546537
Emit compile-time error on 'const' formal parameters.
by karlklose@google.com
· 12 years ago
88b4012
visitFunctionExpression in the resolver is for closures, not members.
by ngeoffray@google.com
· 12 years ago
d3b5fc2
Check cycles in redirecting factories.
by karlklose@google.com
· 12 years ago
0cf65f0
Emit a static warning when instantiating an abstract class.
by karlklose@google.com
· 12 years ago
f3758d9
Revert r27621 : the CL is responsible for browser timeouts.
by ngeoffray@google.com
· 12 years ago
bb8afc5
Revert "Emit compile-time error on duplicate parameter names in typedefs."
by karlklose@google.com
· 12 years ago
3766edd
Change return type of get typeVariables and typeArguments in ClassMirror.
by zarah@google.com
· 12 years ago
b506b81
Emit compile-time error on duplicate parameter names in typedefs.
by karlklose@google.com
· 12 years ago
8e6c654
Check for uninitialized constant variables.
by johnniwinther@google.com
· 12 years ago
250e9bc
Support general expressions as keys in literal maps.
by johnniwinther@google.com
· 12 years ago
8dbe4b6
- Change heuristic for bailouts/HTypeConversion to not request a type.
by ngeoffray@google.com
· 12 years ago
1a9178a
Handle Future result from Future.sync computation
by kevmoo@j832.com
· 12 years ago
52d5f90
Don't expect String on read-errors.
by johnniwinther@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
7cd040c
When 'this' is being captured, there is no assignment that tells the inferrer what is the type of it. We have to manually check if the captured element is the closure's this element.
by ngeoffray@google.com
· 12 years ago
850eceb
Re-apply r27593, by fixing the mock compiler.
by ngeoffray@google.com
· 12 years ago
3837b65
Remove unused hints in dart2js
by jwren@google.com
· 12 years ago
f16fc0b
Check if signatures are compatible in a redirecting factory before synthesizing a call in the inferrer.
by ngeoffray@google.com
· 12 years ago
6466a61
Check for cyclic reference in typedefs
by johnniwinther@google.com
· 12 years ago
493cbc9
Add new flaky tests to pub status file (pub-mac issue)
by whesse@google.com
· 12 years ago
461f930
Revert r27592, some unit tests fail.
by ngeoffray@google.com
· 12 years ago
abbd435
Do not analyze assert when assertions are disabled.
by ngeoffray@google.com
· 12 years ago
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
Next »