about summary refs log tree commit diff
path: root/crates/rust-analyzer/src
AgeCommit message (Expand)AuthorLines
2021-03-08Return more data about located importsKirill Bulatov-4/+3
2021-03-08Add more documentation for rustc_privateJoshua Nelson-3/+7
2021-03-08Make `code generation` just workAleksey Kladov-2/+2
2021-03-08Use the same name in xtask and test utilsAleksey Kladov-3/+3
2021-03-08Generalize file ensuring infrastructureAleksey Kladov-5/+4
2021-03-08Merge #7891bors[bot]-1/+2
2021-03-08Document rustc_private in metadataDaniel McNab-1/+2
2021-03-08Revert "Support disabling rustc build scripts"Daniel McNab-43/+9
2021-03-08Make code completion "just work" in more casesAleksey Kladov-1/+1
2021-03-08Support disabling rustc build scriptsDaniel McNab-9/+43
2021-03-07Merge #7889bors[bot]-3/+13
2021-03-07Make group imports configurableasv-3/+13
2021-03-07:arrow_up: xflagsAleksey Kladov-7/+8
2021-03-04Migrate to user-centric config name for `cargo check` stuffAleksey Kladov-8/+7
2021-03-02Merge #7335 #7691bors[bot]-1/+1
2021-03-02Merge #7848bors[bot]-1/+1
2021-03-02Bump cargo_metadataLaurențiu Nicola-1/+1
2021-03-02Switch from pico-args to xflagsAleksey Kladov-300/+311
2021-03-02Fix ProcMacroClient dropped too early in cliEdwin Cheng-9/+11
2021-02-27Add LSP request and VSCode commandvsrs-0/+39
2021-02-27Remove unnecessary file_id argumentvsrs-10/+7
2021-02-237526: Renamed create ssr to ide_ssr.Chetan Khilosiya-2/+2
2021-02-20Update testsJeremy Kolb-0/+104
2021-02-18rustfmt 1.4.30-stableLuciano Bestia-1/+2
2021-02-17Avoid transmitting unchanged diagnosticsMichał Muskała-0/+11
2021-02-16Merge #7690bors[bot]-41/+50
2021-02-16Merge #7657bors[bot]-123/+172
2021-02-16Fix bitrotted module nameAleksey Kladov-8/+10
2021-02-16Enable offset-encoding capabilityAleksey Kladov-7/+24
2021-02-16Implement utf8 offsetsAleksey Kladov-15/+45
2021-02-16Make it easy to add additional context for offset conversionAleksey Kladov-113/+111
2021-02-16Make utf8 default, implement utf16 in terms of itAleksey Kladov-2/+4
2021-02-16Prepare for utf-8 offsetsAleksey Kladov-9/+9
2021-02-16Fix a few clippy::perf warningskjeremy-5/+5
2021-02-16Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...Vincent Esche-41/+50
2021-02-14Merge #7661bors[bot]-1/+3
2021-02-14Start LSP 3.17 supportJeremy Kolb-1/+3
2021-02-14Simplify find_crlfMichał Muskała-1/+1
2021-02-14Make it clear which client-side commands we useAleksey Kladov-81/+96
2021-02-14Merge #7643 #7663bors[bot]-4/+11
2021-02-13Allow automatically detect the rustc-src directory (fixes #3517).Benjamin Bouvier-4/+11
2021-02-13Moved CodeLens to ide crateivan770-201/+220
2021-02-12Refactor reference searching to work with the astLukas Wirth-16/+33
2021-02-12Fix slow tests sometimes failingFlorian Diebold-10/+37
2021-02-12fix nightly warning `legacy_derive_helpers`Peter Wischer-1/+1
2021-02-12Pin Rust to 1.49.0 on CIJonas Schievink-2/+3
2021-02-08Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { â...Vincent Esche-31/+70
2021-02-08Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche-7/+18
2021-02-05Add a semantic token type for char literalspetr-tik-1/+3
2021-02-04Make `ModPath`'s representation privateJonas Schievink-1/+1