dart-sdk/sdk/lib/core
2016-10-20 14:37:15 +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 Emphasize that durations are context independent. 2016-10-17 14:51:00 +02:00
double.dart Fixing various num docs regarding NAN, parse, and toString 2014-08-26 08:51:12 +00:00
duration.dart Emphasize that durations are context independent. 2016-10-17 14:51:00 +02:00
errors.dart Revert "Give useful message for null derefs" 2016-10-10 13:11:44 -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
int.dart fix all instances of "the the" 2016-05-13 12:38:25 -07:00
invocation.dart
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 Revert "Give useful message for null derefs" 2016-10-10 13:11:44 -07: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
regexp.dart add a short note about raw strings in the regexp class docs 2016-01-14 16:46:07 -08:00
set.dart Change Set.difference API to accept Set<Object>. 2016-10-20 14:37:15 +02: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
uri.dart Fix bug in _SimpleUri.resolve. 2016-09-29 15:00:42 +02:00