This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1464fc3a0c
rust
/
compiler
/
rustc_parse
/
src
History
Download ZIP
Download TAR.GZ
Vadim Petrochenkov
fe3e5aa729
pretty-print-reparse hack: Remove an impossible case
...
Delimiters cannot appear as isolated tokens in a token stream
2020-09-26 20:27:14 +03:00
..
lexer
use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match)
2020-09-20 11:42:52 +02:00
parser
fix typo in docs and comments
2020-09-21 12:14:28 +09:00
lib.rs
pretty-print-reparse hack: Remove an impossible case
2020-09-26 20:27:14 +03:00
validate_attr.rs
mv compiler to compiler/
2020-08-30 18:45:07 +03:00