about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-29Upgrade elsa to the newest version.David Venhoek-3/+3
2025-01-24Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e...bors-667/+1054
2025-01-24Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgrbors-173/+2317
2025-01-24Rollup merge of #135936 - RalfJung:reify-intrinsic, r=oli-obkMatthias Krüger-11/+11
2025-01-24Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726Matthias Krüger-36/+36
2025-01-24Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomccMatthias Krüger-0/+86
2025-01-24Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi...Matthias Krüger-96/+200
2025-01-24Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomezMatthias Krüger-26/+125
2025-01-24Rollup merge of #135757 - no1wudi:master, r=compiler-errorsMatthias Krüger-2/+230
2025-01-24Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35Matthias Krüger-2/+2
2025-01-24Rollup merge of #133605 - traviscross:TC/add-2024-drop-order-tests, r=compile...Matthias Krüger-0/+1627
2025-01-24Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgrbors-100/+664
2025-01-24Auto merge of #135947 - matthiaskrgr:rollup-k9jpfls, r=matthiaskrgrbors-251/+1609
2025-01-23Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler...bors-6/+5
2025-01-24Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc...Matthias Krüger-1/+3
2025-01-24Rollup merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=KobzolMatthias Krüger-1/+3
2025-01-24Rollup merge of #135855 - cuviper:parser-size, r=wesleywiserMatthias Krüger-2/+3
2025-01-24Rollup merge of #135827 - marcoieni:free-space-script, r=KobzolMatthias Krüger-1/+143
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-5/+367
2025-01-24Rollup merge of #135638 - Kobzol:gcc-ci, r=onur-ozkanMatthias Krüger-4/+57
2025-01-24Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviperMatthias Krüger-86/+88
2025-01-23Add extensive set of drop order testsTravis Cross-0/+1627
2025-01-23Give E0223 similar-item suggestion test more descriptive name.Zachary S-13/+13
2025-01-23Rollup merge of #135920 - hkBst:patch-16, r=SparrowLiiMatthias Krüger-7/+1
2025-01-23Rollup merge of #135911 - Zalathar:arena-cache-option, r=compiler-errorsMatthias Krüger-9/+64
2025-01-23Rollup merge of #135908 - ken-matsui:remove-asm-to-obj-comment, r=compiler-er...Matthias Krüger-6/+3
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-174/+68
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-22/+49
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-19/+12
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-14/+1412
2025-01-23fix reify-intrinsic testRalf Jung-11/+11
2025-01-23Auto merge of #135921 - matthiaskrgr:rollup-5mzn76m, r=matthiaskrgrbors-94/+669
2025-01-23Remove outdated sentencebjorn3-1/+0
2025-01-23Remove RunCompilerbjorn3-32/+16
2025-01-23Remove set_make_codegen_backend and set_file_loaderbjorn3-59/+27
2025-01-23Remove the need to manually call set_using_internal_featuresbjorn3-93/+36
2025-01-23Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmeasebors-172/+127
2025-01-23Rollup merge of #135898 - aDotInTheVoid:dyndoc, r=fmeaseMatthias Krüger-2/+1
2025-01-23Rollup merge of #135887 - onur-ozkan:testing-improvements, r=jieyouxuMatthias Krüger-65/+37
2025-01-23Rollup merge of #135884 - hkBst:patch-13, r=compiler-errorsMatthias Krüger-1/+1
2025-01-23Rollup merge of #135883 - GrigorenkoPV:btree_set_upper_bound_mut, r=tgross35Matthias Krüger-4/+4
2025-01-23Rollup merge of #135879 - onur-ozkan:invalid-file-path, r=jieyouxuMatthias Krüger-1/+1
2025-01-23Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqdMatthias Krüger-2/+145
2025-01-23Rollup merge of #135779 - marcoieni:free-disk-arm-runner, r=KobzolMatthias Krüger-0/+2
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-16/+411
2025-01-23Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r...Matthias Krüger-3/+67
2025-01-23simplify parse_format::Parser::ws by using next_ifMarijn Schouten-7/+1
2025-01-23Handle parenthesised infer argsBoxy-6/+32
2025-01-23Explain visit_ty_unambig namingBoxy-0/+6
2025-01-23make `hir::Ty/ConstArg` methods generic where applicableBoxy-13/+23