| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -62/+0 | |
| 2022-08-23 | Diagnose missing includes in run-make tests | Tomasz Miąsko | -1/+1 | |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -1/+1 | |
| 2022-04-29 | remove and bless | ouz-a | -4/+0 | |
| 2022-04-04 | fixed error, made function leaner and tighter | ouz-a | -0/+4 | |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -16/+16 | |
| Update `indexmap` to 1.8.0. Bless test | ||||
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, ↵ | Erik Desjardins | -1/+0 | |
| r=oli-obk"" This reverts commit 8e11199a153218c13a419df37a9bb675181cccb7. | ||||
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -0/+1 | |
| This reverts commit 8007b506ac5da629f223b755f5a5391edd5f6d01, reversing changes made to e55c13e1099b78b1a485202fabc9c1b10b1f1d15. | ||||
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -1/+0 | |
| Effectively reverts commit 6960bc9696b05b15d8d89ece2fef14e6e62a43fc. | ||||
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -0/+1 | |
| 2021-03-13 | Do not emit alloca for ZST local even if it is uninitialized | Simon Vandel Sillesen | -1/+0 | |
| 2021-02-28 | Remove storage markers if they won't be used during code generation | Tomasz Miąsko | -2/+0 | |
| The storage markers constitute a substantial portion of all MIR statements. At the same time, for builds without any optimizations, the storage markers have no further use during and after MIR optimization phase. If storage markers are not necessary for code generation, remove them. | ||||
| 2021-01-11 | --emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn` | oli | -0/+65 | |
