| Age | Commit message (Expand) | Author | Lines |
| 2018-05-16 | Test that label break value only works on actual blocks | est31 | -0/+60 |
| 2018-05-16 | Add E0696 for continue pointing to a labeled block | est31 | -0/+64 |
| 2018-05-16 | Add E0695 for unlabeled breaks | est31 | -0/+42 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -1/+1 |
| 2018-05-16 | Add a file with test cases | est31 | -0/+121 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -5/+916 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -2/+2 |
| 2018-05-15 | Update bad-annotation error message | varkor | -2/+2 |
| 2018-05-15 | Auto merge of #50769 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+96 |
| 2018-05-15 | Rollup merge of #50712 - leodasvacas:improve-eager-resolution-error-message, ... | Guillaume Gomez | -0/+52 |
| 2018-05-15 | Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavus | Guillaume Gomez | -0/+44 |
| 2018-05-15 | Update existing tests for trivial bounds changes | Matthew Jasper | -5/+6 |
| 2018-05-15 | Add tests for trivial bounds | Matthew Jasper | -0/+587 |
| 2018-05-15 | Add trivial bounds lint | Matthew Jasper | -0/+118 |
| 2018-05-15 | Feature gate trivial bounds | Matthew Jasper | -0/+205 |
| 2018-05-15 | Auto merge of #50351 - varkor:vestigial-never-conversion, r=nikomatsakis | bors | -3/+2 |
| 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 | Improve eager type resolution error message | leonardo.yvens | -0/+52 |
| 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 | rustdoc: Add support for pub(restricted) | Oliver Middleton | -0/+44 |
| 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 |