aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Introduce StructureNodeKindivan7702021-03-142-6/+10
* Provide regions in file structureivan7702021-03-141-0/+3
* increase completion relevance for items in local scopeJosh Mcguigan2021-03-141-2/+2
* Add no-sysroot flag for analysis-statsEdwin Cheng2021-03-143-1/+8
* fix folding range kindAleksey Kladov2021-03-131-1/+2
* Separate `Ty` and `TyKind` like in ChalkFlorian Diebold2021-03-131-3/+3
* Merge #7799bors[bot]2021-03-134-10/+39
|\
| * Apply review suggestionsvsrs2021-03-112-10/+3
| * Add LSP request and VSCode commandvsrs2021-02-273-0/+39
| * Remove unnecessary file_id argumentvsrs2021-02-272-10/+7
* | Improve version displayLaurențiu Nicola2021-03-121-3/+2
* | update relevance score u8 -> u32Josh Mcguigan2021-03-121-8/+8
* | add completion relevance scoreJosh Mcguigan2021-03-121-12/+22
* | Avoid double text edits when renaming mod declarationLukas Wirth2021-03-102-1/+14
* | Merge #7945bors[bot]2021-03-091-2/+4
|\ \
| * | Future proof completion scoresAleksey Kladov2021-03-091-2/+4
* | | Merge #7944bors[bot]2021-03-091-19/+19
|\| |
| * | Selecting `&mut foo` completion now actually inserts `&mut`Aleksey Kladov2021-03-091-15/+16
| * | Cleanup auto-ref in completionAleksey Kladov2021-03-091-4/+3
* | | Merge #7941bors[bot]2021-03-091-14/+7
|\ \ \ | |/ / |/| |
| * | Fix unused definitions not being document highlitLukas Wirth2021-03-091-14/+7
* | | Fix bad namesAleksey Kladov2021-03-091-26/+26
| | |
| \ \
*-. \ \ Merge #7873 #7933bors[bot]2021-03-091-7/+3
|\ \ \ \
| * | | | Work towards better import labelsKirill Bulatov2021-03-081-4/+1
| * | | | Return more data about located importsKirill Bulatov2021-03-081-4/+3
* | | | | Make code less surprisingAleksey Kladov2021-03-091-17/+21
| |/ / / |/| | |
* | | | Add more documentation for rustc_privateJoshua Nelson2021-03-081-3/+7
|/ / /
* | | Make `code generation` just workAleksey Kladov2021-03-081-2/+2
* | | Use the same name in xtask and test utilsAleksey Kladov2021-03-081-3/+3
* | | Generalize file ensuring infrastructureAleksey Kladov2021-03-081-5/+4
* | | Don't punish every crate with serde-jsonAleksey Kladov2021-03-081-1/+96
* | | Merge #7891bors[bot]2021-03-081-1/+2
|\ \ \
| * | | Document rustc_private in metadataDaniel McNab2021-03-081-1/+2
| * | | Revert "Support disabling rustc build scripts"Daniel McNab2021-03-087-43/+9
| * | | Support disabling rustc build scriptsDaniel McNab2021-03-087-9/+43
* | | | Make code completion "just work" in more casesAleksey Kladov2021-03-081-1/+1
| |/ / |/| |
* | | Merge #7889bors[bot]2021-03-073-3/+13
|\ \ \
| * | | Make group imports configurableasv2021-03-073-3/+13
| |/ /
* / / :arrow_up: xflagsAleksey Kladov2021-03-072-8/+9
|/ /
* | Migrate to user-centric config name for `cargo check` stuffAleksey Kladov2021-03-043-8/+7
* | Merge #7335 #7691bors[bot]2021-03-021-1/+1
|\ \
| * | rustfmt 1.4.30-stableLuciano Bestia2021-02-181-1/+2
| * | added region foldingLuciano Bestia2021-01-181-1/+1
* | | Merge #7848bors[bot]2021-03-021-1/+1
|\ \ \
| * | | Bump cargo_metadataLaurențiu Nicola2021-03-021-1/+1
* | | | Switch from pico-args to xflagsAleksey Kladov2021-03-025-301/+312
* | | | Fix ProcMacroClient dropped too early in cliEdwin Cheng2021-03-025-9/+11
|/ / /
* | | Speedup heavy testsAleksey Kladov2021-03-012-3/+23
* | | Clean up unused field warningDániel Buga2021-03-012-15/+1
| |/ |/|
* | 7526: Renamed create ssr to ide_ssr.Chetan Khilosiya2021-02-223-3/+3