This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
66bf53ac3321167d7b7710c9b3bbac14ba009f7d
rust
/
library
/
proc_macro
/
src
History
Esteban Küber
1f82b45b6a
Use
#[derive(Default)]
instead of manually implementing it
2024-12-23 03:01:29 +00:00
..
bridge
Use
#[derive(Default)]
instead of manually implementing it
2024-12-23 03:01:29 +00:00
diagnostic.rs
proc_macro/bridge: send diagnostics over the bridge as a struct
2022-08-06 15:49:43 -04:00
escape.rs
Remove superfluous escaping from byte, byte str, and c str literals
2024-06-13 09:49:15 -07:00
lib.rs
Remove support for specializing ToString outside the standard library
2024-12-13 13:48:19 +00:00
quote.rs
Remove unused macro rules
2022-04-18 23:28:06 +02:00
to_tokens.rs
Add a new trait
proc_macro::ToTokens
2024-10-27 03:17:05 +01:00