| Age | Commit message (Expand) | Author | Lines |
| 2021-10-15 | Use more lowered spans in for loop | Cameron Steffen | -3/+3 |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -1/+1 |
| 2021-10-15 | Auto merge of #89884 - Mark-Simulacrum:revert-enum-discr, r=wesleywiser | bors | -8/+114 |
| 2021-10-14 | Auto merge of #89882 - matthiaskrgr:rollup-1dh7pz8, r=matthiaskrgr | bors | -16/+46 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -8/+114 |
| 2021-10-14 | Rollup merge of #89390 - tmandry:issue-72117, r=estebank | Matthias Krüger | -16/+46 |
| 2021-10-14 | Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk | bors | -0/+60 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+213 |
| 2021-10-14 | fix codegen test | Deadbeef | -2/+2 |
| 2021-10-14 | Fix const stability | Deadbeef | -0/+30 |
| 2021-10-14 | Avoid tupling at the callee | Deadbeef | -30/+32 |
| 2021-10-14 | Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddle | bors | -0/+31 |
| 2021-10-13 | Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgr | bors | -0/+65 |
| 2021-10-13 | Move misplaced comment | Tyler Mandry | -4/+4 |
| 2021-10-13 | Always check predicates in can_coerce | Tyler Mandry | -12/+6 |
| 2021-10-13 | Fix incorrect Box::pin suggestion | Tyler Mandry | -0/+36 |
| 2021-10-13 | Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebank | Matthias Krüger | -0/+65 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -354/+350 |
| 2021-10-13 | Auto merge of #89822 - tmiasko:overflap-duplicates, r=cjgillot | bors | -0/+19 |
| 2021-10-13 | Auto merge of #89847 - JohnTitor:rollup-xfymeo4, r=JohnTitor | bors | -1/+189 |
| 2021-10-13 | Rollup merge of #89777 - pierwill:fix-88233, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-10-13 | Rollup merge of #89768 - hellow554:tests, r=Mark-Simulacrum | Yuki Okushi | -0/+188 |
| 2021-10-13 | Bless nll tests | Oli Scherer | -10/+12 |
| 2021-10-13 | Re-use logic for adding a suggestion when a lifetime bound is missing on an i... | Oli Scherer | -0/+15 |
| 2021-10-13 | Remove explicit -Zborrowck=mir which does not affect test anymore | Oli Scherer | -6/+2 |
| 2021-10-13 | Remove a feature attribute for an accepted feature | Oli Scherer | -5/+3 |
| 2021-10-13 | Use a label instead of a note for member constraint errors | Oli Scherer | -26/+11 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -319/+319 |
| 2021-10-13 | Auto merge of #89587 - camelid:all-candidates, r=petrochenkov | bors | -2/+108 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -0/+65 |
| 2021-10-13 | Deduplicate regions ids before merging them | Tomasz Miąsko | -0/+19 |
| 2021-10-12 | Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrieril | bors | -56/+337 |
| 2021-10-12 | Work around different filenames for DLLs | Noah Lev | -2/+2 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -1/+49 |
| 2021-10-12 | Include rmeta candidates in "multiple matching crates" error | Noah Lev | -0/+3 |
| 2021-10-12 | Add test for showing rmeta candidates in error | Noah Lev | -0/+39 |
| 2021-10-12 | Test crate loading error stderr | Noah Lev | -2/+18 |
| 2021-10-12 | Add test for associated constants in the sidebar | Guillaume Gomez | -0/+31 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -56/+337 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -1/+2 |
| 2021-10-12 | add some more testcases | Marcel Hellwig | -0/+188 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+181 |
| 2021-10-12 | Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgr | bors | -23/+54 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -1/+2 |
| 2021-10-11 | Rollup merge of #89772 - michaelwoerister:fix-function-names-test-gdb, r=Mark... | Matthias Krüger | -15/+16 |
| 2021-10-11 | Rollup merge of #89471 - nbdd0121:const3, r=fee1-dead | Matthias Krüger | -8/+38 |
| 2021-10-11 | Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakis | bors | -0/+40 |
| 2021-10-11 | Edit explanation of test for nested type ascriptions | pierwill | -1/+1 |
| 2021-10-11 | Split impl-with-default-fn test into a pass test and a fail test | Gary Guo | -8/+38 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -1/+166 |