| Age | Commit message (Expand) | Author | Lines |
| 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-17 | remove inhabitedness check | Erik Desjardins | -8/+6 |
| 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 |
| 2021-03-18 | Rollup merge of #83168 - Aaron1011:lint-procedural-masquerade, r=petrochenkov | Dylan DPC | -0/+60 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -36/+998 |
| 2021-03-18 | Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa | Dylan DPC | -0/+102 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -20/+20 |
| 2021-03-18 | `cargo update -p parking_lot -p parking_lot_core` | Yuki Okushi | -2/+0 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -59/+59 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -31/+35 |
| 2021-03-17 | Don't show HTML diff if tidy isn't installed for rustdoc tests | Guillaume Gomez | -5/+6 |
| 2021-03-17 | Update HashSet natvis | Markus Westerlind | -7/+7 |
| 2021-03-17 | Auto merge of #83225 - JohnTitor:rollup-4hnuhb8, r=JohnTitor | bors | -95/+180 |
| 2021-03-17 | Rollup merge of #83219 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-17 | Rollup merge of #83206 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-03-17 | Rollup merge of #83203 - jyn514:rustdoc-warnings, r=Manishearth | Yuki Okushi | -30/+14 |
| 2021-03-17 | Rollup merge of #83202 - pickfire:patch-6, r=JohnTitor | Yuki Okushi | -3/+4 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -58/+62 |
| 2021-03-17 | Auto merge of #83084 - nagisa:nagisa/features-native, r=petrochenkov | bors | -18/+88 |
| 2021-03-17 | Add more test case | Yuki Okushi | -4/+32 |