| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-05-24 | std: Ensure OOM is classified as `nounwind` | Alex Crichton | -5/+24 | |
| OOM can't unwind today, and historically it's been optimized as if it can't unwind. This accidentally regressed with recent changes to the OOM handler, so this commit adds in a codegen test to assert that everything gets optimized away after the OOM function is approrpiately classified as nounwind Closes #50925 | ||||
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+259 | |
