| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -71/+0 | |
| 2022-09-23 | Bless cgu test. | Camille GILLOT | -3/+3 | |
| 2020-08-30 | ty: remove obsolete printer | David Wood | -18/+18 | |
| This commit removes the obsolete printer and replaces all uses of it with `FmtPrinter`. Of the replaced uses, all but one use was in `debug!` logging, two cases were notable: - `MonoItem::to_string` is used in `-Z print-mono-items` and therefore affects the output of all codegen-units tests. - `DefPathBasedNames` was used in `librustc_codegen_llvm/type_of.rs` with `LLVMStructCreateNamed` and that'll now get different values, but this should result in no functional change. Signed-off-by: David Wood <david@davidtw.co> | ||||
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -1/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -19/+19 | |
| 2017-12-26 | Convert 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-26 | Fixes codegen-units tests | Bastian Köcher | -1/+19 | |
| 2016-06-16 | fix codegen-units fallout | Ariel Ben-Yehuda | -2/+0 | |
| 2016-04-14 | Move translation-item-collection tests into subfolder. | Michael Woerister | -0/+81 | |
