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
/
librustc_mir
/
monomorphize
Age
Commit message (
Expand
)
Author
Lines
2018-01-10
Shorten names of some compiler generated artifacts.
Michael Woerister
-9
/
+24
2018-01-10
Generate code for const- and inline-fns if -Clink-dead-code is specified.
Michael Woerister
-2
/
+4
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-2
/
+2
2017-12-26
rustc: Switch `start_fn` to hidden visibility
Alex Crichton
-4
/
+22
2017-12-26
Adds whitespace
Bastian Köcher
-1
/
+1
2017-12-26
Fixes compilation errors and adds proposed improvements
Bastian Köcher
-8
/
+4
2017-12-26
Fixes compile bug caused by upstream changes
Bastian Köcher
-1
/
+1
2017-12-26
Implements RFC 1937: `?` in `main`
Bastian Köcher
-24
/
+71
2017-12-24
Auto merge of #46833 - diwic:7c-abort-ffi, r=arielb1
bors
-0
/
+1
2017-12-21
Auto merge of #46922 - kennytm:rollup, r=kennytm
bors
-0
/
+11
2017-12-21
rustc: Sort CGUs before merging
Alex Crichton
-0
/
+11
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-1
/
+1
2017-12-21
Mir: Add Terminatorkind::Abort
David Henningsson
-0
/
+1
2017-12-18
Fix incorrect rebase in collector::find_vtable_types
Maik Klein
-1
/
+17
2017-12-18
normalize the results of `tcx.type_of` after substituting
Ariel Ben-Yehuda
-2
/
+1
2017-12-18
Rename more functions from trans to monomorphize
Maik Klein
-26
/
+27
2017-12-18
Rename trans to monomorphize in comments
Maik Klein
-37
/
+37
2017-12-18
Move partitioning.rs to rustc_mir
Maik Klein
-0
/
+682
2017-12-18
Remove branch with has_metadata
Maik Klein
-5
/
+2
2017-12-18
Move meta_data into TyS
Maik Klein
-1
/
+1
2017-12-18
Move instance related methods from TyCtxt to Instance
Maik Klein
-1
/
+1
2017-12-18
Fix some comments to refer to `MonoItem`
Maik Klein
-4
/
+4
2017-12-18
Refactor paths to middle::trans to mir::mono
Maik Klein
-5
/
+4
2017-12-18
Rename mono_item.rs to item.rs
Maik Klein
-2
/
+2
2017-12-18
Rename as_trans_item to as_mono_item
Maik Klein
-6
/
+6
2017-12-18
Rename more functions from trans to mono
Maik Klein
-17
/
+17
2017-12-18
Rename TransItemExt to MonoItemExt
Maik Klein
-3
/
+3
2017-12-18
Move common.rs functionality into TyCtxt
Maik Klein
-5
/
+3
2017-12-18
Rename TransItemCollectionMode to MonoItemCollectionMode
Maik Klein
-8
/
+8
2017-12-18
Rename TransItem to MonoItem
Maik Klein
-49
/
+49
2017-12-18
Move trans_item and monomorphize to rustc_mir
Maik Klein
-1
/
+594
2017-12-18
Move collector to monomorphize
Maik Klein
-0
/
+1083