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_mir
/
src
/
monomorphize
/
partitioning
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-466
/
+0
2021-05-12
Use () for codegen queries.
Camille GILLOT
-8
/
+6
2021-05-09
Add primary marker on codegen unit to take charge of main_wrapper for non-loc...
Charles Lew
-2
/
+4
2021-03-30
Run LLVM coverage instrumentation passes before optimization passes
Amanieu d'Antras
-7
/
+1
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-1
/
+7
2021-03-15
Functions inlined into reachable functions are reachable
Tomasz Miąsko
-0
/
+25
2021-02-24
Use log level to control partitioning debug output
Tomasz Miąsko
-6
/
+15
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+1
2020-09-20
use `array_windows` instead of `windows` in the compiler
Bastian Kauschke
-7
/
+1
2020-09-16
Rollup merge of #76694 - wesleywiser:partitioning_cx_trait, r=davidtwco
Dylan DPC
-10
/
+15
2020-09-13
Introduce a PartitioningCx struct
Wesley Wiser
-10
/
+15
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-3
/
+3
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-1
/
+2
2020-08-31
Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry
Tyler Mandry
-2
/
+2
2020-08-31
Fix `-Z instrument-coverage` on MSVC
Rich Kadel
-2
/
+2
2020-08-30
ty: remove obsolete printer
David Wood
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+433