| Age | Commit message (Expand) | Author | Lines |
| 2020-10-09 | Auto merge of #77690 - est31:llvm_8_required, r=matthewjasper | bors | -6/+3 |
| 2020-10-09 | Auto merge of #77698 - vandenheuvel:chalkup, r=jackh726 | bors | -4/+4 |
| 2020-10-09 | Auto merge of #77687 - est31:hash_shorter_path, r=davidtwco | bors | -6/+6 |
| 2020-10-09 | Auto merge of #77578 - euclio:max-suggestion, r=davidtwco | bors | -0/+25 |
| 2020-10-09 | Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink | bors | -4/+184 |
| 2020-10-08 | Auto merge of #77723 - jonas-schievink:rollup-htz44r4, r=jonas-schievink | bors | -3/+2 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -4/+184 |
| 2020-10-08 | Rollup merge of #77702 - heckad:patch-3, r=lcnr | Jonas Schievink | -1/+1 |
| 2020-10-08 | Rollup merge of #77673 - heckad:patch-2, r=lcnr | Jonas Schievink | -2/+1 |
| 2020-10-08 | Auto merge of #77110 - lzutao:e0596-amp_mut, r=davidtwco | bors | -33/+37 |
| 2020-10-08 | suggest `MAX` constant if -1 is assigned to unsigned type | Andy Russell | -0/+25 |
| 2020-10-08 | Suggest removing &mut from borrow of &mut | Lzu Tao | -33/+37 |
| 2020-10-08 | Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-10-08 | Remove not needed lambda. | Kazantcev Andrey | -1/+1 |
| 2020-10-08 | Auto merge of #77581 - ecstatic-morse:dataflow-dump-mir-graphviz, r=davidtwco | bors | -24/+24 |
| 2020-10-08 | Update chalk to 0.32.0 | Bram van den Heuvel | -4/+4 |
| 2020-10-08 | Commit suggestion | Kazantcev Andrey | -1/+1 |
| 2020-10-08 | Simplify some code in rustc_llvm/build.rs now that LLVM 8 is required | est31 | -6/+3 |
| 2020-10-08 | Auto merge of #75470 - estebank:bare-type-expr, r=davidtwco | bors | -17/+127 |
| 2020-10-08 | Use shorter path for std::hash::Hash | est31 | -6/+6 |
| 2020-10-07 | Auto merge of #77597 - simonvandel:uninhabited-hashset, r=jonas-schievink | bors | -2/+7 |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -1/+1 |
| 2020-10-07 | Auto merge of #76985 - hbina:clone_check, r=estebank | bors | -1/+13 |
| 2020-10-08 | Remove unnecessary lamda on emitter map. | Kazantcev Andrey | -2/+1 |
| 2020-10-07 | Detect blocks that could be struct expr bodies | Esteban Küber | -17/+127 |
| 2020-10-07 | perf: UninhabitedEnumBranching void n^2 | Simon Vandel Sillesen | -2/+7 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -15/+16 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -21/+124 |
| 2020-10-07 | Auto merge of #77595 - petrochenkov:asmident, r=oli-obk | bors | -20/+20 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -3/+15 |
| 2020-10-06 | Auto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r=Dylan-DPC | bors | -60/+82 |
| 2020-10-07 | Rollup merge of #77614 - khyperia:set_span, r=eddyb | Dylan DPC | -1/+6 |
| 2020-10-07 | Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkov | Dylan DPC | -1/+2 |
| 2020-10-07 | Rollup merge of #77582 - ecstatic-morse:disable-early-otherwise-branch, r=wes... | Dylan DPC | -1/+1 |
| 2020-10-07 | Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse | Dylan DPC | -17/+15 |
| 2020-10-07 | Rollup merge of #77515 - jackh726:chalk-0.31, r=matthewjasper | Dylan DPC | -40/+57 |
| 2020-10-07 | Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez | Dylan DPC | -0/+1 |
| 2020-10-06 | Auto merge of #77386 - joshtriplett:static-glibc, r=petrochenkov | bors | -2/+2 |
| 2020-10-06 | Update error code page | Dylan MacKenzie | -12/+4 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -40/+57 |
| 2020-10-06 | Let backends access span information | khyperia | -1/+6 |
| 2020-10-06 | Fix NLL compare mode tests | Matthew Jasper | -4/+5 |
| 2020-10-06 | Deduplicate some code | Matthew Jasper | -24/+15 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -22/+33 |
| 2020-10-06 | Avoid creating useless projection predicate | Matthew Jasper | -10/+21 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -10/+16 |
| 2020-10-06 | Deduplicate item bounds after normalization | Matthew Jasper | -17/+40 |
| 2020-10-06 | Don't require lifetime super-bounds on traits apply to trait objects of that ... | Matthew Jasper | -14/+17 |
| 2020-10-06 | Normalize super trait bounds when confirming object candidates | Matthew Jasper | -9/+20 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -112/+41 |