index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_monomorphize
/
src
Age
Commit message (
Expand
)
Author
Lines
2023-06-15
Merge CGUs in a nicer way.
Nicholas Nethercote
-3
/
+1
2023-06-15
Make `partition` more consistent.
Nicholas Nethercote
-14
/
+17
2023-06-15
Fix bug in `mark_code_coverage_dead_code_cgus`.
Nicholas Nethercote
-13
/
+8
2023-06-15
Move dead CGU marking code out of `partition`.
Nicholas Nethercote
-27
/
+28
2023-06-14
Introduce a minimum CGU size in non-incremental builds.
Nicholas Nethercote
-6
/
+32
2023-06-14
Add more measurements to the CGU debug printing.
Nicholas Nethercote
-23
/
+134
2023-06-13
Remove `PartitioningCx::target_cgu_count`.
Nicholas Nethercote
-7
/
+4
2023-06-07
Move `mono_item_placement` construction.
Nicholas Nethercote
-45
/
+35
2023-06-07
Remove `PlacedRootMonoItems::roots`.
Nicholas Nethercote
-7
/
+3
2023-06-07
Split loop in `place_inlined_mono_item`.
Nicholas Nethercote
-20
/
+18
2023-06-07
Merge the two loops in `internalize_symbols`.
Nicholas Nethercote
-30
/
+19
2023-06-07
Make the two loops in `internalize_symbols` have the same form.
Nicholas Nethercote
-3
/
+6
2023-06-07
Improve sorting in `debug_dump`.
Nicholas Nethercote
-6
/
+1
2023-06-05
Remove some unnecessary `&mut`s.
Nicholas Nethercote
-8
/
+4
2023-06-02
Clarify `follow_inlining`.
Nicholas Nethercote
-7
/
+9
2023-06-02
Simplify `place_inlined_mono_items`.
Nicholas Nethercote
-24
/
+7
2023-06-02
Change representation of `UsageMap::used_map`.
Nicholas Nethercote
-29
/
+12
2023-06-02
Introduce `UsageMap::user_map`.
Nicholas Nethercote
-21
/
+14
2023-06-02
Overhaul CGU formation terminology.
Nicholas Nethercote
-120
/
+115
2023-06-01
Rollup merge of #112155 - nnethercote:debug_dump, r=wesleywiser
Matthias Krüger
-28
/
+41
2023-06-01
Improve CGU debug printing.
Nicholas Nethercote
-28
/
+41
2023-05-31
Don't compute inlining status of mono items in advance.
Nicholas Nethercote
-66
/
+17
2023-05-31
Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley...
Matthias Krüger
-1317
/
+1182
2023-05-30
Rename `partitioning/mod.rs` as `partitioning.rs`.
Nicholas Nethercote
-0
/
+0
2023-05-30
Merge `default.rs` into `mod.rs`.
Nicholas Nethercote
-649
/
+632
2023-05-30
Remove `-Zcgu-partitioning-strategy`.
Nicholas Nethercote
-394
/
+276
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-3
/
+3
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-3
/
+3
2023-05-26
Add struct for the return type of `place_root_mono_items`.
Nicholas Nethercote
-6
/
+13
2023-05-25
Remove some unnecessary `pub` markers.
Nicholas Nethercote
-2
/
+2
2023-05-24
Add a clarifying comment.
Nicholas Nethercote
-0
/
+2
2023-05-24
Remove `{Pre,Post}InliningPartitioning`.
Nicholas Nethercote
-87
/
+64
2023-05-24
Remove the `merging` module.
Nicholas Nethercote
-109
/
+94
2023-05-24
Inline and remove `numbered_codegen_unit_name`.
Nicholas Nethercote
-8
/
+3
2023-05-19
Improve CGU partitioning debug output.
Nicholas Nethercote
-10
/
+16
2023-05-19
Fix an ICE in CGU dumping code.
Nicholas Nethercote
-2
/
+2
2023-05-17
Finish move of query.rs
John Kåre Alsaker
-3
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+4
2023-05-06
use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions
Kyle Matsuda
-1
/
+1
2023-05-06
make (try_)subst_and_normalize_erasing_regions take EarlyBinder
Kyle Matsuda
-3
/
+3
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-2
/
+6
2023-05-01
Box AssertKind
Ben Kimock
-1
/
+1
2023-04-27
rename `needs_subst` to `has_param`
Boxy
-1
/
+1
2023-04-26
Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a...
Maybe Waffle
-1
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-2
/
+5
2023-04-23
Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot
bors
-1
/
+1
2023-04-22
Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naber
bors
-20
/
+91
2023-04-21
Allow `LocalDefId` as the argument to `def_path_str`
Oli Scherer
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-8
/
+7
2023-04-19
Remove a few uses of dynamic dispatch during
John Bobbo
-20
/
+91
[prev]
[next]