| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Fix ICE when attempting to get closure generics. | Mark-Simulacrum | -1/+1 |
| 2016-10-22 | [beta] trans: pad const structs to aligned size | Tim Neumann | -14/+14 |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-19 | rustc: More fixes for arch-independent hashing | Alex Crichton | -3/+3 |
| 2016-10-18 | debuginfo: Create debuginfo for re-aggregated spread_arg instead of for the i... | Michael Woerister | -22/+13 |
| 2016-10-18 | normalize types every time HR regions are erased | Ariel Ben-Yehuda | -35/+23 |
| 2016-10-18 | Inject bitcast if types mismatch when building a store instruction. | Felix S. Klock II | -0/+24 |
| 2016-10-18 | Fix ICE by injecting bitcasts if types mismatch when building invokes or calls. | Felix S. Klock II | -17/+32 |
| 2016-10-11 | trans: Make sure that each FnOnce shim is only translated once. | Michael Woerister | -0/+6 |
| 2016-10-11 | Add symbol hash to trans::partitioning debug output. | Michael Woerister | -5/+16 |
| 2016-10-11 | Assign internal linkage to autogenerated FnOnce::call_once() instances. | Michael Woerister | -1/+1 |
| 2016-10-11 | force `i1` booleans to `i8` when comparing | Niko Matsakis | -1/+10 |
| 2016-10-11 | loosen assertion against proj in collector | Niko Matsakis | -1/+3 |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -2/+3 |
| 2016-09-26 | Rollup merge of #36574 - japaric:link-arg, r=alexcrichton | Jonathan Turner | -1/+3 |
| 2016-09-25 | Incorporate review comments. | Austin Hicks | -18/+14 |
| 2016-09-24 | Clean up matches that determine integers for specific alignment requirements | Austin Hicks | -9/+8 |
| 2016-09-24 | Optimize struct_field_ptr | Austin Hicks | -77/+2 |
| 2016-09-24 | Completely kill `represent_type` and the `adt::Repr` type that goes with it. | Austin Hicks | -913/+468 |
| 2016-09-24 | Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2016-09-21 | Auto merge of #36551 - eddyb:meta-games, r=nikomatsakis | bors | -424/+398 |
| 2016-09-21 | Auto merge of #36496 - pnkfelix:workaround-issue-34427, r=eddyb | bors | -4/+21 |
| 2016-09-21 | Auto merge of #36524 - michaelwoerister:trans-inline-only-on-demand, r=nikoma... | bors | -111/+39 |
| 2016-09-20 | rustc_trans: don't do on-demand drop glue instantiation. | Eduard Burtescu | -18/+2 |
| 2016-09-20 | rustc: allow less and handle fn pointers in the type hashing algorithm. | Eduard Burtescu | -0/+2 |
| 2016-09-20 | rustc_trans: simplify vtable and symbol handling. | Eduard Burtescu | -353/+78 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -18/+12 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -19/+23 |
| 2016-09-20 | Remove librbml and the RBML-tagged auto-encoder/decoder. | Eduard Burtescu | -2/+1 |
| 2016-09-20 | rustc_trans: use the TypeId hashing mechanism instead of metadata. | Eduard Burtescu | -21/+26 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -14/+275 |
| 2016-09-20 | Workaround #34427 by using memset of 0 on ARM to set the discriminant. | Felix S. Klock II | -4/+21 |
| 2016-09-19 | librustc: Implement def-use chains and trivial copy propagation on MIR. | Patrick Walton | -3/+3 |
| 2016-09-19 | librustc: Add a new nop statement to the MIR. | Patrick Walton | -1/+3 |
| 2016-09-19 | rustc: implement -C link-arg | Jorge Aparicio | -1/+3 |
| 2016-09-17 | remove duplicate duplicate words | Eitan Adler | -1/+1 |
| 2016-09-16 | Auto merge of #36468 - michaelwoerister:collect-vtable-drop-glue, r=eddyb | bors | -6/+7 |
| 2016-09-16 | groundwork refactoring of `gather_moves` | Ariel Ben-Yehuda | -1/+0 |
| 2016-09-15 | trans: Allow base::internalize_symbols() to internalize #[no_mangle] symbols | Michael Woerister | -25/+15 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -1/+1 |
| 2016-09-15 | trans: Only translate #[inline] functions if they are used somewhere. | Michael Woerister | -87/+25 |
| 2016-09-15 | Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddyb | Manish Goregaokar | -4/+30 |
| 2016-09-13 | trans: Let the collector find drop-glue for all vtables, not just VTableImpl. | Michael Woerister | -6/+7 |
| 2016-09-13 | Auto merge of #35021 - japaric:rustc-builtins, r=alexcrichton | bors | -19/+43 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -1/+1 |
| 2016-09-13 | invoke drop glue with a ptr to (data, meta) | Niko Matsakis | -4/+30 |
| 2016-09-13 | Auto merge of #36181 - seanmonstar:likely, r=nikomatsakis | bors | -0/+8 |
| 2016-09-13 | rustc: Don't pass --whole-archive for compiler-builtins | Alex Crichton | -15/+29 |
| 2016-09-12 | rustc: Always link compiler-builtins last | Alex Crichton | -4/+15 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -7/+6 |