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
Age
Commit message (
Expand
)
Author
Lines
2020-07-22
sess: disable polymorphisation
David Wood
-3
/
+3
2020-07-20
mir: `unused_generic_params` query
David Wood
-2
/
+325
2020-06-15
Change how compiler-builtins gets many CGUs
Alex Crichton
-40
/
+0
2020-04-06
Keep codegen units unmerged when building compiler builtins
Tomasz Miąsko
-0
/
+40
2020-03-31
Add a test case for incremental + codegen-units interaction.
Michael Woerister
-0
/
+42
2020-03-24
Remove `-Z incremental`.
Nicholas Nethercote
-25
/
+25
2020-02-26
Update codegen-units tests
Matthew Jasper
-33
/
+23
2020-01-23
Make drop-glue take advantage of -Zshare-generics.
Michael Woerister
-4
/
+24
2020-01-19
adjust codegen-units tests
Ralf Jung
-38
/
+37
2019-10-25
Update test output.
Felix S. Klock II
-2
/
+2
2019-09-23
rustc: Fix mixing crates with different `share_generics`
Alex Crichton
-0
/
+2
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-20
/
+0
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-460
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-01
Auto merge of #56165 - RalfJung:drop-glue-type, r=eddyb,nikomatsakis
bors
-37
/
+38
2018-11-22
fix codegen-units tests
Ralf Jung
-37
/
+38
2018-11-17
Don't auto-inline `const fn`
Oliver Scherer
-2
/
+1
2018-10-25
More mono items are generated now
Oliver Schneider
-0
/
+5
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-1
/
+0
2018-09-12
Really make CGU names unique across crates.
Michael Woerister
-3
/
+3
2018-08-31
Restrict most uses of `const_fn` to `min_const_fn`
Oliver Schneider
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-15
Adapt codegen-unit tests to new CGU naming scheme.
Michael Woerister
-30
/
+30
2018-07-16
Revert "Adapt codegen-unit tests to new CGU naming scheme."
Michael Woerister
-30
/
+30
2018-07-12
Adapt codegen-unit tests to new CGU naming scheme.
Michael Woerister
-30
/
+30
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-351
/
+349
2018-04-06
Add codegen-units test for shared-generics.
Michael Woerister
-0
/
+51
2018-04-06
Adapt codegen-unit test to shared-generics.
Michael Woerister
-2
/
+2
2017-12-26
Convert codegen-unit tests to use `start` instead of `main`
Bastian Köcher
-454
/
+148
2017-12-26
Fixes codegen-units tests
Bastian Köcher
-1
/
+400
2017-11-07
Add regression tests for non-instantiation of inline and const fns.
Michael Woerister
-0
/
+45
2017-11-07
Update codegen-unit tests.
Michael Woerister
-47
/
+47
2017-10-11
rustc: Handle #[inline(always)] at -O0
Alex Crichton
-1
/
+1
2017-10-07
rustc: Don't inline in CGUs at -O0
Alex Crichton
-0
/
+67
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-30
/
+30
2017-07-13
Adapt cgu-partitioning tests to pre-trans symbol internalization.
Michael Woerister
-53
/
+53
2017-06-09
Move Fn to module.
Clar Charr
-8
/
+8
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-79
/
+40
2017-03-18
translate function shims using MIR
Ariel Ben-Yehuda
-0
/
+8
2017-01-09
trans: Treat generics like regular functions, not like #[inline] functions du...
Michael Woerister
-12
/
+12
2016-09-27
Fix fallout in tests.
Jeffrey Seyfried
-4
/
+4
2016-09-21
Auto merge of #36551 - eddyb:meta-games, r=nikomatsakis
bors
-0
/
+3
2016-09-21
Auto merge of #36524 - michaelwoerister:trans-inline-only-on-demand, r=nikoma...
bors
-3
/
+3
2016-09-20
rustc_trans: don't do on-demand drop glue instantiation.
Eduard Burtescu
-0
/
+3
2016-09-15
Adapt codegen-unit test cases to new behaviour
Michael Woerister
-3
/
+3
2016-09-13
trans: Let the collector find drop-glue for all vtables, not just VTableImpl.
Michael Woerister
-6
/
+0
2016-08-17
rustc: move the SelfSpace before TypeSpace in Substs.
Eduard Burtescu
-5
/
+5
2016-08-12
Make the translation item collector handle *uses* of 'const' items instead of...
Michael Woerister
-0
/
+93
2016-07-08
trans: Adjust linkage assignment so that we don't need weak linkage.
Michael Woerister
-20
/
+22
[next]