This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
b62a9da0c8
rust
/
compiler
/
rustc_const_eval
/
src
/
transform
History
Camille GILLOT
0241c29123
Put a DefId in AggregateKind.
2023-02-02 23:09:51 +00:00
..
check_consts
Put a DefId in AggregateKind.
2023-02-02 23:09:51 +00:00
mod.rs
Don't re-export
MirPass
2021-11-29 12:58:15 -08:00
promote_consts.rs
tidy
2023-01-17 07:48:19 +00:00
validate.rs
Replace some
_ == _ || _ == _
s with
matches!(_, _ | _)
s
2023-01-30 12:26:26 +00:00