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-01-10
Merge pull request #18907 from Veykril/push-uqlzpttmvurv
Lukas Wirth
-0
/
+11
2025-01-10
Implement `#[rust_analyzer::skip]` for bodies
Lukas Wirth
-0
/
+11
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-1
/
+1
2025-01-09
Fix another issue with fixup reversing
Chayim Refael Friedman
-2
/
+3
2025-01-09
Merge pull request #18861 from ChayimFriedman2/await-edition
Lukas Wirth
-79
/
+170
2025-01-09
minor: Fixup macro error kinds
Lukas Wirth
-2
/
+4
2025-01-09
Make edition per-token, not per-file
Chayim Refael Friedman
-79
/
+170
2025-01-07
Merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-01-06
Merge pull request #18852 from ChayimFriedman2/proc-macro-panic
Laurențiu Nicola
-13
/
+21
2025-01-06
Fix a bug that was caused by fixup reversing
Chayim Refael Friedman
-13
/
+21
2025-01-06
minor: New clippy lints
Lukas Wirth
-7
/
+7
2025-01-04
Support the new `CoercePointee` derive
Chayim Refael Friedman
-38
/
+588
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-520
/
+569
2024-12-23
Auto merge of #134681 - lnicola:sync-from-ra, r=lnicola
bors
-7
/
+9
2024-12-23
Merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2024-12-23
Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...
Zalathar
-1
/
+1
2024-12-20
Fix a case where completion was unable to expand a macro
Chayim Refael Friedman
-7
/
+9
2024-12-16
Stabilize #[coverage] attribute
ltdk
-1
/
+1
2024-12-13
Merge pull request #18674 from Veykril/push-lrxotqknvxvr
Lukas Wirth
-6
/
+11
2024-12-13
Show expansion errors in expand_macro feature
Lukas Wirth
-6
/
+11
2024-12-12
internal: Implement `naked_asm!` builtin
Lukas Wirth
-1
/
+2
2024-12-11
Merge from rust-lang/rust
Laurențiu Nicola
-1
/
+0
2024-12-06
Remove polymorphization
Ben Kimock
-1
/
+0
2024-12-04
Merge pull request #18611 from ChayimFriedman2/proc-macro-warn
Lukas Wirth
-0
/
+7
2024-12-04
Do not report warnings from proc macros, ever
Chayim Refael Friedman
-0
/
+7
2024-12-04
Lay the foundation for diagnostics in ty lowering, and implement a first diag...
Chayim Refael Friedman
-0
/
+7
2024-12-02
fix: Fix syntax fixup inserting unnecessary semicolons
Lukas Wirth
-1
/
+17
2024-11-04
Support new #[rustc_intrinsic] attribute and fallback bodies
Lukas Wirth
-0
/
+13
2024-10-28
Merge pull request #18074 from ChayimFriedman2/typeref-source-map
Lukas Wirth
-0
/
+5
2024-10-27
Split `macro-error` diagnostic so users can ignore only parts of it
Chayim Refael Friedman
-24
/
+57
2024-10-25
Do not allocate attributes entry if there are no attributes
Chayim Refael Friedman
-0
/
+5
2024-10-22
Implement semitransparent hygiene
Chayim Refael Friedman
-0
/
+2
2024-10-22
Fix new nightly lints
Lukas Wirth
-1
/
+1
2024-10-21
fix: Fix token downmapping failing for include! inputs
Lukas Wirth
-14
/
+11
2024-10-18
Increase TOKEN_LIMIT for hir-expand
Wei Xu
-1
/
+1
2024-10-14
chore: rename salsa to ra_salsa
David Barsky
-26
/
+26
2024-10-09
Skip #[test_case] expansion
David Richey
-0
/
+3
2024-10-05
Fix `prettify_macro_expansion()` when the node isn't the whole file
Chayim Refael Friedman
-1
/
+4
2024-10-04
Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril
bors
-17
/
+28
2024-10-04
internal: Filter out opaque tokens in some of IDE feature macro descensions
Lukas Wirth
-17
/
+28
2024-09-30
Gate `#[test]` expansion under `cfg(test)`.
Chayim Refael Friedman
-3
/
+18
2024-09-25
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+3
2024-09-19
Handle lint attributes that are under `#[cfg_attr]`
Chayim Refael Friedman
-7
/
+15
2024-09-18
Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril
bors
-2
/
+65
2024-09-18
Get rid of `$crate` in expansions shown to the user
Chayim Refael Friedman
-2
/
+65
2024-09-17
Always cache macro expansions' root node in Semantics
Chayim Refael Friedman
-15
/
+21
2024-09-11
Auto merge of #18080 - Veykril:dedup, r=Veykril
bors
-35
/
+23
2024-09-11
Auto merge of #18078 - cuishuang:master, r=Veykril
bors
-1
/
+1
2024-09-11
Properly set the working directory for proc-macro execution
Lukas Wirth
-2
/
+13
2024-09-11
Lift out workspace related data into a separate query to preserve crategraph ...
Lukas Wirth
-33
/
+10
[prev]
[next]