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
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-1134
/
+0
2021-08-22
Fix more “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-07-25
clippy:: append_instead_of_extend
Matthias Krüger
-1
/
+1
2021-05-12
Use () for codegen queries.
Camille GILLOT
-8
/
+6
2021-05-12
Use () in reachable_set.
Camille GILLOT
-5
/
+7
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-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-4
/
+3
2021-02-15
Use an ItemId inside mir::GlobalAsm.
Camille GILLOT
-3
/
+3
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-09-25
Avoid calling `Symbol::interner` in `compute_codegen_unit_name`
marmeladema
-3
/
+1
2020-09-25
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-1
/
+7
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
-34
/
+38
2020-09-14
Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco
bors
-1
/
+3
2020-09-13
Introduce a PartitioningCx struct
Wesley Wiser
-34
/
+38
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-3
/
+3
2020-09-10
use sort_unstable to sort primitive types
Matthias Krüger
-1
/
+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
/
+1095