| Age | Commit message (Expand) | Author | Lines |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -5/+70 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -39/+88 |
| 2021-10-14 | Fix const stability | Deadbeef | -2/+5 |
| 2021-10-13 | Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgr | bors | -1/+44 |
| 2021-10-13 | Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebank | Matthias Krüger | -1/+44 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -147/+160 |
| 2021-10-13 | Auto merge of #89822 - tmiasko:overflap-duplicates, r=cjgillot | bors | -0/+1 |
| 2021-10-13 | Auto merge of #89847 - JohnTitor:rollup-xfymeo4, r=JohnTitor | bors | -1/+1 |
| 2021-10-13 | Rollup merge of #89818 - LingMan:map_or, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-10-13 | Re-use logic for adding a suggestion when a lifetime bound is missing on an i... | Oli Scherer | -91/+135 |
| 2021-10-13 | Use a label instead of a note for member constraint errors | Oli Scherer | -3/+19 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -57/+10 |
| 2021-10-13 | Auto merge of #89587 - camelid:all-candidates, r=petrochenkov | bors | -14/+28 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -1/+44 |
| 2021-10-13 | Deduplicate regions ids before merging them | Tomasz Miąsko | -0/+1 |
| 2021-10-12 | Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrieril | bors | -36/+91 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -1/+7 |
| 2021-10-12 | Include rmeta candidates in "multiple matching crates" error | Noah Lev | -13/+15 |
| 2021-10-12 | Sort candidate libraries by source path in error | Noah Lev | -1/+7 |
| 2021-10-12 | Rollup merge of #89809 - tmiasko:remap-real-predicate, r=michaelwoerister | the8472 | -0/+28 |
| 2021-10-12 | Rollup merge of #89784 - Mark-Simulacrum:delete-cache-hit-tracking, r=petroch... | the8472 | -49/+1 |
| 2021-10-12 | Use Option::map_or instead of open coding it | LingMan | -1/+1 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -36/+91 |
| 2021-10-12 | Remap ssa RealPredicate to llvm RealPredicate | Tomasz Miąsko | -0/+28 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -38/+84 |
| 2021-10-12 | Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgr | bors | -146/+221 |
| 2021-10-11 | Rollup merge of #89785 - nbdd0121:master, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2021-10-11 | Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez | Matthias Krüger | -1/+74 |
| 2021-10-11 | Rollup merge of #89675 - oli-obk:type_checker, r=davidtwco | Matthias Krüger | -81/+53 |
| 2021-10-11 | Rollup merge of #89643 - cjgillot:overlap, r=matthewjasper | Matthias Krüger | -45/+65 |
| 2021-10-11 | Rollup merge of #89471 - nbdd0121:const3, r=fee1-dead | Matthias Krüger | -18/+26 |
| 2021-10-11 | Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakis | bors | -6/+9 |
| 2021-10-11 | Remove built-in cache_hit tracking | Mark Rousskov | -49/+1 |
| 2021-10-11 | Fix ICE 89775 | Gary Guo | -1/+3 |
| 2021-10-11 | Clarify the error descriptions | sireliah | -17/+22 |
| 2021-10-11 | Use Ancestory to check default fn in const impl instead of comparing idents | Gary Guo | -18/+26 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -0/+110 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -1/+1 |
| 2021-10-11 | Rollup merge of #89743 - matthewjasper:env-log-fix, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-11 | Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov | bors | -71/+53 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+110 |
| 2021-10-11 | Remove unnecessary variable | Clemens Wasser | -2/+1 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -41/+116 |
| 2021-10-11 | Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplett | Matthias Krüger | -7/+7 |
| 2021-10-10 | Auto merge of #89739 - matthiaskrgr:rollup-kskwqy5, r=matthiaskrgr | bors | -0/+8 |
| 2021-10-10 | Fix RUSTC_LOG handling | Matthew Jasper | -1/+1 |
| 2021-10-10 | Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelid | Matthias Krüger | -0/+8 |
| 2021-10-10 | Auto merge of #89633 - rhysd:issue-65230, r=petrochenkov | bors | -2/+12 |
| 2021-10-10 | Remove for loop range | Clemens Wasser | -2/+2 |
| 2021-10-10 | Apply clippy suggestions | Clemens Wasser | -69/+52 |