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