| Age | Commit message (Expand) | Author | Lines |
| 2020-12-21 | bless no-patterns-in-args-2 ui test suit | Daiki Ihara | -1/+1 |
| 2020-12-21 | Rollup merge of #80211 - wabain:async-fn-trait-bound-suggestion, r=petrochenkov | Dylan DPC | -1/+89 |
| 2020-12-21 | Rollup merge of #80199 - RalfJung:const-fake, r=oli-obk | Dylan DPC | -1/+35 |
| 2020-12-21 | Rollup merge of #80170 - ldm0:fixice, r=lcnr | Dylan DPC | -0/+57 |
| 2020-12-20 | Auto merge of #78317 - est31:linear_in_impl_count, r=matthewjasper | bors | -0/+206 |
| 2020-12-20 | Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-se | bors | -4/+18 |
| 2020-12-21 | Move test from compile-fail to ui/binop | Donough Liu | -0/+37 |
| 2020-12-20 | Fix ICE on suggesting calling function | Donough Liu | -0/+20 |
| 2020-12-20 | Auto merge of #80163 - jackh726:binder-refactor-part-3, r=lcnr | bors | -15/+15 |
| 2020-12-20 | Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov | bors | -56/+126 |
| 2020-12-19 | Handle desugaring in impl trait bound suggestion | William Bain | -1/+89 |
| 2020-12-20 | Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk | bors | -0/+32 |
| 2020-12-19 | also const-check FakeRead | Ralf Jung | -1/+35 |
| 2020-12-19 | Auto merge of #80104 - Nadrieril:usefulness-merging, r=varkor | bors | -25/+101 |
| 2020-12-19 | Auto merge of #80132 - matthewjasper:revert-eval-order, r=nikomatsakis | bors | -0/+39 |
| 2020-12-19 | implement edition-specific :pat behavior for 2015/18 | mark | -56/+126 |
| 2020-12-19 | Auto merge of #80180 - JohnTitor:rollup-a31s996, r=JohnTitor | bors | -8/+16 |
| 2020-12-19 | Rollup merge of #80133 - Aaron1011:fix/const-mut-deref, r=estebank | Yuki Okushi | -8/+16 |
| 2020-12-19 | Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnr | bors | -5/+112 |
| 2020-12-19 | Auto merge of #77035 - mibac138:fn-fat-arrow-return, r=davidtwco | bors | -8/+148 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -15/+15 |
| 2020-12-18 | Merge unreachable subpatterns correctly | Nadrieril | -16/+8 |
| 2020-12-18 | Keep all witnesses of non-exhaustiveness | Nadrieril | -12/+14 |
| 2020-12-18 | Rewrite usefulness merging using `SpanSet` | Nadrieril | -2/+8 |
| 2020-12-18 | Add tests | Nadrieril | -19/+95 |
| 2020-12-18 | Rollup merge of #80135 - camelid:const-macro-nt, r=petrochenkov | Ralf Jung | -0/+20 |
| 2020-12-18 | Rollup merge of #80121 - LeSeulArtichaut:if-let-experimental, r=davidtwco | Ralf Jung | -4/+4 |
| 2020-12-18 | Auto merge of #80138 - Dylan-DPC:rollup-qamsfyh, r=Dylan-DPC | bors | -3579/+208 |
| 2020-12-18 | Rollup merge of #80109 - richkadel:llvm-coverage-counters-2.3.0, r=tmandry | Dylan DPC | -3576/+86 |
| 2020-12-18 | Rollup merge of #80023 - sasurau4:feature/enhance-error-message-when-wrongly-... | Dylan DPC | -2/+93 |
| 2020-12-18 | Rollup merge of #78164 - Aaron1011:fix/async-region-name, r=tmandry | Dylan DPC | -1/+29 |
| 2020-12-17 | Don't allow `const` to begin a nonterminal | Camelid | -0/+20 |
| 2020-12-17 | Auto merge of #80122 - davidtwco:revert-76030, r=oli-obk | bors | -1/+2 |
| 2020-12-17 | Suppress `CONST_ITEM_MUTATION` lint if a dereference occurs anywhere | Aaron Hill | -8/+16 |
| 2020-12-17 | Revert change to evaluation order | Matthew Jasper | -0/+39 |
| 2020-12-17 | Prefer regions with an `external_name` in `approx_universal_upper_bound` | Aaron Hill | -1/+29 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -1/+7 |
| 2020-12-17 | Revert "cg_llvm: `fewer_names` in `uncached_llvm_type`" | David Wood | -1/+2 |
| 2020-12-17 | Change the message for `if_let_guard` feature gate | LeSeulArtichaut | -4/+4 |
| 2020-12-17 | Add test case for break expr with misspelled value | Daiki Ihara | -2/+93 |
| 2020-12-17 | Rollup merge of #80040 - tmiasko:always-lower-intrinsics, r=Dylan-DPC | Guillaume Gomez | -0/+28 |
| 2020-12-16 | Remove redundant and unreliable coverage test results | Rich Kadel | -3576/+86 |
| 2020-12-17 | Auto merge of #80105 - JohnTitor:rollup-8c030u5, r=JohnTitor | bors | -132/+335 |
| 2020-12-17 | Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandry | Yuki Okushi | -74/+74 |
| 2020-12-17 | Rollup merge of #80069 - jyn514:core-assert, r=dtolnay | Yuki Okushi | -0/+13 |
| 2020-12-17 | Rollup merge of #79882 - wecing:master, r=oli-obk | Yuki Okushi | -0/+16 |
| 2020-12-17 | Rollup merge of #79877 - bstrie:depinfut, r=oli-obk | Yuki Okushi | -13/+42 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -45/+190 |
| 2020-12-16 | Bless NLL test | Jack Huey | -1/+7 |
| 2020-12-17 | Auto merge of #79790 - LeSeulArtichaut:issue-79683, r=lcnr | bors | -0/+113 |