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
2025-08-14
Complete functionality and general cleanup
Marcelo Domínguez
-31
/
+3
2025-08-14
Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann
Guillaume Gomez
-2
/
+2
2025-08-13
Port the `#[linkage]` attribute to the new attribute system
Sasha Pourcelot
-2
/
+2
2025-08-13
Cleanup assoc parent utils
Cameron Steffen
-6
/
+7
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2025-07-28
Rename trait_of_item -> trait_of_assoc
Cameron Steffen
-1
/
+1
2025-07-28
use let chains in mir, resolve, target
Kivooeo
-5
/
+4
2025-07-21
Ensure we codegen and don't internalize the entrypoint
Ben Kimock
-10
/
+5
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-05-26
Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` option
Diggory Blake
-5
/
+5
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-4
/
+3
2025-05-09
don't depend on rustc_attr_parsing if rustc_data_structures will do
mejrs
-4
/
+3
2025-05-09
Remove mono item collection strategy override from -Zprint-mono-items
Tomasz Miąsko
-23
/
+6
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-2
/
+5
2025-04-22
Use `is_lang_item` and `as_lang_item` instead of handrolling their logic
Oli Scherer
-1
/
+1
2025-04-19
Only consider MonoItem::Fn when preventing inlining for autodiff source funct...
Manuel Drehwald
-1
/
+2
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
2025-02-08
Rustfmt
bjorn3
-6
/
+2
2025-02-07
Remove Linkage::Appending
bjorn3
-1
/
+0
2025-02-07
Remove Linkage::Private
bjorn3
-1
/
+0
2025-02-02
run less code if cfg(llvm_enzyme) isn't used
Manuel Drehwald
-0
/
+4
2025-02-01
test compile time fixes
Manuel Drehwald
-9
/
+5
2025-01-29
upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff
Manuel Drehwald
-2
/
+30
2025-01-27
Change `collect_and_partition_mono_items` tuple return type to a struct
Oli Scherer
-9
/
+8
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-2
/
+3
2024-12-06
Remove polymorphization
Ben Kimock
-13
/
+8
2024-11-28
Share inline(never) generics across crates
Mark Rousskov
-8
/
+24
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+1
2024-11-12
Querify MonoItem collection
Ben Kimock
-0
/
+15
2024-10-26
Effects cleanup
Deadbeef
-2
/
+2
2024-10-14
Add fast-path when computing the default visibility
Urgau
-0
/
+7
2024-10-01
Replace -Z default-hidden-visibility with -Z default-visibility
David Lattimore
-19
/
+15
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-3
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+8
2024-09-11
Simplify some nested if statements
Michael Goulet
-4
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_monomorphize`.
Nicholas Nethercote
-1
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-2
/
+0
2024-08-15
Rollup merge of #129067 - cuviper:append, r=wesleywiser
Matthias Krüger
-2
/
+2
2024-08-13
Update `indexmap` and use `IndexMap::append`
Josh Stone
-2
/
+2
2024-08-13
Use is_lang_item more
Michael Goulet
-1
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-07-15
Introduce and provide a hook for `should_codegen_locally`
Mohammad Omidvar
-1
/
+3
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-32
/
+32
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-1
/
+2
2024-06-03
Stabilize order of MonoItems in CGUs and disallow query_instability lint for ...
Michael Woerister
-32
/
+36
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_monomorphize`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-17
Use non-exhaustive matches for TyKind
Daria Sukhonina
-1
/
+2
[next]