| Age | Commit message (Expand) | Author | Lines |
| 2021-04-05 | Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper | Dylan DPC | -16/+17 |
| 2021-04-05 | Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasper | Dylan DPC | -1/+7 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -136/+209 |
| 2021-04-04 | Auto merge of #83530 - Mark-Simulacrum:bootstrap-bump, r=Mark-Simulacrum | bors | -2/+1 |
| 2021-04-05 | Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisa | Dylan DPC | -33/+76 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -86/+7 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -17/+126 |
| 2021-04-04 | Auto merge of #82907 - petrochenkov:dercache, r=Aaron1011 | bors | -73/+100 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -2/+1 |
| 2021-04-04 | Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakis | Dylan DPC | -40/+81 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -6/+112 |
| 2021-04-04 | wasm64 | Gus Caplan | -17/+126 |
| 2021-04-04 | resolve: Stable order for derive helper attributes | Vadim Petrochenkov | -6/+9 |
| 2021-04-04 | resolve/expand: Cache intermediate results of `#[derive]` expansion | Vadim Petrochenkov | -73/+97 |
| 2021-04-04 | Auto merge of #83839 - ldm0:deref, r=petrochenkov | bors | -4/+4 |
| 2021-04-04 | Allow clobbering unsupported registers in asm! | Amanieu d'Antras | -33/+76 |
| 2021-04-03 | Auto merge of #83811 - JohnTitor:rollup-hnw1xwz, r=JohnTitor | bors | -11/+14 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -86/+7 |
| 2021-04-04 | Optimize out unneeded type resolving | liudingming | -2/+2 |
| 2021-04-04 | Move log's short part to first | liudingming | -2/+2 |
| 2021-04-04 | Rollup merge of #83810 - benmezger:update-builtin-docs-typo, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-04-04 | Rollup merge of #83804 - detrumi:build-type-ir-on-stable, r=petrochenkov | Yuki Okushi | -6/+4 |
| 2021-04-04 | Rollup merge of #83803 - surechen:add_target_feature, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2021-04-04 | Rollup merge of #83787 - digama0:patch-1, r=bjorn3 | Yuki Okushi | -4/+8 |
| 2021-04-03 | Fix rustc_lint_defs documentation typo | Ben Mezger | -1/+1 |
| 2021-04-03 | Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillot | bors | -48/+62 |
| 2021-04-03 | Add safety comment to StableAddress impl for Mmap | bjorn3 | -0/+4 |
| 2021-04-03 | Add fixme comment to revert change once const_panic is stable | Wilco Kusee | -0/+2 |
| 2021-04-03 | Remove nightly features in rustc_type_ir | Wilco Kusee | -6/+2 |
| 2021-04-03 | add fp-armv8 for ARM_ALLOWED_FEATURES | surechen | -0/+1 |
| 2021-04-03 | Auto merge of #83774 - richkadel:zero-based-counters, r=tmandry | bors | -24/+105 |
| 2021-04-03 | Auto merge of #83599 - jyn514:unorderable, r=Aaron1011 | bors | -2/+5 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -24/+105 |
| 2021-04-02 | Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiasko | bors | -200/+214 |
| 2021-04-02 | Reduce size of statements | Roxane | -14/+16 |
| 2021-04-02 | Fix diagnostic issue when using FakeReads in closures | Roxane | -30/+69 |
| 2021-04-03 | rm target specific logic in link_sanitizer_runtime | Simonas Kazlauskas | -22/+14 |
| 2021-04-03 | (De-)serialize the supported_sanitizers | Simonas Kazlauskas | -14/+59 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -63/+47 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -116/+109 |
| 2021-04-02 | Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPC | bors | -29/+84 |
| 2021-04-02 | Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakis | Dylan DPC | -28/+81 |
| 2021-04-02 | Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebank | Dylan DPC | -1/+3 |
| 2021-04-02 | Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obk | bors | -0/+10 |
| 2021-04-02 | fix | Mario Carneiro | -1/+2 |
| 2021-04-02 | clarify wording | Mario Carneiro | -3/+6 |
| 2021-04-02 | Monomorphization doc fix | Mario Carneiro | -2/+2 |
| 2021-04-02 | Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakis | bors | -3/+78 |
| 2021-04-02 | Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor | bors | -0/+6 |
| 2021-04-02 | Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakis | Yuki Okushi | -0/+6 |