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
/
item-collection
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1404
/
+0
2022-11-28
Statics used in reachable function's inline asm are reachable
Tomasz Miąsko
-0
/
+20
2022-09-23
Bless cgu test.
Camille GILLOT
-3
/
+3
2022-08-03
Warn about dead tuple struct fields
Fabian Wolff
-8
/
+8
2022-05-24
Fix/bless tests broken by DSE
Jakob Degen
-0
/
+1
2021-10-30
Collect `panic/panic_bounds_check` during monomorphization
Gary Guo
-0
/
+58
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-9
/
+9
2021-03-09
Deprecate items that accidentally weren't deprecated
bstrie
-31
/
+31
2020-10-26
simplify-locals: Remove unused assignments regardless of rvalue kind
Tomasz Miąsko
-2
/
+1
2020-08-30
ty: remove obsolete printer
David Wood
-190
/
+192
2020-07-22
sess: disable polymorphisation
David Wood
-2
/
+2
2020-07-20
mir: `unused_generic_params` query
David Wood
-2
/
+2
2020-01-19
adjust codegen-units tests
Ralf Jung
-30
/
+29
2019-10-25
Update test output.
Felix S. Klock II
-2
/
+2
2019-04-23
Remove unnecessary ignore-tidy-linelength
varkor
-19
/
+0
2019-04-22
Remove double trailing newlines
varkor
-1
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-290
/
+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
-29
/
+30
2018-11-22
fix codegen-units tests
Ralf Jung
-29
/
+30
2018-11-17
Don't auto-inline `const fn`
Oliver Scherer
-2
/
+1
2018-10-05
Stabilize `min_const_fn`
Oliver Schneider
-1
/
+0
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
-238
/
+236
2017-12-26
Convert codegen-unit tests to use `start` instead of `main`
Bastian Köcher
-429
/
+134
2017-12-26
Fixes codegen-units tests
Bastian Köcher
-1
/
+381
2017-11-07
Add regression tests for non-instantiation of inline and const fns.
Michael Woerister
-0
/
+45
2017-10-07
rustc: Don't inline in CGUs at -O0
Alex Crichton
-0
/
+7
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-30
/
+30
2017-06-09
Move Fn to module.
Clar Charr
-8
/
+8
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-63
/
+32
2017-03-18
translate function shims using MIR
Ariel Ben-Yehuda
-0
/
+8
2016-09-27
Fix fallout in tests.
Jeffrey Seyfried
-4
/
+4
2016-09-20
rustc_trans: don't do on-demand drop glue instantiation.
Eduard Burtescu
-0
/
+2
2016-09-13
trans: Let the collector find drop-glue for all vtables, not just VTableImpl.
Michael Woerister
-4
/
+0
2016-08-17
rustc: move the SelfSpace before TypeSpace in Substs.
Eduard Burtescu
-5
/
+5
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
-4
/
+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-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
/
+104
2016-05-05
Fix some some duplicate words.
Georg Brandl
-1
/
+1
[next]