| Age | Commit message (Expand) | Author | Lines |
| 2022-10-08 | Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errors | Matthias Krüger | -27/+43 |
| 2022-10-08 | Auto merge of #99505 - joboet:futex_once, r=thomcc | bors | -289/+483 |
| 2022-10-07 | Auto merge of #102792 - weihanglo:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -5321/+1379 |
| 2022-10-07 | Update cargo | Weihang Lo | -0/+0 |
| 2022-10-07 | Auto merge of #102787 - Dylan-DPC:rollup-fvbb4t9, r=Dylan-DPC | bors | -164/+319 |
| 2022-10-07 | Rollup merge of #102780 - RalfJung:miri-lib-sys, r=Mark-Simulacrum | Dylan DPC | -1/+4 |
| 2022-10-07 | Rollup merge of #102779 - TaKO8Ki:fix-type-of-ice-102768, r=fee1-dead | Dylan DPC | -2/+51 |
| 2022-10-07 | Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726 | Dylan DPC | -13/+61 |
| 2022-10-07 | Rollup merge of #102760 - saethlin:dont-reinit-buffer, r=Mark-Simulacrum | Dylan DPC | -3/+48 |
| 2022-10-07 | Rollup merge of #102475 - RalfJung:unsafe, r=dtolnay | Dylan DPC | -31/+120 |
| 2022-10-07 | Rollup merge of #102300 - scottmcm:simpler-fold-closures, r=Mark-Simulacrum | Dylan DPC | -114/+35 |
| 2022-10-07 | Allow transmutes between the same types after erasing lifetimes | Oli Scherer | -27/+43 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -5321/+1379 |
| 2022-10-07 | Auto merge of #101632 - camsteffen:refactor-infer-err, r=lcnr | bors | -3021/+2831 |
| 2022-10-07 | review feedback | Ralf Jung | -42/+43 |
| 2022-10-07 | run Miri CI when std::sys changes | Ralf Jung | -1/+4 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -2200/+1984 |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -2/+51 |
| 2022-10-07 | Remove a reference from Inherited | Cameron Steffen | -13/+13 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -280/+240 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -568/+634 |
| 2022-10-07 | Auto merge of #102025 - chenyukang:fix-102002, r=jyn514 | bors | -2/+10 |
| 2022-10-07 | std: use futex in `Once` | joboet | -289/+483 |
| 2022-10-07 | Auto merge of #102767 - matthiaskrgr:rollup-vcbt81v, r=matthiaskrgr | bors | -30/+53 |
| 2022-10-07 | Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2022-10-07 | Rollup merge of #102748 - cuviper:i586-gnu-uncompress, r=pietroalbini | Matthias Krüger | -1/+5 |
| 2022-10-07 | Rollup merge of #102747 - notriddle:notriddle/docblock-a-not-srclink, r=Guill... | Matthias Krüger | -2/+3 |
| 2022-10-07 | Rollup merge of #102744 - notriddle:notriddle/content-item-list, r=GuillaumeG... | Matthias Krüger | -15/+10 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2022-10-07 | Rollup merge of #102577 - kornelski:non-code-visual-studio, r=wesleywiser | Matthias Krüger | -2/+3 |
| 2022-10-07 | Auto merge of #101988 - petrochenkov:flavor2, r=lqd | bors | -438/+569 |
| 2022-10-06 | Avoid defensive re-initialization of the BufReader buffer | Ben Kimock | -3/+48 |
| 2022-10-07 | Check WhereClauseReferencesSelf after all other object safety checks | Michael Goulet | -13/+61 |
| 2022-10-07 | let-else: test else block with non-never uninhabited type | est31 | -1/+23 |
| 2022-10-06 | Auto merge of #102729 - flip1995:clippyup, r=Manishearth | bors | -4359/+10165 |
| 2022-10-06 | Warn about Visual Studio Code branding confusion | Kornel | -2/+3 |
| 2022-10-06 | Auto merge of #102741 - matthiaskrgr:rollup-63no5tz, r=matthiaskrgr | bors | -169/+500 |
| 2022-10-06 | Disable compressed debug sections on i586-gnu | Josh Stone | -1/+5 |
| 2022-10-06 | rustdoc: remove unused CSS `.docblock a:not(.srclink)` | Michael Howell | -2/+3 |
| 2022-10-06 | rustdoc: remove unused HTML `class="item-list"` | Michael Howell | -10/+10 |
| 2022-10-06 | rustdoc: remove unused CSS `.content .item-list` | Michael Howell | -5/+0 |
| 2022-10-06 | Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup | Philipp Krones | -69/+20 |
| 2022-10-06 | Auto merge of #9593 - Andy-Python-Programmer:master, r=llogiq | bors | -1/+5 |
| 2022-10-06 | Rollup merge of #102736 - GuillaumeGomez:search-input-color, r=notriddle | Matthias Krüger | -8/+4 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -74/+56 |
| 2022-10-06 | Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-dead | Matthias Krüger | -14/+50 |
| 2022-10-06 | Rollup merge of #102680 - dtolnay:btreesend, r=thomcc | Matthias Krüger | -3/+300 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -70/+90 |
| 2022-10-06 | Auto merge of #9599 - nyurik:inline-crash, r=flip1995 | bors | -56/+15 |