dart-sdk/sdk/lib/core
2015-10-06 19:03:24 -07:00
..
annotations.dart Fix comment above declaration of "override" 2014-06-10 17:20:58 +00:00
bool.dart Add "environment" parameter to spawnUri for String.fromEnvironment support. 2015-09-22 12:29:40 +02:00
comparable.dart Improve comment formatting in dart-core, especially Comparable 2014-01-10 18:50:52 +00:00
core.dart Add Resource class. Currently unimplemented. 2015-06-26 11:42:02 +02:00
core_sources.gypi Add Resource class. Currently unimplemented. 2015-06-26 11:42:02 +02:00
date_time.dart Fix bug in DateTime.parse. 2015-04-20 10:27:24 +00:00
double.dart Fixing various num docs regarding NAN, parse, and toString 2014-08-26 08:51:12 +00:00
duration.dart corelib: Don't blow up in memory if a duration receives a string as argument. 2015-02-10 16:39:33 +00:00
errors.dart Add optional message to assert in Dart2js - continued 2015-09-16 16:47:40 -07:00
exceptions.dart Make modInv throw Exception on incompatible operands. 2015-06-30 14:46:14 +02:00
expando.dart Revert change of expando toString. 2014-04-11 12:19:59 +00:00
function.dart Add documentation for hashCode, operator== on String, Symbol, Function. 2014-05-21 06:07:32 +00:00
identical.dart Add Object.hashCodeOf to get the default hashCode of an object. 2013-09-25 08:15:41 +00:00
int.dart Make int.gcd accept zero as an operand, including both operands being zero. 2015-07-07 09:51:13 +02:00
invocation.dart Make Invocation.positionalArguments and .namedArguments never be null. 2013-08-26 10:57:33 +00:00
iterable.dart change param name to match docs 2015-08-11 10:55:16 -07:00
iterator.dart Update iterable documentation to be more precise. 2015-02-02 07:40:19 +00:00
list.dart Dartium JS Enabled take 2 2015-09-16 07:13:53 -07:00
map.dart fix typo in dart:core.Map docs 2015-10-06 19:03:24 -07:00
null.dart Improve DartDocs for dart:core classes that may not be extended or implemented. 2013-08-15 20:53:22 +00:00
num.dart Clean up num.clamp's documentation 2014-10-06 16:08:09 +00:00
object.dart Revert "Rename internal library dart:_collection-dev to dart:_internal." 2014-01-15 12:27:44 +00:00
pattern.dart Improve documentation for Pattern.allMatches. 2015-08-11 13:26:07 +02:00
print.dart Way more documentation blanks filled in. 2013-11-09 01:19:44 +00:00
regexp.dart Add optional start index to Pattern.allMatches. 2014-08-12 07:13:01 +00:00
resource.dart clearly mark resource as deprecated 2015-10-06 09:08:11 -07:00
set.dart Revert "Make EfficientLength public, as EfficientLengthIterable." 2015-05-29 12:52:45 +02:00
sink.dart Introduce class Sink<T>. 2014-03-20 10:13:01 +00:00
stacktrace.dart Add StackTrace.fromString constructor. 2015-04-13 09:17:13 +00:00
stopwatch.dart Update timer and adjust frequency. 2014-06-23 09:33:59 +00:00
string.dart Move implementation from IterableBase to Iterable. 2015-04-13 12:26:15 +00:00
string_buffer.dart dart2js implementation of StringBuffer.writeAll that optimizes better. 2015-04-15 23:13:29 +00:00
string_sink.dart Improve comment formatting in dart-core, especially Comparable 2014-01-10 18:50:52 +00:00
symbol.dart Add documentation for hashCode, operator== on String, Symbol, Function. 2014-05-21 06:07:32 +00:00
type.dart Switch libraries to using new tags. 2012-12-18 21:31:34 +00:00
uri.dart Make HttpClient not send fragments as part of request. 2015-08-10 12:18:12 +02:00