dart-sdk/runtime/lib
cshapiro@google.com 00b6963338 Fix some warnings in the core library identified by the static analyzer.
This foray uncovered a latent bug in the byte array view constructor and
its use of default arguments.  That bug has been corrected and new tests
have been added to the test suite.

BUG=2136

Review URL: https://chromiumcodereview.appspot.com//10653002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9013 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-22 04:27:57 +00:00
..
array.cc Move assert.h/assert.cc from runtime/vm to runtime/platform 2012-01-16 12:28:10 +00:00
array.dart Fix issue 1741: add map to immutable list. 2012-02-23 19:23:41 +00:00
arrays.dart Wrote functions to convert collections and maps to strings and invoked 2012-02-22 02:28:01 +00:00
bool.dart Fix bug 557: Disallow user side allocation of ImmutableArray. Also added "instantiation-checks" for some other VM-internal classes. 2011-11-23 19:48:25 +00:00
byte_array.cc Document the ByteArray types and reconcile with the implementation. 2012-06-15 20:16:58 +00:00
byte_array.dart Fix some warnings in the core library identified by the static analyzer. 2012-06-22 04:27:57 +00:00
clock.cc Initial checkin. 2011-10-05 05:20:07 +00:00
clock.dart Initial checkin. 2011-10-05 05:20:07 +00:00
date.cc Reapply "Refactor Date implementation in VM." 2012-06-14 13:05:22 +00:00
date.dart Make isUtc a getter, change some method names in Date. Weekday is now 1 based. 2012-06-20 11:43:46 +00:00
double.cc Heartbeat implementation of dart:mirrors. 2012-03-12 23:51:03 +00:00
double.dart A 'fix' for issue 2671, toRadixString. 2012-04-25 15:32:12 +00:00
error.cc Add type checking to some native function arguments 2012-03-13 20:53:37 +00:00
error.dart - Fix use of String operator + in core libraries. 2012-03-19 19:42:29 +00:00
error.h Properly set the element type of literal lists. 2012-05-04 16:36:27 +00:00
growable_array.cc Wire GrowableArray to use the internal VM object. 2012-04-09 21:50:53 +00:00
growable_array.dart Fix some warnings in the core library identified by the static analyzer. 2012-06-22 04:27:57 +00:00
immutable_map.dart Fixed some static type warnings in vm core libraries 2012-03-23 21:27:18 +00:00
integers.cc Changes to get rid of dependency on openssl in the dart VM. 2012-02-28 18:36:39 +00:00
integers.dart toRadixString returns lower case characters. 2012-04-25 15:50:36 +00:00
isolate.cc Finalize classes before calling the main for a new isolate. 2012-05-29 21:10:42 +00:00
isolate.dart spawnUri. Take two. This time I'll wait for Anton before committing :-). 2012-05-23 18:32:51 +00:00
isolate_sources.gypi - Move the Timer interface to the dart:isolate library so that it 2012-06-21 16:17:21 +00:00
lib_impl_sources.gypi Wire GrowableArray to use the internal VM object. 2012-04-09 21:50:53 +00:00
lib_sources.gypi Add ByteArray interface and provide internal and external implementations. 2012-01-26 02:42:08 +00:00
literal_factory.dart Wire GrowableArray to use the internal VM object. 2012-04-09 21:50:53 +00:00
math.cc Fix for bug 1229: Unary operator plus is not allowed ... except for literals. 2012-01-31 20:05:24 +00:00
math.dart - Now that VM entry points are hardened the checking in the Dart 2012-03-13 19:30:10 +00:00
mirrors.cc Second local mirrors CL. 2012-06-12 21:07:49 +00:00
mirrors.h Rework mirrors implementation. 2012-04-23 22:26:09 +00:00
mirrors_impl.dart Fix some warnings in the core library identified by the static analyzer. 2012-06-22 04:27:57 +00:00
mirrors_sources.gypi Rework mirrors implementation. 2012-04-23 22:26:09 +00:00
object.cc Add optional arguments to NullPointerException so that it can report more information (make it similar to what is reported by NoSuchMethodException): 2012-04-11 19:58:45 +00:00
object.dart Clean up (most) uses of Array. Still more to come in the VM corelib code base. 2011-10-18 10:02:59 +00:00
regexp.cc Fox issue 2108: throw illegal argument exception for RegExp natives. Continue throwin NPE where expected. 2012-03-12 19:00:54 +00:00
regexp.dart Implement a getter for pattern to complete the Match interface. 2012-05-11 22:06:14 +00:00
regexp_jsc.cc Move assert.h/assert.cc from runtime/vm to runtime/platform 2012-01-16 12:28:10 +00:00
regexp_jsc.h Add default arguments for regexp flags. 2011-10-07 12:47:56 +00:00
string.cc Remove obsolete String + code 2012-06-18 18:00:25 +00:00
string.dart Remove obsolete String + code 2012-06-18 18:00:25 +00:00
string_buffer.dart Fix some warnings in the core library identified by the static analyzer. 2012-06-22 04:27:57 +00:00