- b58375f Update CHANGELOG.md by vsmenon · 10 years ago 0.1.15
- 0437346 Update devc.dart by vsmenon · 10 years ago
- b2a311f Update package.json by vsmenon · 10 years ago
- 81f2c58 Update pubspec.yaml by vsmenon · 10 years ago
- 12306bf Fixes #408 by Vijay Menon · 10 years ago
- a428c9f Added Comment to dart:html by Vijay Menon · 10 years ago
- abdd146 Fixes #410 by Vijay Menon · 10 years ago
- bc1aef5 Update PUBLISH.md by vsmenon · 10 years ago
- ea12b1a Bump the version number and re-baseline codegen/expect by Leaf Petersen · 10 years ago 0.1.14
- de5897c Update PUBLISH.md by vsmenon · 10 years ago
- 3d1a8ad Create PUBLISH.md by vsmenon · 10 years ago
- bbed6ea Support source maps in server mode by Vijay Menon · 10 years ago
- 5613a6a Update to latest analyzer by Leaf Petersen · 10 years ago
- 9b5978c Merge pull request #405 from dart-lang/devoncarew-patch-2 by John Messerly · 10 years ago
- c5112e4 Update _operations.js by Devon Carew · 10 years ago
- 1c1ab7d JS: Format if statements with no else on a single line by Olivier Chafik · 10 years ago
- dca6855 First cut of mini dart:html. by Vijay Menon · 10 years ago
- 9b93a41 Fixes for html report by Vijay Menon · 10 years ago
- 7506fe2 Update CHANGELOG.md by vsmenon · 10 years ago 0.1.13
- 7885e56 Update devc.dart by vsmenon · 10 years ago
- 1f6765d Update pubspec.yaml by vsmenon · 10 years ago
- edca710 Run browser tests on Atom/Electron by Vijay Menon · 10 years ago
- 13e0c5c Use string interpolation in JS intrinsics to simplify large templates. by Olivier Chafik · 10 years ago
- 32fa928 Fix a regression (var decls with rhs), support computed props in class defs + add basic tests. by Olivier Chafik · 10 years ago
- fa0109c Don't test on 'Chrome' by default by Vijay Menon · 10 years ago
- 040ce46 Run tests on Chrome stable by default by Vijay Menon · 10 years ago
- bdee792 Merge pull request #399 from dart-lang/no-destructure-in-sdk by vsmenon · 10 years ago
- cf08fc6 Compile the sdk with --no-destructure-named-params (#396) by Olivier Chafik · 10 years ago
- 9e37dc0 Merge pull request #398 from dart-lang/destructuring-flag by vsmenon · 10 years ago
- a087fc7 Allow disabling named param destructuring with --destructure-named-params (issue #396) by Olivier Chafik · 10 years ago
- 444356c Merge pull request #394 from dart-lang/fix-analyzer-version by John Messerly · 10 years ago
- ae54046 Special-case top-level final JS fields to make them non-lazy by Olivier Chafik · 10 years ago
- 4357a6a Pin analyzer version to 0.26.2+1 (newer versions break the build, see issue #393) by Olivier Chafik · 10 years ago
- c9d909c Before (for `f(a, {b, c: c_default})`): by Olivier Chafik · 10 years ago
- 835ec3f Expand generic type whitelist for function application checks by Vijay Menon · 10 years ago
- 44741aa Fixes #378 by Vijay Menon · 10 years ago
- 14a5da5 Fixes for exports by Vijay Menon · 10 years ago
- d91add0 Convert dart_utils.js to input_sdk/lib/_internal/utils.dart (#310) by Olivier Chafik · 10 years ago
- eded9e2 More mirrors by Vijay Menon · 10 years ago
- 87c73d0 Use const for const/final top-levels, types, symbols. by Olivier Chafik · 10 years ago
- a764afa Remove unnecessary/incorrect bind by Vijay Menon · 10 years ago
- cb5e523 Regen DDC files by Vijay Menon · 10 years ago
- e9b7e6f implement ES6 modules in JS AST. by John Messerly · 10 years ago
- d1ad87f Merge pull request #387 from dart-lang/pretty_print_maps by vsmenon · 10 years ago
- 965efa4 Update CHANGELOG.md by vsmenon · 10 years ago 0.1.12
- 81e8416 Update devc.dart by vsmenon · 10 years ago
- bacda33 Update pubspec.yaml by vsmenon · 10 years ago
- daf6b8d Merge pull request #388 from jonaskello/babel-workarounds by John Messerly · 10 years ago
- fa32a8d Babel workaround by Jonas Kello · 10 years ago
- 72890d1 Switch ddc to use @JS instead of @JSName. Also update dart:js to support new public methods added for 1.13 by Jacob Richman · 10 years ago
- 87c010d minor usage and readme fixes by John Messerly · 10 years ago
- 7cc328a more compact source map format by Devon Carew · 10 years ago
- 26818f8 pretty print source maps by Devon Carew · 10 years ago
- 3f64503 Merge pull request #386 from dart-lang/0.1.11 by John Messerly · 10 years ago 0.1.11
- 1eb0ea0 update changelog by Devon Carew · 10 years ago
- def48f6 rev to 0.1.11 by Devon Carew · 10 years ago
- ef3b9cf Initial support for f-bound quantification patterns by Vijay Menon · 10 years ago
- 7dc5564 Re-enable source maps by Vijay Menon · 10 years ago
- 927028e Fix field override error by Vijay Menon · 10 years ago
- 914b566 fix escape of $ in template strings by John Messerly · 10 years ago
- 770882d Serve html report in server mode by Vijay Menon · 10 years ago
- 79e9804 Compile package:js.{rest, spread} helpers. by Olivier Chafik · 10 years ago
- 36a87f7 Merge pull request #317 from dart-lang/fix-devrun by John Messerly · 10 years ago
- 613660d Merge pull request #376 from dart-lang/rev_ddc by John Messerly · 10 years ago 0.1.10
- 38ebfc0 Move runtime js files down to lib/runtime/dart by Olivier Chafik · 10 years ago
- 53a01bd 0.1.10 by Devon Carew · 10 years ago
- 096f178 Update devrun to node.js v4.0.0 + fix globally activated dartdevrun by Olivier Chafik · 10 years ago
- 4a81942 Add -f as an alias for --force-compile. by Devon Carew · 10 years ago
- 17e1ebe generate an html report of the compilation results cleanup css by Devon Carew · 10 years ago
- 7493acf Fix the error message widget by Vijay Menon · 10 years ago
- 9943df2 Fix the --version option. by Devon Carew · 10 years ago
- 07f08d1 Restore null error listener by Vijay Menon · 10 years ago
- 0cb5e46 Remove the checker and corresponding dead code by Vijay Menon · 10 years ago
- b183fe2 Remove uses of DartObjectImpl by Vijay Menon · 10 years ago
- 5d8986a Move DDC to analyzer-based checker by John Messerly · 10 years ago
- 10d7d0e Implement --dump-info for batch mode. by Devon Carew · 10 years ago
- 26068bd Update version and analysis_options. by Devon Carew · 10 years ago
- 3e154e3 further refactoring: merge RestrictedRules into TypeRules by John Messerly · 10 years ago
- 33e84a7 remove most of the StrongOptions by John Messerly · 10 years ago
- 9e124ba housecleaning: remove nonnullableTypes by John Messerly · 10 years ago
- a590e9f more housecleaning: helpers on rules by John Messerly · 10 years ago
- d579907 more housecleaning: remove DartRules and reportMissingType by John Messerly · 10 years ago
- 47cbabb remove unused imports by John Messerly · 10 years ago
- f335640 remove "infer from overrides" option which is now obsolete by John Messerly · 10 years ago
- 029e2b1 Update pubspec.yaml by vsmenon · 10 years ago 0.1.9
- 6fe74a2 Rewire DDC to use the analyzer task model by Vijay Menon · 10 years ago
- ed47365 Fix build - create output dir if needed by Vijay Menon · 10 years ago
- 5d29e22 Batch the batch compiler for tests by Vijay Menon · 10 years ago
- 10fefb8 Merge pull request #359 from dart-lang/cleanup by vsmenon · 10 years ago
- 94d8343 These files are no longer generated by Vijay Menon · 10 years ago
- b0006fc fix default warning level by John Messerly · 10 years ago
- 1549e6a [js] simplify qualified names by John Messerly · 10 years ago
- 38736b2 Merge pull request #353 from dart-lang/revert-319-closure-qualify by John Messerly · 10 years ago
- 6173ac4 Revert "Qualified exports and inheritance for Closure" by John Messerly · 10 years ago
- a4fba06 Merge pull request #319 from dart-lang/closure-qualify by John Messerly · 10 years ago
- ed01237 Merge pull request #345 from dart-lang/changelog by John Messerly · 10 years ago
- 6a3f7f1 add a changelog by Devon Carew · 10 years ago
- a220335 Screen dynamic invokes to object properties in checker. In the old code, when we so o.f (or o.f(..)) and o had type dynamic, we would promote the type of o to Object so that our dynamic invocation code would not emit a dinvoke. This seems a little bit of a hack in the context of the analyzer integration, so this CL eliminates the promotion, and changes the checker to screen out these dynamic invokes. This should eliminate some of the additional dynamic invokes that Vijay is seeing. by Leaf Petersen · 10 years ago
- 5ff605e Update to 0.1.8 by Vijay Menon · 10 years ago 0.1.8
- dc9eac4 Merge pull request #339 from dart-lang/add_version by vsmenon · 10 years ago