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-05-08
Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril
bors
-0
/
+3
2025-05-07
Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote
bors
-3
/
+3
2025-05-06
add stubbed-out cases for rust-analyzer
dianne
-0
/
+3
2025-05-07
extract function: `doc_attributes` to find def from inner doc
Hayashi Mikihiro
-8
/
+26
2025-05-07
add doc link test for hover
Hayashi Mikihiro
-0
/
+122
2025-05-07
add doc link test for goto def
Hayashi Mikihiro
-0
/
+68
2025-05-07
check module path inner or outer
Hayashi Mikihiro
-130
/
+256
2025-05-06
Remove duplicate impl of string unescape
Marijn Schouten
-3
/
+3
2025-05-06
Merge pull request #19738 from ChayimFriedman2/weird-gats
Lukas Wirth
-0
/
+32
2025-05-06
Remove ast index mask
Hayashi Mikihiro
-7
/
+10
2025-05-06
import std::iter::repeat
Hayashi Mikihiro
-0
/
+1
2025-05-06
Update crates/hir-expand/src/attrs.rs
Hayashi Mikihiro
-1
/
+1
2025-05-06
Update crates/hir-expand/src/attrs.rs
Hayashi Mikihiro
-1
/
+1
2025-05-06
fix: resolve doc path if outer comments exist on module and replace from cfg_...
Hayashi Mikihiro
-34
/
+99
2025-05-06
Don't panic on some weird code
Chayim Refael Friedman
-0
/
+32
2025-05-06
Merge pull request #19721 from ChayimFriedman2/more-parallel
Lukas Wirth
-256
/
+188
2025-05-06
Notify the user that we're collecting symbols
Chayim Refael Friedman
-1
/
+10
2025-05-06
Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...
Stuart Cook
-1
/
+17
2025-05-05
Add a `--num-threads` to the `prime-caches` CLI command
Chayim Refael Friedman
-60
/
+61
2025-05-05
Better manage parallel prime caches
Chayim Refael Friedman
-245
/
+167
2025-05-05
Support environment variable CARGO_MANIFEST_PATH.
Victor
-0
/
+17
2025-05-05
Implement RFC 3503: frontmatters
Deadbeef
-1
/
+17
2025-05-05
Merge pull request #19750 from Veykril/push-zvvsopwxovrn
Lukas Wirth
-5
/
+0
2025-05-05
fix: Remove unnecessary token length check for macros in renaming
Lukas Wirth
-5
/
+0
2025-05-05
Merge pull request #19749 from Veykril/push-tsxvxzzmlxpq
Lukas Wirth
-56
/
+4
2025-05-05
refactor: Remove unnecessary `AsAny` trait
Lukas Wirth
-56
/
+4
2025-05-05
fix: negative nums in `concat!` expansion
Vishruth-Thimmaiah
-3
/
+36
2025-05-05
Merge pull request #19747 from Veykril/push-kqxvxrxozswr
Lukas Wirth
-18
/
+111
2025-05-05
fix: Fix `move_bounds` assists not working for lifetimes
Lukas Wirth
-47
/
+196
2025-05-05
Merge pull request #19746 from Veykril/push-swvuyqwwplrt
Lukas Wirth
-44
/
+415
2025-05-05
fix: Fix proc-macro API creating malformed negative literals
Lukas Wirth
-29
/
+85
2025-05-05
minor: Add more proc-macro tests for parsing negative literals
Lukas Wirth
-26
/
+341
2025-05-05
Merge pull request #19745 from Veykril/push-rnqulnqvltro
Lukas Wirth
-0
/
+118
2025-05-05
minor: Add a mbe test for parsing negative literals
Lukas Wirth
-0
/
+118
2025-05-05
Merge pull request #19740 from vishruth-thimmaiah/unwrap_path_type
Lukas Wirth
-0
/
+175
2025-05-05
feat: add an assist to unwrap a type with a generic arg
Vishruth-Thimmaiah
-0
/
+175
2025-05-05
refactor: De-arc defmap queries
Lukas Wirth
-455
/
+498
2025-05-05
Merge pull request #19742 from Veykril/push-ykmuwtkzruqm
Lukas Wirth
-22
/
+303
2025-05-05
Fix incorrect handling of unresolved non-module imports in name resolution
Lukas Wirth
-22
/
+303
2025-05-04
Merge pull request #19739 from Veykril/push-kpozprqnsmkk
Lukas Wirth
-12
/
+12
2025-05-04
Disable fixpoint for variance computation temporarily
Lukas Wirth
-12
/
+12
2025-05-03
Improve let snippet
A4-Tacks
-6
/
+6
2025-05-03
Improve the let code snippet
A4-Tacks
-6
/
+101
2025-05-02
Merge pull request #19733 from ShoyuVanilla/issue-19724
Lukas Wirth
-13
/
+82
2025-05-02
Merge pull request #19732 from ShoyuVanilla/issue-19730
Lukas Wirth
-1
/
+27
2025-05-03
fix: Implement mut to const ptr cast for method resolution
Shoyu Vanilla
-13
/
+82
2025-05-02
Merge pull request #19731 from Veykril/push-mmvowomkpwxy
Lukas Wirth
-175
/
+112
2025-05-03
fix: Correct assoc ty bound var starting index
Shoyu Vanilla
-1
/
+27
2025-05-02
refactor: Simplify macro call id construction
Lukas Wirth
-175
/
+112
2025-05-02
Render more lifetimes
Lukas Wirth
-149
/
+201
[prev]
[next]