| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-06-06 | run rustfmt on test/run-fail folder | Srinivas Reddy Thatiparthy | -1/+3 | |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -4/+1 | |
| Many of the modifications putting in `Box::new` calls also include a pointer to Issue 22405, which tracks going back to `box <expr>` if possible in the future. (Still tried to use `Box<_>` where it sufficed; thus some tests still have `box_syntax` enabled, as they use a mix of `box` and `Box::new`.) Precursor for overloaded-`box` and placement-`in`; see Issue 22181. | ||||
| 2015-01-08 | fallout: run-fail tests that use box. (many/all could be ported to ↵ | Felix S. Klock II | -0/+4 | |
| `Box::new` instead.) | ||||
| 2014-11-11 | test: Rename files, fail -> panic. | Michael Sproul | -0/+12 | |
