| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #38340 - alexcrichton:fix-travis, r=alexcrichton | bors | -1/+61 |
| 2016-12-14 | Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb | bors | -4/+40 |
| 2016-12-14 | Auto merge of #38181 - jsgf:test-filter-exact, r=alexcrichton | bors | -2/+97 |
| 2016-12-13 | Auto merge of #38278 - jseyfried:improve_proc_macro_def_ids, r=michaelwoerister | bors | -22/+42 |
| 2016-12-13 | Auto merge of #38353 - alexcrichton:fix-nightiles, r=alexcrichton | bors | -3/+21 |
| 2016-12-13 | rustbuild: Don't dist docs if disabled | Alex Crichton | -0/+5 |
| 2016-12-13 | rustbuild: Skip some more non-relevant dist steps | Alex Crichton | -1/+14 |
| 2016-12-13 | rustc: Use `create_dir_racy` in save analysis | Alex Crichton | -2/+2 |
| 2016-12-13 | Auto merge of #38317 - shepmaster:llvm-4.0-debuginfo-alignment, r=eddyb | bors | -12/+44 |
| 2016-12-13 | Auto merge of #38309 - sfackler:rfc-1725, r=alexcrichton | bors | -0/+107 |
| 2016-12-13 | Auto merge of #38286 - pftbest:msp430_at_symbol, r=michaelwoerister | bors | -1/+3 |
| 2016-12-13 | Fix travis builds | Alex Crichton | -1/+61 |
| 2016-12-13 | Auto merge of #38179 - michael-zapata:rf/harmonise_rustdoc_errors, r=Guillaum... | bors | -13/+29 |
| 2016-12-12 | Implement RFC #1725 | Steven Fackler | -0/+107 |
| 2016-12-13 | Auto merge of #38325 - frewsxcv:rollup, r=frewsxcv | bors | -333/+1255 |
| 2016-12-12 | Auto merge of #38324 - alexcrichton:fix-nightlies, r=alexcrichton | bors | -29/+81 |
| 2016-12-12 | rustbuild: Fix dist of save-analysis info | Alex Crichton | -10/+3 |
| 2016-12-12 | Rollup merge of #38299 - achanda:ctrl-c, r=brson | Corey Farwell | -1/+4 |
| 2016-12-12 | Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brson | Corey Farwell | -0/+7 |
| 2016-12-12 | Rollup merge of #38202 - michaelwoerister:closure-ich-test, r=nikomatsakis | Corey Farwell | -0/+786 |
| 2016-12-12 | Rollup merge of #38164 - sourcefrog:fonts, r=GuillaumeGomez | Corey Farwell | -3/+7 |
| 2016-12-12 | Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisa | Corey Farwell | -1/+58 |
| 2016-12-12 | Rollup merge of #37941 - Cobrand:docfix-issue-37915, r=GuillaumeGomez | Corey Farwell | -9/+20 |
| 2016-12-12 | Rollup merge of #37052 - srinivasreddy:hair_cx, r=pnkfelix | Corey Farwell | -319/+373 |
| 2016-12-12 | rustbuild: Check for .git as a dir | Alex Crichton | -2/+2 |
| 2016-12-12 | Do not generate '@' character in symbol names. | Vadzim Dambrouski | -1/+3 |