๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
0.8.2.1
  1. c0c6366 Add support for passing in vm options to the dart2js scripts. by ricow@google.com ยท 12 years ago
  2. 077821f Polymer tests require more heap. by scheglov@google.com ยท 12 years ago
  3. eedbf0c Fix a few issues in the dartanalyzer shell scripts. by ricow@google.com ยท 12 years ago
  4. 216289b dart2js has its own snapshot. by ahe@google.com ยท 12 years ago
  5. aa6ccd2 Don't run pub in checked mode in the built SDK. by rnystrom@google.com ยท 12 years ago
  6. 4bea849 Make pub.bat work from within the repo. by rnystrom@google.com ยท 13 years ago
  7. 659b81f Fixed sdk/bin/dart2analyzer to use package-root by kustermann@google.com ยท 13 years ago
  8. d29b18d Add --library-root to dartdoc invocation. by rnystrom@google.com ยท 13 years ago
  9. 2dbaddd Make dartdoc.bat work with snapshots and run in the repo. by rnystrom@google.com ยท 13 years ago
  10. 450b45e Make bin/pub work in the repo. by rnystrom@google.com ยท 13 years ago
  11. 6c96878 Add dartdoc to the generated utils snapshot. by amouravski@google.com ยท 13 years ago
  12. b06ba1b Run 'analyzer' tests with '--show-package-warnings' flag. by scheglov@google.com ยท 13 years ago
  13. d86c723 Roll back 16364004 and 16206027. by amouravski@google.com ยท 13 years ago
  14. 0d1be28 Add dartdoc to the generated utils snapshot. by amouravski@google.com ยท 13 years ago
  15. 0d3e47d Basic dart^2 analyzer tests running. by scheglov@google.com ยท 13 years ago
  16. 604f2ac Revert revision 23575. by ricow@google.com ยท 13 years ago
  17. 950934a Add dartdoc to the generated utils snapshot by ricow@google.com ยท 13 years ago
  18. 38668d1 Revert revision 23438. by ricow@google.com ยท 13 years ago
  19. be25032 Make bin/pub script work when run from the repo. by rnystrom@google.com ยท 13 years ago
  20. 679b876 Reland "Add --version option to dart2js and add version information (if available) to generated code." by kasperl@google.com ยท 13 years ago
  21. e90972e Revert "Add --version option to dart2js and add version information (if available) to generated code." by kasperl@google.com ยท 13 years ago
  22. 3c95824 Add --version option to dart2js and add version information (if available) to generated code. by kasperl@google.com ยท 13 years ago
  23. a35c219 Fix dartanalyzer.bat so it works when there are spaces in the path to dart sdk. by aprelev@gmail.com ยท 13 years ago
  24. b203ff2 Fix dartanalyzer failure to run when there are spaces in the path to the dart-sdk. by aprelev@gmail.com ยท 13 years ago
  25. cc6e2f7 Put a snapshot of pub in the SDK. by nweiz@google.com ยท 13 years ago
  26. 18ef5b5 Clean up various ways we find paths in pub. by nweiz@google.com ยท 13 years ago
  27. 24213be Move pub into sdk/lib/_internal. by nweiz@google.com ยท 13 years ago
  28. d5a63cc Fixes to the sdk dartanalyzer.bat script. by devoncarew@google.com ยท 13 years ago
  29. 15f2818 Add the new dart analyzer to the SDK. by devoncarew@google.com ยท 13 years ago
  30. d3a932f Fixed sdk/bin/dart2js.bat to enable SDK_DIRs with spaces in them by kustermann@google.com ยท 13 years ago
  31. f1862a6 Revert revision 21331 and 21334 by ricow@google.com ยท 13 years ago
  32. 952369c Speculative fix for dart2js on windows by ricow@google.com ยท 13 years ago
  33. 4acabf0 Fix issue 9844 by adressing additional review comments by ricow@google.com ยท 13 years ago
  34. f9e2907 Revert "Revert "Attempt to re-commit Dartdoc exports."" by amouravski@google.com ยท 13 years ago
  35. e492c02 Revert "Attempt to re-commit Dartdoc exports." by amouravski@google.com ยท 13 years ago
  36. 362cf71 Attempt to re-commit Dartdoc exports. by amouravski@google.com ยท 13 years ago
  37. 0120d31 Really fix dart2js.bat on windows by ricow@google.com ยท 13 years ago
  38. 75e49ea Fix arguments to dart2js in windows bat file by ricow@google.com ยท 13 years ago
  39. 00da866 Move the dart2js snapshot into bin directory of sdk root. by ricow@google.com ยท 13 years ago
  40. d7b8047 Rename the sdk/bin/dartanalyzer* scripts to dartanalyzer_developer*, and update by devoncarew@google.com ยท 13 years ago
  41. c5c15b0 Rename the name of the new analyzer jar file from new_analyzer.jar to by devoncarew@google.com ยท 13 years ago
  42. b8d6302 Bugfix in dart2js_developer.bat: exitcode was not propagated correctly by kustermann@google.com ยท 13 years ago
  43. 70f8c7a Work around issue 9499. by nweiz@google.com ยท 13 years ago
  44. e1ac688 Set the correct package-root for dartdoc. by nweiz@google.com ยท 13 years ago
  45. c590e8a Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com ยท 13 years ago
  46. 3f0d393 Second attempt to fix dart2js.bat so it looks for dart2js snapshot in right place and propagates correct exit code back to caller. by aprelev@gmail.com ยท 13 years ago
  47. 5858afd Write the magic number 0xf5f5dcdc into a script snapshot file and use this to distinguish whether a script snapshot or a regular script file is being passed on the command line (removed the --use-script-snapshot option). by asiva@google.com ยท 13 years ago
  48. a4a72c2 Updates to the new analyzer to help make the try bot happy. by devoncarew@google.com ยท 13 years ago
  49. bf56eeb Create "binaries" for calling the new analyzer. by ricow@google.com ยท 13 years ago
  50. e8ade81 - Remove the --no-use-inlining flag as it is not beneficial as the compiled programs grow. by iposva@google.com ยท 13 years ago
  51. d313a12 1. Change option --use_script_snapshot to --use-script-snapshot (easier to type). by asiva@google.com ยท 13 years ago
  52. d9115f9 Revert "Fixed dart2js.bat so it looks for dart2js snapshot in right place." due to dart2js chrome build failures. by aprelev@gmail.com ยท 13 years ago
  53. 3803e4e Fixed dart2js.bat so it looks for dart2js snapshot in right place. by aprelev@gmail.com ยท 13 years ago
  54. e8ae255 Disabling snapshots on windows for dartdoc and dart2js. by devoncarew@google.com ยท 13 years ago
  55. ec4f3a1 Make dart2js_developer executable. by ahe@google.com ยท 13 years ago
  56. 8dd3c61 Add file missing from earlier commit. by ahe@google.com ยท 13 years ago
  57. d45a3d0 Correct snapshot location and fix a dependency problem. by ahe@google.com ยท 13 years ago
  58. c17990a Call dart2js directly from sdk/bin. by ahe@google.com ยท 13 years ago
  59. 33478d8 Fix shell bug in sdk/bin/dart by sra@google.com ยท 13 years ago
  60. 2d8076e Add scripts equivalent to the macos/linux scripts in sdk/bin. by dgrove@google.com ยท 13 years ago
  61. 65db39f Create wrappers for MacOS/Linux to allow sdk "binaries" to be by dgrove@google.com ยท 13 years ago