| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-10 | fix error message for copy(_nonoverlapping) overflow | Ralf Jung | -1/+4 | |
| 2021-03-10 | fix copy_nonoverlapping | Ralf Jung | -7/+8 | |
| 2021-03-09 | Clean up todos | kadmin | -6/+7 | |
| Also add some span_bugs where it is unreachable | ||||
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -27/+29 | |
| It was suggested to lower this in MIR instead of ssa, so do that instead. | ||||
| 2021-03-09 | Update cranelift | kadmin | -14/+22 | |
| 2021-03-09 | Update interpret step | kadmin | -3/+11 | |
| 2021-03-09 | Update match branches | kadmin | -0/+17 | |
| 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-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -2/+2 | |
| 2021-02-16 | Pass MPlaceTy by reference not value | Tomasz Miąsko | -2/+2 | |
| 2021-02-16 | Pass PlaceTy by reference not value | Tomasz Miąsko | -21/+21 | |
| 2021-02-16 | Pass OpTy by reference not value | Tomasz Miąsko | -13/+13 | |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -0/+1 | |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -4/+7 | |
| Fixes #80742 | ||||
| 2020-12-11 | make redundant StorageLive UB | Ralf Jung | -4/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+305 | |
