about summary refs log tree commit diff
path: root/src/test/codegen-units
AgeCommit message (Expand)AuthorLines
2019-10-25Update test output.Felix S. Klock II-2/+2
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-0/+2
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-20/+0
2019-04-22Remove double trailing newlinesvarkor-2/+0
2018-12-25Remove licensesMark Rousskov-460/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-01Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakisbors-37/+38
2018-11-22fix codegen-units testsRalf Jung-37/+38
2018-11-17Don't auto-inline `const fn`Oliver Scherer-2/+1
2018-10-25More mono items are generated nowOliver Schneider-0/+5
2018-10-05Stabilize `min_const_fn`Oliver Schneider-1/+0
2018-09-12Really make CGU names unique across crates.Michael Woerister-3/+3
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-15Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-30/+30
2018-07-16Revert "Adapt codegen-unit tests to new CGU naming scheme."Michael Woerister-30/+30
2018-07-12Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-30/+30
2018-05-17Rename trans to codegen everywhere.Irina Popa-351/+349
2018-04-06Add codegen-units test for shared-generics.Michael Woerister-0/+51
2018-04-06Adapt codegen-unit test to shared-generics.Michael Woerister-2/+2
2017-12-26Convert codegen-unit tests to use `start` instead of `main`Bastian Köcher-454/+148
2017-12-26Fixes codegen-units testsBastian Köcher-1/+400
2017-11-07Add regression tests for non-instantiation of inline and const fns.Michael Woerister-0/+45
2017-11-07Update codegen-unit tests.Michael Woerister-47/+47
2017-10-11rustc: Handle #[inline(always)] at -O0Alex Crichton-1/+1
2017-10-07rustc: Don't inline in CGUs at -O0Alex Crichton-0/+67
2017-10-07rustc: Implement ThinLTOAlex Crichton-30/+30
2017-07-13Adapt cgu-partitioning tests to pre-trans symbol internalization.Michael Woerister-53/+53
2017-06-09Move Fn to module.Clar Charr-8/+8
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-79/+40
2017-03-18translate function shims using MIRAriel Ben-Yehuda-0/+8
2017-01-09trans: Treat generics like regular functions, not like #[inline] functions du...Michael Woerister-12/+12
2016-09-27Fix fallout in tests.Jeffrey Seyfried-4/+4
2016-09-21Auto merge of #36551 - eddyb:meta-games, r=nikomatsakisbors-0/+3
2016-09-21Auto merge of #36524 - michaelwoerister:trans-inline-only-on-demand, r=nikoma...bors-3/+3
2016-09-20rustc_trans: don't do on-demand drop glue instantiation.Eduard Burtescu-0/+3
2016-09-15Adapt codegen-unit test cases to new behaviourMichael Woerister-3/+3
2016-09-13trans: Let the collector find drop-glue for all vtables, not just VTableImpl.Michael Woerister-6/+0
2016-08-17rustc: move the SelfSpace before TypeSpace in Substs.Eduard Burtescu-5/+5
2016-08-12Make the translation item collector handle *uses* of 'const' items instead of...Michael Woerister-0/+93
2016-07-08trans: Adjust linkage assignment so that we don't need weak linkage.Michael Woerister-20/+22
2016-07-08Improve linkage assignment in trans::partitioning.Michael Woerister-45/+45
2016-07-08Ignore closure-related translation item collection tests.Michael Woerister-0/+10
2016-06-16fix codegen-units falloutAriel Ben-Yehuda-2/+0
2016-06-04fix fallout in testsAriel Ben-Yehuda-6/+0
2016-05-23trans::collector: Remove some redundant calls to erase_regions().Michael Woerister-0/+4
2016-05-11trans: Make collector handle the drop_in_place() intrinsic.Michael Woerister-0/+41
2016-05-11Add test for collecting items in staticsJames Miller-0/+23
2016-05-11trans: Don't try to place declarations during codegen unit partitioning.Michael Woerister-11/+11
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1