dart-sdk/runtime/lib
lrn@google.com f5bf3613dc Revert "Add num.parse."
Fails on IE9.

Review URL: https://codereview.chromium.org//85623004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@30631 260f80e4-7a28-3924-810f-c04153c831b5
2013-11-25 14:52:23 +00:00
..
array.cc - Rename arrays to lists: 2013-10-03 00:15:14 +00:00
array.dart - Undo broken manual commit due to repeated gcl failures. 2013-10-17 23:11:50 +00:00
array_patch.dart - Rename arrays to lists: 2013-10-03 00:15:14 +00:00
async_sources.gypi Add factory-method for scheduleMicrotask, as well as a (failing) test. 2013-10-15 16:22:04 +00:00
bool.cc Change bool.fromEnvironment to recognize "true" and "false" and use default for rest. 2013-10-31 14:05:28 +00:00
bool_patch.dart Update documentation on .fromEnvironment. Make bool default be false. 2013-10-31 09:33:18 +00:00
collection_dev_patch.dart Update dart:mirrors to use Symbol. 2013-04-15 15:00:45 +00:00
collection_dev_sources.gypi Make print interceptable. 2013-10-15 16:02:07 +00:00
collection_patch.dart - More incorrect types fixed. 2013-11-04 18:17:22 +00:00
collection_sources.gypi Add a new implementation of HashMap that uses JS objects for its (multiple) hash tables. 2013-04-02 11:51:36 +00:00
convert_patch.dart Make the result of JSON.decode be marked by "null" in the reviver. 2013-08-28 08:25:34 +00:00
convert_sources.gypi Made old dart:json library use convert to parse JSON. 2013-08-28 07:56:12 +00:00
core_patch.dart Avoid yet another import of dart:_collection_dev in the core patch library. Use the prefix _collection_dev (already set up in dart:core imports) when accessing Symbol in the core patch library. 2013-04-29 16:23:58 +00:00
corelib_sources.gypi Implement fromEnvironment on bool, int and String 2013-10-31 05:46:57 +00:00
date.cc Factor out throwing of argument error. 2013-10-01 18:48:37 +00:00
date_patch.dart Implement updated method overriding rules in the vm (issue 11495). 2013-08-12 20:28:52 +00:00
deferred_load_patch.dart Refactor Future constructors. 2013-04-15 21:24:27 +00:00
double.cc Factor out throwing of argument error. 2013-10-01 18:48:37 +00:00
double.dart Add isFinite getter to num. 2013-10-23 10:21:13 +00:00
double_patch.dart Revert "Add num.parse." 2013-11-25 14:52:23 +00:00
empty_source.dart - Split Dart core libraries into shared sources and patch sources. 2012-08-13 23:01:20 +00:00
errors.cc Check type bounds of redirecting factories (issue 14699). 2013-11-11 22:59:48 +00:00
errors_patch.dart Check type bounds of redirecting factories (issue 14699). 2013-11-11 22:59:48 +00:00
expando_patch.dart Make VM Expando use identityHashCode instead of object's hashCode. 2013-09-25 10:47:35 +00:00
function.cc Dart VM: Simplify code generation for equality operators. 2013-10-01 10:10:50 +00:00
function.dart Fix equality of implicit closures in the Dart VM. 2013-08-14 11:43:50 +00:00
function_patch.dart Avoid yet another import of dart:_collection_dev in the core patch library. Use the prefix _collection_dev (already set up in dart:core imports) when accessing Symbol in the core patch library. 2013-04-29 16:23:58 +00:00
growable_array.cc - Rename arrays to lists: 2013-10-03 00:15:14 +00:00
growable_array.dart Compile time error if name is used before variable is declared 2013-11-01 21:28:31 +00:00
identical.cc Make Dart_IdentityEqual live up to its sepc and not leak boxing implementation detail. (Reland r27542.) 2013-09-23 16:23:06 +00:00
identical_patch.dart Add Object.hashCodeOf to get the default hashCode of an object. 2013-09-25 08:15:41 +00:00
immutable_map.dart Add EfficientLength marker interface to some iterabels. 2013-10-14 10:40:00 +00:00
integers.cc Change integer canonicalization to use CheckAndCanonicalize 2013-11-01 09:42:28 +00:00
integers.dart Constant fold strict comparison based on incoming types: different (exact) types means that the result is false. LoadStaticField computes type for final fields. Make a temporary buffer final. 2013-11-08 17:42:45 +00:00
integers_patch.dart Implement fromEnvironment on bool, int and String 2013-10-31 05:46:57 +00:00
invocation_mirror.cc Change resolving of instance methods to check early for name mismatch. 2013-07-16 09:38:13 +00:00
invocation_mirror.h Report correct error message in case of super invocation (fix issue 8208). 2013-10-22 22:12:07 +00:00
invocation_mirror_patch.dart Report correct error message in case of super invocation (fix issue 8208). 2013-10-22 22:12:07 +00:00
isolate.cc Fix VM not accepting static methods for Isolate.spawn. 2013-11-20 09:14:30 +00:00
isolate_patch.dart Make SendPortImpl_internalSend not take a reply port as argument. 2013-11-15 11:28:23 +00:00
isolate_sources.gypi Re-apply 'Unify dart:isolate.' with fixes for autogenerated dart2js and dartium html files. 2012-08-21 18:47:43 +00:00
libgen_in.cc Resubmit 22380 after fixing the windows build. 2013-05-03 22:50:26 +00:00
map_patch.dart Update VM to handle malformed types according to revised spec (issues 9055, 2013-07-31 15:20:28 +00:00
math.cc Remove int.pow and double.pow from VM library. 2013-08-20 08:13:13 +00:00
math_patch.dart - Add a per-isolate pseudo random number generator to the 2013-11-06 00:59:46 +00:00
math_sources.gypi - Move MathNatives from dart:core to dart:math. 2012-11-16 19:42:02 +00:00
mirror_reference.dart Syntax fix. 2013-09-20 15:54:10 +00:00
mirrors.cc Drop "Impl" suffix from local mirror class names. 2013-11-15 22:44:44 +00:00
mirrors.h Rework mirrors implementation. 2012-04-23 22:26:09 +00:00
mirrors_impl.dart Move non-caching fields to the top of mirror classes. 2013-11-19 00:46:01 +00:00
mirrors_patch.dart Allow creation of public symbols using MirrorSystem.getSymbol when passing a null library. 2013-11-20 01:33:24 +00:00
mirrors_sources.gypi Add a VM defined class VMReference as an opaque pointer for Dart code to VM internal objects. 2013-07-02 16:17:25 +00:00
null_patch.dart Add Object.hashCodeOf to get the default hashCode of an object. 2013-09-25 08:15:41 +00:00
object.cc Change == into an instance call to allow polymorphic inlining of ==. 2013-11-04 11:32:52 +00:00
object_patch.dart Change == into an instance call to allow polymorphic inlining of ==. 2013-11-04 11:32:52 +00:00
print_patch.dart Make print interceptable. 2013-10-15 16:02:07 +00:00
regexp.cc Change Bool::Get to return a handle instead of a pointer to a raw object. 2013-08-28 08:38:56 +00:00
regexp_jsc.cc Remove deprecated IllegalJSRegExpException class. 2013-03-01 12:14:45 +00:00
regexp_jsc.h Add default arguments for regexp flags. 2011-10-07 12:47:56 +00:00
regexp_patch.dart Remove deprecated 'str' getter on Match. 2013-10-24 12:06:41 +00:00
schedule_microtask_patch.dart Add factory-method for scheduleMicrotask, as well as a (failing) test. 2013-10-15 16:22:04 +00:00
simd128.cc This is the final breaking change in dart:typed_data needed for Dart 1.0. We need this change because the ECMAScript SIMD specification only includes Int32x4 and Int32x4List and our types must match. 2013-11-04 21:56:59 +00:00
stacktrace.cc 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. 2013-09-05 20:25:00 +00:00
stacktrace_patch.dart Remove methods on StackTrace class. 2013-04-15 11:44:30 +00:00
stopwatch.cc Use the return value of vm native methods to set the return value, 2012-08-30 17:41:19 +00:00
stopwatch_patch.dart Remove Stopwatch interface and make it a class. 2013-02-08 10:46:14 +00:00
string.cc Add optimized String.fromCharCodes path for Uint8List and Int8List. 2013-11-21 06:12:01 +00:00
string_buffer_patch.dart Improve string library performance. String concat and indexOf. 2013-10-29 18:18:40 +00:00
string_patch.dart Add optimized String.fromCharCodes path for Uint8List and Int8List. 2013-11-21 06:12:01 +00:00
symbol_patch.dart Partial solution to analyze potentially constant expressions 2013-07-03 20:47:14 +00:00
timer_patch.dart Reapply "Zone support for Futures, Timer, Streams." 2013-06-15 11:28:38 +00:00
type_patch.dart - Make sure BoundedType and MixinAppType have a name. 2013-06-13 13:02:46 +00:00
typed_data.cc This is the final breaking change in dart:typed_data needed for Dart 1.0. We need this change because the ECMAScript SIMD specification only includes Int32x4 and Int32x4List and our types must match. 2013-11-04 21:56:59 +00:00
typed_data.dart Add missing ByteData.elementSizeInBytes. 2013-11-05 18:04:42 +00:00
typed_data_sources.gypi Rename dart:typeddata to dart:typed_data. 2013-04-23 11:54:54 +00:00
uri.cc Add property base to the Uri class 2013-09-25 13:52:15 +00:00
uri_patch.dart Fix checked mode error and update status file 2013-09-25 14:33:04 +00:00
weak_property.cc Rename GET_NATIVE_ARGUMENT macro to GET_NON_NULL_NATIVE_ARGUMENT. 2012-12-10 17:59:40 +00:00
weak_property.dart Get rid of a lot of () for getters. 2012-09-07 11:50:07 +00:00