dart-sdk/runtime
2016-03-23 12:35:57 -07:00
..
bin Fix broken dartium build due to invalid dependencies when dart_io_support=0 2016-03-23 10:40:32 -07:00
include - Fix for issue 25950 (add registration of a thread exit callback) 2016-03-17 13:40:20 -07:00
lib Simpler regex names: 2016-03-21 17:21:05 -07:00
observatory Move the VM's typed_data implementation to runtime/lib. 2016-03-21 13:39:49 +01:00
platform Ensure embedder timeline callbacks are called for service protocol requests 2016-03-15 07:59:04 -07:00
tests/vm Adjust status files for product mode to skip tests that require checked mode as we do not support the flags --enable_asserts and --enable_type_checks in product mode. 2016-03-21 11:09:38 -07:00
third_party - Add binary size analysis tool from Chromium. 2016-03-01 10:06:07 -08:00
tools Remove unused gyp variable 2016-03-22 14:31:54 -07:00
vm Speedup function profile by using a hash table instead of a linear scan 2016-03-23 12:35:57 -07:00
.gitignore
BUILD.gn Avoid specifying DART_SHARED_LIB in the static library GN targets 2016-03-10 11:12:18 -08:00
codereview.settings Remove trailing slash in codereview.settings to fix review url double slash 2015-10-01 07:27:13 -07:00
CPPLINT.cfg - Use the simulator to do atomic operations that could also 2014-10-27 19:21:33 +00:00
dart-runtime.gyp VM: Separate precompilation-specific code, make flags const. 2016-02-23 08:48:08 -08:00
PRESUBMIT.py