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
/
librustc_trans
/
partitioning.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-18
Move partitioning.rs to rustc_mir
Maik Klein
-653
/
+0
2017-12-18
Prefer type_of().substs over instance::ty()
Maik Klein
-2
/
+2
2017-12-18
Remove duplicated functions from trans::common.rs
Maik Klein
-2
/
+2
2017-12-18
Refactor paths to middle::trans to mir::mono
Maik Klein
-2
/
+2
2017-12-18
Rename TransItemExt to MonoItemExt
Maik Klein
-1
/
+1
2017-12-18
Rename TransItem to MonoItem
Maik Klein
-25
/
+25
2017-12-18
Move collector to monomorphize
Maik Klein
-1
/
+1
2017-11-08
incr.comp.: Remove unused DepKind::WorkProduct.
Michael Woerister
-13
/
+1
2017-10-19
Move collector to rustc_trans_utils
bjorn3
-1
/
+1
2017-10-10
incr.comp.: Fix instability in CodegenUnitExt::items_in_deterministic_order().
Michael Woerister
-3
/
+20
2017-10-09
Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister
bors
-57
/
+56
2017-10-09
Auto merge of #45035 - alexcrichton:no-empty, r=michaelwoerister
bors
-9
/
+0
2017-10-07
rustc: Don't inline in CGUs at -O0
Alex Crichton
-57
/
+56
2017-10-07
rustc: Implement ThinLTO
Alex Crichton
-2
/
+1
2017-10-04
rustc: Don't create empty codegen units
Alex Crichton
-9
/
+0
2017-10-02
incr.comp.: Use red/green tracking for CGU re-use.
Michael Woerister
-16
/
+0
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-2
/
+3
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-6
/
+3
2017-09-17
rustc: Mostly remove `ExportedSymbols`
Alex Crichton
-10
/
+5
2017-09-17
rustc: Make trans collect/partition a query
Alex Crichton
-78
/
+65
2017-09-17
rustc: Calculate `ExportedSymbols` in a query
Alex Crichton
-1
/
+1
2017-09-17
rustc: Refactor trans paritioning to use tcx
Alex Crichton
-12
/
+8
2017-09-17
rustc_trans: Refactor collection to use tcx
Alex Crichton
-1
/
+1
2017-08-14
Rename `BuiltinShim` -> `CloneShim`
scalexm
-2
/
+2
2017-08-14
Make `Clone` a lang item and generate builtin impls.
scalexm
-2
/
+4
2017-08-10
Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1
bors
-1
/
+1
2017-08-02
incr.comp.: Properly incorporate symbol linkage and visibility into CGU hash.
Michael Woerister
-17
/
+4
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-2
/
+2
2017-07-17
partitioning: Fix visibility of internalized symbols.
Michael Woerister
-2
/
+2
2017-07-13
Address some nits in trans-collector and partitioner.
Michael Woerister
-2
/
+1
2017-07-13
trans: Internalize symbols at the trans-item level, without relying on LLVM.
Michael Woerister
-33
/
+205
2017-07-10
incr.comp.: Improve debug output for work products.
Michael Woerister
-0
/
+8
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-2
/
+2
2017-06-06
incr.comp.: Make WorkProductId opaque so we don't accidentally rely on being ...
Michael Woerister
-3
/
+2
2017-05-27
Remove trans-internal re-exports of rustc modules
Robin Kruppe
-1
/
+1
2017-04-26
cache symbol names in ty::maps
Ariel Ben-Yehuda
-44
/
+17
2017-04-21
just take `tcx` where we can
Niko Matsakis
-7
/
+7
2017-04-21
introduce the rather simpler symbol-cache in place of symbol-map
Niko Matsakis
-20
/
+19
2017-04-12
Add new TransItem for global_asm trans
A.J. Gardner
-10
/
+15
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-4
/
+1
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-1
/
+4
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-7
/
+13
2017-03-01
more through normalization in typeck & trans
Ariel Ben-Yehuda
-7
/
+2
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-09
Remove some out-dated comments from CGU partitioning docs.
Michael Woerister
-17
/
+3
2017-01-09
trans: Treat generics like regular functions, not like #[inline] functions du...
Michael Woerister
-42
/
+13
2016-12-09
incr.comp.: Take symbol visibility into account for CGU hashes.
Michael Woerister
-6
/
+22
2016-11-21
Cleanup `InternedString`.
Jeffrey Seyfried
-2
/
+2
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-8
/
+5
[next]