about summary refs log tree commit diff
path: root/src/test/codegen-units/partitioning/vtable-through-const.rs
AgeCommit message (Expand)AuthorLines
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-2/+3
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-1/+1
2020-08-30ty: remove obsolete printerDavid Wood-12/+12
2020-03-24Remove `-Z incremental`.Nicholas Nethercote-2/+2
2020-01-19adjust codegen-units testsRalf Jung-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-22fix codegen-units testsRalf Jung-1/+1
2018-10-25More mono items are generated nowOliver Schneider-0/+5
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-22/+8
2017-12-26Fixes codegen-units testsBastian Köcher-0/+19
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+1
2017-07-13Adapt cgu-partitioning tests to pre-trans symbol internalization.Michael Woerister-1/+1
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-1/+1
2017-01-09trans: Treat generics like regular functions, not like #[inline] functions du...Michael Woerister-5/+5
2016-09-20rustc_trans: don't do on-demand drop glue instantiation.Eduard Burtescu-0/+1
2016-09-13trans: Let the collector find drop-glue for all vtables, not just VTableImpl.Michael Woerister-2/+0
2016-08-12Make the translation item collector handle *uses* of 'const' items instead of...Michael Woerister-0/+93