about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/monomorphize/partitioning
AgeCommit message (Expand)AuthorLines
2021-09-07Move monomorphize code to its own crate.Camille GILLOT-1134/+0
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-07-25clippy:: append_instead_of_extendMatthias Krüger-1/+1
2021-05-12Use () for codegen queries.Camille GILLOT-8/+6
2021-05-12Use () in reachable_set.Camille GILLOT-5/+7
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for non-loc...Charles Lew-2/+4
2021-03-30Run LLVM coverage instrumentation passes before optimization passesAmanieu d'Antras-7/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+7
2021-03-15Functions inlined into reachable functions are reachableTomasz Miąsko-0/+25
2021-02-24Use log level to control partitioning debug outputTomasz Miąsko-6/+15
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-4/+3
2021-02-15Use an ItemId inside mir::GlobalAsm.Camille GILLOT-3/+3
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+1
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-25Avoid calling `Symbol::interner` in `compute_codegen_unit_name`marmeladema-3/+1
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-1/+7
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-7/+1
2020-09-16Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwcoDylan DPC-34/+38
2020-09-14Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwcobors-1/+3
2020-09-13Introduce a PartitioningCx structWesley Wiser-34/+38
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-3/+3
2020-09-10use sort_unstable to sort primitive typesMatthias Krüger-1/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+2
2020-08-31Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandryTyler Mandry-2/+2
2020-08-31Fix `-Z instrument-coverage` on MSVCRich Kadel-2/+2
2020-08-30ty: remove obsolete printerDavid Wood-2/+2
2020-08-30mv compiler to compiler/mark-0/+1095