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
2025-04-01
Merge pull request #19494 from Veykril/push-uzmzppouxuvr
Lukas Wirth
-53
/
+16
2025-04-01
chore: Remove unnecessary `Arc` clones
Lukas Wirth
-53
/
+16
2025-04-01
chore: Replace some `invoke`s with `invoke_actual` in hir-ty
Lukas Wirth
-74
/
+81
2025-04-01
Support metadata version 10 in proc-macro-srv
Jakub Beránek
-2
/
+2
2025-04-01
Merge pull request #19492 from ChayimFriedman2/experiment
Chayim Refael Friedman
-1
/
+1
2025-04-01
Avoid relying on `block_def_map()` needlessly
Chayim Refael Friedman
-1
/
+1
2025-03-31
fix: Fix panic in progress due to splitting unicode incorrectly
Ross Delinger
-2
/
+2
2025-03-31
fix: Fix new nightly lints
Lukas Wirth
-95
/
+87
2025-03-31
fix: Cleanup param name inlay hint filtering
Lukas Wirth
-118
/
+187
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-4
/
+0
2025-03-29
fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`
Lukas Wirth
-67
/
+141
2025-03-28
update test
Hegui Dai
-22
/
+22
2025-03-28
move "impl<> for <>" and test about it
Hegui Dai
-27
/
+0
2025-03-28
Merge pull request #19375 from ChayimFriedman2/do-not-complete
Lukas Wirth
-291
/
+768
2025-03-28
Fix a bug in orphan rules calculation
Chayim Refael Friedman
-12
/
+30
2025-03-27
Allow crate authors to control completion of their things
Chayim Refael Friedman
-291
/
+768
2025-03-27
Merge pull request #19460 from Veykril/push-krmvxxvrlmyx
Lukas Wirth
-2
/
+3
2025-03-27
Merge pull request #19459 from Veykril/push-swywyozvsqow
Lukas Wirth
-41
/
+41
2025-03-27
fix: Fix `format_args` lowering using wrong integer suffix
Lukas Wirth
-2
/
+3
2025-03-27
refactor: Shuffle some unsafety around in proc-macro-srv
Lukas Wirth
-41
/
+41
2025-03-27
Merge pull request #19457 from Veykril/push-xpmluxlzprpy
Lukas Wirth
-12
/
+60
2025-03-27
chore: Remove salsa dependency from proc-macro server again
Lukas Wirth
-12
/
+60
2025-03-26
Merge pull request #19451 from Veykril/push-tuqmmvkrtpzl
Lukas Wirth
-15
/
+19
2025-03-26
refactor: Use MEDIUM durability for crate-graph changes, high for library sou...
Lukas Wirth
-15
/
+19
2025-03-25
Tidy up drop glue notification
Conrad Irwin
-421
/
+107
2025-03-25
Merge pull request #19433 from snprajwal/fix-replace-let-else
Lukas Wirth
-8
/
+41
2025-03-25
minor: Simplify impl-ty parse validation
Lukas Wirth
-55
/
+74
2025-03-25
Merge pull request #19388 from Veykril/push-oqysrnttwywu
Lukas Wirth
-9
/
+39
2025-03-25
feat: parse `unsafe` record fields
Lukas Wirth
-9
/
+39
2025-03-25
Merge pull request #19347 from Shourya742/2025-03-13-add-diagnostic-for-dnagl...
Lukas Wirth
-1
/
+99
2025-03-25
ci: Require miri step
Lukas Wirth
-6
/
+2
2025-03-25
Merge pull request #19446 from Veykril/push-olslsvoxlxwk
Lukas Wirth
-1
/
+0
2025-03-25
add more completion about "impl"
Hegui Dai
-22
/
+76
2025-03-25
ci: run `intern` tests via `cargo miri`
Lukas Wirth
-1
/
+0
2025-03-24
analysis-stats: redesign printing of item tree stats
David Barsky
-11
/
+23
2025-03-24
analysis-stats: expose and print some limited statistics from `hir-def`
David Barsky
-3
/
+90
2025-03-24
analysis-stats: cleanup printing of some workspace stats
David Barsky
-11
/
+14
2025-03-24
analysis-stats: add `UsizeWithUnderscore` for readability of large numbers
David Barsky
-1
/
+30
2025-03-24
analysis-stats: always print source stats
David Barsky
-27
/
+20
2025-03-24
analysis-stats: emit lines of code and item tree counts for workspace; depend...
David Barsky
-25
/
+62
2025-03-24
refactor: Replace custom `ThinVec` with `thin-vec` crate
Lukas Wirth
-543
/
+92
2025-03-24
Merge pull request #19435 from Veykril/push-owstqqlrtsko
Lukas Wirth
-5
/
+6
2025-03-24
Merge pull request #19436 from lnicola/rm-rustc-hashes
Laurențiu Nicola
-4
/
+1
2025-03-24
Merge pull request #19430 from Veykril/push-wknpypxuyrsz
Lukas Wirth
-73
/
+82
2025-03-24
fix: Fix closure return inlayhints using macro ranges
Lukas Wirth
-5
/
+6
2025-03-24
Add missing syn feature
Laurențiu Nicola
-1
/
+1
2025-03-24
Drop rustc_hashes dependency
Laurențiu Nicola
-3
/
+0
2025-03-24
fix(ide-assists): `let else` to `if let else`
Prajwal S N
-8
/
+41
2025-03-24
fix: Yet another false positive invalid cast diagnostic
Shoyu Vanilla
-26
/
+134
2025-03-23
Merge pull request #19400 from Shourya742/2025-03-20-fix-syntax-highlighting
Lukas Wirth
-18
/
+77
[prev]
[next]