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
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
2023-07-19
Add a useful comment.
Nicholas Nethercote
-0
/
+2
2023-07-19
Add `MonoItemData::inlined`.
Nicholas Nethercote
-0
/
+6
2023-07-17
Remove `instance_def_size_estimate` query.
Nicholas Nethercote
-5
/
+12
2023-07-17
Store item size estimate in `MonoItemData`.
Nicholas Nethercote
-5
/
+6
2023-07-17
Introduce `MonoItemData`.
Nicholas Nethercote
-5
/
+12
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-7
/
+7
2023-06-22
Tweak CGU size estimate code.
Nicholas Nethercote
-7
/
+9
2023-06-22
Inline before merging CGUs.
Nicholas Nethercote
-4
/
+0
2023-06-01
Improve CGU debug printing.
Nicholas Nethercote
-0
/
+2
2023-05-25
Streamline `modify_size_estimate`.
Nicholas Nethercote
-4
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-1
/
+1
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-14
/
+5
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-0
/
+1
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-1
/
+2
2023-01-30
use a more descriptive name
Tshepang Mbambo
-3
/
+6
2022-12-14
add helper to get DefId from MonoItem
Rémy Rakic
-0
/
+9
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-3
/
+3
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+2
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-06-06
Rename CodegenUnit::work_product to previous_work_product
bjorn3
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-22
/
+2
2022-03-01
Restore the local filter on mono item sorting
Josh Stone
-5
/
+4
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-8
/
+4
2022-01-13
Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry
Matthias Krüger
-1
/
+21
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-9
/
+6
2021-12-20
[code coverage] Fix missing dead code in modules that are never called
Wesley Wiser
-1
/
+21
2021-12-19
Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr
bors
-1
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
[next]