| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | Continue evaluating after parsing incorrect binary literal | Esteban Küber | -5/+18 |
| 2019-01-11 | Continue parsing after lifetime in incorrect location | Esteban Küber | -5/+49 |
| 2019-01-11 | Continue parser after trailing type argument attribute | Esteban Küber | -6/+14 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -155/+195 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -16/+429 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -31/+0 |
| 2019-01-11 | don't unwrap unexpected tokens in `format!` | Andy Russell | -4/+11 |
| 2019-01-11 | Auto merge of #57355 - arielb1:correct-subst, r=nikomatsakis | bors | -0/+23 |
| 2019-01-11 | Update tests | John Kåre Alsaker | -36/+181 |
| 2019-01-10 | new trait alias tests | Niko Matsakis | -0/+122 |
| 2019-01-10 | use structured suggestion when casting a reference | Andy Russell | -21/+12 |
| 2019-01-09 | provide suggestion for invalid boolean cast | Andy Russell | -20/+25 |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -106/+178 |
| 2019-01-09 | Fix irrefutable slice patterns in const fn | Oliver Scherer | -0/+25 |
| 2019-01-09 | const fn feature gate is not needed anymore in a lot of tests | Oliver Scherer | -33/+31 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -647/+229 |
| 2019-01-08 | Consolidate equality constraints error message | varkor | -2/+2 |
| 2019-01-08 | Add issue reference to E0202 message | varkor | -4/+4 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -66/+95 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -59/+121 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -120/+106 |
| 2019-01-08 | bless you | dylan_DPC | -2/+2 |
| 2019-01-08 | remove unwanted stage0 line, fix style | dylan_DPC | -7/+5 |
| 2019-01-08 | remove unused imports and feature gate from tests | dylan_DPC | -7/+5 |
| 2019-01-08 | stabilise cfg_attr | dylan_DPC | -51/+3 |
| 2019-01-08 | Improve the wording | Yuki Okushi | -45/+45 |
| 2019-01-07 | Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakis | bors | -0/+43 |
| 2019-01-07 | Auto merge of #57379 - petrochenkov:parsrecov, r=estebank | bors | -875/+749 |
| 2019-01-06 | Auto merge of #57344 - petrochenkov:regreach, r=arielb1 | bors | -0/+37 |
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -875/+749 |
| 2019-01-06 | Auto merge of #57272 - petrochenkov:featrecov, r=estebank | bors | -175/+297 |
| 2019-01-06 | Fix CI failures | Vadim Petrochenkov | -63/+64 |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -112/+233 |
| 2019-01-06 | Auto merge of #57291 - euclio:method-call-suggestion, r=estebank | bors | -33/+33 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -112/+112 |
| 2019-01-05 | privacy: Mark everything in a header of a reachable impl as reachable | Vadim Petrochenkov | -8/+28 |
| 2019-01-05 | privacy: Fix regression in impl reachability | Vadim Petrochenkov | -0/+17 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -0/+23 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -135/+135 |
| 2019-01-05 | Rollup merge of #57229 - mikeyhew:fix-56806, r=varkor | kennytm | -0/+19 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -14/+9 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -0/+6 |
| 2019-01-05 | Show suggestion to use .char().nth() and link to The Book on unimplemented In... | folex | -0/+4 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -26/+302 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -235/+1491 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -0/+19 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -17/+35 |
| 2019-01-04 | Make conflicting borrow description more robust. | David Wood | -0/+96 |
| 2019-01-04 | add test for #57162 | Ariel Ben-Yehuda | -0/+7 |
| 2019-01-04 | Auto merge of #56897 - euclio:parse-fatal, r=estebank | bors | -12/+218 |