| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+2 | |
| 2015-10-01 | Avoid unnecessary temporaries when ref'ing a DST value | Björn Steinbrink | -0/+30 | |
| A DST value and a fat pointer to it have the same representation, all we have to do is to adjust the type of the datum holding the pointer. | ||||
