This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-11-27 16:36:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_expand
/
src
History
Aleksey Kladov
09d3db2e59
Optimize Cursor::look_ahead
...
Cloning a tt is cheap, but not free (there's Arc inside).
2020-09-03 23:28:22 +02:00
..
mbe
…
mut_visit
…
parse
Move lexer unit tests to rustc_lexer
2020-08-30 19:53:36 +02:00
tokenstream
…
base.rs
…
build.rs
…
config.rs
…
expand.rs
Rollup merge of
#76132
- Aaron1011:mac-call-stmt, r=petrochenkov
2020-09-01 18:24:33 -07:00
lib.rs
Move lexer unit tests to rustc_lexer
2020-08-30 19:53:36 +02:00
mbe.rs
…
module.rs
…
placeholders.rs
Factor out StmtKind::MacCall fields into
MacCallStmt
struct
2020-08-30 18:38:53 -04:00
proc_macro_server.rs
Optimize Cursor::look_ahead
2020-09-03 23:28:22 +02:00
proc_macro.rs
Add
-Z proc-macro-backtrace
to allow showing proc-macro panics
2020-08-30 22:17:24 -04:00
tests.rs
…