Sign in
chromium
/
external
/
github.com
/
dart-lang
/
analyzer_cli
/
HEAD
29a84eb
README update to redirect to the SDK (sdk#24731).
by pq
· 10 years ago
master
b4087e9
Remove `disableNewTaskModel` failsafe.
by pq
· 10 years ago
c93a3d2
Defer to engine for option-aware context config.
by pq
· 10 years ago
c7a2274
Merge pull request #72 from dart-lang/pq-patch-1
by Phil Quitslund
· 10 years ago
237d00c
Analyzer dep bump.
by Phil Quitslund
· 10 years ago
pq-patch-1
fac0a1c
Rogue bad constant fix.
by pq
· 10 years ago
b4dbbb4
Options file name constant fix.
by pq
· 10 years ago
2b8540a
Print all usage errors to stderr
by Brian Slesinsky
· 10 years ago
e6c98e6
Don't fail if passed a part file that has a corresponding library
by Brian Slesinsky
· 10 years ago
a045e0e
Linter integration fixes.
by pq
· 10 years ago
c8d0885
remove dev_compiler dependency strong mode is now supported by analyzer
by John Messerly
· 10 years ago
af40be0
Use task model for strong mode
by Vijay Menon
· 10 years ago
1.1.2
e94667c
Refactoring to pass context to options processors.
by pq
· 10 years ago
5a3c554
Pull in latest linter.
by pq
· 10 years ago
c1489a8
Linter dep update.
by pq
· 10 years ago
f597c86
Merge pull request #67 from dart-lang/enable-new-task-model
by Paul Berry
· 10 years ago
d047a52
Merge remote-tracking branch 'origin/master' into enable-new-task-model
by Paul Berry
· 10 years ago
fb0e6d9
Merge pull request #68 from dart-lang/bump-analyzer-dep
by Paul Berry
· 10 years ago
8fbc1cf
Change analyzer dependency to 0.28.1+8.
by Paul Berry
· 10 years ago
7dcdbb3
Remove `--enable-new-task-model` flag.
by pq
· 10 years ago
c8a60be
Turn on the new task model by default in command-line analyzer.
by Paul Berry
· 10 years ago
3e199e4
Fixed `exit(code)` handling.
by pq
· 10 years ago
04f9bc3
Ensure specified options file exists (Fix #63).
by pq
· 10 years ago
526a7ec
Readability review fixes.
by pq
· 10 years ago
8126fd0
Support for --enable-new-task-model (Fix #62).
by pq
· 10 years ago
d3b33ce
Support for --fatal-hints.
by pq
· 10 years ago
5a50376
Revert of temporary fix for codereview cert issue.
by pq
· 10 years ago
35cb902
Fix Analysis Engine plugin setup.
by pq
· 10 years ago
9a16760
Updated code review server.
by pq
· 10 years ago
d7e1109
Refactor load() to be async.
by pq
· 10 years ago
79d88dc
Isolate spawning cleanup.
by pq
· 10 years ago
19e9345
Plugin validation.
by pq
· 10 years ago
a283261
Bootloader initialization cleanup.
by pq
· 10 years ago
fb6100a
Basic analyzer `main()` isolate bootloader.
by pq
· 10 years ago
2c1bbb7
Remove outmoded --url-mapping option.
by pq
· 10 years ago
7f1ee04
Test fix (to keep up with message format changes).
by pq
· 10 years ago
bf84b75
Initial Plugin Manager support.
by pq
· 10 years ago
08b4916
Plugin config processing.
by pq
· 10 years ago
e45ded3
Merge pull request #61 from dart-lang/a_opts_tests
by Phil Quitslund
· 10 years ago
7fe035e
Update pubspec.yaml
by Phil Quitslund
· 10 years ago
a_opts_tests
3446831
Tests to verify .analysis_options linter dispatch.
by pq
· 10 years ago
5f7a4a9
Merge pull request #60 from dart-lang/docs
by Shams Zakhour
· 10 years ago
70aa6f4
Updating the readme with user info and adding a contributor page.
by Sharon Zakhour
· 10 years ago
4a2470f
Merge pull request #56 from dart-lang/pr_dne
by Phil Quitslund
· 10 years ago
90c0b68
Reformat.
by pq
· 10 years ago
1c7c067
Bad package-root fix (#55).
by pq
· 10 years ago
0b89a16
Merge pull request #54 from dart-lang/super-mixins
by Paul Berry
· 10 years ago
29b5e71
Add --supermixins option, which enables DEP 34.
by Paul Berry
· 10 years ago
a68aba9
Update pubspec to point to analyzer 0.26.0, which is required for DEP 34.
by Paul Berry
· 10 years ago
bd6dcab
Merge pull request #51 from dart-lang/ddc_appveyor
by Devon Carew
· 10 years ago
1e442ca
Merge pull request #52 from dart-lang/sethladd-patch-1
by Seth Ladd
· 10 years ago
81c8c97
Update .travis.yml
by Seth Ladd
· 10 years ago
28dea40
run tests directly; try and fix appveyor build
by Devon Carew
· 10 years ago
ddc_appveyor
6710a45
add build: off to the windows build
by Devon Carew
· 10 years ago
c5ab946
Merge pull request #49 from dart-lang/appveyor
by Seth Ladd
· 10 years ago
138fbe2
add testing on windows
by Seth Ladd
· 10 years ago
3f66b3e
Merge pull request #48 from dart-lang/opts
by Phil Quitslund
· 10 years ago
54da103
Exclude test data file from analysis.
by pq
· 10 years ago
opts
08dfe91
Exclude test data file from analysis.
by pq
· 10 years ago
9edb128
Merge pull request #47 from dart-lang/remove-bogus-lib-annotation
by Paul Berry
· 10 years ago
7fae6dc
Remove bogus "@TestOn" annotation in mocks.dart
by Paul Berry
· 10 years ago
6c552ad
Annotate tests to only run on command-line Dart vm.
by William Hesse
· 10 years ago
51e47dc
Merge pull request #46 from dart-lang/sdk_ext_fixes_tests
by Paul Berry
· 10 years ago
d441e97
Add driver tests for some package resolution corner cases.
by Paul Berry
· 10 years ago
sdk_ext_fixes_tests
9048297
Fix testDirectory for Windows.
by Paul Berry
· 10 years ago
840491c
Test SDK extensions.
by Paul Berry
· 10 years ago
69f2b65
Update travis config to avoid parallelizing tests.
by Paul Berry
· 10 years ago
4281dbf
Merge pull request #45 from dart-lang/fix-no-package-case
by Paul Berry
· 10 years ago
9c054ee
Don't create a PackageMapUriResolver if "pub list-package-dirs" failed.
by Paul Berry
· 10 years ago
923741a
Merge pull request #43 from dart-lang/sdk_ext_fixes
by Paul Berry
· 10 years ago
6854736
Fix .packages file discovery on Windows.
by Paul Berry
· 10 years ago
0cbb36e
Use path.fromUri() to convert URIs to file paths.
by Paul Berry
· 10 years ago
a6e7a7b
Ensure SdkExt resolvers are properly registered.
by pq
· 10 years ago
2ea39ac
Merge pull request #42 from dart-lang/pack_discovery
by Phil Quitslund
· 10 years ago
be10392
.packages discovery.
by pq
· 10 years ago
pack_discovery
c4e628a
Merge pull request #41 from dart-lang/deprecate-null-aware-operators
by Paul Berry
· 10 years ago
98606b4
Deprecate "--enable-null-aware-operators".
by Paul Berry
· 10 years ago
469deb3
upgrade tests to pkg/test
by Kevin Moore
· 10 years ago
3a705fb
Merge pull request #39 from dart-lang/issue-23596
by Brian Wilkerson
· 10 years ago
650d18c
Address review comments
by Brian Wilkerson
· 10 years ago
479ce31
Stop writing log messages to the output (issue 23596)
by Brian Wilkerson
· 10 years ago
c7ae522
Use AnalysisOptionsProvider in analyzer_cli
by John McCutchan
· 10 years ago
7436b45
Merge pull request #38 from dart-lang/absolute_path_fix
by Phil Quitslund
· 10 years ago
755ff84
Fix to handle relative package config file paths.
by pq
· 10 years ago
283aba9
Merge pull request #37 from dart-lang/pack_cli
by Phil Quitslund
· 10 years ago
e43834f
Analyzer dep update.
by pq
· 10 years ago
37fbb7a
Package spec CL support.
by pq
· 10 years ago
d60ae88
Revert "Package spec CLI support."
by pq
· 10 years ago
c90d12a
Package spec CLI support.
by pq
· 10 years ago
5069b75
Add support for sdk extensions when launched with a package root
by John McCutchan
· 10 years ago
6935ba0
Add support for sdk extensions when launched without a package root.
by John McCutchan
· 10 years ago
8bf3516
Merge pull request #36 from dart-lang/pq-patch-1
by Phil Quitslund
· 10 years ago
2ad8bce
Fix package_config dep.
by Phil Quitslund
· 10 years ago
d703cc2
Merge pull request #35 from dart-lang/cleanup
by Phil Quitslund
· 10 years ago
dabdd79
Comment cleanup/normalization.
by pq
· 10 years ago
5d48af1
Merge pull request #28 from dart-lang/ddc
by John Messerly
· 10 years ago
0ee0fd2
Integrate dev_compiler strong typechecking into analyzer_cli
by John Messerly
· 10 years ago
616ab9e
Merge pull request #34 from dart-lang/io_tests
by Phil Quitslund
· 10 years ago
9850ed6
Test fix.
by pq
· 10 years ago
b35c6bf
Options tests.
by pq
· 10 years ago
Next »