| Age | Commit message (Expand) | Author | Lines |
| 2017-12-20 | rustc: do not raise the alignment of optimized enums to the niche's alignment. | Eduard-Mihai Burtescu | -9/+16 |
| 2017-12-19 | Auto merge of #46749 - SimonSapin:exorcism, r=nikomatsakis | bors | -36/+34 |
| 2017-12-19 | Auto merge of #46664 - mikeyhew:raw_pointer_self, r=arielb1 | bors | -33/+273 |
| 2017-12-19 | Auto merge of #46829 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -467/+328 |
| 2017-12-19 | Auto merge of #45525 - MaikKlein:collector, r=eddyb | bors | -438/+372 |
| 2017-12-18 | Rollup merge of #46825 - GuillaumeGomez:mobile-search, r=QuietMisdreavus | Guillaume Gomez | -0/+20 |
| 2017-12-18 | Rollup merge of #46824 - GuillaumeGomez:doc-sidebar, r=QuietMisdreavus | Guillaume Gomez | -1/+1 |
| 2017-12-18 | Rollup merge of #46812 - kennytm:fix-align-offset-sign, r=petrochenkov | Guillaume Gomez | -2/+18 |
| 2017-12-18 | Rollup merge of #46805 - estebank:unnecessary-unsafe-spans, r=arielb1 | Guillaume Gomez | -122/+43 |
| 2017-12-18 | Rollup merge of #46804 - estebank:conflicting-impl-def-span, r=arielb1 | Guillaume Gomez | -221/+111 |
| 2017-12-18 | Rollup merge of #46802 - estebank:redefined-def-span, r=michaelwoerister | Guillaume Gomez | -30/+25 |
| 2017-12-18 | Rollup merge of #46801 - estebank:impl-extra-req-def-span, r=arielb1 | Guillaume Gomez | -32/+23 |
| 2017-12-18 | Rollup merge of #46800 - estebank:expected-closure-def-span, r=arielb1 | Guillaume Gomez | -36/+23 |
| 2017-12-18 | Rollup merge of #46790 - frewsxcv:frewsxcv-swap-bytes, r=QuietMisdreavus | Guillaume Gomez | -6/+12 |
| 2017-12-18 | Rollup merge of #46786 - GuillaumeGomez:fix-sized-rendering, r=QuietMisdreavus | Guillaume Gomez | -5/+41 |
| 2017-12-18 | Rollup merge of #46700 - GuillaumeGomez:more-relevant-doc-search, r=QuietMisd... | Guillaume Gomez | -12/+11 |
| 2017-12-18 | Improve search display on mobile | Guillaume Gomez | -0/+20 |
| 2017-12-18 | Auto merge of #46808 - eddyb:issue-46769-quick, r=arielb1 | bors | -4/+12 |
| 2017-12-18 | Fix dynamic crates listing in doc sidebar | Guillaume Gomez | -1/+1 |
| 2017-12-18 | rustc: ensure optimized enums have a properly aligned size. | Eduard-Mihai Burtescu | -4/+12 |
| 2017-12-18 | Tweak "unecessary unsafe block" error spans | Esteban Küber | -122/+43 |
| 2017-12-18 | Add rustc_data_structures for trans_utils/lib.rs | Maik Klein | -0/+1 |
| 2017-12-18 | Fix incorrect rebase in collector::find_vtable_types | Maik Klein | -1/+17 |
| 2017-12-18 | Rework expected closure error | Esteban Küber | -36/+23 |
| 2017-12-18 | Point at def span in "impl has stricter requirements" diagnostic | Esteban Küber | -32/+23 |
| 2017-12-18 | normalize the results of `tcx.type_of` after substituting | Ariel Ben-Yehuda | -21/+14 |
| 2017-12-18 | Update lockfile | Maik Klein | -0/+2 |
| 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 | -34/+35 |
| 2017-12-18 | Prefer type_of().substs over instance::ty() | Maik Klein | -4/+4 |
| 2017-12-18 | Move has_metadata back to context.rs | Maik Klein | -15/+11 |
| 2017-12-18 | Remove branch with has_metadata | Maik Klein | -5/+2 |
| 2017-12-18 | Test with trans_apply_param_substs | Maik Klein | -1/+2 |
| 2017-12-18 | Remove duplicated functions from trans::common.rs | Maik Klein | -62/+22 |
| 2017-12-18 | Move meta_data into TyS | Maik Klein | -3/+16 |
| 2017-12-18 | Move instance related methods from TyCtxt to Instance | Maik Klein | -1/+37 |
| 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 | -15/+14 |
| 2017-12-18 | Move middle::trans.rs to mir::mono.rs | Maik Klein | -0/+0 |
| 2017-12-18 | Rename mono_item.rs to item.rs | Maik Klein | -5/+5 |
| 2017-12-18 | Rename as_trans_item to as_mono_item | Maik Klein | -12/+12 |
| 2017-12-18 | Rename more functions from trans to mono | Maik Klein | -18/+18 |
| 2017-12-18 | Rename TransItemExt to MonoItemExt | Maik Klein | -10/+10 |
| 2017-12-18 | Move common.rs functionality into TyCtxt | Maik Klein | -103/+14 |
| 2017-12-18 | Rename TransItemCollectionMode to MonoItemCollectionMode | Maik Klein | -12/+12 |
| 2017-12-18 | Rename TransItem to MonoItem | Maik Klein | -111/+116 |
| 2017-12-18 | Move trans_item and monomorphize to rustc_mir | Maik Klein | -135/+134 |
| 2017-12-18 | Move collector to monomorphize | Maik Klein | -6/+9 |
| 2017-12-18 | Fix the wrong subtraction in align_offset intrinsic. | kennytm | -2/+18 |