| Age | Commit message (Expand) | Author | Lines |
| 2020-02-24 | Remove use of `unwrap()` from save-analysis | Yuki Okushi | -7/+11 |
| 2020-02-24 | parse: test bad variants wrt. issue 48137. | Mazdak Farrokhzad | -0/+97 |
| 2020-02-24 | parse: tweak diagnostic wordings | Mazdak Farrokhzad | -98/+98 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -183/+449 |
| 2020-02-24 | parse: `NtItem` -> `parse_item_common`. | Mazdak Farrokhzad | -0/+34 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -80/+80 |
| 2020-02-24 | parser: tweak unmatched wording | Mazdak Farrokhzad | -27/+39 |
| 2020-02-24 | parse: harden `default` test. | Mazdak Farrokhzad | -56/+96 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_assoc_item_`. | Mazdak Farrokhzad | -138/+592 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_foreign_item`. | Mazdak Farrokhzad | -40/+337 |
| 2020-02-24 | parse: recover `default` on free items. | Mazdak Farrokhzad | -5/+180 |
| 2020-02-24 | ast: add `Defaultness` to `Item`, making `AssocItem` an alias. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -12/+30 |
| 2020-02-23 | Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPC | bors | -3/+103 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -13/+9 |
| 2020-02-23 | Rollup merge of #69361 - Centril:free-ty-alias, r=petrochenkov | Dylan DPC | -29/+150 |
| 2020-02-23 | Auto merge of #69334 - Centril:nested-item-vis-def, r=petrochenkov | bors | -26/+47 |
| 2020-02-22 | Auto merge of #69374 - Dylan-DPC:rollup-x7mjd5z, r=Dylan-DPC | bors | -33/+49 |
| 2020-02-22 | Rollup merge of #69348 - LeSeulArtichaut:patch-1, r=Centril | Dylan DPC | -33/+33 |
| 2020-02-22 | Rollup merge of #69339 - wesleywiser:test_for_69312, r=Centril | Dylan DPC | -0/+10 |
| 2020-02-22 | Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler | Dylan DPC | -0/+6 |
| 2020-02-22 | Auto merge of #69333 - ecstatic-morse:revert-simd-shuffle, r=petrochenkov | bors | -32/+20 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -0/+30 |
| 2020-02-21 | clean things up | Jane Lusby | -6/+9 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -3/+103 |
| 2020-02-21 | Fix error message | LeSeulArtichaut | -33/+33 |
| 2020-02-21 | print vis & defaultness for nested items | Mazdak Farrokhzad | -26/+47 |
| 2020-02-21 | Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb | bors | -0/+26 |
| 2020-02-20 | Add test for #69312 | Wesley Wiser | -0/+10 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -32/+20 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+26 |
| 2020-02-20 | Rollup merge of #69305 - estebank:consider-lt, r=Dylan-DPC | Mazdak Farrokhzad | -51/+50 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -1015/+1516 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -98/+167 |
| 2020-02-20 | Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakis | bors | -0/+107 |
| 2020-02-20 | Auto merge of #69309 - Dylan-DPC:rollup-gjdqx7l, r=Dylan-DPC | bors | -0/+37 |
| 2020-02-20 | Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk | Dylan DPC | -0/+37 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -38/+313 |
| 2020-02-19 | Tweak binding lifetime suggestion text | Esteban Küber | -51/+50 |
| 2020-02-20 | Add regression test | Jonas Schievink | -0/+30 |
| 2020-02-19 | fix 32bit-only test | Ralf Jung | -1/+1 |
| 2020-02-19 | Update tests | Dylan MacKenzie | -6/+28 |
| 2020-02-19 | Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe... | Dylan DPC | -20/+32 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -452/+6 |
| 2020-02-18 | Add `#[rustc_args_required_const]` to `simd_shuffle` tests | Dylan MacKenzie | -20/+32 |
| 2020-02-18 | Add passing test for `Add` on generic struct | Dylan MacKenzie | -0/+32 |
| 2020-02-18 | Add ignored test for associated types in const impl | Dylan MacKenzie | -0/+28 |
| 2020-02-18 | Test `rustc_const_unstable` on trait fns | Dylan MacKenzie | -0/+45 |
| 2020-02-18 | Ensure const impl cannot coexist with non-const impl | Dylan MacKenzie | -0/+67 |
| 2020-02-18 | Split const trait method test and impl `ops::Add` | Dylan MacKenzie | -2/+43 |