dart-sdk/sdk/lib/core
2016-08-26 11:58:04 +02:00
..
annotations.dart Fix typo in @proxy-doc, reword "will not work" to be more specific. 2016-01-12 10:34:05 +01: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 Remove deprecated Resource class from dart:core. 2016-08-26 11:58:04 +02:00
core_sources.gypi Remove deprecated Resource class from dart:core. 2016-08-26 11:58:04 +02:00
date_time.dart Fix DateTime.timeZoneName comment. 2016-08-24 12:49:17 +02: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 Thank you :) 2016-05-07 21:51:19 +02: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 fix all instances of "the the" 2016-05-13 12:38:25 -07:00
invocation.dart Make Invocation.positionalArguments and .namedArguments never be null. 2013-08-26 10:57:33 +00:00
iterable.dart Add example int doc for Iterable.expand 2016-08-05 10:34:38 -07:00
iterator.dart Fixing many link syntaxes in doc comments 2015-11-12 15:34:41 -05:00
list.dart Add documentation to List.filled to warn of common mistake. 2016-06-28 17:30:38 -07:00
map.dart Fix typo in Map.values getter. 2016-05-09 14:57:37 +02: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 Make dart:core strong-mode clean. 2016-04-21 14:01:48 +02:00
object.dart Fixing many link syntaxes in doc comments 2015-11-12 15:34:41 -05:00
pattern.dart Move the Match class from core/regex.dart to core/pattern.dart 2015-12-04 13:19:52 +01:00
print.dart Way more documentation blanks filled in. 2013-11-09 01:19:44 +00:00
regexp.dart add a short note about raw strings in the regexp class docs 2016-01-14 16:46:07 -08:00
set.dart fix all instances of "the the" 2016-05-13 12:38:25 -07:00
sink.dart Introduce class Sink<T>. 2014-03-20 10:13:01 +00:00
stacktrace.dart Add StackTrace.current getter. 2015-11-24 08:26:03 +01:00
stopwatch.dart Update timer and adjust frequency. 2014-06-23 09:33:59 +00:00
string.dart Fixing many link syntaxes in doc comments 2015-11-12 15:34:41 -05: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 Make dart:internal strong-mode clean. 2016-04-21 13:53:51 +02:00
type.dart Switch libraries to using new tags. 2012-12-18 21:31:34 +00:00
uri.dart Make Uri._makeQuery easier to analyze 2016-08-17 10:45:11 -07:00