dart-sdk/runtime
Dmitry Stefantsov 9c340f9eb1 Revert last 4 commits by @lrn
Reverted commits:
* ef097edad6. ("Make Analyzer, VM and
  dart2js accept URI strings as part-of library identifier.")
* e8e1857814. ("Fix bad example of URI
  part-of to be bad, not good.")
* 58f7a92ede. ("Add changelog entry for
  allowing URI in part-of.")
* a4a7d98dce. ("Use FutureOr in
  Completer.complete.")

TBR=lrn@google.com

Review-Url: https://codereview.chromium.org/2724853002 .
2017-03-01 16:44:52 +01:00
..
bin VM: Fix an app-jit related shutdown race. 2017-02-28 21:10:04 +01:00
include VM: Allow configuring use_field_guards on the per-isolate basis and include it into snapshot features. 2017-02-28 21:17:17 +01:00
lib Reland "Track the 'awaiter return' call stack..." 2017-02-28 16:13:41 +01:00
observatory Reland "Track the 'awaiter return' call stack..." 2017-02-28 16:13:41 +01:00
platform Add an option to gen_snapshot for creating a Makefile describing a snapshot's dependencies. This option may be used when generating any snapshot kind, or without generating a snapshot. 2017-02-23 12:40:48 -08:00
tests/vm Include metadata in AOT to expand inline frames in stack traces and provide line numbers. 2017-02-13 10:27:36 -08:00
third_party Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
tools Unset GREP_OPTIONS when extracting processor count 2017-02-28 16:00:32 -08:00
vm Revert last 4 commits by @lrn 2017-03-01 16:44:52 +01:00
.gitignore
BUILD.gn Reintroducing MallocHooks changes with fix for hooks being called when in execvpe after a fork while the MallocHooks lock is held by a thread that may no longer exist. 2017-01-30 09:55:20 -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 clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
dart-runtime.gyp Remove dart_noopt and related parts from the VM. 2017-01-11 16:55:55 -08:00
PRESUBMIT.py VM: Enforce correctly formatted C++ code 2016-11-30 23:52:52 +01:00
runtime_args.gni Created placeholders for MallocHooks implementation and added define DART_USE_TCMALLOC to specifiy when tcmalloc is available. 2017-01-06 12:38:11 -08:00