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