| Age | Commit message (Expand) | Author | Lines |
| 2021-10-15 | Fix clippy with for loop span change | Cameron Steffen | -7/+1 |
| 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/+151 |
| 2021-10-14 | Auto merge of #89882 - matthiaskrgr:rollup-1dh7pz8, r=matthiaskrgr | bors | -25/+50 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -8/+151 |
| 2021-10-14 | Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum | Matthias Krüger | -9/+4 |
| 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 | -16/+110 |
| 2021-10-13 | Auto merge of #89858 - matthiaskrgr:rollup-evsnr2e, r=matthiaskrgr | bors | -4/+76 |
| 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 | Allow static linking LLVM with ThinLTO | Tyler Mandry | -9/+4 |
| 2021-10-13 | Rollup merge of #89759 - jyn514:x-build-assemble, r=Mark-Simulacrum | Matthias Krüger | -3/+10 |
| 2021-10-13 | Rollup merge of #89757 - jyn514:submodule, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 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 | -355/+351 |
| 2021-10-13 | Improve code readability for sidebar links | Guillaume Gomez | -16/+48 |
| 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 | -15/+207 |
| 2021-10-13 | Rollup merge of #89828 - rusticstuff:overflow-check-options-take-two, r=Mark-... | Yuki Okushi | -1/+4 |
| 2021-10-13 | Rollup merge of #89782 - konan8205:develop, r=jsha | Yuki Okushi | -13/+14 |
| 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 | Update clippy ui output | Oli Scherer | -1/+1 |
| 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 | -5/+111 |
| 2021-10-13 | Assemble the compiler when running `x.py build` | Joshua Nelson | -3/+10 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -0/+65 |
| 2021-10-13 | Auto merge of #89802 - ehuss:update-cargo, r=ehuss | bors | -0/+2 |
| 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 | -2/+50 |
| 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 | -4/+20 |
| 2021-10-12 | Make `rust.overflow-checks-std`option default to `rust.overflow-checks`. | Hans Kratz | -1/+2 |
| 2021-10-12 | Add --enable-debug-assertions-std option to configure script. | Hans Kratz | -0/+1 |