aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update testsJeremy Kolb2021-02-2010-0/+104
* | Avoid transmitting unchanged diagnosticsMichał Muskała2021-02-171-0/+11
* | Merge #7690bors[bot]2021-02-166-41/+50
|\ \
| * | Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche2021-02-166-41/+50
* | | Merge #7657bors[bot]2021-02-1612-123/+172
|\ \ \
| * | | Fix bitrotted module nameAleksey Kladov2021-02-168-8/+10
| * | | Enable offset-encoding capabilityAleksey Kladov2021-02-165-7/+24
| * | | Implement utf8 offsetsAleksey Kladov2021-02-165-15/+45
| * | | Make it easy to add additional context for offset conversionAleksey Kladov2021-02-166-113/+111
| * | | Make utf8 default, implement utf16 in terms of itAleksey Kladov2021-02-163-2/+4
| * | | Prepare for utf-8 offsetsAleksey Kladov2021-02-164-9/+9
| |/ /
* / / Fix a few clippy::perf warningskjeremy2021-02-162-5/+5
|/ /
* | Bump lsp-typeskjeremy2021-02-161-1/+1
* | 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