| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | Small tweaks to parser errors | Esteban Küber | -17/+19 |
| 2019-01-11 | Tweak type argument after assoc type error | Esteban Küber | -1/+1 |
| 2019-01-11 | Continue evaluating after finding incorrect .. in pattern | Esteban Küber | -8/+32 |
| 2019-01-11 | fix test | Esteban Küber | -0/+1 |
| 2019-01-11 | Continue evaluating after incorrect float literal | Esteban Küber | -11/+49 |
| 2019-01-11 | fix tests | Esteban Küber | -2/+3 |
| 2019-01-11 | Continue evaluating after type argument in where clause | Esteban Küber | -2/+10 |
| 2019-01-11 | Continue evaluating after missing `for` in `impl Trait for Foo` | Esteban Küber | -7/+28 |
| 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-08 | Auto merge of #56407 - GuillaumeGomez:missing-docs-reexported-macros, r=varkor | bors | -0/+67 |
| 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-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 | 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 |
| 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 | -15/+9 |
| 2019-01-05 | Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichton | bors | -7/+34 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -0/+6 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -73/+343 |
| 2019-01-05 | Auto merge of #56145 - weiznich:re_rebalance_coherence, r=nikomatsakis | bors | -235/+1565 |
| 2019-01-04 | use `delay_span_bug` instead of `bug!` when doing layout sanity check | Michael Hewson | -0/+19 |
| 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 | -14/+220 |
| 2019-01-04 | force binary filename for compiled doctests | QuietMisdreavus | -0/+7 |
| 2019-01-04 | Auto merge of #56074 - matthewjasper:forbid-recursive-impl-trait, r=nikomatsakis | bors | -8/+222 |
| 2019-01-04 | alphabetize marker traits when printed | Ariel Ben-Yehuda | -10/+10 |