aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Cleanup proc_macro configAleksey Kladov2020-04-233-11/+8
* Merge #4093bors[bot]2020-04-231-1/+1
|\
| * Simplify configveetaha2020-04-221-1/+1
* | Merge #4092bors[bot]2020-04-232-2/+5
|\ \
| * | feat: run ignored testsHannes De Valkeneer2020-04-222-2/+5
| |/
* / Fix typoveetaha2020-04-231-1/+1
|/
* Merge #4090bors[bot]2020-04-221-2/+2
|\
| * Align the name of proc-macro enabling flagAleksey Kladov2020-04-221-1/+1
| * Match implementation of diagnostics flag to the docsAleksey Kladov2020-04-221-1/+1
* | Don't panic on `rust-analyzer --help`Andrew Chin2020-04-221-8/+16
|/
* Cleanup args a bitAleksey Kladov2020-04-211-7/+9
* Merge #4061bors[bot]2020-04-203-16/+13
|\
| * ra_proc_macro: cleanups here and thereveetaha2020-04-203-16/+13
* | Some clippy fixesJeremy Kolb2020-04-191-1/+1
|/
* Add semantic tag for unresolved referencesAleksey Kladov2020-04-182-1/+7
* Merge #3996bors[bot]2020-04-172-6/+2
|\
| * Fix path for proc-macro in nightly / stable buildEdwin Cheng2020-04-162-6/+2
* | Merge #3995bors[bot]2020-04-162-28/+40
|\ \ | |/ |/|
| * Unmix error handling when discovering workspacesAleksey Kladov2020-04-162-20/+18
| * Decouple project loading from project discovery a bitAleksey Kladov2020-04-162-28/+42
* | Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-167-9/+26
* | Add tests for proc_macroEdwin Cheng2020-04-161-1/+88
* | Add config for proc_macroEdwin Cheng2020-04-163-1/+11
* | Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-166-13/+49
|/
* diagnostics cli, iterate over membersJosh Mcguigan2020-04-151-18/+22
* cli diagnostics walk filesJosh Mcguigan2020-04-143-50/+51
* add diagnostics subcommand to rust-analyzer CLIJosh Mcguigan2020-04-144-3/+117
* Remove dead codeAleksey Kladov2020-04-111-10/+2
* Fix non canonicallized path for crate fileEdwin Cheng2020-04-112-2/+6
* 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