about summary refs log tree commit diff
path: root/tests/codegen-units/item-collection
AgeCommit message (Expand)AuthorLines
2025-06-22Fix tests to drop now-skipped codegenMark Rousskov-11/+44
2025-06-21Skip collecting no-op DropGlue in vtablesMark Rousskov-0/+23
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+7
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-50/+43
2025-01-27Remove -Zinline-in-all-cgus and clean up CGU partitioning testsBen Kimock-13/+6
2025-01-21remove support for the #[start] attributeRalf Jung-70/+70
2025-01-15Make sure we actually use the right trivial lifetime substs when eagerly mono...Michael Goulet-0/+13
2025-01-14Auto merge of #135496 - matthiaskrgr:rollup-ps0cjzn, r=matthiaskrgrbors-0/+6
2025-01-14Auto merge of #135313 - compiler-errors:needs-mono, r=BoxyUwUbors-0/+43
2025-01-14Fix legacy symbol mangling of closuresMichael Goulet-0/+6
2025-01-10Eagerly collect mono items for non-generic closuresMichael Goulet-3/+16
2025-01-10Eagerly mono drop for structs with lifetimesMichael Goulet-0/+43
2024-12-17Use field init shorthand where possibleJosh Triplett-1/+1
2024-12-06Remove polymorphizationBen Kimock-4/+4
2024-08-10Fix and enable disabled codegen-units testsBen Kimock-30/+23
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-17/+17
2024-07-01Avoid MIR bloat in inliningScott McMurray-0/+1
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-17/+17
2024-05-31Run rustfmt on `tests/codegen-units/`.Nicholas Nethercote-99/+96
2024-03-22Codegen const panic messages as function callsMark Rousskov-3/+11
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-42/+42
2024-02-07Update testsr0cky-1/+8
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-8/+8
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-2/+8
2023-04-07Turn off inlining for codegen-unit testsBen Kimock-9/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1404