| Age | Commit message (Expand) | Author | Lines |
| 2022-12-05 | Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrum | bors | -16/+17 |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -29/+46 |
| 2022-12-04 | Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errors | bors | -1/+131 |
| 2022-12-04 | Avoid InferCtxt::build in generic_arg_mismatch_err | Michael Goulet | -4/+1 |
| 2022-12-04 | Avoid InferCtxt::build in report_similar_impl_candidates | Michael Goulet | -10/+6 |
| 2022-12-04 | Auto merge of #104535 - mikebenfield:discr-fix, r=pnkfelix | bors | -14/+56 |
| 2022-12-04 | Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr | bors | -194/+433 |
| 2022-12-04 | Rollup merge of #105253 - bjorn3:update_rustbuild_deps, r=jyn514 | Matthias Krüger | -30/+24 |
| 2022-12-04 | Rollup merge of #105247 - cjgillot:issue-102682, r=compiler-errors | Matthias Krüger | -75/+63 |
| 2022-12-04 | Rollup merge of #105236 - JohnTitor:issue-47814, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2022-12-04 | Rollup merge of #105224 - cjgillot:issue-104240, r=compiler-errors | Matthias Krüger | -4/+24 |
| 2022-12-04 | Rollup merge of #105141 - ohno418:fix-ice-on-invalid-var-decl-in-macro-call, ... | Matthias Krüger | -19/+76 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -66/+218 |
| 2022-12-04 | Auto merge of #103293 - est31:untwist_and_drop_order, r=nagisa | bors | -16/+165 |
| 2022-12-04 | Update crossbeam | bjorn3 | -12/+10 |
| 2022-12-04 | Update rayon to 1.6 | bjorn3 | -5/+4 |
| 2022-12-04 | Update pretty_assertions to 1.3 | bjorn3 | -13/+10 |
| 2022-12-04 | Auto merge of #105248 - matthiaskrgr:rollup-d56k6bc, r=matthiaskrgr | bors | -42/+152 |
| 2022-12-04 | Rollup merge of #105237 - JohnTitor:issue-79450, r=oli-obk | Matthias Krüger | -0/+32 |
| 2022-12-04 | Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov | Matthias Krüger | -0/+26 |
| 2022-12-04 | Rollup merge of #105123 - BlackHoleFox:fixing-the-macos-deployment, r=oli-obk | Matthias Krüger | -32/+76 |
| 2022-12-04 | Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler... | Matthias Krüger | -10/+18 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -75/+63 |
| 2022-12-04 | Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc | bors | -2/+1 |
| 2022-12-04 | Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote | bors | -110/+60 |
| 2022-12-04 | Also avoid creating a terminating scope in mixed chains | est31 | -13/+32 |
| 2022-12-04 | Improve comments | est31 | -6/+18 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -505/+441 |
| 2022-12-04 | Add regression test for #79450 | Yuki Okushi | -0/+32 |
| 2022-12-04 | Add regression test for #47814 | Yuki Okushi | -0/+28 |
| 2022-12-04 | Auto merge of #105217 - jyn514:submodule-fixes, r=bjorn3 | bors | -2/+15 |
| 2022-12-03 | Remove drop order twist of && and || and make them associative | est31 | -11/+129 |
| 2022-12-03 | Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr | bors | -1141/+1470 |
| 2022-12-03 | Properly substitute inherent associated types. | Camille GILLOT | -4/+24 |
| 2022-12-03 | Auto merge of #105212 - pietroalbini:pa-macos-xl, r=jyn514 | bors | -7/+7 |
| 2022-12-03 | Rollup merge of #105214 - RalfJung:miri, r=RalfJung | Matthias Krüger | -909/+1075 |
| 2022-12-03 | Rollup merge of #105208 - chenyukang:yukang/fix-105069, r=cjgillot | Matthias Krüger | -5/+48 |
| 2022-12-03 | Rollup merge of #105201 - cjgillot:issue-105040, r=compiler-errors | Matthias Krüger | -0/+40 |
| 2022-12-03 | Rollup merge of #105200 - cjgillot:issue-104562, r=compiler-errors | Matthias Krüger | -19/+22 |
| 2022-12-03 | Rollup merge of #105193 - tmiasko:naked-nocoverage, r=wesleywiser | Matthias Krüger | -11/+30 |
| 2022-12-03 | Rollup merge of #105164 - compiler-errors:revert-import-filter, r=estebank | Matthias Krüger | -9/+17 |
| 2022-12-03 | Rollup merge of #105153 - oli-obk:fail_faster, r=compiler-errors | Matthias Krüger | -1/+28 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -158/+157 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -29/+53 |
| 2022-12-03 | Don't exit with an error if there are no changes to submodules | Joshua Nelson | -2/+15 |
| 2022-12-03 | update lockfile | Ralf Jung | -2/+2 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -527/+491 |
| 2022-12-03 | switch to the macos-12-xl builder | Pietro Albini | -7/+7 |
| 2022-12-03 | parser: refactoring on recovery from invalid variable declarations | Yutaro Ohno | -16/+21 |
| 2022-12-03 | fix #101749, use . instead of :: when accessing a method of an object | yukang | -66/+218 |