This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
53bb6322db
rust
/
compiler
/
rustc_const_eval
/
src
History
Guillaume Gomez
53bb6322db
Rollup merge of
#107467
- WaffleLapkin:uneq, r=oli-obk
...
Improve enum checks Some light refactoring.
2023-01-31 23:38:52 +01:00
..
const_eval
Replace enum
==
s with
match
es where it makes sense
2023-01-30 12:26:26 +00:00
interpret
Rollup merge of
#107467
- WaffleLapkin:uneq, r=oli-obk
2023-01-31 23:38:52 +01:00
transform
Replace some
_ == _ || _ == _
s with
matches!(_, _ | _)
s
2023-01-30 12:26:26 +00:00
util
Introduce GeneratorWitnessMIR.
2023-01-27 18:58:44 +00:00
errors.rs
Migrate all diagnostics
2022-10-23 10:09:44 +02:00
lib.rs
Auto merge of
#105582
- saethlin:instcombine-assert-inhabited, r=cjgillot
2023-01-26 03:10:52 +00:00