This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-06-04 19:29:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1513904c1c
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
mv compiler to compiler/
2020-08-30 18:45:07 +03:00