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-02-04
Expose symbol of `CrateName`
Lukas Wirth
-3
/
+3
2025-01-27
Back out "feat: Implement `default-field-values`"
David Barsky
-78
/
+8
2025-01-27
feat: Implement `default-field-values`
Shoyu Vanilla
-8
/
+78
2025-01-21
Cleanup `Name` string rendering
Lukas Wirth
-105
/
+44
2025-01-20
Move dual blanket impl logic from source analyzer to goto_def
Lukas Wirth
-0
/
+12
2025-01-20
Merge pull request #18967 from Veykril/push-pwonkmwqmmol
Lukas Wirth
-7
/
+33
2025-01-20
Fix import search not discarding rawness
Lukas Wirth
-7
/
+33
2025-01-20
Use Semantics::resolve_method_call_as_callable to find implementation
1hakusai1
-0
/
+3
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
[next]