This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
11f3476c59
rust
/
compiler
/
rustc_parse
/
src
/
lexer
History
Matthias Krüger
c690c82ad4
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
..
mod.rs
Rename IsJoint -> Spacing
2020-09-03 17:32:45 +02:00
tokentrees.rs
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
unescape_error_reporting.rs
mv compiler to compiler/
2020-08-30 18:45:07 +03:00
unicode_chars.rs
Condense StringReader's API to a single function
2020-09-03 15:52:15 +02:00