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
/
src
/
test
/
codegen-units
/
partitioning
/
vtable-through-const.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-23
Support incremental in compiletest for non-incremental modes.
Eric Huss
-2
/
+3
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-1
/
+1
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-1
/
+1
2020-08-30
ty: remove obsolete printer
David Wood
-12
/
+12
2020-03-24
Remove `-Z incremental`.
Nicholas Nethercote
-2
/
+2
2020-01-19
adjust codegen-units tests
Ralf Jung
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-22
fix codegen-units tests
Ralf Jung
-1
/
+1
2018-10-25
More mono items are generated now
Oliver Schneider
-0
/
+5
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-10
/
+10
2017-12-26
Convert codegen-unit tests to use `start` instead of `main`
Bastian Köcher
-22
/
+8
2017-12-26
Fixes codegen-units tests
Bastian Köcher
-0
/
+19
2017-10-07
rustc: Don't inline in CGUs at -O0
Alex Crichton
-0
/
+1
2017-07-13
Adapt cgu-partitioning tests to pre-trans symbol internalization.
Michael Woerister
-1
/
+1
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-1
/
+1
2017-01-09
trans: Treat generics like regular functions, not like #[inline] functions du...
Michael Woerister
-5
/
+5
2016-09-20
rustc_trans: don't do on-demand drop glue instantiation.
Eduard Burtescu
-0
/
+1
2016-09-13
trans: Let the collector find drop-glue for all vtables, not just VTableImpl.
Michael Woerister
-2
/
+0
2016-08-12
Make the translation item collector handle *uses* of 'const' items instead of...
Michael Woerister
-0
/
+93