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
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
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-10-17
Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr
bors
-0
/
+8
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-10-01
collector: limit pme context note to user-defd fns
David Wood
-0
/
+8
2021-07-06
Truncate hex stable crate id to 8 characters (32 bits)
bjorn3
-2
/
+7
2021-07-06
Revert "Revert "Merge CrateDisambiguator into StableCrateId""
bjorn3
-5
/
+8
2021-06-07
Revert "Merge CrateDisambiguator into StableCrateId"
bjorn3
-8
/
+5
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+2
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-5
/
+8
2021-05-25
emit diagnostic after post-monomorphization errors
Rémy Rakic
-0
/
+9
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
2021-05-09
Add primary marker on codegen unit to take charge of main_wrapper for non-loc...
Charles Lew
-1
/
+11
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-2
/
+2
2021-04-16
Add comment
bjorn3
-0
/
+1
2021-04-12
Introduce CompileMonoItem DepNode
bjorn3
-0
/
+4
2021-03-30
Run LLVM coverage instrumentation passes before optimization passes
Amanieu d'Antras
-8
/
+1
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-1
/
+8
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-2
/
+1
2021-02-15
Use an ItemId inside mir::GlobalAsm.
Camille GILLOT
-8
/
+8
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-0
/
+1
2021-01-14
Rollup merge of #80829 - jyn514:dep-constructor, r=michaelwoerister
Mara Bos
-2
/
+2
2021-01-11
Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we...
Santiago Pastorino
-18
/
+22
2021-01-08
Get rid of `DepConstructor`
Joshua Nelson
-2
/
+2
2021-01-08
Auto merge of #78452 - cjgillot:ddk-struct, r=Mark-Simulacrum
bors
-2
/
+2
2021-01-08
Make DepConstructor a module.
Camille GILLOT
-2
/
+2
2020-12-18
Improve comment and move code up
Wesley Wiser
-10
/
+11
2020-12-06
Do not make local copies of inline fns in debug mode
Santiago Pastorino
-12
/
+7
2020-11-05
Fix even more URLs
Guillaume Gomez
-1
/
+1
2020-08-31
Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry
Tyler Mandry
-1
/
+1
2020-08-31
Fix `-Z instrument-coverage` on MSVC
Rich Kadel
-1
/
+1
2020-08-30
ty: remove obsolete printer
David Wood
-25
/
+12
2020-08-30
mv compiler to compiler/
mark
-0
/
+506