| Age | Commit message (Expand) | Author | Lines |
| 2021-03-21 | Update doc/reference submodule | Nikita Popov | -0/+0 |
| 2021-03-21 | Don't compute optimized PointerKind for unoptimized builds | Nikita Popov | -3/+3 |
| 2021-03-21 | Enable mutable noalias by default for LLVM 12 | Nikita Popov | -3/+3 |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -0/+15 |
| 2021-03-21 | Auto merge of #83339 - Aaron1011:deep-recollect, r=petrochenkov | bors | -1/+34 |
| 2021-03-21 | Perform 'deep recollection' in test helper macros | Aaron Hill | -1/+34 |
| 2021-03-21 | Auto merge of #83333 - Dylan-DPC:rollup-0rdt6sz, r=Dylan-DPC | bors | -94/+161 |
| 2021-03-21 | Rollup merge of #83306 - Aaron1011:js-sys-lint, r=petrochenkov | Dylan DPC | -12/+60 |
| 2021-03-21 | Rollup merge of #83289 - c410-f3r:tests-tests-tests, r=petrochenkov | Dylan DPC | -2/+2 |
| 2021-03-21 | Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk | Dylan DPC | -49/+59 |
| 2021-03-21 | Rollup merge of #82707 - BoxyUwU:errooaaar, r=oli-obk | Dylan DPC | -31/+40 |
| 2021-03-20 | bless mir-opt tests | lcnr | -44/+44 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -5/+15 |
| 2021-03-20 | Bump to 1.53.0 | Mark Rousskov | -1/+1 |
| 2021-03-20 | Move some tests to more reasonable directories - 5 | Caio | -2/+2 |
| 2021-03-20 | Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu | bors | -15/+36 |
| 2021-03-19 | Auto merge of #83308 - Dylan-DPC:rollup-p2j6sy8, r=Dylan-DPC | bors | -14/+89 |
| 2021-03-19 | Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ... | Dylan DPC | -0/+67 |
| 2021-03-19 | Rollup merge of #83285 - alexcrichton:wasm-simd-update, r=cuviper | Dylan DPC | -0/+0 |
| 2021-03-19 | Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk | Dylan DPC | -2/+2 |
| 2021-03-19 | Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 | Dylan DPC | -12/+20 |
| 2021-03-19 | Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini | bors | -1/+1 |
| 2021-03-19 | Extend `proc_macro_back_compat` lint to `js-sys` | Aaron Hill | -12/+60 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -0/+259 |
| 2021-03-19 | Ignore main.js file length | Guillaume Gomez | -0/+1 |
| 2021-03-19 | Only build help popup when it's really needed | Guillaume Gomez | -12/+19 |
| 2021-03-19 | Auto merge of #83301 - Dylan-DPC:rollup-x1yzvhm, r=Dylan-DPC | bors | -37/+252 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -0/+1 |
| 2021-03-19 | Rollup merge of #83179 - Aaron1011:actix-web-lint, r=petrochenkov | Dylan DPC | -7/+79 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -30/+172 |
| 2021-03-19 | Add a second regression test | Oli Scherer | -0/+32 |
| 2021-03-19 | Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix | bors | -10/+76 |
| 2021-03-19 | Do not ICE on ty::Error as an error must already have been reported | Oli Scherer | -0/+35 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -0/+259 |
| 2021-03-18 | Mark early otherwise optimization unsound | Santiago Pastorino | -2/+2 |
| 2021-03-18 | Update LLVM to bring in SIMD updates for WebAssembly | Alex Crichton | -0/+0 |
| 2021-03-19 | Add simd_neg platform intrinsic | SparrowLii | -15/+36 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -0/+1 |
| 2021-03-18 | Auto merge of #83257 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2021-03-18 | Extend `proc_macro_back_compat` lint to `actix-web` | Aaron Hill | -7/+79 |
| 2021-03-18 | update Miri | Ralf Jung | -7/+9 |
| 2021-03-18 | Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieu | bors | -20/+21 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -26/+73 |
| 2021-03-18 | Auto merge of #76447 - pickfire:async-pub, r=estebank | bors | -17/+121 |
| 2021-03-18 | Report missing cases of `bare_trait_objects` | Vadim Petrochenkov | -0/+47 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -6/+6 |
| 2021-03-18 | Rollup merge of #83228 - GuillaumeGomez:no-diff-if-no-tidy, r=jyn514 | Dylan DPC | -5/+6 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -18/+74 |
| 2021-03-18 | Rollup merge of #83204 - jethrogb:jb/sgx-c-build, r=joshtriplett,raoulstrackx | Dylan DPC | -20/+4 |
| 2021-03-18 | Rollup merge of #83192 - kinnison:add-android-21, r=Mark-Simulacrum | Dylan DPC | -0/+2 |