Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.1.0
/
sdk
tag
e47753d8250287d88039cf0fb1467a9ed0afb60a
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
c5f9abdabf883b80a541683482aaaeef94b02004
0.8.1.0
ebb6457
Generative constructor factories for native objects
by sra@google.com
· 12 years ago
11a4e72
Improve use of English.
by dgrove@google.com
· 12 years ago
eaa854b
Move Rectangle and Point into dart:math.
by efortuna@google.com
· 12 years ago
3cbf914
Make reflectClass in dart2js behave appropriately when passed bad arguments.
by rmacnak@google.com
· 12 years ago
a77536b
Fix type error in http_impl.dart.
by whesse@google.com
· 12 years ago
9293307
Report hidden imports on reference only.
by johnniwinther@google.com
· 12 years ago
e98871b
dart:io | Replace duplicate implementation with Uri.resolveUri in HttpClient.
by whesse@google.com
· 12 years ago
3393756
Don't evaluate the argument twice for unresolved static setter calls.
by karlklose@google.com
· 12 years ago
8e56db9
Implement lookupMember for type variables.
by karlklose@google.com
· 12 years ago
bf2cab4
Change dartdoc to use Directory.systemTemp.
by whesse@google.com
· 12 years ago
8bb3b67
Fix dart2js transformer on Windows.
by rnystrom@google.com
· 12 years ago
7955fe0
Use our own DiagnosticHandler for dart2js.
by rnystrom@google.com
· 12 years ago
385516e
Support dart2js in pub serve.
by rnystrom@google.com
· 12 years ago
b56528f
Make the implementations of InstanceMirror.hashCode use dart:core's identityHashCode.
by rmacnak@google.com
· 12 years ago
cdf0402
Handle exports being registered before declarations.
by johnniwinther@google.com
· 12 years ago
29be997
Fix warnings and hints.
by kasperl@google.com
· 12 years ago
3c0c99a
Add Directory.systemTemp getter to replace createSystemTemp().
by whesse@google.com
· 12 years ago
2a375ea
Update handling of exports.
by johnniwinther@google.com
· 12 years ago
05a0d84
More separation of concerns in emitter.
by ahe@google.com
· 12 years ago
2fe4d5b
Fix missing import of checkNum in dart2js math patch file.
by lrn@google.com
· 12 years ago
71cf84e
Change constant that is used for deprecated metadata.
by floitsch@google.com
· 12 years ago
55a8a72
Add List.shuffle().
by lrn@google.com
· 12 years ago
38ee5cb
Emit a compile-time error for uninitialized final variables.
by karlklose@google.com
· 12 years ago
0a92381
Remove bad outdated doc.
by floitsch@google.com
· 12 years ago
ac0e71a
Add deprecation notices to dart:utf and dart:json.
by floitsch@google.com
· 12 years ago
d476db7
Only have one method for generating a method.
by ahe@google.com
· 12 years ago
6a6bfa9
Check mixin of black-listed types.
by johnniwinther@google.com
· 12 years ago
0b53b15
"Reverting 28184"
by efortuna@google.com
· 12 years ago
837c6b6
Move Point and Rect over to dart:math, to be re-exported by dart:html.
by efortuna@google.com
· 12 years ago
c282ae9
Cache the context proxy. Don't use window for global 'this'.
by justinfagnani@google.com
· 12 years ago
a0b5963
Use first-class types to clean up pub's transformer loading a bit.
by nweiz@google.com
· 12 years ago
c65685a
Remove dead code.
by floitsch@google.com
· 12 years ago
05bb036
Implementing CustomElement's attributeChanged callback in dart2js.
by blois@google.com
· 12 years ago
b01493e
Use selectors instead of names to know if a call site returns the element of a list. This fixes the bug where, for example, a.last() would return the element type of the list.
by ngeoffray@google.com
· 12 years ago
24d089f
- Eliminated the excessive prefixing in the renamer of dart2dart.
by bak@google.com
· 12 years ago
ae51c31
Move code to ContainerBuilder.
by ahe@google.com
· 12 years ago
3884dcd
Move getReflectionDataParser to its own file.
by ahe@google.com
· 12 years ago
41135e1
Handle compile-time constness for conditionals and type literal calls.
by johnniwinther@google.com
· 12 years ago
713c8e9
Rename emitter.dart.
by ahe@google.com
· 12 years ago
5284c33
Split emitter into multiple files.
by ahe@google.com
· 12 years ago
e55c3d7
Move emitter to own library.
by ahe@google.com
· 12 years ago
6beb938
Avoid liblib prefixes for private names.
by kasperl@google.com
· 12 years ago
474c64a
Fixing dart2js bot break from custom element constructors
by blois@google.com
· 12 years ago
1aa8a7b
Adding Element.created constructor and .created constructors to all subclasses. Also ensuring generative constructor for all superclasses.
by blois@google.com
· 12 years ago
1cd1624
Fixing File API test.
by blois@google.com
· 12 years ago
5f8eca4
Remove NPObject from generated dart:html for Dartium.
by rmacnak@google.com
· 12 years ago
d5212a6
Make OptionElement construtor arguments named optional parameters.
by efortuna@google.com
· 12 years ago
17afd67
pub exit codes should be const
by kevmoo@j832.com
· 12 years ago
5938ad3
Fix pub to work with new Directory.createSystemTemp.
by whesse@google.com
· 12 years ago
e5982dc
Fix breakage from r28097
by whesse@google.com
· 12 years ago
b221c70
dart:io | Add Directory.CreateSystemTemp(template) and change Directory.CreateTemp(template).
by whesse@google.com
· 12 years ago
c146089
Fix UTF8 encoder for Unicode runes > 0xFFFF.
by floitsch@google.com
· 12 years ago
05f2ef4
Check that constant locals have constant initializers.
by johnniwinther@google.com
· 12 years ago
0f0a48f
Move compile-time constant registrations to the backend.
by johnniwinther@google.com
· 12 years ago
b90ecc0
Don't throw SocketExceptions in websocket.
by ajohnsen@google.com
· 12 years ago
8323221
Only allow one async operation on RandomAccessFile at a time.
by ajohnsen@google.com
· 12 years ago
8a14816
Do typeof checks instead of null checks when we know the receiver is int or null.
by ngeoffray@google.com
· 12 years ago
f640382
Emit a compile-time error when
by karlklose@google.com
· 12 years ago
87bdc30
Allow import/export of libraries with no name.
by johnniwinther@google.com
· 12 years ago
52b8d66
Use JavaScript's toString to force a null check.
by ngeoffray@google.com
· 12 years ago
b8dd4eb
Fix warning spotted by analyzer.
by ngeoffray@google.com
· 12 years ago
7461b04
Understand null checks in the inferrer.
by ngeoffray@google.com
· 12 years ago
5b95688
dart:io | Remove unused asynchronous file request enums.
by whesse@google.com
· 12 years ago
11bbab7
Better caching for synthesized (bound and static/top-level) closures.
by ngeoffray@google.com
· 12 years ago
9dd1bf1
Revert "Allow import/export of libraries with no name."
by johnniwinther@google.com
· 12 years ago
27211a4
Allow import/export of libraries with no name.
by johnniwinther@google.com
· 12 years ago
a61441d
When visiting arguments in the resolver, always set the [sendIsPropertyAccess] to false.
by ngeoffray@google.com
· 12 years ago
d06cbc3
Adjust HTTP Request docs.
by efortuna@google.com
· 12 years ago
e9d1927
Added examples to list.dart.
by shailentuli@google.com
· 12 years ago
4d1cc0d
Emit a compile-time error when a named optional parameter has a library private name.
by karlklose@google.com
· 12 years ago
a45cd62
Added examples to map.dart
by shailentuli@google.com
· 12 years ago
12cadfd
Add .address to [Raw]ServerSocket and HttpServer.
by whesse@google.com
· 12 years ago
8f7980a
Add DartType.treatAsRaw to treat List<dynamic> as List in the backend.
by johnniwinther@google.com
· 12 years ago
0a71361
Emit a compile-time error if a function type parameter is declard with 'final' or 'var'.
by karlklose@google.com
· 12 years ago
c440a9a
Always visit initializing constants.
by karlklose@google.com
· 12 years ago
8255ab3
Emit compile-time error when a constant field is not initialized.
by karlklose@google.com
· 12 years ago
e340fc4
Re-apply "Move the container tracer to the call graph inferrer.".
by ngeoffray@google.com
· 12 years ago
5673172
Fix (bogus) warnings related to the use of Function in dart2js.
by kasperl@google.com
· 12 years ago
ec0ad10
Get rid of casts.
by kasperl@google.com
· 12 years ago
ac616b5
Add a default value for bindCallback's runGuarded.
by floitsch@google.com
· 12 years ago
7c62726
Revert r27992: some browser tests fail.
by ngeoffray@google.com
· 12 years ago
385ec63
Fix dart2js checked mode in host-checked mode.
by kasperl@google.com
· 12 years ago
2cf3b6c
Remove warning spotted by analyzer.
by ngeoffray@google.com
· 12 years ago
eb2fe06
Move the container tracer to the call graph inferrer.
by ngeoffray@google.com
· 12 years ago
9a91047
Change TypeMask.base to be a ClassElement.
by kasperl@google.com
· 12 years ago
9bee8c6
Fix list length optimization bug: do not inline a length access to a constant if the receiver can be null.
by ngeoffray@google.com
· 12 years ago
e18701e
Emit a warning and runtime error when assigning to a function.
by karlklose@google.com
· 12 years ago
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
Next »