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
/
partitioning.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-2
/
+2
2024-02-06
Rollup merge of #120602 - klensy:mono-comment, r=nnethercote
Matthias Krüger
-1
/
+1
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-2
/
+2
2024-02-06
Construct body for by-move coroutine closure output
Michael Goulet
-1
/
+3
2024-02-06
Build a shim to call async closures with different AsyncFn trait kinds
Michael Goulet
-0
/
+2
2024-02-03
rustc_monomorphize: fix outdated comment in partition
klensy
-1
/
+1
2024-01-21
Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum
Nadrieril
-2
/
+2
2024-01-20
Use bool instead of PartiolOrd in is_sorted_by
EbbDrop
-2
/
+2
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove more `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-3
/
+3
2023-12-15
Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercote
bors
-3
/
+9
2023-12-14
Fix cases where std accidentally relied on inline(never)
Ben Kimock
-3
/
+9
2023-12-13
Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.
Lukasz Anforowicz
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-10-21
coverage: Change query `codegened_and_inlined_items` to a plain function
Zalathar
-31
/
+0
2023-09-26
subst -> instantiate
lcnr
-1
/
+1
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-2
/
+2
2023-07-27
Rollup merge of #113872 - nnethercote:tweak-cgu-sorting, r=pnkfelix
Matthias Krüger
-1
/
+1
2023-07-23
more clippy::style fixes:
Matthias Krüger
-4
/
+1
2023-07-23
fix some clippy::style findings
Matthias Krüger
-5
/
+6
2023-07-20
Tweak CGU sorting in a couple of places.
Nicholas Nethercote
-1
/
+1
2023-07-19
Change the primary CGU merging algorithm.
Nicholas Nethercote
-14
/
+66
2023-07-19
Split the CGU merging loop.
Nicholas Nethercote
-20
/
+30
2023-07-19
Add `MonoItemData::inlined`.
Nicholas Nethercote
-17
/
+13
2023-07-17
Ignore unreachable inlined items in `debug_dump`.
Nicholas Nethercote
-30
/
+18
2023-07-17
Store item size estimate in `MonoItemData`.
Nicholas Nethercote
-13
/
+16
2023-07-17
Introduce `MonoItemData`.
Nicholas Nethercote
-10
/
+15
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-07-08
Rollup merge of #113390 - nnethercote:cgu-tweaks, r=wesleywiser
Matthias Krüger
-22
/
+22
2023-07-06
Diagnose unsorted CGUs.
Nicholas Nethercote
-1
/
+7
2023-07-06
Minor comment fix.
Nicholas Nethercote
-3
/
+3
2023-07-06
Remove the field name from `MonoItemPlacement::SingleCgu`.
Nicholas Nethercote
-4
/
+4
2023-07-06
Use `iter()` instead of `iter_mut()` in one place.
Nicholas Nethercote
-1
/
+1
2023-07-06
Make `UsageMap::get_user_items` infallible.
Nicholas Nethercote
-14
/
+14
2023-06-26
Tweak thread names for CGU processing.
Nicholas Nethercote
-0
/
+3
2023-06-26
Improve ordering and naming of CGUs for non-incremental builds.
Nicholas Nethercote
-6
/
+27
2023-06-22
Tweak CGU size estimate code.
Nicholas Nethercote
-7
/
+8
2023-06-22
Merge root and inlined item placement.
Nicholas Nethercote
-71
/
+44
2023-06-22
Inline before merging CGUs.
Nicholas Nethercote
-12
/
+14
2023-06-22
Streamline some comments.
Nicholas Nethercote
-6
/
+5
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
[next]