about summary refs log tree commit diff
path: root/src/test/codegen-units/item-collection/trait-method-default-impl.rs
AgeCommit message (Collapse)AuthorLines
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-17Rename trans to codegen everywhere.Irina Popa-10/+10
2017-12-26Convert codegen-unit tests to use `start` instead of `main`Bastian Köcher-21/+6
The new Termination traits brings in the unwinding machinery and that blows up the required `TRANS_ITEM`s.
2017-12-26Fixes codegen-units testsBastian Köcher-0/+19
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-2/+0
Drop of arrays is now translated in trans::block in an ugly way that I should clean up in a later PR, and does not handle panics in the middle of an array drop, but this commit & PR are growing too big.
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-5/+5
2016-04-14Move translation-item-collection tests into subfolder.Michael Woerister-0/+70