index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
rust-analyzer
/
src
/
cli
Age
Commit message (
Expand
)
Author
Lines
2021-03-07
Make group imports configurable
asv
-1
/
+5
2021-03-02
Switch from pico-args to xflags
Aleksey Kladov
-0
/
+1
2021-03-02
Fix ProcMacroClient dropped too early in cli
Edwin Cheng
-9
/
+11
2021-02-23
7526: Renamed create ssr to ide_ssr.
Chetan Khilosiya
-1
/
+1
2021-02-16
Merge #7690
bors[bot]
-40
/
+49
2021-02-16
Make utf8 default, implement utf16 in terms of it
Aleksey Kladov
-2
/
+2
2021-02-16
Prepare for utf-8 offsets
Aleksey Kladov
-6
/
+6
2021-02-16
Split `pub fn cargo_load` into `pub fn load_workspace_at` and `pub fn load_wo...
Vincent Esche
-40
/
+49
2021-02-12
Fix slow tests sometimes failing
Florian Diebold
-2
/
+6
2021-02-08
Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { â...
Vincent Esche
-31
/
+70
2021-02-08
Add `config: &CargoConfig` parameter to `fn load_cargo(…)`
Vincent Esche
-7
/
+18
2021-01-29
Async Loading outdir and proc-macro
Edwin Cheng
-13
/
+23
2021-01-26
Add config option to ignore directories
Aleksey Kladov
-1
/
+1
2021-01-21
Include `countme` crate to count important data structures.
Aleksey Kladov
-0
/
+5
2021-01-18
Merge #7297 #7338
bors[bot]
-1
/
+1
2021-01-18
Avoid blocking the main loop when editing Cargo.toml
Aleksey Kladov
-1
/
+1
2021-01-16
Add flyimport completion for trait assoc items
Kirill Bulatov
-1
/
+1
2021-01-16
Share import_assets and related entities
Kirill Bulatov
-2
/
+3
2021-01-14
Phase out SourceFileEdits in favour of a plain HashMap
Lukas Wirth
-1
/
+1
2021-01-14
Group file source edits by FileId
Lukas Wirth
-4
/
+4
2021-01-11
Improve analysis stats legibility
Aleksey Kladov
-20
/
+17
2021-01-10
Make default memory stats less verbose
Aleksey Kladov
-1
/
+1
2021-01-08
Report progress for cargo metadata and output-dir
Edwin Cheng
-0
/
+1
2021-01-06
Align config's API with usage
Aleksey Kladov
-4
/
+14
2021-01-02
Only log path and syntax range when processing function if source exists
Nick Spain
-6
/
+6
2021-01-02
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
-0
/
+1
2021-01-02
HasSource::source -> HasSource::source_old
Nick Spain
-1
/
+1
2020-12-24
Flush stdout when clearing the progress bar
Laurențiu Nicola
-3
/
+5
2020-12-11
Move print_memory_usage to cli.rs
Jonas Schievink
-9
/
+4
2020-12-09
Fix "no value set for FileTextQuery(FileId(..))"
Jonas Schievink
-1
/
+1
2020-12-08
Make `original_range` a method on `InFile<&SyntaxNode>`
Jonas Schievink
-2
/
+2
2020-12-07
Remove dummy ProcMacroClient in favor of Option
Jonas Schievink
-3
/
+3
2020-12-04
Fix `diagnostics` subcommand, look at all modules
Jonas Schievink
-11
/
+18
2020-11-13
Cleanup workspace loading a tiny bit
Aleksey Kladov
-1
/
+0
2020-11-02
Remove more unreachable pubs
Aleksey Kladov
-8
/
+8
2020-10-24
Re-export base_db from ide_db
Igor Aleksanov
-12
/
+12
2020-10-20
Rename declaration_name -> display_name
Aleksey Kladov
-6
/
+2
2020-10-02
Properly name the field
Kirill Bulatov
-5
/
+6
2020-10-02
Move ide::AnalysisChange -> base_db::Change
Aleksey Kladov
-6
/
+5
2020-08-26
Simplify help
Aleksey Kladov
-6
/
+1
2020-08-18
Align diagnostics config with the rest of rust-analyzer
Aleksey Kladov
-4
/
+8
2020-08-18
Make disabled diagnostics an argument of corresponding function
Igor Aleksanov
-2
/
+2
2020-08-13
Rename ra_ide -> ide
Aleksey Kladov
-3
/
+3
2020-08-13
Rename ra_ssr -> ssr
Aleksey Kladov
-1
/
+1
2020-08-13
Rename ra_ide_db -> ide_db
Aleksey Kladov
-1
/
+1
2020-08-13
Rename ra_db -> base_db
Aleksey Kladov
-9
/
+9
2020-08-13
Rename ra_project_model -> project_model
Pavan Kumar Sunkara
-1
/
+1
2020-08-12
Rename ra_syntax -> syntax
Aleksey Kladov
-1
/
+1
2020-08-12
Rename ra_prof -> profile
Aleksey Kladov
-2
/
+2
2020-08-09
Remove Option<...> from result of Crate::root_module
Paul Daniel Faria
-2
/
+2
[prev]
[next]