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
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
2016-07-08
Improve linkage assignment in trans::partitioning.
Michael Woerister
-45
/
+45
2016-07-08
Ignore closure-related translation item collection tests.
Michael Woerister
-0
/
+10
2016-06-16
fix codegen-units fallout
Ariel Ben-Yehuda
-2
/
+0
2016-06-04
fix fallout in tests
Ariel Ben-Yehuda
-6
/
+0
2016-05-23
trans::collector: Remove some redundant calls to erase_regions().
Michael Woerister
-0
/
+4
2016-05-11
trans: Make collector handle the drop_in_place() intrinsic.
Michael Woerister
-0
/
+41
2016-05-11
Add test for collecting items in statics
James Miller
-0
/
+23
2016-05-11
trans: Don't try to place declarations during codegen unit partitioning.
Michael Woerister
-11
/
+11
2016-05-07
Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik
Steve Klabnik
-1
/
+1
2016-05-06
s/aux/auxiliary, because windows
Niko Matsakis
-0
/
+0
2016-05-06
move auxiliary builds to a test-relative `aux`
Niko Matsakis
-0
/
+178
2016-05-05
Fix some some duplicate words.
Georg Brandl
-1
/
+1
2016-05-01
Fix a race condition caused by concurrently executed codegen unit tests.
Michael Woerister
-10
/
+31
2016-04-28
Make the codegen unit partitioner also emit item declarations.
Michael Woerister
-21
/
+21
2016-04-28
Add FixedUnitCount codegen unit partitioning strategy.
Michael Woerister
-10
/
+10
2016-04-28
Let the translation item collector make a distinction between drop-glue kinds
Michael Woerister
-5
/
+14
2016-04-28
Fix codegen-units tests
James Miller
-6
/
+2
2016-04-28
Fixup tests
James Miller
-6
/
+0
2016-04-15
Add initial version of codegen unit partitioning for incremental compilation.
Michael Woerister
-0
/
+601
2016-04-14
Move translation-item-collection tests into subfolder.
Michael Woerister
-0
/
+0
2016-03-25
fallout: update codegen-units tests
Niko Matsakis
-74
/
+74
2016-01-26
Implement the translation item collector.
Michael Woerister
-0
/
+1346
[prev]