Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/2.1.0
/
sdk
/
bin
tag
9acd67a0dd2fa3fc8eda7ed90e7f18f4a7363b2e
tagger
Alexander Thomas <athom@google.com>
Tue Nov 13 17:22:02 2018
object
e1e89a628f0873da90447580e0ac75e04144ee2b
2.1.0
ddf6777
Remove warning about inferring packages URI from dart2js
by Peter von der Ahé
· 7 years ago
d673847
[dartdevc] add --kernel option, deprecate bin/dartdevk
by Jenny Messerly
· 7 years ago
f598e69
Drop support for Dart 1 in pub
by Nate Bosch
· 7 years ago
1a1ff9e
Reverse the pub snapshot names
by Nate Bosch
· 7 years ago
bc7220a
[VM] Turn dart2 on by default on the command line VM
by asiva
· 7 years ago
483c42b
Switch dart2js to use dart 2 vm.
by Emily Fortuna
· 7 years ago
753d954
Move to dartdoc 0.20.0 and enable preview-dart-2.
by Janice Collins
· 7 years ago
e7bad54
Make dart2js only run with 64 bit ints, not the larger ints from the vm.
by Emily Fortuna
· 7 years ago
30ad3f6
Set DDK to run on Dart-2 VM
by Vijay Menon
· 7 years ago
7c59fe6
Flip dartfmt to run in Dart 2 mode.
by Bob Nystrom
· 7 years ago
eeec646
Convert the command-line analyzer to a dart 2 snapshot.
by Devon Carew
· 7 years ago
2ff2af7
Allow running pub with --preview-dart-2
by Nate Bosch
· 7 years ago
9f6e8a3
Move DDC to Dart 2 snapshot
by Vijay Menon
· 7 years ago
0c04eb5
Disable int64 when running dart2js
by Sigmund Cherem
· 8 years ago
7b2678b
Fix paths in sdk/bin/dartdevk.bat
by Karl Klose
· 8 years ago
83057c4
Run dartdevk tests on Windows too
by Jens Johansen
· 8 years ago
6e3d94a
Revert "Run dartdevk tests on Windows too"
by Jens Johansen
· 8 years ago
125d704
Run dartdevk tests on Windows too
by Jens Johansen
· 8 years ago
2a1d5ce
Fix dartedvk script paths for Windows
by Karl Klose
· 8 years ago
2d48be6
Invoke dartdevk.dart through shell script that locates the 'dart' executable
by Karl Klose
· 8 years ago
ac16656
Remove MIPS support
by Zachary Anderson
· 8 years ago
b5d53b5
Fix spew when running presubmit which triggers dartfmt.bat on windows. We should also backport this change to the sdks in tools/sdk or roll a new version of the tools/sdk
by Jacob Richman
· 8 years ago
b7f1742
Revert "Revert "Reapply "Switch to the new analysis driver in analyzer_cli."""
by Konstantin Shcheglov
· 9 years ago
64df435
Revert "Reapply "Switch to the new analysis driver in analyzer_cli.""
by Zach Anderson
· 9 years ago
623d286
Reapply "Switch to the new analysis driver in analyzer_cli."
by Konstantin Shcheglov
· 9 years ago
e97042b
Revert "Switch to the new analysis driver in analyzer_cli."
by Konstantin Shcheglov
· 9 years ago
cda7520
Switch to the new analysis driver in analyzer_cli.
by Konstantin Shcheglov
· 9 years ago
8d8f0c5
Remove checked mode addition to sdk/bin/dart2js.
by Emily Fortuna
· 9 years ago
9b7247e
Some constructor quick fixes: implement redirecting constructors, work with finding default constructors (!).
by Emily Fortuna
· 9 years ago
9941b66
Tools not running from snapshots should use /.packages
by William Hesse
· 9 years ago
61eee9e
Use checked-in .package file for building and testing
by William Hesse
· 9 years ago
6d238ba
Revert "Use checked-in .package file for building and testing"
by William Hesse
· 9 years ago
5d3e356
Use checked-in .package file for building and testing
by William Hesse
· 9 years ago
c1cde96
use pkg/dev_compiler in the build
by John Messerly
· 9 years ago
9a85103
Copy Dart-configuration detection from dart script to pub.
by Florian Loitsch
· 9 years ago
40108f6
Update Windows build output path in .bat files
by Johnni Winther
· 9 years ago
8720ec8
Fix windows + gitbash (#25712)
by John McDole
· 9 years ago
b73e02d
Add dev_compiler to the SDK build process.
by Paul Berry
· 9 years ago
ceec063
Revert "Add dev_compiler to the SDK build process."
by Paul Berry
· 9 years ago
2ddf244
Add dev_compiler to the SDK build process.
by Paul Berry
· 9 years ago
fadca39
Change sdk/bin/dart2js to find an available build.
by Paul Berry
· 10 years ago
634e5a1
Refs #25328 Use a portable shebang
by William Hesse
· 10 years ago
73dfc7a
Change to X64 default build in tool scripts in sdk/bin
by William Hesse
· 10 years ago
6485590
Remove old java-based analyzer from test scripts and status files
by William Hesse
· 10 years ago
e9ce747
Run x64 dart2js version by default.
by Florian Loitsch
· 10 years ago
9ae1265
`analyzer_cli` move to SDK.
by pq
· 10 years ago
18b68f7
remove docgen remnants from repo, update CHANGELOG
by keertip
· 10 years ago
c775149
remove docgen source and targets from build
by keertip
· 10 years ago
fe5550e
fix dartdoc.bat
by keertip
· 10 years ago
fe402c5
sdk/dartanalyzer now detects an available build
by Stan Manilov
· 10 years ago
3865dd8
create dartdoc snapshot, add to dart-sdk. Also add resources needed to run dartdoc from the sdk.
by keertip
· 10 years ago
ac8a228
sdk/dart now detects an available build
by Stan Manilov
· 10 years ago
f3c6339
Switch over testing pub seperately from the the normal packages
by Rico Wind
· 10 years ago
2c5e890
Build fixes.
by pq
· 10 years ago
3d8c06c
Start pulling pub from its own repo.
by Natalie Weizenbaum
· 10 years ago
4c03f25
Analyzer build updates to use analyzer_cli.
by pquitslund@google.com
· 10 years ago
1728034
Make unittests work on Windows (again)
by johnniwinther@google.com
· 10 years ago
6a3180b
Fix path to dart_style.
by rnystrom@google.com
· 11 years ago
1cae12a
Switch dartfmt in the SDK to run dart_style.
by rnystrom@google.com
· 11 years ago
25f3f67
Remove heap settings from pub scripts for SDK too.
by rnystrom@google.com
· 11 years ago
c8de060
Revert "Revert "Use native async/await support in pub.""
by nweiz@google.com
· 11 years ago
0c78059
Remove --old_gen_heap_size from the pub scripts.
by nweiz@google.com
· 11 years ago
bbe0d93
Revert "Use native async/await support in pub."
by nweiz@google.com
· 11 years ago
1835c63
Use native async/await support in pub.
by nweiz@google.com
· 11 years ago
05c54a2
dart2js: Remove heap-growth-flag that was passed to the VM.
by floitsch@google.com
· 11 years ago
c3ab5d7
Don't use pub_packages for running the Windows pub script.
by nweiz@google.com
· 11 years ago
80e6b5b
Remove the http package from the repo.
by nweiz@google.com
· 11 years ago
379ee11
Don't run async/await compiler from bin/pub.
by rnystrom@google.com
· 11 years ago
48ff3cc
Rename snapshot, other user-visible parts of docgen to dartdocgen.
by alanknight@google.com
· 11 years ago
57aede2
"Reverting 41571"
by alanknight@google.com
· 11 years ago
b9be0df
Rename snapshot, other user-visible parts of docgen to dartdocgen.
by alanknight@google.com
· 11 years ago
844c551
"Reverting 41529"
by alanknight@google.com
· 11 years ago
9350585
Rename snapshot, other user-visible parts of docgen to dartdocgen.
by alanknight@google.com
· 11 years ago
09fbe78
Move dart2js from sdk/lib/_internal/compiler to pkg/compiler
by johnniwinther@google.com
· 11 years ago
8637cfd
Revert "Move dart2js from sdk/lib/_internal/compiler to pkg/compiler"
by johnniwinther@google.com
· 11 years ago
2b336e1
Move dart2js from sdk/lib/_internal/compiler to pkg/compiler
by johnniwinther@google.com
· 11 years ago
f7db779
Clean up scripts to run Java-based analyzer.
by paulberry@google.com
· 11 years ago
b911665
Modify dartanalyzer scripts to look more like dart2js scripts.
by paulberry@google.com
· 11 years ago
80a6e82
Get binstubs working on Windows.
by rnystrom@google.com
· 11 years ago
17c1642
Store the async-await compiled pub code directly in the repo.
by rnystrom@google.com
· 11 years ago
dafe5c5
Run async compiler in pub Windows batch files.
by rnystrom@google.com
· 11 years ago
5167458
Skeleton code for running the forthcoming async/await compiler on pub.
by rnystrom@google.com
· 11 years ago
46738fb
Increase vm memory for docgen.
by ricow@google.com
· 11 years ago
06ca853
Make docgen script work for directories with spaces in their names
by alanknight@google.com
· 11 years ago
d8663ee
Create a separate packages directory for running pub.
by nweiz@google.com
· 11 years ago
dce5bc1
Allow space in path in some dartanalyzer wrappers.
by whesse@google.com
· 11 years ago
d0e8a0b
Add dart-sdk argument when calling the dart based analyzer in the created sdk
by ricow@google.com
· 11 years ago
521aef0
Replace Java based analyzer with Dart based analyzer when building SDK
by danrubel@google.com
· 11 years ago
e70eb98
Process docgen command-line parameter correctly.
by aprelev@gmail.com
· 12 years ago
3cefa1c
Bump VM heap size in pub batch files.
by rnystrom@google.com
· 12 years ago
13ae4b6
Give the VM more heap in pub (on Mac/Linux).
by rnystrom@google.com
· 12 years ago
22d649c
Automatically pass SDK into docgen.dart, and use the SDK for running
by dgrove@google.com
· 12 years ago
1b705cb
Remove a few more vestiges of dartdoc.
by dgrove@google.com
· 12 years ago
385e45d
dart2js.bat/ Receive DART_VM_OPTION string properly.
by johnniwinther@google.com
· 12 years ago
b5f9106
Fix docgen.bat so it can start docgen from snapshot.
by aprelev@gmail.com
· 12 years ago
36da390
dartfmt SDK executables.
by pquitslund@google.com
· 12 years ago
3730236
Add a snapshot for docgen and use it in the build
by alanknight@google.com
· 12 years ago
bb58a1b
Fix pub batch files on Windows.
by rnystrom@google.com
· 12 years ago
326891d
Support symlinking to dart-sdk executables on Linux and Mac.
by nweiz@google.com
· 12 years ago
2196380
Revert "Make Dart heap size bigger when running pub."
by rnystrom@google.com
· 12 years ago
Next »