This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-11-22 22:06:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_parse
/
src
History
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