about summary refs log tree commit diff
path: root/src/test/codegen-units
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2518/+0
2022-11-28Statics used in reachable function's inline asm are reachableTomasz Miąsko-0/+20
2022-09-23Bless cgu test.Camille GILLOT-3/+3
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-8/+8
2022-05-24Fix/bless tests broken by DSEJakob Degen-0/+1
2021-10-30Collect `panic/panic_bounds_check` during monomorphizationGary Guo-0/+58
2021-09-23Support incremental in compiletest for non-incremental modes.Eric Huss-27/+41
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-19/+19
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-39/+39
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-2/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-23/+23
2020-08-30ty: remove obsolete printerDavid Wood-360/+358
2020-08-09instance: only polymorphize upvar substsDavid Wood-52/+0
2020-08-07instance: polymorphize `FnDef` substsDavid Wood-4/+19
2020-08-07instance: always polymorphize substsDavid Wood-0/+37
2020-07-22sess: disable polymorphisationDavid Wood-3/+3
2020-07-20mir: `unused_generic_params` queryDavid Wood-2/+325
2020-06-15Change how compiler-builtins gets many CGUsAlex Crichton-40/+0
2020-04-06Keep codegen units unmerged when building compiler builtinsTomasz Miąsko-0/+40
2020-03-31Add a test case for incremental + codegen-units interaction.Michael Woerister-0/+42
2020-03-24Remove `-Z incremental`.Nicholas Nethercote-25/+25
2020-02-26Update codegen-units testsMatthew Jasper-33/+23
2020-01-23Make drop-glue take advantage of -Zshare-generics.Michael Woerister-4/+24
2020-01-19adjust codegen-units testsRalf Jung-38/+37
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