This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust-analyzer
Watch
1
Star
0
Fork
0
You've already forked rust-analyzer
mirror of
https://github.com/rust-lang/rust-analyzer.git
synced
2025-10-01 11:31:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust-analyzer
/
crates
/
proc-macro-srv
/
src
History
Chayim Refael Friedman
3f2fb17042
Make proc_macro span's line & column 1-indexed, as documented
...
That is, make the fake number that we return 1 and not 0.
2025-01-26 08:27:24 +02:00
..
dylib
Only parse the object file once
2024-12-12 13:23:25 +01:00
server_impl
Make proc_macro span's line & column 1-indexed, as documented
2025-01-26 08:27:24 +02:00
tests
Re-implement rust string highlighting via tool attribute
2025-01-10 13:49:35 +01:00
dylib.rs
proc-macro-srv: make usage of RTLD_DEEPBIND portable
2025-01-20 10:19:24 +01:00
lib.rs
Store token trees in contiguous
Vec
instead of as a tree
2025-01-02 19:21:46 +02:00
proc_macros.rs
Store token trees in contiguous
Vec
instead of as a tree
2025-01-02 19:21:46 +02:00
server_impl.rs
Store token trees in contiguous
Vec
instead of as a tree
2025-01-02 19:21:46 +02:00