os-rust/tests/codegen-units/partitioning
Mark Rousskov 4a216a25d1 Share inline(never) generics across crates
This reduces code sizes and better respects programmer intent when
marking inline(never). Previously such a marking was essentially ignored
for generic functions, as we'd still inline them in remote crates.
2024-11-28 13:43:05 -05:00
..
auxiliary Share inline(never) generics across crates 2024-11-28 13:43:05 -05:00
extern-drop-glue.rs Fix some minor issues from the ui-test auto-porting 2024-05-11 19:58:35 -04:00
extern-generic.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
incremental-merging.rs Fix some minor issues from the ui-test auto-porting 2024-05-11 19:58:35 -04:00
inlining-from-extern-crate.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
local-drop-glue.rs Fix some minor issues from the ui-test auto-porting 2024-05-11 19:58:35 -04:00
local-generic.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
local-inlining-but-not-all.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
local-inlining.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
local-transitive-inlining.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
methods-are-with-self-type.rs Fix and enable disabled codegen-units tests 2024-08-10 14:03:27 -04:00
regular-modules.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
shared-generics.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
statics.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00
vtable-through-const.rs Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00