| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -0/+8 | |
| Fixes an ICE for the following code: fn foo(_ : &()) {} static X: fn(&'static ()) = foo; | ||||
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -411/+0 | |
| 2018-12-15 | Improve `match` MIR generation for ranges | Shotaro Yamada | -0/+83 | |
| Makes testing a range rule out ranges/constant covered by the range that is being tested | ||||
| 2018-09-26 | Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵ | Felix S. Klock II | -0/+7 | |
| with clean stderr again. Most were added mechanically. | ||||
| 2018-09-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -0/+2388 | |
| Fix #54047 | ||||
