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
d321437204
rust
/
compiler
/
rustc_parse
/
src
History
Download ZIP
Download TAR.GZ
Matthias Krüger
968cff7cf3
Rollup merge of
#120592
- trevyn:cleanup-to-string, r=Nilstrieb
...
Remove unnecessary `.to_string()`/`.as_str()`s
2024-02-03 21:29:43 +01:00
..
lexer
Stop using
String
for error codes.
2024-01-29 07:41:41 +11:00
parser
Remove unnecessary
.to_string()
/
.as_str()
s
2024-02-02 15:16:05 -08:00
errors.rs
Rollup merge of
#118625
- ShE3py:expr-in-pats, r=WaffleLapkin
2024-01-29 12:56:51 +00:00
lib.rs
Fix an incorrect comment.
2024-02-03 09:02:50 +11:00
validate_attr.rs
Rename consuming chaining methods on
DiagnosticBuilder
.
2024-01-10 07:40:00 +11:00