dart-sdk/runtime/lib
Samir Jindel 0cafdc4fdb [vm] Fix handling of all-dynamic type arguments in noSuchMethod.
This fixes #33073 for all code which is relevant to Dart 2.

Change-Id: I3956bf9f2bb06f0e67c8b643e8a7765f28464f5f
Reviewed-on: https://dart-review.googlesource.com/54260
Commit-Queue: Samir Jindel <sjindel@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2018-05-10 17:06:42 +00:00
..
array.cc [VM, Compiler] Move compiler to a separate folder. 2017-09-04 15:15:18 +00:00
array.dart [vm] Split _List&_GrowableList []= into checked and unchecked parts 2017-12-07 13:09:55 +00:00
array_patch.dart Add missing methods to List and Map implementations. 2018-02-28 12:26:53 +00:00
async.cc Remove the debugger_ field from Isolate in a PRODUCT build. 2017-07-18 13:29:40 -07:00
async_patch.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
bigint.dart Add missing methods to List and Map implementations. 2018-02-28 12:26:53 +00:00
bigint_patch.dart [VM bigint] Fix padding length in Montgomery Reduction (fixes #32626). 2018-05-07 21:38:30 +00:00
bool.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
bool_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
class_id.cc VM: Restore old implementation of ClassID.cid* fields. 2017-02-16 17:43:42 +01:00
class_id.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
class_id_fasta.dart Changes to runtime patches so Fasta can understand them. 2017-11-01 15:16:04 +00:00
collection_patch.dart Faster first/last on VM implementation of (Linked)HashSet. 2018-03-06 12:50:21 +00:00
collection_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
compact_hash.dart Make cast do the same things as retype. 2018-05-09 08:00:08 +00:00
convert_patch.dart [VM] Cleanup more typing issues in convert_patch. 2017-10-19 14:01:07 +00:00
convert_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
core_patch.dart New methods on Iterable, List, Set, Queue, Map. 2018-02-07 06:12:53 +00:00
core_sources.gni Provide distinct BigInt implementation classes in VM, dart2js, and dartdevc. 2018-01-29 18:12:34 +00:00
date.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
date_patch.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
deferred_load_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
developer.cc Remove the debugger_ field from Isolate in a PRODUCT build. 2017-07-18 13:29:40 -07:00
developer.dart Revert "[VM] Move runtime/lib/{developer,profiler,timeline}.dart -> ..._patch.dart, fix owner of constructors" 2018-03-13 22:24:19 +00:00
developer_sources.gni Revert "[VM] Move runtime/lib/{developer,profiler,timeline}.dart -> ..._patch.dart, fix owner of constructors" 2018-03-13 22:24:19 +00:00
double.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
double.dart [vm/corelib] Fix int/double comparisons in num.compareTo 2018-01-22 18:22:28 +00:00
double_patch.dart Add tryParse alternatives to parseFunctions. 2018-04-12 13:16:49 +00:00
empty_source.dart
errors.cc Revised "Eliminate dependencies on assemblers and code stubs in precompiled runtime." 2017-09-04 13:13:26 +02:00
errors_patch.dart [vm] Fix handling of all-dynamic type arguments in noSuchMethod. 2018-05-10 17:06:42 +00:00
expando_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
function.cc [VM] Replace hand-written assembly prologues with IR 2017-12-13 16:04:34 +00:00
function.dart Re-land "[vm/kernel] Fix non-canoncialized type arguments in partial instantiation." 2018-04-18 13:44:25 +00:00
function_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
growable_array.cc [VM, Compiler] Move compiler to a separate folder. 2017-09-04 15:15:18 +00:00
growable_array.dart [vm] Split _List&_GrowableList []= into checked and unchecked parts 2017-12-07 13:09:55 +00:00
identical.cc Remove more things 2016-02-22 08:53:11 -08:00
identical_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
immutable_map.dart Make cast do the same things as retype. 2018-05-09 08:00:08 +00:00
integers.cc Reapply CL "Option to truncate integers to 64 bits, part 2" 2017-07-17 12:20:17 -07:00
integers.dart [vm/corelib] Fix int/double comparisons in num.compareTo 2018-01-22 18:22:28 +00:00
integers_patch.dart Revert "[VM] Reduce Smi size to 32 bit on 64 bit platforms" 2018-05-07 13:56:10 +00:00
internal_patch.dart [VM runtime] Explicitly specify length of parent type argument vector in native 2018-05-03 23:51:36 +00:00
internal_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
invocation_mirror.h Revert "Revert "Dart Core Lib change to support generic functions in class NoSuchMethodError."" 2017-09-28 00:27:24 +00:00
invocation_mirror_patch.dart [vm] Fix handling of all-dynamic type arguments in noSuchMethod. 2018-05-10 17:06:42 +00:00
isolate.cc [VM] Remove legacy Object::empty_context() and CTX constant 2018-04-19 20:09:38 +00:00
isolate_patch.dart Avoid patching with redirecting factories in vm-related patches 2018-02-08 14:11:50 +00:00
isolate_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
lib_prefix.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
libgen_in.cc Windows: Link library sources into gen_snapshot/dart_bootstrap 2017-02-01 15:55:59 -08:00
linked_hash_map.cc [VM, Compiler] Move compiler to a separate folder. 2017-09-04 15:15:18 +00:00
map_patch.dart Add of constructors to collections. 2018-03-13 12:57:49 +00:00
math.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
math_patch.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
math_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
mirror_reference.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
mirrors.cc [vm] Reify more generics in the mirrors implementation to appease Dart 2. 2018-05-04 00:34:54 +00:00
mirrors.h clang-format runtime/lib 2016-11-04 12:14:41 -07:00
mirrors_impl.dart [vm] Reify more generics in the mirrors implementation to appease Dart 2. 2018-05-04 00:34:54 +00:00
mirrors_patch.dart Changes to runtime patches so Fasta can understand them. 2017-11-01 15:16:04 +00:00
mirrors_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
null_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
object.cc [vm] Fix handling of all-dynamic type arguments in noSuchMethod. 2018-05-10 17:06:42 +00:00
object_patch.dart [VM] Correct return type of _setHash 2017-10-31 22:01:08 +00:00
print_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
profiler.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
profiler.dart Revert "[VM] Move runtime/lib/{developer,profiler,timeline}.dart -> ..._patch.dart, fix owner of constructors" 2018-03-13 22:24:19 +00:00
profiler_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
regexp.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
regexp_patch.dart Add RegExp.escape methods. 2018-02-01 09:56:47 +00:00
schedule_microtask_patch.dart Reland: [dart:cli] Adds waitFor(Future) 2018-01-18 16:38:54 +00:00
simd128.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
stacktrace.cc Remove the debugger_ field from Isolate in a PRODUCT build. 2017-07-18 13:29:40 -07:00
stacktrace.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
stacktrace.h Track async causal stack traces 2017-02-09 15:39:44 -08:00
stopwatch.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
stopwatch_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
string.cc [VM] Make "Hello, World!" run in strong mode (through DFE). 2017-10-24 11:43:48 +00:00
string_buffer_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
string_patch.dart [VM] Stop treating 0x180e as whitespace 2018-01-18 10:37:15 +00:00
symbol_patch.dart Changes to runtime patches so Fasta can understand them. 2017-11-01 15:16:04 +00:00
timeline.cc Limit preserialized JSON for timeline events from Dart code to the arguments. 2017-09-19 23:29:55 +00:00
timeline.dart Revert "[VM] Move runtime/lib/{developer,profiler,timeline}.dart -> ..._patch.dart, fix owner of constructors" 2018-03-13 22:24:19 +00:00
timer_impl.dart Add ticks counter to Timer. 2018-02-08 10:16:00 +00:00
timer_patch.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00
type_patch.dart [VM] Intrinsify Type.hashCode 2017-10-10 23:46:09 +00:00
typed_data.cc Remove unused native methods ByteData_ToEndian<T> 2017-07-13 10:08:45 -07:00
typed_data_patch.dart Make cast do the same things as retype. 2018-05-09 08:00:08 +00:00
typed_data_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
uri.cc Rename TARGET_OS_* to HOST_OS_*. 2017-03-15 13:11:05 -07:00
uri_patch.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
vmservice.cc [vm] Add Dart_NewExternalTypedDataWithFinalizer. 2018-05-01 01:57:41 +00:00
vmservice_sources.gni [infra] Translate _sources.gypi files to _sources.gni files 2017-08-14 21:54:36 -07:00
weak_property.cc VM: Re-format to use at most one newline between functions 2017-07-13 08:08:37 -07:00
weak_property.dart Clean up patches so they can be compiled by Fasta. 2017-10-05 14:05:50 +00:00