| Age | Commit message (Expand) | Author | Lines |
| 2020-02-25 | Address review comment | Yuki Okushi | -11/+11 |
| 2020-02-24 | Remove use of `unwrap()` from save-analysis | Yuki Okushi | -15/+22 |
| 2020-02-24 | parse: test bad variants wrt. issue 48137. | Mazdak Farrokhzad | -0/+97 |
| 2020-02-24 | parse: tweak diagnostic wordings | Mazdak Farrokhzad | -103/+103 |
| 2020-02-24 | parse: tweak `parse_item_` for more reuse. | Mazdak Farrokhzad | -19/+9 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -359/+630 |
| 2020-02-24 | parse: `NtItem` -> `parse_item_common`. | Mazdak Farrokhzad | -8/+43 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -112/+115 |
| 2020-02-24 | parser: tweak unmatched wording | Mazdak Farrokhzad | -32/+45 |
| 2020-02-24 | parser: refactor away at_end | Mazdak Farrokhzad | -9/+3 |
| 2020-02-24 | parse: harden `default` test. | Mazdak Farrokhzad | -56/+96 |
| 2020-02-24 | parse: move token hack into `parse_item_common`. | Mazdak Farrokhzad | -55/+31 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_assoc_item_`. | Mazdak Farrokhzad | -286/+668 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_foreign_item`. | Mazdak Farrokhzad | -70/+392 |
| 2020-02-24 | parse: recover `default` on free items. | Mazdak Farrokhzad | -18/+226 |
| 2020-02-24 | parse: extract `error_on_unmatched_vis`. | Mazdak Farrokhzad | -10/+16 |
| 2020-02-24 | ast: add `Defaultness` to `Item`, making `AssocItem` an alias. | Mazdak Farrokhzad | -44/+35 |
| 2020-02-24 | `parse_defaultness`: avoid hardcoded list of keywords. | Mazdak Farrokhzad | -26/+13 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -30/+48 |
| 2020-02-23 | Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPC | bors | -301/+357 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -82/+89 |
| 2020-02-23 | Auto merge of #69351 - mati865:mingw-ultimate-fix, r=cramertj | bors | -9/+15 |
| 2020-02-23 | Auto merge of #69336 - Mark-Simulacrum:no-infra-toolstate, r=Dylan-DPC | bors | -2/+2 |
| 2020-02-23 | Rollup merge of #69376 - petrochenkov:bumpwith, r=Centril | Dylan DPC | -127/+84 |
| 2020-02-23 | Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPC | Dylan DPC | -113/+113 |
| 2020-02-23 | Rollup merge of #69361 - Centril:free-ty-alias, r=petrochenkov | Dylan DPC | -116/+242 |
| 2020-02-23 | Rollup merge of #69351 - mati865:mingw-ultimate-fix, r=cramertj | Dylan DPC | -9/+15 |
| 2020-02-23 | Rollup merge of #69336 - Mark-Simulacrum:no-infra-toolstate, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-02-23 | Auto merge of #69334 - Centril:nested-item-vis-def, r=petrochenkov | bors | -55/+82 |
| 2020-02-22 | rustfmt darnit | Jane Lusby | -6/+2 |
| 2020-02-22 | make doc comments regular comments | Jane Lusby | -2/+2 |
| 2020-02-22 | Auto merge of #69358 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-02-22 | Remove trait | Jane Lusby | -44/+25 |
| 2020-02-22 | Auto merge of #69374 - Dylan-DPC:rollup-x7mjd5z, r=Dylan-DPC | bors | -41/+69 |
| 2020-02-22 | parser: Cleanup `Parser::bump_with` and its uses | Vadim Petrochenkov | -127/+84 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -113/+113 |
| 2020-02-22 | Rollup merge of #69370 - RalfJung:const-eval-mod, r=oli-obk | Dylan DPC | -0/+0 |
| 2020-02-22 | Rollup merge of #69354 - MichaelMcDonnell:duration_overflow_test, r=Centril | Dylan DPC | -0/+6 |
| 2020-02-22 | Rollup merge of #69349 - spastorino:mir-not-an-experiment, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-02-22 | Rollup merge of #69348 - LeSeulArtichaut:patch-1, r=Centril | Dylan DPC | -34/+34 |
| 2020-02-22 | Rollup merge of #69346 - GuillaumeGomez:clean-up-e032x-explanations, r=Dylan-DPC | Dylan DPC | -5/+10 |
| 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 | -1/+8 |
| 2020-02-22 | move const_eval.rs into the module folder | Ralf Jung | -0/+0 |
| 2020-02-22 | Auto merge of #69333 - ecstatic-morse:revert-simd-shuffle, r=petrochenkov | bors | -39/+41 |
| 2020-02-22 | Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoerister | bors | -13/+46 |
| 2020-02-22 | Auto merge of #67330 - golddranks:split_inclusive, r=kodraus | bors | -1/+545 |
| 2020-02-21 | rustfmt you cruel mistress | Jane Lusby | -2/+3 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -22/+109 |
| 2020-02-21 | clean things up | Jane Lusby | -29/+48 |