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-08-26
add a flag to codegen fn attrs for foreign items
Jana Dönszelmann
-1
/
+1
2025-08-22
Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercote
bors
-3
/
+20
2025-08-15
Sort mono items by symbol name
Jakub Beránek
-3
/
+20
2025-08-14
Complete functionality and general cleanup
Marcelo Domínguez
-2
/
+0
2025-08-13
Port the `#[linkage]` attribute to the new attribute system
Sasha Pourcelot
-17
/
+1
2025-08-13
Fix parallel rustc not being reproducible due to unstable sorting of items.
ywxt
-31
/
+36
2025-08-12
make no_mangle explicit on foreign items
Jana Dönszelmann
-1
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-24
Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov
León Orell Valerian Liehr
-4
/
+2
2025-07-21
Ensure we codegen and don't internalize the entrypoint
Ben Kimock
-4
/
+2
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
[next]