about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-04Rollup merge of #135084 - maurer:nuw, r=nikicMatthias Krüger-2/+2
2025-01-04Rollup merge of #135069 - matthiaskrgr:param_rec_usage, r=jieyouxuMatthias Krüger-25/+14
2025-01-04Rollup merge of #135066 - jieyouxu:check-run-make-support, r=clubby789Matthias Krüger-0/+6
2025-01-04Rollup merge of #135064 - RalfJung:const-in-pat-partial-eq-not-const, r=compi...Matthias Krüger-0/+58
2025-01-04Rollup merge of #135055 - compiler-errors:rpitit-infer-in-stricter-impl, r=es...Matthias Krüger-54/+90
2025-01-04Rollup merge of #135001 - Kobzol:bootstrap-mcp-510, r=onur-ozkanMatthias Krüger-2/+14
2025-01-04Rollup merge of #133964 - joboet:select_unpredictable, r=tgross35Matthias Krüger-3/+86
2025-01-04Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obkbors-304/+269
2025-01-04Auto merge of #135089 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-01-03Update cargoWeihang Lo-0/+0
2025-01-03Auto merge of #135086 - matthiaskrgr:rollup-3sfnc1w, r=matthiaskrgrbors-509/+780
2025-01-03Rollup merge of #135058 - onur-ozkan:path-resolution, r=jieyouxuMatthias Krüger-27/+76
2025-01-03Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ...Matthias Krüger-316/+388
2025-01-03Rollup merge of #135043 - notriddle:notriddle/allowed-through-unstable-module...Matthias Krüger-3/+44
2025-01-03Rollup merge of #135036 - jieyouxu:rmake-be-quiet, r=compiler-errorsMatthias Krüger-107/+235
2025-01-03Rollup merge of #135007 - compiler-errors:outlives-tweaks, r=oli-obkMatthias Krüger-51/+32
2025-01-03Rollup merge of #134965 - Noratrieb:slightly-late-for-boxing-day-sadly-but-st...Matthias Krüger-1/+2
2025-01-03Rollup merge of #133420 - thesummer:rtems-unwind, r=workingjubileeMatthias Krüger-4/+3
2025-01-03Update carrying_mul_add test to tolerate `nuw`Matthew Maurer-2/+2
2025-01-03add codegen test for `bool::select_unpredictable`joboet-0/+35
2025-01-03Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxubors-18/+57
2025-01-03const-in-pattern: test that the PartialEq impl does not need to be constRalf Jung-0/+58
2025-01-03Auto merge of #135063 - pietroalbini:pa-bump-version, r=pietroalbinibors-1/+1
2025-01-03remove unused function paramsMatthias Krüger-25/+14
2025-01-03run-make-support: tidy up assertion failure dumping许杰友 Jieyou Xu (Joe)-33/+58
2025-01-03run-make-support: add basic sanity tests for assertion helpers许杰友 Jieyou Xu (Joe)-0/+103
2025-01-03run-make-support: convert `assertion_helpers` to module许杰友 Jieyou Xu (Joe)-0/+0
2025-01-03bootstrap: support `./x check run-make-support`许杰友 Jieyou Xu (Joe)-0/+6
2025-01-03bump versionPietro Albini-1/+1
2025-01-03Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgrbors-106/+200
2025-01-03add coverage for multiple pathsonur-ozkan-0/+20
2025-01-03Rollup merge of #135049 - cramertj:rmunused, r=compiler-errorsMatthias Krüger-25/+7
2025-01-03Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errorsMatthias Krüger-14/+119
2025-01-03Rollup merge of #134241 - liigo:patch-16, r=dtolnayMatthias Krüger-1/+1
2025-01-03Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkovMatthias Krüger-66/+73
2025-01-03avoid early return to handle all pathsonur-ozkan-2/+3
2025-01-03Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35bors-37/+141
2025-01-03Revert "bootstrap: temporarily flip `compile::Rustc` vs `compile::Assemble`"onur-ozkan-5/+1
2025-01-03revert step order from #134919onur-ozkan-6/+2
2025-01-03adapt bootstrap tests to the new path resolution logiconur-ozkan-6/+21
2025-01-03refactor bootstrap path resolutiononur-ozkan-8/+29
2025-01-03Also in the new solverMichael Goulet-23/+57
2025-01-03Do not project when there are unconstrained impl paramsMichael Goulet-283/+214
2025-01-03Auto merge of #135053 - workingjubilee:backtrace-without-ruzstd, r=workingjub...bors-0/+0
2025-01-03Report impl has stricter requirements even when RPITIT inference gets in the wayMichael Goulet-54/+90
2025-01-02Bump backtrace to rust-lang/backtrace-rs@4d7906bJubilee Young-0/+0
2025-01-02Fix macro shenanigansMichael Goulet-8/+13
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-119/+178
2025-01-02Suppress type param suggestion if encountering invalid const inferMichael Goulet-33/+53
2025-01-02Unconditionally lower generic_arg_inferMichael Goulet-117/+89