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
/
crates
Age
Commit message (
Expand
)
Author
Lines
2024-06-11
feat: add hover config for showing container bounds
roife
-14
/
+60
2024-06-11
feat: show type bounds from containers for functions
roife
-5
/
+47
2024-06-11
internal: simplify and refactor write_where_clause
roife
-89
/
+97
2024-06-11
edit: change 'Length' to 'Len'
randomicon00
-5
/
+5
2024-06-11
Auto merge of #17374 - Veykril:configs, r=Veykril
bors
-98
/
+101
2024-06-11
Simplify some config serialization stuff
Lukas Wirth
-91
/
+60
2024-06-11
Auto merge of #17377 - Young-Flash:hir_print, r=Veykril
bors
-8
/
+17
2024-06-10
Auto merge of #17381 - roife:fix-issue-17378, r=Veykril
bors
-3
/
+23
2024-06-10
fix: ensure that the parent of a SourceRoot cannot be itself
roife
-3
/
+23
2024-06-10
Remove extra parse cache from Semantics again
Lukas Wirth
-9
/
+1
2024-06-10
Thread more HasSource::source calls through Semantics for caching
Lukas Wirth
-84
/
+121
2024-06-10
Auto merge of #17372 - Veykril:parallel-diagnostics, r=Veykril
bors
-61
/
+145
2024-06-09
Don't intern attribute inputs as their spans make them unique
Lukas Wirth
-6
/
+6
2024-06-09
minor: use push_str instead
Young-Flash
-12
/
+5
2024-06-09
internal: tweak test case
Young-Flash
-5
/
+7
2024-06-09
Fix divide by zero
Lukas Wirth
-1
/
+2
2024-06-09
Register virtual workspace Cargo.toml files in the VFS
Lukas Wirth
-36
/
+72
2024-06-09
Allow choosing logical cores for num threads config
Lukas Wirth
-9
/
+43
2024-06-09
feat: Compute native diagnostics in parallel
Lukas Wirth
-26
/
+73
2024-06-09
internal: better print style for hir
Young-Flash
-2
/
+16
2024-06-07
internal: Expose snippet capability to diagnostic quickfixes
DropDemBits
-6
/
+13
2024-06-07
fix: Fix renaming imports of foreign items touching foreign sources
Lukas Wirth
-11
/
+30
2024-06-07
Auto merge of #17058 - alibektas:13529/ratoml, r=Veykril
bors
-540
/
+2088
2024-06-07
Auto merge of #17308 - mathew-horner:prefer-workspace, r=Veykril
bors
-1
/
+46
2024-06-07
Fix processing of ratoml files
Lukas Wirth
-165
/
+114
2024-06-06
chore: Prefer tracing span shorthand macros
Wilfred Hughes
-275
/
+240
2024-06-06
fix: incorrect formatting of hover actions
roife
-1
/
+1
2024-06-06
Auto merge of #17352 - roife:fix-issue-17338, r=Veykril
bors
-1
/
+30
2024-06-06
test: add regression test for prelude shadowing in block modules
roife
-0
/
+24
2024-06-06
fix: do not resolve prelude within block modules
roife
-1
/
+6
2024-06-06
Fix file loading of r-a toml files
Lukas Wirth
-90
/
+37
2024-06-06
Auto merge of #17346 - ChosenName:master, r=Veykril
bors
-6
/
+15
2024-06-05
fix: Highlight unlinked files consistently with inactive files
Wilfred Hughes
-10
/
+2
2024-06-05
Keep config diagnostics across changes
Lukas Wirth
-100
/
+213
2024-06-05
Diagnose most incorrect ra-toml config errors
Lukas Wirth
-25
/
+135
2024-06-05
Auto merge of #17348 - regexident:fix-type-or-const-param-source, r=Veykril
bors
-2
/
+2
2024-06-05
Resolve #17344 by using `.get(…)` instead of `[…]` in `TypeOrConstParam::...
Vincent Esche
-2
/
+2
2024-06-05
Fix local configs allowing to contain global changes
Lukas Wirth
-15
/
+17
2024-06-05
Shuffle around some of the configs between the levels
Lukas Wirth
-315
/
+278
2024-06-05
Apply requested changes round 3
Ali Bektas
-31
/
+36
2024-06-05
Apply requested changes round 2
Ali Bektas
-1269
/
+1159
2024-06-05
Apply suggested changes
Ali Bektas
-299
/
+1868
2024-06-05
Add debug info to invalid offset error
Lukas Wirth
-2
/
+3
2024-06-04
fmt
ChosenName
-5
/
+4
2024-06-04
Update config.rs
ChosenName
-2
/
+4
2024-06-04
Fix typos
ChosenName
-2
/
+2
2024-06-04
Update config.rs
ChosenName
-6
/
+14
2024-06-04
Use dyn cache for Semantics macro resolution
Lukas Wirth
-41
/
+44
2024-06-04
Cache parse trees in `Semantics`
Lukas Wirth
-4
/
+22
2024-06-04
Cache `file_to_def` in `SourceToDefCtx`
Lukas Wirth
-28
/
+40
[prev]
[next]