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-expand
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
resolve: Do not finalize shadowed bindings
Vadim Petrochenkov
-4
/
+2
2025-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-1
/
+11
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-38
/
+34
2025-07-20
Support `cfg_select!`
Chayim Refael Friedman
-0
/
+66
2025-07-10
Merge pull request #20210 from ChayimFriedman2/naked-asm-safe
Shoyu Vanilla (Flint)
-2
/
+32
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-2
/
+32
2025-07-08
Revert "Re-enable fixpoint iteration for variance computation"
Chayim Refael Friedman
-2
/
+1
2025-07-06
Always bump in the parser in `err_and_bump()`
Chayim Refael Friedman
-1
/
+1
2025-07-03
Fix some things with builtin derives
Chayim Refael Friedman
-58
/
+82
2025-07-03
Merge pull request #20160 from Veykril/push-pqvskktpnylu
Lukas Wirth
-9
/
+31
2025-07-03
fix: Improve diagnostic ranges for `macro_calls!`
Lukas Wirth
-9
/
+31
2025-07-03
Merge pull request #20157 from Veykril/push-nxrvpywtvoys
Lukas Wirth
-1
/
+2
2025-07-03
Re-enable fixpoint iteration for variance computation
Lukas Wirth
-1
/
+2
2025-07-03
Merge pull request #19923 from Veykril/push-rlrsyxsqnxnn
Lukas Wirth
-2
/
+2
2025-07-03
Bump salsa
Lukas Wirth
-2
/
+2
2025-07-03
Merge pull request #20112 from Veykril/push-ruszuxrqzmvz
Lukas Wirth
-32
/
+17
2025-07-03
Restructure proc-macro loading erros, differentiate hard error property on kind
Lukas Wirth
-12
/
+10
2025-06-27
Workaround missing none group support in builtin macros
Lukas Wirth
-32
/
+17
2025-06-24
Merge pull request #20012 from lnicola/bump-literal-escaper
Lukas Wirth
-20
/
+19
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-17
Auto merge of #142567 - lnicola:sync-from-ra, r=lnicola
bors
-26
/
+38
2025-06-16
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-20
/
+19
2025-06-15
clarify `rustc_do_not_const_check` comment
Deadbeef
-1
/
+1
2025-06-12
Fix comparison of proc macros
Chayim Refael Friedman
-3
/
+1
2025-06-12
Merge pull request #19837 from ChayimFriedman2/stable-astid
Lukas Wirth
-3
/
+11
2025-06-12
LRU ast id map
Chayim Refael Friedman
-0
/
+1
2025-06-12
Avoid referring to the item tree except in the def map
Chayim Refael Friedman
-1
/
+8
2025-06-12
Use stable AST IDs
Chayim Refael Friedman
-4
/
+4
2025-06-08
Correctly handle attr macros placed in cfg_attr in speculative expansion
Chayim Refael Friedman
-20
/
+26
2025-05-30
Add some more `hir_expand::files` conversions
Lukas Wirth
-47
/
+103
2025-05-28
Back out "Fix IDE resolution of item macros"
Lukas Wirth
-2
/
+0
2025-05-28
chore: Remove support for `concat_idents!`
Trevor Gross
-25
/
+0
2025-05-25
Fix IDE resolution of item macros
Chayim Refael Friedman
-0
/
+2
2025-05-08
add assert to check ast_index smaller than INNER_ATTR_SET_BIT
Hayashi Mikihiro
-13
/
+9
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
-25
/
+22
2025-05-05
Merge pull request #19749 from Veykril/push-tsxvxzzmlxpq
Lukas Wirth
-12
/
+4
2025-05-05
refactor: Remove unnecessary `AsAny` trait
Lukas Wirth
-12
/
+4
2025-05-05
fix: negative nums in `concat!` expansion
Vishruth-Thimmaiah
-1
/
+34
2025-05-05
fix: Fix `move_bounds` assists not working for lifetimes
Lukas Wirth
-5
/
+8
2025-05-01
remove a couple of clones
Matthias Krüger
-1
/
+1
2025-04-29
Split out salsa_macros
Lukas Wirth
-5
/
+5
2025-04-29
refactor: Remove unnecessary extension trait
Lukas Wirth
-65
/
+4
2025-04-29
Cleanup cfg check handling in expression store lowering
Lukas Wirth
-64
/
+96
2025-04-28
Merge pull request #19699 from ChayimFriedman2/escape-label
David Barsky
-5
/
+18
2025-04-28
Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
Lukas Wirth
-4
/
+2
2025-04-28
Add expression fill mode variant for filling with underscore expressions
Lukas Wirth
-4
/
+2
[next]