about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/partitioning/mod.rs
AgeCommit message (Expand)AuthorLines
2023-05-30Rename `partitioning/mod.rs` as `partitioning.rs`.Nicholas Nethercote-1182/+0
2023-05-30Merge `default.rs` into `mod.rs`.Nicholas Nethercote-12/+632
2023-05-30Remove `-Zcgu-partitioning-strategy`.Nicholas Nethercote-116/+5
2023-05-26Add struct for the return type of `place_root_mono_items`.Nicholas Nethercote-3/+9
2023-05-25Remove some unnecessary `pub` markers.Nicholas Nethercote-2/+2
2023-05-24Add a clarifying comment.Nicholas Nethercote-0/+2
2023-05-24Remove `{Pre,Post}InliningPartitioning`.Nicholas Nethercote-51/+45
2023-05-24Remove the `merging` module.Nicholas Nethercote-1/+0
2023-05-19Improve CGU partitioning debug output.Nicholas Nethercote-10/+16
2023-05-19Fix an ICE in CGU dumping code.Nicholas Nethercote-2/+2
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-19Remove a few uses of dynamic dispatch duringJohn Bobbo-15/+83
2023-04-10Fix typos in compilerDaniPopes-1/+1
2023-03-07Simplify `sort_by` callsMaybe Waffle-1/+1
2023-01-31Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errorsbors-10/+8
2023-01-30session: diagnostic migration lint on more fnsDavid Wood-10/+8
2023-01-30use a more descriptive nameTshepang Mbambo-2/+2
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-6/+5
2023-01-02Fix `unknown_crate` when `--crate-name` isn't passed on the CLIJoshua Nelson-4/+4
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-16/+32
2022-12-25fix more clippy::style findingsMatthias Krüger-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-5/+2
2022-12-14wrap output in BufWriterRémy Rakic-2/+3
2022-12-14add `-Z dump-mono-stats`Rémy Rakic-1/+76
2022-08-31Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwcoRalf Jung-8/+5
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-1/+1
2022-08-25replace some usages of [Span]FatalError with error-specific typesNathan Stocks-10/+3
2022-08-25rebased: convert rustc_monomorphize errors to SessionDiagnosticNathan Stocks-3/+7
2022-07-22Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiserDylan DPC-3/+9
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-3/+3
2022-07-08Fix unreachable coverage generation for inlined functionsTomasz Miąsko-3/+9
2022-02-20Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obkbors-1/+1
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-1/+1
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-12/+10
2021-12-27Address review commentsWesley Wiser-8/+24
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-0/+18
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-1/+1
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+11
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-0/+466