| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -84/+0 | |
| 2022-12-25 | Remove Nop in simplify_locals. | Camille GILLOT | -1/+0 | |
| It's cheap and does not change anything. | ||||
| 2022-12-25 | Move SimplifyLocals before ConstProp. | Camille GILLOT | -51/+23 | |
| 2022-12-19 | Disable `NormalizeArrayLen` | Jakob Degen | -7/+5 | |
| 2022-07-28 | bless mir opt tests | Nilstrieb | -87/+87 | |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 | |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -1/+1 | |
| 2022-05-06 | bless mir-opt | Ralf Jung | -1/+1 | |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -3/+0 | |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -5/+5 | |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -4/+4 | |
| 2021-10-06 | run remaining tests | Alexander | -5/+7 | |
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -2/+2 | |
| 2021-03-15 | bless tests | Erik Desjardins | -1/+1 | |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -4/+4 | |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -5/+5 | |
| Otherwise code like this #![no_implicit_prelude] fn main() { ::std::todo!(); ::std::unimplemented!(); } will fail to compile, which is unfortunate and presumably unintended. This changes many invocations of `panic!` in a `macro_rules!` definition to invocations of `$crate::panic!`, which makes the invocations hygienic. Note that this does not make the built-in macro `assert!` hygienic. | ||||
| 2020-09-13 | Fix #76432 | Simon Vandel Sillesen | -0/+116 | |
| Only insert StorageDeads if we actually removed one. Fixes an issue where we added StorageDead to a place with no StorageLive | ||||
