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
/
hir-def
Age
Commit message (
Expand
)
Author
Lines
2025-06-15
Idiomatic salsa use for impl items query
Lukas Wirth
-25
/
+24
2025-06-15
Replace unnecessary use of `MacroDefId` with `MacroId`
Lukas Wirth
-6
/
+6
2025-06-15
Idiomatic salsa use for enum variants query
Lukas Wirth
-35
/
+36
2025-06-15
Cleanup incremental tests
Lukas Wirth
-95
/
+292
2025-06-13
Allow lifetime repeats in macros: $($x)'a*
Tadeo Kondrak
-0
/
+26
2025-06-13
Turn `BlockId` into a `#[salsa::tracked]`
Lukas Wirth
-12
/
+28
2025-06-13
Use `ThinVec` in `ItemScope` in a couple places
Lukas Wirth
-19
/
+17
2025-06-13
Bring back EMPTY item tree deduplication
Lukas Wirth
-16
/
+37
2025-06-13
Merge pull request #19982 from Veykril/push-uptnmqtlylsx
Lukas Wirth
-751
/
+554
2025-06-13
Remove unnecessary item tree query calls
Lukas Wirth
-49
/
+47
2025-06-13
`cargo upgrade`
Lukas Wirth
-1
/
+2
2025-06-13
Remove ast ids from item tree mod items
Lukas Wirth
-161
/
+121
2025-06-13
Split mod items into small and big variants
Lukas Wirth
-65
/
+81
2025-06-13
Store item tree visibilities in a thin vec
Lukas Wirth
-2
/
+14
2025-06-12
Fix tests
Lukas Wirth
-6
/
+6
2025-06-12
Return item tree query results by ref
Lukas Wirth
-99
/
+82
2025-06-12
Remove dead code
Lukas Wirth
-51
/
+35
2025-06-12
Shrink `ModItem` by usize
Lukas Wirth
-24
/
+33
2025-06-12
Merge pull request #19983 from ChayimFriedman2/proc-macro-eq
Chayim Refael Friedman
-1
/
+5
2025-06-12
Fix comparison of proc macros
Chayim Refael Friedman
-1
/
+5
2025-06-12
Remove `AttrOwner`
Lukas Wirth
-68
/
+59
2025-06-12
Ditch the unnecessary smallvec
Lukas Wirth
-12
/
+15
2025-06-12
Coalesce item tree data maps
Lukas Wirth
-181
/
+138
2025-06-12
`AttrOwner` needs no `ModItem`
Lukas Wirth
-47
/
+36
2025-06-12
Remove `FileItemTreeId`
Lukas Wirth
-181
/
+116
2025-06-12
Remove `ItemTreeId`
Lukas Wirth
-86
/
+52
2025-06-12
`ItemTree`'s `ItemVisibilities` has no identity, so deduplicate
Lukas Wirth
-31
/
+33
2025-06-12
Remove most of the item tree
Chayim Refael Friedman
-443
/
+52
2025-06-12
Avoid referring to the item tree except in the def map
Chayim Refael Friedman
-751
/
+855
2025-06-12
Use stable AST IDs
Chayim Refael Friedman
-68
/
+52
2025-06-10
[minor] Fix typos
Wilfred Hughes
-1
/
+1
2025-06-04
Give path segment type anchors their own grammar rule
Lukas Wirth
-5
/
+6
2025-06-02
Support derive-macros for rename prefix magic
Lukas Wirth
-2
/
+8
2025-05-28
Back out "Fix IDE resolution of item macros"
Lukas Wirth
-12
/
+0
2025-05-28
fix: Fix IDE layer not resolving some macro calls
Lukas Wirth
-2
/
+2
2025-05-28
chore: Remove support for `concat_idents!`
Trevor Gross
-18
/
+0
2025-05-26
Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir
Chayim Refael Friedman
-0
/
+12
2025-05-25
Fix IDE resolution of item macros
Chayim Refael Friedman
-0
/
+12
2025-05-23
Bump salsa
Lukas Wirth
-16
/
+17
2025-05-20
Bump rustc crates
Laurențiu Nicola
-1
/
+2
2025-05-20
Merge from rust-lang/rust
Laurențiu Nicola
-3
/
+3
2025-05-15
Improve asm support
Chayim Refael Friedman
-10
/
+8
2025-05-06
Remove duplicate impl of string unescape
Marijn Schouten
-3
/
+3
2025-05-06
Don't panic on some weird code
Chayim Refael Friedman
-0
/
+8
2025-05-05
Merge pull request #19749 from Veykril/push-tsxvxzzmlxpq
Lukas Wirth
-4
/
+0
2025-05-05
refactor: Remove unnecessary `AsAny` trait
Lukas Wirth
-4
/
+0
2025-05-05
fix: negative nums in `concat!` expansion
Vishruth-Thimmaiah
-2
/
+2
2025-05-05
minor: Add a mbe test for parsing negative literals
Lukas Wirth
-0
/
+1
2025-05-05
refactor: De-arc defmap queries
Lukas Wirth
-288
/
+329
2025-05-05
Fix incorrect handling of unresolved non-module imports in name resolution
Lukas Wirth
-22
/
+284
[prev]
[next]