Josh Stone
72ebebe474
Use iter::zip in compiler/
2021-03-26 09:32:31 -07:00
kadmin
4bceb294f4
Clean up todos
...
Also add some span_bugs where it is unreachable
2021-03-09 19:31:31 +00:00
kadmin
89f45ed9f3
Update match branches
...
This updates all places where match branches check on StatementKind or UseContext.
This doesn't properly implement them, but adds TODOs where they are, and also adds some best
guesses to what they should be in some cases.
2021-03-09 16:54:13 +00:00
Oli Scherer
9a2362e5a9
Shrink the size of Rvalue by 16 bytes
2021-03-05 09:33:01 +00:00
Olivia Crain
65b5e4386b
Use PlaceRef more consistently in rustc_mir
2021-01-16 10:44:23 -06:00
Aaron Hill
4c83eec008
Fix rebase fallout
2020-10-04 07:54:02 -04:00
Matthew Jasper
8902ce5d84
Address review comments
2020-10-04 07:54:02 -04:00
Matthew Jasper
f810e600cd
Reduce the number of drop-flag assignments in unwind paths
2020-10-04 07:54:01 -04:00
Matthias Krüger
0e3414248a
don't lazily evaulate some trivial values for Option::None replacements (clippy::unnecessary_lazy_evaluations)
2020-09-17 01:37:35 +02:00
Matthias Krüger
f567287f9f
don't convert types to the same type with try_into (clippy::useless_conversion)
2020-09-15 22:49:50 +02:00
LeSeulArtichaut
3e14b684dd
Change ty.kind to a method
2020-09-04 17:47:51 +02:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00