| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -34/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-08-24 | Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit. | Eduard Burtescu | -3/+0 | |
| 2016-06-04 | fix translation of terminators in MSVC cleanup blocks | Ariel Ben-Yehuda | -0/+3 | |
| MSVC requires unwinding code to be split to a tree of *funclets*, where each funclet can only branch to itself or to to its parent. Luckily, the code we generates matches this pattern. Recover that structure in an analyze pass and translate according to that. | ||||
| 2016-06-03 | implement drop elaboration | Ariel Ben-Yehuda | -0/+44 | |
| Fixes #30380 | ||||
