aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Merge #7661bors[bot]2021-02-143-2/+4
|\
| * Start LSP 3.17 supportJeremy Kolb2021-02-143-2/+4
* | Simplify find_crlfMichał Muskała2021-02-141-1/+1
|/
* Make it clear which client-side commands we useAleksey Kladov2021-02-142-81/+96
* Merge #7643 #7663bors[bot]2021-02-141-4/+11
|\
| * Allow automatically detect the rustc-src directory (fixes #3517).Benjamin Bouvier2021-02-131-4/+11
* | Moved CodeLens to ide crateivan7702021-02-134-201/+220
|/
* Refactor reference searching to work with the astLukas Wirth2021-02-121-16/+33
* Fix slow tests sometimes failingFlorian Diebold2021-02-124-10/+37
* fix nightly warning `legacy_derive_helpers`Peter Wischer2021-02-121-1/+1
* Pin Rust to 1.49.0 on CIJonas Schievink2021-02-122-2/+3
* Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-085-31/+70
* Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-085-7/+18
* Add a semantic token type for char literalspetr-tik2021-02-052-1/+3
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-1/+1
* Only allow one proc-macro processEdwin Cheng2021-02-011-14/+16
* Update Test DataChristopher Serr2021-02-011-1/+46
* Don't filter code suggestions on ApplicabilityChristopher Serr2021-02-011-4/+2
* Add --print-config-schema to helpLaurențiu Nicola2021-01-291-0/+2
* bug fixEdwin Cheng2021-01-281-1/+1
* Async Loading outdir and proc-macroEdwin Cheng2021-01-287-45/+162
* Simplify heavy testsAleksey Kladov2021-01-281-18/+14
* Make logger-based debugging more pleasantAleksey Kladov2021-01-281-1/+1
* Use RA_LOG in testsAleksey Kladov2021-01-281-1/+1
* Easier to debug timeouts in testsAleksey Kladov2021-01-281-12/+22
* Merge #7451bors[bot]2021-01-273-12/+24
|\
| * Add config option to ignore directoriesAleksey Kladov2021-01-263-6/+22
| * Allow non-absolute paths to rust sourceAleksey Kladov2021-01-261-6/+2
* | Squelch a warningAleksey Kladov2021-01-271-0/+1
* | Merge #7457bors[bot]2021-01-263-21/+83
|\ \
| * | Apply suggestions.vsrs2021-01-262-11/+17
| * | cargo fmtvsrs2021-01-261-1/+1
| * | Add debug only guard for the --wait-dbg flagvsrs2021-01-262-1/+4
| * | Add RA_WAIT_DBG and docsvsrs2021-01-252-1/+2
| * | Add the ability to wait for a debugger.vsrs2021-01-252-7/+45
| * | Add stderr flushvsrs2021-01-252-8/+16
| * | Add --no-buffering flag for the file logging.vsrs2021-01-253-15/+21
* | | Make always-assert crate reusableAleksey Kladov2021-01-262-9/+2
| |/ |/|
* | Remove the need to manually sync config in package.jsonAleksey Kladov2021-01-261-11/+28
|/
* Add References code lens.vsrs2021-01-232-33/+44
* Make assertion failures more annoying for maintainersAleksey Kladov2021-01-221-1/+6
* Merge #7353bors[bot]2021-01-222-18/+30
|\
| * Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-201-14/+22
| * Move SymbolKind to ide_dbLukas Wirth2021-01-202-2/+4
| * Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth2021-01-191-12/+14
* | Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-0/+5
* | chdir to file before rustfmtLaurențiu Nicola2021-01-211-0/+17
* | Update pico-argskjeremy2021-01-192-9/+16
|/
*-. Merge #7297 #7338bors[bot]2021-01-184-16/+8
|\ \
| * | Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-164-16/+8