This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_parse
/
src
History
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
…