| Age | Commit message (Expand) | Author | Lines |
| 2021-01-13 | Fix formatting specifiers doc link | Caleb Sander | -12/+30 |
| 2021-01-13 | Auto merge of #76219 - Mark-Simulacrum:extern-require-abi, r=estebank | bors | -1114/+1233 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -166/+155 |
| 2021-01-13 | Lint on extern in item declaration position | Mark Rousskov | -9/+15 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -945/+1008 |
| 2021-01-13 | Introduce missing ABI lint on extern blocks | Mark Rousskov | -7/+68 |
| 2021-01-13 | Auto merge of #80824 - cuviper:heap-clones, r=kennytm | bors | -23/+65 |
| 2021-01-13 | Auto merge of #77858 - ijackson:split-inclusive, r=KodrAus | bors | -34/+22 |
| 2021-01-13 | Auto merge of #80960 - Dylan-DPC:rollup-89tri8x, r=Dylan-DPC | bors | -100/+660 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -2/+2 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -6/+6 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -3/+3 |
| 2021-01-13 | bump split_inclusive stabilization to 1.51.0 | Ashley Mannix | -11/+11 |
| 2021-01-13 | Rollup merge of #80935 - pierwill:rustc_middle-levelandsource, r=petrochenkov | Dylan DPC | -10/+10 |
| 2021-01-13 | Rollup merge of #80924 - teryror:issue-80893-fix, r=jyn514 | Dylan DPC | -5/+7 |
| 2021-01-13 | Rollup merge of #80922 - spastorino:revert-inline-always-in-debug, r=wesleywiser | Dylan DPC | -39/+26 |
| 2021-01-13 | Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco | Dylan DPC | -3/+43 |
| 2021-01-13 | Rollup merge of #80796 - cuviper:llvm-11.0.1, r=nikic | Dylan DPC | -3/+4 |
| 2021-01-13 | Rollup merge of #80736 - KodrAus:feat/lazy-resolve, r=dtolnay | Dylan DPC | -10/+39 |
| 2021-01-13 | Rollup merge of #80662 - rxrbln:master, r=estebank | Dylan DPC | -0/+16 |
| 2021-01-13 | Rollup merge of #80232 - bugadani:roundtrip, r=estebank | Dylan DPC | -4/+2 |
| 2021-01-13 | Rollup merge of #79588 - estebank:issue-79187, r=oli-obk | Dylan DPC | -25/+392 |
| 2021-01-13 | Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebank | Dylan DPC | -1/+121 |
| 2021-01-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -248/+260 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -248/+260 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -516/+557 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -25/+392 |
| 2021-01-12 | Make `DefIdForest` cheaper to clone | Nadrieril | -59/+81 |
| 2021-01-12 | move WriteCloneIntoRaw into alloc::alloc | Josh Stone | -27/+31 |
| 2021-01-12 | Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a... | bors | -7/+35 |
| 2021-01-12 | Turn type inhabitedness into a query | Nadrieril | -27/+60 |
| 2021-01-12 | Add tests for uninhabited types | Nadrieril | -212/+351 |
| 2021-01-12 | Deduplicate some tests using revisions | Nadrieril | -227/+74 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -220/+556 |
| 2021-01-12 | Simplify regression test | Tristan Dannenberg | -4/+3 |
| 2021-01-12 | Update help message and add regression test | Tristan Dannenberg | -6/+8 |
| 2021-01-12 | Fix rustdoc --test-builder argument parsing | Tristan Dannenberg | -2/+3 |
| 2021-01-12 | Coverage computation needs access to the MIR, too | oli | -6/+13 |
| 2021-01-12 | Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d... | bors | -168/+292 |
| 2021-01-12 | Auto merge of #80499 - matthiaskrgr:red_clos, r=estebank | bors | -44/+41 |
| 2021-01-12 | Auto merge of #80939 - JohnTitor:rollup-pymns4q, r=JohnTitor | bors | -98/+142 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -16/+13 |
| 2021-01-12 | Rollup merge of #80927 - LingMan:matches, r=estebank | Yuki Okushi | -2/+1 |
| 2021-01-12 | Rollup merge of #80917 - epilys:patch-1, r=jyn514 | Yuki Okushi | -8/+5 |
| 2021-01-12 | Rollup merge of #80898 - JohnTitor:vecdeque-another-case, r=lcnr | Yuki Okushi | -0/+15 |
| 2021-01-12 | Rollup merge of #80897 - camelid:atty, r=jyn514 | Yuki Okushi | -33/+4 |
| 2021-01-12 | Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkov | Yuki Okushi | -10/+0 |
| 2021-01-12 | Rollup merge of #80600 - CoffeeBlend:maybe_uninit_array_assume_init, r=dtolnay | Yuki Okushi | -0/+56 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -29/+48 |
| 2021-01-12 | Auto merge of #80463 - tgnottingham:incr_comp_serial_mem_usage, r=oli-obk | bors | -220/+686 |