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
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Complete functionality and general cleanup
Marcelo Domínguez
-143
/
+0
2025-04-16
working dupv and dupvonly for fwd mode
Manuel Drehwald
-2
/
+30
2025-03-11
Remove some dead code
Oli Scherer
-5
/
+0
2025-03-11
Explain the actual reason why stripping binders is fine
Oli Scherer
-6
/
+5
2025-02-21
clean up autodiff code/comments
Manuel Drehwald
-1
/
+1
2025-01-29
upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff
Manuel Drehwald
-0
/
+121
2023-05-30
Rename `partitioning/mod.rs` as `partitioning.rs`.
Nicholas Nethercote
-1182
/
+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-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-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-06
make (try_)subst_and_normalize_erasing_regions take EarlyBinder
Kyle Matsuda
-1
/
+1
2023-04-27
rename `needs_subst` to `has_param`
Boxy
-1
/
+1
2023-04-22
Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naber
bors
-20
/
+91
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-3
/
+2
2023-04-19
Remove a few uses of dynamic dispatch during
John Bobbo
-20
/
+91
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-15
fix clippy::{filter_map_identiy, map_identity, manual_flatten}
Matthias Krüger
-1
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-04-01
fix clippy::iter_kv_map
Matthias Krüger
-4
/
+1
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-14
/
+21
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-2
/
+4
2023-03-07
Simplify `sort_by` calls
Maybe Waffle
-2
/
+2
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-31
Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors
bors
-10
/
+8
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-10
/
+8
2023-01-30
use a more descriptive name
Tshepang Mbambo
-2
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-6
/
+5
2023-01-02
Fix `unknown_crate` when `--crate-name` isn't passed on the CLI
Joshua Nelson
-4
/
+4
2023-01-02
Add json output to `-Zdump-mono-stats`
Joshua Nelson
-16
/
+32
2022-12-25
fix more clippy::style findings
Matthias Krüger
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-5
/
+2
2022-12-14
wrap output in BufWriter
Rémy Rakic
-2
/
+3
2022-12-14
add `-Z dump-mono-stats`
Rémy Rakic
-1
/
+76
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-3
/
+3
2022-08-31
Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco
Ralf Jung
-8
/
+5
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-25
replace some usages of [Span]FatalError with error-specific types
Nathan Stocks
-10
/
+3
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-3
/
+7
2022-07-22
Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser
Dylan DPC
-3
/
+9
[next]