| Age | Commit message (Expand) | Author | Lines |
| 2017-01-07 | Merge pull request #38884 from nikomatsakis/beta-unmerged | Alex Crichton | -1/+2 |
| 2017-01-06 | fix help for the --print option | Doug Goldstein | -1/+2 |
| 2017-01-06 | Revert "Update for changes to TraitItem on master." | Niko Matsakis | -3/+3 |
| 2017-01-06 | Update for changes to TraitItem on master. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-06 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -15/+41 |
| 2017-01-06 | rebase: remove `tcx` from `associated_item` | Niko Matsakis | -6/+5 |
| 2017-01-06 | Dont check stability for items that are not pub to universe. | Felix S. Klock II | -1/+36 |
| 2016-12-30 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -0/+7 |
| 2016-12-30 | Disable field reordering | Austin Hicks | -0/+4 |
| 2016-12-29 | Remove --crate-type=metadata from beta | Nick Cameron | -2/+2 |
| 2016-12-18 | Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddyb | bors | -18/+6 |
| 2016-12-18 | Auto merge of #38369 - aturon:stab-1.15, r=alexcrichton | bors | -11/+6 |
| 2016-12-18 | Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddyb | bors | -125/+312 |
| 2016-12-17 | rustbuild: Fix LC_ID_DYLIB directives on OSX | Alex Crichton | -0/+2 |
| 2016-12-16 | Address fallout | Aaron Turon | -11/+6 |
| 2016-12-16 | Incorporate review comments. | Austin Hicks | -9/+7 |
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -91/+19 |
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -0/+1 |
| 2016-12-15 | Remove now unnecessary code | Seo Sanghyeon | -18/+5 |
| 2016-12-14 | Fix computation of enum names based off the discrfield in the case of the nul... | Austin Hicks | -17/+29 |
| 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 | -1/+6 |
| 2016-12-14 | Incorporate review comments | Austin Hicks | -13/+7 |
| 2016-12-14 | Some small fixes to how structs/enums are optimized | Austin Hicks | -2/+2 |
| 2016-12-14 | Make tidy | Austin Hicks | -1/+1 |
| 2016-12-14 | Fix having multiple reprs on the same type. | Austin Hicks | -53/+79 |
| 2016-12-14 | Make tidy | Austin Hicks | -8/+17 |
| 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 | -7/+18 |
| 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 | -56/+43 |
| 2016-12-14 | Fix bugs to optimizing enums: | Austin Hicks | -3/+8 |
| 2016-12-14 | Optimize anything using a layout::Struct by introducing a mapping from source... | Austin Hicks | -62/+153 |
| 2016-12-12 | incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf... | Michael Woerister | -3/+4 |
| 2016-12-12 | Auto merge of #38307 - bluss:mir-opt-level, r=eddyb | bors | -8/+3 |
| 2016-12-12 | Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakis | bors | -19/+88 |
| 2016-12-11 | Simplify use of mir_opt_level | Ulrik Sverdrup | -8/+3 |
| 2016-12-11 | Auto merge of #38249 - arielb1:special-substs, r=nikomatsakis | bors | -0/+1 |
| 2016-12-11 | Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri... | bors | -3/+22 |
| 2016-12-10 | Auto merge of #38217 - oli-obk:mir-for-all-and-all-for-mir, r=eddyb | bors | -0/+10 |
| 2016-12-09 | move the check for instantiation from metadata encoding to the actual decisio... | Oliver Schneider | -0/+8 |
| 2016-12-08 | Extend middle::reachable to also consider provided trait methods. | Michael Woerister | -3/+22 |
| 2016-12-07 | Auto merge of #38191 - oli-obk:clippy_is_sad, r=eddyb | bors | -96/+128 |
| 2016-12-07 | add a -Z flag to guarantee that MIR is generated for all functions | Oliver Schneider | -0/+2 |
| 2016-12-07 | remove useless lifetime outlives bounds | Oliver Schneider | -96/+75 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -27/+56 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -93/+146 |