| Age | Commit message (Expand) | Author | Lines |
| 2021-05-02 | Rollup merge of #84763 - tdelabro:shrink-doctree-module, r=jyn514 | Dylan DPC | -15/+14 |
| 2021-05-02 | Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandry | Dylan DPC | -80/+114 |
| 2021-05-02 | Rollup merge of #84392 - dario23:fmt-assert-args-pub, r=varkor,RalfJung | Dylan DPC | -1/+1 |
| 2021-05-02 | Rollup merge of #84358 - sexxi-goose:print_captures_borrowck_rebased, r=nikom... | Dylan DPC | -152/+534 |
| 2021-05-02 | Auto merge of #84802 - jyn514:option-dead-code, r=Mark-Simulacrum | bors | -429/+453 |
| 2021-05-02 | Auto merge of #84805 - Mark-Simulacrum:no-dup-extend, r=cjgillot | bors | -8/+5 |
| 2021-05-02 | fix nll test stderr | Chris Pardy | -1/+1 |
| 2021-05-02 | Auto merge of #84750 - jyn514:nix-cargo, r=Mark-Simulacrum | bors | -5/+7 |
| 2021-05-02 | Auto merge of #84725 - sebpop:arm64-isb, r=joshtriplett | bors | -1/+1 |
| 2021-05-02 | Auto merge of #84638 - mark-i-m:unignore-tests, r=Mark-Simulacrum | bors | -4/+1 |
| 2021-05-01 | Avoid generating QueryMap::extend for each key type | Mark Rousskov | -8/+5 |
| 2021-05-01 | Auto merge of #84471 - jyn514:linkcheck-llvm, r=Mark-Simulacrum | bors | -1/+4 |
| 2021-05-01 | Remove unused macro parameters | Joshua Nelson | -3/+3 |
| 2021-05-01 | Remove unused `parse_pathbuf_push` function | Joshua Nelson | -12/+0 |
| 2021-05-01 | Don't recompile the same functions for each debugging option | Joshua Nelson | -412/+461 |
| 2021-05-01 | add docstrings and add issue to FIXMEs | Chris Pardy | -3/+5 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -1/+1 |
| 2021-05-01 | Update compiler/rustc_mir/src/borrow_check/diagnostics/explain_borrow.rs | ChrisPardy | -2/+2 |
| 2021-05-01 | Closure capture borrow diagnostics for disjoint captures | Chris Pardy | -151/+531 |
| 2021-05-01 | Remove unused parse_opt_list function | Joshua Nelson | -13/+0 |
| 2021-05-01 | Auto merge of #84410 - BoxyUwU:blue, r=varkor | bors | -10/+51 |
| 2021-05-01 | Auto merge of #83114 - cjgillot:hop, r=eddyb | bors | -273/+289 |
| 2021-05-01 | test: *sneezes* | Ellen | -10/+51 |
| 2021-05-01 | Auto merge of #83857 - ABouttefeux:master, r=jyn514 | bors | -1/+71 |
| 2021-05-01 | compute where_outer on demand, remove it from Module | Timothée Delabrouille | -15/+14 |
| 2021-05-01 | Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkov | bors | -27/+66 |
| 2021-05-01 | Reserve x18 on AArch64 and un-reserve x16 | Amanieu d'Antras | -10/+9 |
| 2021-05-01 | Auto merge of #84786 - JohnTitor:rollup-j5omx6f, r=JohnTitor | bors | -1533/+1104 |
| 2021-05-01 | Apply suggestions from code review | Aliénore Bouttefeux | -2/+3 |
| 2021-05-01 | Rollup merge of #84774 - kraai:fix-misspelling, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-05-01 | Rollup merge of #84765 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-05-01 | Rollup merge of #84756 - badboy:toc-for-tier-policy, r=GuillaumeGomez | Yuki Okushi | -0/+11 |
| 2021-05-01 | Rollup merge of #84749 - XAMPPRocky:cranelift-rebase, r=bjorn3 | Yuki Okushi | -1294/+792 |
| 2021-05-01 | Rollup merge of #84740 - r00ster91:patch-6, r=GuillaumeGomez | Yuki Okushi | -20/+35 |
| 2021-05-01 | Rollup merge of #84724 - MaskRay:sys-fs, r=petrochenkov | Yuki Okushi | -3/+3 |
| 2021-05-01 | Rollup merge of #84704 - joshtriplett:platform-support-target-tier-policy, r=... | Yuki Okushi | -131/+174 |
| 2021-05-01 | Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, ... | Yuki Okushi | -84/+88 |
| 2021-05-01 | Auto merge of #84582 - richkadel:issue-84561, r=tmandry | bors | -68/+861 |
| 2021-04-30 | Fix misspelling | Matthew James Kraai | -1/+1 |
| 2021-05-01 | Auto merge of #84463 - jyn514:refactor-impl, r=CraftSpider | bors | -30/+18 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -30/+18 |
| 2021-05-01 | Auto merge of #84747 - pietroalbini:bump-version, r=pietroalbini | bors | -1/+1 |
| 2021-04-30 | Update cargo | Eric Huss | -0/+0 |
| 2021-04-30 | Auto merge of #84719 - Mark-Simulacrum:reduce-query-impl, r=davidtwco | bors | -49/+55 |
| 2021-04-30 | Auto merge of #84753 - hyd-dev:update-miri, r=RalfJung | bors | -7/+9 |
| 2021-04-30 | Avoid using rbx in SGX inline assembly since it is reserved | Amanieu d'Antras | -2/+8 |
| 2021-04-30 | Merge commit '15c8d31392b9fbab3b3368b67acc4bbe5983115a' into cranelift-rebase | Erin Power | -1/+4 |
| 2021-04-30 | No-op register_jit on Windows (#1170) | XAMPPRocky | -1/+4 |
| 2021-04-30 | Add a ToC to the Target Tier Policy documentation | Jan-Erik Rediger | -0/+11 |