| 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 | -15/+17 |
| 2021-10-15 | Don't mark for loop head span with desugaring | Cameron Steffen | -53/+48 |
| 2021-10-15 | Auto merge of #89884 - Mark-Simulacrum:revert-enum-discr, r=wesleywiser | bors | -16/+221 |
| 2021-10-14 | Auto merge of #89882 - matthiaskrgr:rollup-1dh7pz8, r=matthiaskrgr | bors | -49/+120 |
| 2021-10-14 | Drop reverted stabilizations from release notes | Mark Rousskov | -3/+0 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -13/+221 |
| 2021-10-14 | Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddle | Matthias Krüger | -1/+10 |
| 2021-10-14 | Rollup merge of #89873 - askoufis:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-14 | Rollup merge of #89865 - tmandry:llvm-static, r=Mark-Simulacrum | Matthias Krüger | -9/+4 |
| 2021-10-14 | Rollup merge of #89823 - jackh726:project-overflow, r=oli-obk | Matthias Krüger | -1/+1 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-14 | Rollup merge of #89390 - tmandry:issue-72117, r=estebank | Matthias Krüger | -28/+85 |
| 2021-10-14 | Auto merge of #88698 - Noble-Mushtak:master, r=nikomatsakis,oli-obk | bors | -16/+83 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -39/+372 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+10 |
| 2021-10-14 | fix codegen test | Deadbeef | -2/+2 |
| 2021-10-14 | Fix const stability | Deadbeef | -2/+37 |
| 2021-10-14 | Avoid tupling at the callee | Deadbeef | -36/+38 |
| 2021-10-14 | Add missing word to `FromStr` trait docs | Adam Skoufis | -1/+1 |
| 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 | -26/+180 |
| 2021-10-13 | Exit early if expected type is not an adt | Tyler Mandry | -4/+6 |
| 2021-10-13 | Move misplaced comment | Tyler Mandry | -4/+4 |
| 2021-10-13 | Always check predicates in can_coerce | Tyler Mandry | -27/+11 |
| 2021-10-13 | Fix incorrect Box::pin suggestion | Tyler Mandry | -5/+73 |
| 2021-10-13 | Fix line length | Tyler Mandry | -1/+4 |
| 2021-10-13 | Allow static linking LLVM with ThinLTO | Tyler Mandry | -9/+4 |
| 2021-10-13 | Rollup merge of #89853 - cuviper:release-1.56, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-13 | Rollup merge of #89846 - esp-rs:riscv-esp-idf-changelog, r=Mark-Simulacrum | Matthias Krüger | -0/+2 |
| 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 #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplett | Matthias Krüger | -20/+57 |
| 2021-10-13 | Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebank | Matthias Krüger | -1/+109 |
| 2021-10-13 | Auto merge of #89555 - oli-obk:nll_member_constraint_diag, r=estebank | bors | -502/+511 |
| 2021-10-13 | Improve code readability for sidebar links | Guillaume Gomez | -16/+48 |
| 2021-10-13 | Update the 1.56.0 release header for consistency | Josh Stone | -1/+1 |
| 2021-10-13 | Auto merge of #89822 - tmiasko:overflap-duplicates, r=cjgillot | bors | -0/+20 |
| 2021-10-13 | Improve `std::thread::available_parallelism` docs | Yoshua Wuyts | -20/+57 |
| 2021-10-13 | Auto merge of #89847 - JohnTitor:rollup-xfymeo4, r=JohnTitor | bors | -25/+278 |
| 2021-10-13 | Rollup merge of #89845 - davidtwco:davidtwco-mailmap, r=oli-obk | Yuki Okushi | -0/+1 |
| 2021-10-13 | Rollup merge of #89840 - wangkirin:master, r=jyn514 | Yuki Okushi | -3/+3 |
| 2021-10-13 | Rollup merge of #89828 - rusticstuff:overflow-check-options-take-two, r=Mark-... | Yuki Okushi | -1/+16 |
| 2021-10-13 | Rollup merge of #89818 - LingMan:map_or, r=oli-obk | Yuki Okushi | -1/+1 |
| 2021-10-13 | Rollup merge of #89817 - m-ou-se:int-log-10-inline, r=the8472 | Yuki Okushi | -0/+12 |
| 2021-10-13 | Rollup merge of #89816 - Canop:master, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2021-10-13 | Rollup merge of #89814 - jkugelman:must-use-string-transforms-typo, r=joshtri... | Yuki Okushi | -1/+1 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -2/+38 |
| 2021-10-13 | Rollup merge of #89782 - konan8205:develop, r=jsha | Yuki Okushi | -13/+14 |
| 2021-10-13 | Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitor | Yuki Okushi | -1/+1 |