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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-18
Auto merge of #12807 - Veykril:completion-item-details, r=Veykril
bors
-0
/
+14
2022-07-18
Add simple support for completion item details
Lukas Wirth
-0
/
+14
2022-07-18
Improve file watcher config
Jonas Schievink
-7
/
+22
2022-07-04
Improve documentation for buildScripts.overrideCommand / checkOnSave.override...
Florian Diebold
-8
/
+11
2022-06-14
fix: Check for the correct proc-macro settings in missing proc-macro diagnostics
Lukas Wirth
-1
/
+2
2022-06-12
More precise proc-macro errors
Lukas Wirth
-1
/
+2
2022-05-28
fix: add an option to show inlay hint for return type of closures without block
harpsword
-3
/
+32
2022-05-27
Auto merge of #12341 - vemoo:exclude_dirs, r=Veykril
bors
-1
/
+16
2022-05-25
internal: Make autoclosing angle brackets configurable, disabled by default
Lukas Wirth
-0
/
+7
2022-05-22
feat: Add on-typing handler for left angle
Felicián Németh
-0
/
+4
2022-05-21
take into account excludeDirs when computing linked_projects
Bernardo Uriarte
-1
/
+16
2022-05-20
feat: hide type inlay hints for initializations of closures
andylizi
-0
/
+6
2022-05-20
remove duplicate 'to' in `cachePriming.numThreads` option description
Equinox
-1
/
+1
2022-05-16
Show inlay hints after a `}` to indicate the closed item
Jonas Schievink
-0
/
+10
2022-05-16
Auto merge of #12253 - Veykril:bm, r=Veykril
bors
-0
/
+3
2022-05-14
feat: Add binding mode inlay hints
Lukas Wirth
-0
/
+3
2022-05-14
internal: Make VSCode config more GUI edit friendly
Lukas Wirth
-54
/
+53
2022-05-13
fix: Fix incorrect hover actions config keys
Lukas Wirth
-5
/
+5
2022-05-13
fix: Fix fill-arguments completions not working
Lukas Wirth
-11
/
+8
2022-05-12
fix: Fix vscode config descriptions not recognizing all valid values
Lukas Wirth
-22
/
+58
2022-05-12
fix: Fix old config patching overwriting callable snippet config unconditionally
Lukas Wirth
-0
/
+1
2022-05-12
Auto merge of #12226 - Veykril:reborrow-inlay-hints, r=Veykril
bors
-7
/
+31
2022-05-12
feat: Allow reborrow inlay hints to be restricted to mutable reborrows only
Lukas Wirth
-7
/
+31
2022-05-12
internal: Rename primeCaches config keys
Lukas Wirth
-9
/
+9
2022-05-10
fix typo in `inlayHints.renderColons` option description
Elliot Roberts
-1
/
+1
2022-05-10
Auto merge of #12010 - Veykril:r-a-config, r=Veykril
bors
-212
/
+412
2022-05-04
Implement old to new config patching
Lukas Wirth
-0
/
+3
2022-05-02
Auto merge of #12093 - nico-abram:uwu, r=Veykril
bors
-1
/
+1
2022-05-01
Fix up config docs
Lukas Wirth
-20
/
+41
2022-05-01
Fix untagged enum deserialization
Lukas Wirth
-2
/
+32
2022-05-01
Final fixups
Lukas Wirth
-10
/
+11
2022-05-01
Update config usage in slow tests
Lukas Wirth
-1
/
+1
2022-05-01
Adjust signature info and enum variant lenses
Lukas Wirth
-5
/
+20
2022-05-01
Implement boolean aliases
Lukas Wirth
-21
/
+100
2022-05-01
Sort config definition
Lukas Wirth
-107
/
+102
2022-05-01
Initial config revamp
Lukas Wirth
-128
/
+184
2022-04-28
minor: Record snippet config errors
Lukas Wirth
-1
/
+6
2022-04-27
Reload project on .cargo/config[.toml] changes
unknown
-1
/
+1
2022-04-14
minor: Cleanup config.rs a bit
Lukas Wirth
-50
/
+96
2022-04-13
Auto merge of #11956 - fee1-dead:master, r=flodiebold
bors
-0
/
+5
2022-04-13
feat: allow customizing the command for running build scripts
Deadbeef
-0
/
+5
2022-04-11
Add simplistic config validation
Lukas Wirth
-0
/
+13
2022-04-11
Show config deseralization failures on start up
Lukas Wirth
-44
/
+62
2022-04-03
Merge #10802
bors[bot]
-1
/
+9
2022-03-24
Disable experimental diagnostics by default
Jonas Schievink
-1
/
+1
2022-03-22
fix: Fix lifetime elision hint configuration key
Lukas Wirth
-2
/
+2
2022-03-20
feat: Visualize compiler inserted reborrows via inlay hints
Lukas Wirth
-0
/
+3
2022-03-19
Change skip trivial behaviour
Lukas Wirth
-4
/
+4
2022-03-19
Add option to skip trivial cases
Lukas Wirth
-10
/
+34
2022-03-19
Use numbers for lifetimes by default, add setting to prefer using parameter n...
Lukas Wirth
-8
/
+13
[next]