| Age | Commit message (Expand) | Author | Lines |
| 2018-05-15 | Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27 | bors | -0/+21 |
| 2018-05-15 | Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearth | bors | -30/+0 |
| 2018-05-14 | Auto merge of #50693 - dlrobertson:fix_50493, r=petrochenkov | bors | -0/+59 |
| 2018-05-14 | Auto merge of #50735 - eddyb:issue-50731, r=nikomatsakis | bors | -0/+15 |
| 2018-05-14 | Auto merge of #50385 - durka:stabilize-macro-lifetime, r=petrochenkov | bors | -38/+1 |
| 2018-05-14 | rustc: don't trip an assertion for enums with present but uninhabited variants. | Eduard-Mihai Burtescu | -0/+15 |
| 2018-05-14 | Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc... | bors | -0/+29 |
| 2018-05-14 | Auto merge of #50675 - csmoe:var_span, r=oli-obk | bors | -10/+55 |
| 2018-05-14 | typeck: Save the index of private fields | Dan Robertson | -0/+59 |
| 2018-05-13 | remove stray ui stderr | Alex Burka | -11/+0 |
| 2018-05-13 | stabilize :lifetime | Alex Burka | -27/+1 |
| 2018-05-13 | Macros: Add a 'literal' fragment specifier | Dan Aloni | -1/+174 |
| 2018-05-13 | Revert "mark applicability" | csmoe | -1/+0 |
| 2018-05-13 | mark applicability | csmoe | -0/+1 |
| 2018-05-13 | Auto merge of #50704 - kennytm:rollup, r=kennytm | bors | -9/+105 |
| 2018-05-13 | Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man... | kennytm | -9/+105 |
| 2018-05-13 | Auto merge of #50643 - dlrobertson:fix_ice, r=oli-obk | bors | -0/+40 |
| 2018-05-13 | reduce variable span | csmoe | -10/+55 |
| 2018-05-13 | Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakis | bors | -4/+69 |
| 2018-05-12 | Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, ... | bors | -0/+46 |
| 2018-05-12 | Fix self referential impl Trait substitutions | leonardo.yvens | -0/+29 |
| 2018-05-12 | Fix rebase | leonardo.yvens | -2/+2 |
| 2018-05-12 | Merge all "Copy not implemented" errors | leonardo.yvens | -15/+7 |
| 2018-05-12 | Better error reporting in Copy derive | leonardo.yvens | -0/+54 |
| 2018-05-12 | Fix invalid deduplication | Guillaume Gomez | -0/+21 |
| 2018-05-12 | rustc: Only suggest deleting `extern crate` if it works | Alex Crichton | -11/+43 |
| 2018-05-12 | rustc: Allow an edition's feature on that edition | Alex Crichton | -0/+16 |
| 2018-05-12 | Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov | Mark Simulacrum | -2/+2 |
| 2018-05-12 | Rollup merge of #50545 - rizakrko:const_time, r=oli-obk | Mark Simulacrum | -0/+28 |
| 2018-05-12 | Auto merge of #50476 - zackmdavis:tame_unreachable_pub_suggestion, r=Manishearth | bors | -24/+42 |
| 2018-05-12 | typeck: Fix ICE with struct update syntax | Dan Robertson | -0/+40 |
| 2018-05-12 | Auto merge of #50249 - Zoxc:allocation-const, r=oli-obk | bors | -7/+1 |
| 2018-05-11 | Auto merge of #50161 - rizakrko:impl_note, r=estebank | bors | -10/+36 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+57 |
| 2018-05-11 | rustc: Include semicolon when removing `extern crate` | Alex Crichton | -9/+105 |
| 2018-05-11 | fixed double ref hint | Roman Stoliar | -1/+1 |
| 2018-05-11 | [wip] fixed some error, added missing test | Roman Stoliar | -2/+17 |
| 2018-05-11 | unary op filter, dereference hint | Roman Stoliar | -17/+10 |
| 2018-05-11 | added missing implementation hint | Roman Stoliar | -0/+18 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -7/+1 |
| 2018-05-11 | Add a test for issue 36710. | Johannes Nixdorf | -0/+57 |
| 2018-05-10 | don't make crazy suggestion for unreachable braced pub-use | Zack M. Davis | -24/+42 |
| 2018-05-11 | Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertj | bors | -108/+520 |
| 2018-05-10 | Auto merge of #50611 - alexcrichton:rollup, r=alexcrichton | bors | -44/+430 |
| 2018-05-10 | const time | Roman Stoliar | -0/+28 |
| 2018-05-10 | rustc: leave space for fields of uninhabited types to allow partial initializ... | Eduard-Mihai Burtescu | -4/+69 |
| 2018-05-10 | Rollup merge of #50590 - estebank:off-by-one, r=nikomatsakis | Alex Crichton | -22/+22 |
| 2018-05-10 | Rollup merge of #50569 - michaelwoerister:cross-lang-lto-2, r=alexcrichton | Alex Crichton | -2/+2 |
| 2018-05-10 | Rollup merge of #50447 - ehuss:fix-update-references, r=alexcrichton | Alex Crichton | -4/+5 |
| 2018-05-10 | Rollup merge of #49423 - gavento:gavento-dev, r=nikomatsakis | Alex Crichton | -16/+401 |