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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
codegen-units
/
partitioning
Age
Commit message (
Expand
)
Author
Lines
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-06-04
fix fallout in tests
Ariel Ben-Yehuda
-2
/
+0
2016-05-11
trans: Don't try to place declarations during codegen unit partitioning.
Michael Woerister
-11
/
+11
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
/
+74
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
-1
/
+2
2016-04-28
Fix codegen-units tests
James Miller
-6
/
+0
2016-04-15
Add initial version of codegen unit partitioning for incremental compilation.
Michael Woerister
-0
/
+601