| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Fix missing import lost in revert | Aaron Hill | -1/+1 |
| 2020-05-29 | Revert "Move functions to librustc_parse" | Aaron Hill | -123/+179 |
| 2020-05-29 | Revert "Recursively expand nonterminals" | Aaron Hill | -95/+16 |
| 2020-05-29 | Revert "Add test for macro_rules! invoking a proc-macro with capture groups" | Aaron Hill | -30/+0 |
| 2020-05-29 | Revert "Fix rebase fallout" | Aaron Hill | -4/+3 |
| 2020-05-29 | Rollup merge of #72702 - petrochenkov:unudeps, r=estebank | Dylan DPC | -1/+9 |
| 2020-05-29 | Rollup merge of #72697 - ehuss:rm-rustc-ux-guidelines, r=nikomatsakis | Dylan DPC | -90/+0 |
| 2020-05-29 | Rollup merge of #72695 - jclulow:illumos-llvm-catchup, r=nikic | Dylan DPC | -1/+2 |
| 2020-05-29 | Rollup merge of #72682 - JohnTitor:mir-tests, r=RalfJung | Dylan DPC | -0/+11 |
| 2020-05-29 | Rollup merge of #72674 - Mark-Simulacrum:clippy-always-test-pass, r=oli-obk | Dylan DPC | -34/+26 |
| 2020-05-29 | Rollup merge of #72670 - rust-lang:jonas-schievink-patch-1, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-05-29 | Rollup merge of #72667 - RalfJung:unaligned-ref-test, r=nikomatsakis | Dylan DPC | -11/+34 |
| 2020-05-29 | Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkov | Dylan DPC | -79/+44 |
| 2020-05-29 | Rollup merge of #72605 - GuillaumeGomez:cleanup-e0617, r=Dylan-DPC | Dylan DPC | -0/+11 |
| 2020-05-29 | Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay | Dylan DPC | -7/+2 |
| 2020-05-29 | Rollup merge of #72239 - hch12907:master, r=dtolnay | Dylan DPC | -1/+106 |
| 2020-05-28 | rustc_lint: Remove `unused_crate_dependencies` from the `unused` group | Vadim Petrochenkov | -1/+9 |
| 2020-05-28 | Remove rustc-ux-guidelines | Eric Huss | -90/+0 |
| 2020-05-28 | update data layout for illumos x86 | Joshua M. Clulow | -1/+2 |
| 2020-05-28 | Add test for #66930 | Yuki Okushi | -0/+11 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -196/+194 |
| 2020-05-27 | Clippy should always build | Mark Rousskov | -34/+26 |
| 2020-05-27 | Fix incorrect comment in generator test | Jonas Schievink | -1/+1 |
| 2020-05-27 | Add working example for E0617 explanation | Guillaume Gomez | -0/+11 |
| 2020-05-27 | Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis | bors | -33/+41 |
| 2020-05-27 | expand unaligned_references test | Ralf Jung | -11/+34 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -79/+44 |
| 2020-05-27 | Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum | bors | -5/+0 |
| 2020-05-27 | Auto merge of #72639 - Dylan-DPC:rollup-76upj51, r=Dylan-DPC | bors | -21/+141 |
| 2020-05-27 | Rollup merge of #72626 - phimuemue:doubleendediter_doc, r=dtolnay | Dylan DPC | -0/+26 |
| 2020-05-27 | Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC | Dylan DPC | -9/+0 |
| 2020-05-27 | Rollup merge of #72606 - GuillaumeGomez:cell-example-update, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-05-27 | Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakis | Dylan DPC | -0/+57 |
| 2020-05-27 | Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay | Dylan DPC | -9/+26 |
| 2020-05-27 | Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank | Dylan DPC | -0/+29 |
| 2020-05-27 | Auto merge of #72596 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-05-26 | Auto merge of #72627 - Dylan-DPC:rollup-bavnoq5, r=Dylan-DPC | bors | -322/+677 |
| 2020-05-26 | improve error message for unexpected comma token in multiline block | Chris Simpkins | -0/+29 |
| 2020-05-26 | Rollup merge of #72592 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-05-26 | Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=dav... | Dylan DPC | -1/+14 |
| 2020-05-26 | Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddyb | Dylan DPC | -2/+26 |
| 2020-05-26 | Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkov | Dylan DPC | -0/+188 |
| 2020-05-26 | Rollup merge of #72294 - GuillaumeGomez:js-cleanup, r=kinnison | Dylan DPC | -299/+305 |
| 2020-05-26 | Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obk | Dylan DPC | -20/+144 |
| 2020-05-26 | Add remark regarding DoubleEndedIterator | philipp | -0/+26 |
| 2020-05-26 | Auto merge of #71931 - alexcrichton:reproducible-macos, r=eddyb | bors | -2/+12 |
| 2020-05-26 | Export ZERO_AR_DATE for macos linker invocations | Alex Crichton | -2/+12 |
| 2020-05-26 | Import missing functions from storage.js | Guillaume Gomez | -1/+1 |
| 2020-05-26 | Improve formatting | Guillaume Gomez | -2/+2 |
| 2020-05-26 | Remove font-display settings | Guillaume Gomez | -9/+0 |