| Age | Commit message (Expand) | Author | Lines |
| 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 | -168/+154 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -136/+542 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -32/+12 |
| 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 | add test for pub extern crate | DebugSteven | -0/+11 |
| 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 | -37/+38 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -654/+232 |
| 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 | Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor | bors | -0/+67 |
| 2019-01-08 | improve non_camel_case_types diagnostics | Andy Russell | -68/+64 |
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -62/+60 |
| 2019-01-08 | improve non_snake_case diagnostics | Andy Russell | -120/+96 |
| 2019-01-08 | Auto merge of #57332 - Dylan-DPC:feature/stabilise-cfg-attr, r=Centril | bors | -64/+12 |
| 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 #57405 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2019-01-07 | Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavus | Pietro Albini | -1/+1 |
| 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 | -879/+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 | -879/+749 |
| 2019-01-06 | check missing docs for reexported macros as well | Guillaume Gomez | -0/+67 |
| 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-06 | use utf-8 throughout htmldocck | Andy Russell | -1/+1 |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -141/+0 |
| 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 | Auto merge of #57354 - kennytm:rollup, r=kennytm | bors | -165/+184 |
| 2019-01-05 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -0/+23 |
| 2019-01-05 | Rollup merge of #57338 - QuietMisdreavus:doctest-file-name, r=GuillaumeGomez | kennytm | -0/+7 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -135/+135 |
| 2019-01-05 | Rollup merge of #57233 - Smibu:rename-and-fix-nolink-test, r=alexcrichton | kennytm | -13/+12 |