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
/
src
/
tools
/
rust-analyzer
/
docs
/
user
Age
Commit message (
Expand
)
Author
Lines
2024-12-09
Disable pipe on typing handler
Lukas Wirth
-1
/
+1
2024-12-06
Add typing handler for param list pipe
Lukas Wirth
-2
/
+2
2024-12-06
Make bracket typing handler work on more things
Lukas Wirth
-1
/
+1
2024-12-05
Disable `<` typing handler again
Lukas Wirth
-1
/
+1
2024-12-03
chore: deprecate `typing.autoClosingAngleBrackets` configuration
Tarek
-5
/
+0
2024-12-03
internal: Make exclude characters for typing assists configurable, default to...
Tarek
-0
/
+5
2024-11-18
Re-add rust-analyzer.cargo.sysrootQueryMetadata
David Richey
-0
/
+6
2024-10-21
Update ide tests
Lukas Wirth
-22
/
+22
2024-10-13
feat: respect references.exclude_tests in call-hierarchy
roife
-1
/
+1
2024-09-30
Provide an config option to not set `cfg(test)`
Chayim Refael Friedman
-0
/
+5
2024-09-08
Automatically add semicolon when completing unit-returning functions
Chayim Refael Friedman
-0
/
+7
2024-09-01
Provide an option to hide deprecated items from completion
Chayim Refael Friedman
-0
/
+5
2024-08-23
Auto merge of #17857 - ChayimFriedman2:rust-project-cfg-group, r=Veykril
bors
-0
/
+12
2024-08-19
Improve documentation for `InvocationStrategy`
Lukas Wirth
-2
/
+4
2024-08-19
chore(config): remove `invocationLocation` in favor of `invocationStrategy`
Victor Song
-24
/
+2
2024-08-12
Allow declaring cfg groups in rust-project.json, to help sharing common cfgs
Chayim Refael Friedman
-0
/
+12
2024-08-05
Auto merge of #17793 - jjoeldaniel:msvc-docs, r=Veykril
bors
-0
/
+6
2024-08-05
feat: Load sysroot library via cargo metadata
Lukas Wirth
-10
/
+0
2024-08-05
add msvc note to manual
Joel Daniel Rico
-0
/
+6
2024-07-31
docs: Fix JSON example for rust-analyzer.workspace.discoverConfig
Wilfred Hughes
-4
/
+3
2024-07-23
internal: remove UnindexedProject notification
David Barsky
-5
/
+0
2024-07-23
Remove lens.forceCustomCommands config
PaulDotSH
-6
/
+0
2024-07-18
Auto merge of #17246 - davidbarsky:david/move-rust-project-generation-to-serv...
bors
-0
/
+98
2024-07-18
feature: move `linked_projects` discovery to the rust-analyzer server
David Barsky
-0
/
+98
2024-07-17
Auto merge of #17616 - Veykril:config-param-hints, r=Veykril
bors
-2
/
+2
2024-07-17
Fix incorrect generic parameter hint defaults
Lukas Wirth
-2
/
+2
2024-07-17
Add --keep-going to rust-analyzer.cargo.buildScripts.overrideCommand docs
Laurențiu Nicola
-1
/
+1
2024-07-14
Update manual.adoc
Anita Hammer
-1
/
+1
2024-07-08
feat: add inlay hints for generic parameters
Liao Junxuan
-0
/
+15
2024-07-02
squash.
Shohei Wada
-0
/
+5
2024-07-01
Auto merge of #17522 - Veykril:comptimes, r=Veykril
bors
-6
/
+6
2024-06-30
Remove serde flag from indexmap dependency
Lukas Wirth
-6
/
+6
2024-06-29
Make borrow checking configurable for term search
Tavo Annus
-0
/
+5
2024-06-22
Fix suggestions of unstable constants
Tavo Annus
-4
/
+4
2024-06-19
Auto merge of #17438 - jjoeldaniel:toggle_lsp_logs, r=Veykril
bors
-1
/
+1
2024-06-17
feat: add `toggleLSPLogs` command
Joel Daniel Rico
-1
/
+1
2024-06-16
docs: fix manual generation instructions
Lunaphied
-1
/
+1
2024-06-11
Simplify some config serialization stuff
Lukas Wirth
-1
/
+1
2024-05-17
Correct Neovim 0.10 inlay hints config example
Adam Szkoda
-1
/
+1
2024-05-08
Make term search fuel configurable
Tavo Annus
-0
/
+10
2024-04-30
docs: Fix typo in VS Code setting description
Wilfred Hughes
-1
/
+1
2024-04-26
manual: remove suggestion of rust-project.json example
Cliff L. Biffle
-2
/
+0
2024-04-25
Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril
bors
-2
/
+7
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+2024
2024-04-20
Add hovering limitations support for variants
roife
-2
/
+2
2024-04-19
fix: add a separate setting for enum variants
roife
-2
/
+7
2024-04-16
fix: adjust the limitation for ADTs' fields to 5
roife
-1
/
+1
2024-04-16
Update tests and docs for hover_show_adtFieldsOrVariants
roife
-2
/
+2
2024-04-16
Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTs
roife
-0
/
+2009