| Age | Commit message (Expand) | Author | Lines |
| 2016-12-15 | Auto merge of #38331 - bluss:assume-stage, r=alexcrichton | bors | -0/+16 |
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -2/+23 |
| 2016-12-15 | Remove now unnecessary code | Seo Sanghyeon | -18/+5 |
| 2016-12-15 | Auto merge of #38185 - jsgf:test-list, r=alexcrichton | bors | -20/+79 |
| 2016-12-15 | Auto merge of #37702 - redox-os:redox, r=brson | bors | -8/+4252 |
| 2016-12-15 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -28/+111 |
| 2016-12-15 | Require `#[proc_macro_derive]` functions to be `pub`. | Jeffrey Seyfried | -10/+16 |
| 2016-12-15 | Auto merge of #38375 - petrochenkov:prim, r=eddyb | bors | -2/+24 |
| 2016-12-14 | When cast needs a dereference point at full cast | Esteban Küber | -126/+326 |
| 2016-12-14 | Add `MarkdownHmtl` escape struct | Esteban Küber | -11/+27 |
| 2016-12-15 | rustbuild: Add small description of --keep-stage | Ulrik Sverdrup | -0/+9 |
| 2016-12-14 | rustbuild: Add sccache support | Alex Crichton | -25/+110 |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -2/+24 |
| 2016-12-14 | review comments | Esteban Küber | -10/+58 |
| 2016-12-14 | Indicate `BTreeSet` in docs is code-like. | Corey Farwell | -5/+5 |
| 2016-12-14 | Auto merge of #38367 - alexcrichton:fix-nightiles, r=brson | bors | -1/+2 |
| 2016-12-14 | rustbuild: Run `dist` on a `distcheck` | Alex Crichton | -1/+2 |
| 2016-12-14 | libtest: add --list option to list tests and benchmarks | Jeremy Fitzhardinge | -20/+79 |
| 2016-12-14 | Auto merge of #38295 - dylanmckay:llvm-4.0-di-globalvar, r=michaelwoerister | bors | -5/+20 |
| 2016-12-14 | Add a case to type-sizes to explicitly verify that field reordering triggers. | Austin Hicks | -0/+7 |
| 2016-12-14 | Fix computation of enum names based off the discrfield in the case of the nul... | Austin Hicks | -23/+36 |
| 2016-12-14 | Fix error introduced during last rebase | Austin Hicks | -1/+1 |
| 2016-12-14 | Fix -Z print-type-sizes and tests. | Austin Hicks | -33/+35 |
| 2016-12-14 | Incorporate review comments | Austin Hicks | -15/+8 |
| 2016-12-14 | Some small fixes to how structs/enums are optimized | Austin Hicks | -2/+2 |
| 2016-12-14 | Make tidy | Austin Hicks | -2/+2 |
| 2016-12-14 | Fix closure arguments which are immediate because of field reordering. | Austin Hicks | -2/+30 |
| 2016-12-14 | Fix having multiple reprs on the same type. | Austin Hicks | -54/+124 |
| 2016-12-14 | Change how type-sizes works slightly: we want to ensure that [i16; 0] introdu... | Austin Hicks | -1/+2 |
| 2016-12-14 | Make tidy | Austin Hicks | -8/+17 |
| 2016-12-14 | Fix type-sizes test | Austin Hicks | -1/+1 |
| 2016-12-14 | Fix checking to see if the last field of a struct can be unsized. | Austin Hicks | -1/+1 |
| 2016-12-14 | Don't optimize pairs | Austin Hicks | -2/+7 |
| 2016-12-14 | First attempt at detecting if structs can ever be unsized | Austin Hicks | -2/+14 |
| 2016-12-14 | Use an enum to differentiate between kinds of structs. | Austin Hicks | -30/+61 |
| 2016-12-14 | Make tidy | Austin Hicks | -14/+26 |
| 2016-12-14 | Modify debuginfo to deal with the difference between source and memory order | Austin Hicks | -36/+47 |
| 2016-12-14 | Struct::new takes a vec, avoiding double allocation in some cases | Austin Hicks | -18/+19 |
| 2016-12-14 | Incorporate a bunch of review comments. | Austin Hicks | -60/+47 |
| 2016-12-14 | Add yet more missing #[repr(C)] to tests | Austin Hicks | -0/+2 |
| 2016-12-14 | Fix tuple and closure literals. | Austin Hicks | -1/+13 |
| 2016-12-14 | Fix extern-pass-empty test, which needed repr(C) | Austin Hicks | -0/+3 |
| 2016-12-14 | Make constant field access account for field reordering. | Austin Hicks | -10/+5 |
| 2016-12-14 | Fix bugs to optimizing enums: | Austin Hicks | -6/+15 |
| 2016-12-14 | Optimize anything using a layout::Struct by introducing a mapping from source... | Austin Hicks | -81/+180 |
| 2016-12-14 | Merge branch 'master' into redox | Jeremy Soller | -419/+1776 |
| 2016-12-14 | Auto merge of #38351 - sanxiyn:doc-test-args, r=alexcrichton | bors | -3/+2 |
| 2016-12-14 | Add missing Duration examples | Guillaume Gomez | -13/+66 |
| 2016-12-14 | Auto merge of #38340 - alexcrichton:fix-travis, r=alexcrichton | bors | -1/+61 |
| 2016-12-14 | Update LLVM global variable debug info API for 4.0 | Dylan McKay | -5/+20 |