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
9a6532276e
rust
/
compiler
/
rustc_parse
/
src
History
Download ZIP
Download TAR.GZ
Takayuki Maeda
9a6532276e
replace
self.clone()
with
self.create_snapshot_for_diagnostic()
2022-03-10 22:11:00 +09:00
..
lexer
rename ErrorReported -> ErrorGuaranteed
2022-03-02 09:45:25 -06:00
parser
replace
self.clone()
with
self.create_snapshot_for_diagnostic()
2022-03-10 22:11:00 +09:00
lib.rs
4 - Make more use of
let_chains
2022-02-28 07:49:56 -03:00
validate_attr.rs
rustc_feature: Convert
BuiltinAttribute
from tuple to a struct
2021-11-12 20:15:14 +08:00