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
3218476c12
rust
/
compiler
/
rustc_mir_build
/
src
History
Download ZIP
Download TAR.GZ
Santiago Pastorino
3218476c12
Do not do if ! else, use unnegated cond and swap the branches instead
2024-12-18 18:57:33 +08:00
..
builder
Do not do if ! else, use unnegated cond and swap the branches instead
2024-12-18 18:57:33 +08:00
thir
Rollup merge of
#134400
- spastorino:fix-some-comments, r=compiler-errors
2024-12-17 05:37:19 -05:00
check_tail_calls.rs
simplify things using
tcx.as_lang_item
2024-11-29 20:28:02 +01:00
check_unsafety.rs
Re-export more
rustc_span::symbol
things from
rustc_span
.
2024-12-18 13:38:53 +11:00
errors.rs
Re-export more
rustc_span::symbol
things from
rustc_span
.
2024-12-18 13:38:53 +11:00
lib.rs
Explain why
build
was renamed to
builder
2024-12-17 11:41:11 +11:00
lints.rs
unconditional recursion, yeet
TypingEnv::from_param_env
2024-11-19 18:06:20 +01:00