| Age | Commit message (Expand) | Author | Lines |
| 2021-03-19 | Auto merge of #83301 - Dylan-DPC:rollup-x1yzvhm, r=Dylan-DPC | bors | -252/+530 |
| 2021-03-19 | Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplett | Dylan DPC | -1/+1 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -8/+18 |
| 2021-03-19 | Rollup merge of #83230 - jyn514:remove-macros, r=joshtriplett | Dylan DPC | -15/+7 |
| 2021-03-19 | Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplett | Dylan DPC | -0/+7 |
| 2021-03-19 | Rollup merge of #83208 - jethrogb:jb/gitignore, r=Xanewok | Dylan DPC | -3/+3 |
| 2021-03-19 | Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplett | Dylan DPC | -78/+85 |
| 2021-03-19 | Rollup merge of #83179 - Aaron1011:actix-web-lint, r=petrochenkov | Dylan DPC | -24/+108 |
| 2021-03-19 | Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplett | Dylan DPC | -2/+7 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -60/+255 |
| 2021-03-19 | Rollup merge of #82759 - m-ou-se:remove-unwrap-none, r=petrochenkov | Dylan DPC | -23/+38 |
| 2021-03-19 | Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett | Dylan DPC | -38/+1 |
| 2021-03-19 | Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix | bors | -10/+76 |
| 2021-03-19 | Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett | bors | -0/+84 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -8/+18 |
| 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 | -24/+108 |
| 2021-03-18 | Auto merge of #83166 - cjgillot:defkey-vge, r=oli-obk | bors | -92/+86 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -23/+38 |
| 2021-03-18 | update Miri | Ralf Jung | -7/+9 |
| 2021-03-18 | Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieu | bors | -27/+34 |
| 2021-03-18 | Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se | bors | -3/+2 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -93/+192 |
| 2021-03-18 | Auto merge of #76447 - pickfire:async-pub, r=estebank | bors | -26/+160 |
| 2021-03-18 | Report missing cases of `bare_trait_objects` | Vadim Petrochenkov | -2/+81 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -17/+23 |
| 2021-03-17 | Auto merge of #83247 - Dylan-DPC:rollup-bdwmvjg, r=Dylan-DPC | bors | -192/+1837 |
| 2021-03-18 | Rollup merge of #83231 - DieracDelta:lp64d-abi-for-riscvgc-unknown-none-elf, ... | Dylan DPC | -0/+1 |
| 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 #83223 - JohnTitor:display-err-from-mmap, r=joshtriplett | Dylan DPC | -4/+6 |
| 2021-03-18 | Rollup merge of #83216 - jyn514:register-tool, r=petrochenkov | Dylan DPC | -32/+112 |
| 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 | -29/+103 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -88/+1100 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -7/+16 |
| 2021-03-18 | Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa | Dylan DPC | -1/+181 |
| 2021-03-18 | Rollup merge of #82191 - Soveu:dedup, r=nagisa | Dylan DPC | -6/+306 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -74/+88 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -63/+68 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -326/+358 |
| 2021-03-17 | Fix gitattibutes for old git versions | Jethro Beekman | -3/+3 |
| 2021-03-17 | Iterate for super_predicates. | Camille GILLOT | -11/+3 |
| 2021-03-17 | riscvgc-unknown-none-elf use lp64d ABI | Justin Restivo | -0/+1 |
| 2021-03-17 | Move some test-only code to test files | Joshua Nelson | -78/+85 |
| 2021-03-17 | Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor | bors | -55/+53 |
| 2021-03-17 | Don't show HTML diff if tidy isn't installed for rustdoc tests | Guillaume Gomez | -5/+6 |
| 2021-03-17 | Remove unnecessary `forward_inner_docs` hack | Joshua Nelson | -15/+7 |