about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-10Rollup merge of #145145 - fee1-dead-contrib:push-qnmpmtmtpkkr, r=jieyouxuStuart Cook-100/+180
2025-08-10Rollup merge of #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr...Stuart Cook-17/+4
2025-08-10Rollup merge of #145130 - lolbinarycat:issue-template-docs-update, r=NoratriebStuart Cook-6/+6
2025-08-10Rollup merge of #145129 - dpaoliello:arm64eclink, r=wesleywiserStuart Cook-0/+7
2025-08-10Rollup merge of #145112 - dpaoliello:raw-dylib-link-ordinal, r=jieyouxuStuart Cook-2/+3
2025-08-10Rollup merge of #145089 - Kobzol:bootstrap-cmd-error, r=jieyouxuStuart Cook-82/+83
2025-08-10Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmeaseStuart Cook-3/+1
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-30/+154
2025-08-10Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=AmanieuStuart Cook-46/+158
2025-08-10Rollup merge of #143093 - lqd:polonius-pre-alpha, r=jackh726Stuart Cook-247/+624
2025-08-10Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwUStuart Cook-6/+109
2025-08-10Auto merge of #144873 - cjgillot:implications, r=lqdbors-80/+73
2025-08-10Auto merge of #144787 - Kobzol:codegen-backend-restructure, r=jieyouxubors-222/+304
2025-08-09Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercotebors-1056/+1043
2025-08-09improve "Documentation problem" issue template.binarycat-6/+6
2025-08-09Apply suggestions from code reviewjyn-3/+3
2025-08-09some `derive_more` refactorsDeadbeef-100/+180
2025-08-09commentsKivooeo-30/+96
2025-08-09Auto merge of #145142 - Zalathar:rollup-oi6s8kg, r=Zalatharbors-1695/+1270
2025-08-09Stabilize featureKivooeo-17/+4
2025-08-09remove `P`Deadbeef-1056/+1043
2025-08-09Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillotStuart Cook-8/+5
2025-08-09Rollup merge of #145132 - camsteffen:refactor-map-unit-fn, r=fee1-deadStuart Cook-68/+39
2025-08-09Rollup merge of #145124 - compiler-errors:for-eq, r=lqdStuart Cook-22/+33
2025-08-09Rollup merge of #145119 - makai410:pretty-fix, r=compiler-errorsStuart Cook-3/+3
2025-08-09Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errorsStuart Cook-101/+210
2025-08-09Rollup merge of #145103 - fee1-dead-contrib:push-plompruwywvk, r=compiler-errorsStuart Cook-87/+1
2025-08-09Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycatStuart Cook-0/+54
2025-08-09Rollup merge of #145097 - lcnr:type-foldable-yeet, r=wesleywiserStuart Cook-9/+3
2025-08-09Rollup merge of #145096 - Spxg:w/wasm_atomic, r=tgross35Stuart Cook-0/+4
2025-08-09Rollup merge of #145083 - Kobzol:fix-cargo-cross-build, r=jieyouxuStuart Cook-2/+22
2025-08-09Rollup merge of #145082 - nnethercote:macro-stats-fix-widths, r=petrochenkovStuart Cook-6/+33
2025-08-09Rollup merge of #145080 - ashivaram23:graphviz_escape, r=lqdStuart Cook-0/+1
2025-08-09Rollup merge of #145073 - ZuseZ4:autodiff-llvm-21, r=jieyouxuStuart Cook-0/+1
2025-08-09Rollup merge of #145050 - lcnr:add-opaque-type-tests, r=lqdStuart Cook-1/+101
2025-08-09Rollup merge of #145027 - Kmeakin:km/optimize-char-is-alphanumeric, r=scottmcmStuart Cook-1/+5
2025-08-09Rollup merge of #145017 - pmur:murp/s390x-improve-asm-test, r=nnethercoteStuart Cook-1/+1
2025-08-09Rollup merge of #145010 - bjorn3:couple_abi_cleanups, r=compiler-errorsStuart Cook-20/+16
2025-08-09Rollup merge of #144988 - amandasystems:more-detailed-region-graph, r=lcnrStuart Cook-6/+22
2025-08-09Rollup merge of #144923 - rocurley:float_tests_refactor_3, r=tgross35Stuart Cook-1213/+424
2025-08-09Rollup merge of #144883 - scottmcm:remove-unneeded-drop_in_place, r=nnethercoteStuart Cook-7/+61
2025-08-09Rollup merge of #144823 - Zalathar:hir-info, r=oli-obkStuart Cook-136/+142
2025-08-09Rollup merge of #141828 - Fulgen301:status-stack-buffer-overrun-diagnostic, r...Stuart Cook-0/+24
2025-08-09Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ...Stuart Cook-4/+65
2025-08-09Auto merge of #143376 - dianne:guard-scope, r=matthewjasperbors-46/+172
2025-08-09Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzolbors-82/+23
2025-08-09Use new public libtest `ERROR_EXIT_CODE` constant in rustdocGuillaume Gomez-3/+1
2025-08-09Add regression test for doc alias matching vs equivalently matched itemsGuillaume Gomez-0/+47
2025-08-09Rank doc aliases lower than equivalently matched itemsGuillaume Gomez-0/+7
2025-08-08Reduce indirect assoc parent queriesCameron Steffen-8/+5