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_middle
/
src
/
mir
/
mono.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
use `codegen_instance_attrs` where an instance is (easily) available
Folkert de Vries
-7
/
+6
2025-05-26
Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` option
Diggory Blake
-1
/
+25
2025-05-05
Rename Instance::new to Instance::new_raw and add a note that it is raw
Michael Goulet
-1
/
+1
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-0
/
+2
2025-03-31
Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin
Matthias Krüger
-0
/
+1
2025-03-25
Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors
bors
-11
/
+64
2025-03-24
Remove InstanceKind::generates_cgu_internal_copy
Ben Kimock
-11
/
+64
2025-03-24
Emit `unused_attributes` for `#[inline]` on exported functions
Noratrieb
-0
/
+1
2025-03-07
depend more on attr_data_structures and move find_attr! there
Jana Dönszelmann
-1
/
+1
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-1
/
+2
2025-02-07
Remove Linkage::Appending
bjorn3
-1
/
+0
2025-02-07
Remove Linkage::Private
bjorn3
-1
/
+0
2025-02-01
Clean up MonoItem::instantiation_mode
Ben Kimock
-42
/
+79
2025-01-31
Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk
Jacob Pratt
-0
/
+2
2025-01-29
upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff
Manuel Drehwald
-0
/
+2
2025-01-28
Auto merge of #133929 - saethlin:remove-inline-in-all-cgus, r=nnethercote
bors
-9
/
+4
2025-01-27
Remove -Zinline-in-all-cgus and clean up CGU partitioning tests
Ben Kimock
-9
/
+4
2025-01-27
Change `collect_and_partition_mono_items` tuple return type to a struct
Oli Scherer
-1
/
+7
2025-01-10
mir_transform: implement forced inlining
David Wood
-3
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-13
Document the symbol Visibility enum
bjorn3
-0
/
+12
2024-12-10
codegen `#[naked]` functions using `global_asm!`
Folkert
-1
/
+4
2024-11-28
Share inline(never) generics across crates
Mark Rousskov
-0
/
+7
2024-11-12
Querify MonoItem collection
Ben Kimock
-15
/
+20
2024-10-26
Effects cleanup
Deadbeef
-4
/
+2
2024-10-01
Replace -Z default-hidden-visibility with -Z default-visibility
David Lattimore
-0
/
+11
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-29
Add `warn(unreachable_pub)` to `rustc_middle`.
Nicholas Nethercote
-1
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+7
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-19
/
+19
2024-06-03
Stabilize order of MonoItems in CGUs and disallow query_instability lint for ...
Michael Woerister
-30
/
+21
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-03
Auto merge of #123441 - saethlin:fixed-len-file-names, r=oli-obk
bors
-6
/
+5
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-22
Stabilize the size of incr comp object file names
Ben Kimock
-6
/
+5
2024-04-18
Fix disabling the export of noop async_drop_in_place_raw
Daria Sukhonina
-1
/
+3
2024-04-16
Add simple async drop glue generation
zetanumbers
-1
/
+2
2024-02-15
Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister
bors
-5
/
+4
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-5
/
+4
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-1
/
+1
2024-02-06
Construct body for by-move coroutine closure output
Michael Goulet
-0
/
+1
2024-02-06
Build a shim to call async closures with different AsyncFn trait kinds
Michael Goulet
-0
/
+1
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-3
/
+5
2023-08-09
rustc: Move `stable_crate_id` from `Session` to `GlobalCtxt`
Vadim Petrochenkov
-2
/
+2
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-4
/
+4
[next]