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
/
proc-macro-srv
Age
Commit message (
Expand
)
Author
Lines
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
2024-07-15
Encode ident rawness and literal kind separately in tt::Leaf
Lukas Wirth
-136
/
+121
2024-07-01
Improve error message when the proc-macro server unexpectedly exits
Lukas Wirth
-0
/
+2
2024-06-30
Abstract proc-macro-srv protocol format
Lukas Wirth
-0
/
+1
2024-06-30
Actual dummy server for the server cli
Lukas Wirth
-1
/
+1
2024-06-30
Fix proc-macro-test build script
Lukas Wirth
-10
/
+17
2024-06-30
Faster env snapshotting in proc-macro-srv
Lukas Wirth
-84
/
+101
2024-06-30
Move proc-macro-test test path fetching from include to env var
Lukas Wirth
-5
/
+3
2024-06-30
Rename proc-macro-srv::server to server_impl
Lukas Wirth
-41
/
+42
2024-06-30
Move proc-macro-srv RUSTC_VERSION fetching from include to env var
Lukas Wirth
-16
/
+3
2024-06-30
Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...
Lukas Wirth
-4
/
+1
2024-06-30
Move dylib version stuff to proc-macro-srv
Lukas Wirth
-23
/
+196
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+2612
[prev]