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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
proc-macro-srv
Age
Commit message (
Expand
)
Author
Lines
2025-04-28
Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
Lukas Wirth
-1
/
+1
2025-04-28
Add expression fill mode variant for filling with underscore expressions
Lukas Wirth
-1
/
+1
2025-04-28
Merge from rust-lang/rust
Laurențiu Nicola
-38
/
+15
2025-04-14
Disable some r-a tests in bootstrap.
Mara Bos
-0
/
+2
2025-04-11
Update rust-analyzer for new proc_macro span api.
Mara Bos
-38
/
+13
2025-04-04
prefer default over new
BenjaminBrienen
-20
/
+19
2025-04-03
feat(proc-macro-srv): support metadata version 10
Prajwal S N
-4
/
+4
2025-04-01
Support metadata version 10 in proc-macro-srv
Jakub Beránek
-2
/
+2
2025-03-27
refactor: Shuffle some unsafety around in proc-macro-srv
Lukas Wirth
-41
/
+41
2025-03-23
chore: Bump dependencies
Lukas Wirth
-2
/
+2
2025-03-23
chore: Remove unused dependencies
Lukas Wirth
-2
/
+4
2025-03-18
chore: Clean up proc-macro-srv CI job
Lukas Wirth
-1
/
+7
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-65
/
+65
2025-03-16
internal: Render root syntax contexts more clearly
Lukas Wirth
-65
/
+65
2025-03-15
cargo fmt
BenjaminBrienen
-8
/
+8
2025-03-15
edition = "2024"
BenjaminBrienen
-2
/
+2
2025-03-15
chore: Remove legacy `SyntaxContextId` re-export
Lukas Wirth
-7
/
+7
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-65
/
+65
2025-02-27
enable doctest
BenjaminBrienen
-3
/
+0
2025-02-05
Use interior mutability for loaded `ProcMacrorv::expanders`
Lukas Wirth
-16
/
+25
2025-01-26
Make proc_macro span's line & column 1-indexed, as documented
Chayim Refael Friedman
-4
/
+4
2025-01-20
proc-macro-srv: make usage of RTLD_DEEPBIND portable
Fabian Grünbichler
-3
/
+9
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-2
/
+7
2025-01-09
Make edition per-token, not per-file
Chayim Refael Friedman
-69
/
+69
2025-01-03
Merge pull request #18327 from ChayimFriedman2/flat-tt
Lukas Wirth
-262
/
+208
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-262
/
+208
2024-12-31
Implement `<RaSpanServer as SourceFile>::eq`
Lukas Wirth
-9
/
+9
2024-12-30
Cleanup proc-macro dylib handling
Lukas Wirth
-74
/
+74
2024-12-30
Decouple proc-macro server protocol from the server implementation
Lukas Wirth
-130
/
+69
2024-12-29
Enforce a current directory being set for spawned commands
Lukas Wirth
-0
/
+3
2024-12-26
internal: Workaround salsa cycles leaking
Lukas Wirth
-2
/
+2
2024-12-18
Remove salsa from proc-macro server dep tree
Lukas Wirth
-2
/
+2
2024-12-15
fix: Fix proc-macro dylib names on windows
Lukas Wirth
-6
/
+3
2024-12-12
Fix clippy lints in proc-macro-srv
Lukas Wirth
-10
/
+11
2024-12-12
Only parse the object file once
Lukas Wirth
-21
/
+19
2024-12-11
Fix copied proc-macros not being cleaned up on exit
Lukas Wirth
-59
/
+49
2024-12-11
Unload proc-macro dlls on changed timestamp
Lukas Wirth
-18
/
+31
2024-10-31
Remove support for compressed dylib metadata from rust-analyzer
bjorn3
-14
/
+4
2024-08-29
fix: Fix TokenStream::to_string implementation dropping quotation marks
Lukas Wirth
-2
/
+7
2024-08-29
fix: Fix proc-macro server crashing when parsing a non-lexable string into a ...
Lukas Wirth
-3
/
+15
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-05
Auto merge of #17799 - Veykril:syntax-bridge, r=Veykril
bors
-9
/
+14
2024-08-05
Newtype ErasedFileAstId
Lukas Wirth
-4
/
+4
2024-08-05
Split out syntax-bridge into a separate crate
Lukas Wirth
-9
/
+14
2024-07-18
Encode edition within FileId in the hir layer
Lukas Wirth
-7
/
+7
2024-07-17
Add always disabled gen parse support
Lukas Wirth
-3
/
+4
2024-07-16
Switch token trees to use Symbols
Lukas Wirth
-47
/
+118
2024-07-15
Fix incorrect encoding of literals in the proc-macro-api on version 4
Lukas Wirth
-1
/
+1
[next]