aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* fix cargo check config with custom commandJosh Mcguigan2020-04-071-15/+25
* Check for eprintln on CIAleksey Kladov2020-04-061-11/+2
* Merge pull request #3853 from matklad/cfAleksey Kladov2020-04-062-4/+4
|\
| * Make control token modifier less ambiguousAleksey Kladov2020-04-062-4/+4
* | Remove explicit generic type parameterveetaha2020-04-041-1/+1
* | Simplify configveetaha2020-04-041-9/+8
|/
* Apply cargo xtask formatveetaha2020-04-021-1/+0
* Migrate to privacy as per review commetsveetaha2020-04-025-13/+17
* Simpify workspace handlingveetaha2020-04-026-54/+46
* Don't clone where you can copyveetaha2020-04-021-1/+1
* Allow fully overriding check and fmt commandsAleksey Kladov2020-04-021-2/+19
* Remove vscode_lldb settingAleksey Kladov2020-04-022-20/+14
* SiplifyAleksey Kladov2020-04-022-7/+5
* Lean onto default implementation of configsAleksey Kladov2020-04-023-11/+16
* New config in package.jsonAleksey Kladov2020-04-021-26/+41
* Reorder fieldsAleksey Kladov2020-04-021-44/+47
* Remove old syntax highlightingAleksey Kladov2020-04-024-87/+3
* Fix pointer syntaxAleksey Kladov2020-04-012-30/+36
* Centralize defaultsAleksey Kladov2020-04-011-8/+6
* Reduce scope of deserializationAleksey Kladov2020-04-013-6/+5
* Centralize client capabilitiesAleksey Kladov2020-04-016-17/+21
* Centralize all configAleksey Kladov2020-04-018-327/+140
* Move all config to configAleksey Kladov2020-04-012-7/+16
* Reduce feature flagsAleksey Kladov2020-04-014-52/+48
* Move config to config.rsAleksey Kladov2020-04-014-72/+77
* Generalize rustfmt configAleksey Kladov2020-04-013-11/+40
* Generalize FlycheckconfigAleksey Kladov2020-04-011-1/+1
* CleanupAleksey Kladov2020-04-012-5/+5
* Crisper nameAleksey Kladov2020-04-012-12/+12
* Pull enabled check upAleksey Kladov2020-04-012-7/+12
* Add integrated test for concat include envAleksey Kladov2020-03-312-5/+62
* Rename cargo_watch -> flycheckAleksey Kladov2020-03-313-3/+3
* Fix rebasedEdwin Cheng2020-03-311-1/+1
* Implement ra_proc_macro client logicEdwin Cheng2020-03-312-2/+19
* Better names for config structsAleksey Kladov2020-03-315-37/+37
* Add crate versions when running cargo -p commands.o0Ignition0o2020-03-311-1/+1
* Ignore createProgress request in testsAleksey Kladov2020-03-312-7/+8
* Simplify SemanticTokensBuilder build methodkjeremy2020-03-302-6/+6
* Rebase fixesKirill Bulatov2020-03-301-1/+1
* Avoid failing on incorrect settings responseKirill Bulatov2020-03-301-5/+13
* Small style fixKirill Bulatov2020-03-301-14/+21
* Code review fixesKirill Bulatov2020-03-302-12/+10
* Small style fixKirill Bulatov2020-03-301-1/+1
* Remove an obsolete fixmeKirill Bulatov2020-03-301-1/+0
* Reload watcher configurationKirill Bulatov2020-03-301-14/+19
* Style fixesKirill Bulatov2020-03-301-15/+24
* Reload only the properties that do not affect vfsKirill Bulatov2020-03-302-56/+76
* Read new config on the server sideKirill Bulatov2020-03-301-9/+18
* Process configuration response draftKirill Bulatov2020-03-301-20/+21
* Client side draftKirill Bulatov2020-03-302-2/+8