about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-06Rollup merge of #138105 - reddevilmidzy:fix-broken-link, r=saethlinMichael Goulet-1/+1
2025-03-06Rollup merge of #138103 - ehuss:citool-target, r=KobzolMichael Goulet-0/+1
2025-03-06Rollup merge of #138098 - okaneco:stabilize_const_copy_from_slice, r=tgross35Michael Goulet-2/+1
2025-03-06Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-deadMichael Goulet-32/+32
2025-03-06Rollup merge of #138092 - lqd:revert-136731, r=SparrowLiiMichael Goulet-0/+5
2025-03-06Rollup merge of #138090 - yotamofek:pr/rustdoc/flatten-ifs, r=GuillaumeGomezMichael Goulet-220/+203
2025-03-06Rollup merge of #138081 - eholk:yield-feature, r=oli-obkMichael Goulet-50/+74
2025-03-06Rollup merge of #138078 - moxian:rember-warns, r=KobzolMichael Goulet-6/+7
2025-03-06Rollup merge of #138075 - compiler-errors:final-seg, r=NoratriebMichael Goulet-4/+4
2025-03-06Rollup merge of #138064 - SergioGasquez:feat/xtensa-names, r=jieyouxuMichael Goulet-4/+4
2025-03-06Rollup merge of #138061 - jieyouxu:target-reviewers, r=wesleywiserMichael Goulet-0/+4
2025-03-06Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieniMichael Goulet-2/+6
2025-03-06Rollup merge of #138046 - onur-ozkan:trim-include-str, r=jieyouxuMichael Goulet-1/+1
2025-03-06Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes...Michael Goulet-4/+3
2025-03-06Rollup merge of #137827 - yaahc:timestamp-metrics, r=estebankMichael Goulet-4/+23
2025-03-06Add the yield_expr featureEric Holk-50/+74
2025-03-06Auto merge of #138039 - onur-ozkan:handle-forced-compiler-on-tools, r=jieyouxubors-86/+145
2025-03-07Fix broken link to Miri intrinsics in documentationRedddy-1/+1
2025-03-06Git ignore citool's target directoryEric Huss-0/+1
2025-03-06fix typolcnr-1/+1
2025-03-06Stabilize `const_copy_from_slice` featureokaneco-2/+1
2025-03-06`TypeVerifier` do not walk into required constslcnr-28/+28
2025-03-06expand comments of `TyCtxt` impl of `DynSync`/`DynSend`Rémy Rakic-1/+3
2025-03-06`apply_closure_requirement` use `LocalDefId`lcnr-4/+4
2025-03-06Revert "rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync""Rémy Rakic-0/+3
2025-03-06Don't even bother checking changelog in --dry-run modemoxian-6/+6
2025-03-06`librustdoc`: flatten nested ifsYotam Ofek-220/+203
2025-03-05Remember silenced bootstrap changelog warnings even in --dry-runmoxian-1/+2
2025-03-05Use final path segment for diagnosticMichael Goulet-4/+4
2025-03-05bootstrap and compiletest: Use size_of_val from the prelude instead of importedThalia Archibald-4/+3
2025-03-05Auto merge of #137907 - compiler-errors:inline-fnonce, r=saethlinbors-123/+397
2025-03-05feat: Remove - from xtensa targets cpu namesSergio Gasquez-4/+4
2025-03-05Auto merge of #138058 - jieyouxu:rollup-skdt0oz, r=jieyouxubors-8349/+2860
2025-03-05triagebot: add `compiler_leads` ad-hoc group许杰友 Jieyou Xu (Joe)-0/+4
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-43/+34
2025-03-05Rollup merge of #137875 - Zalathar:irrefutable, r=Nadrieril许杰友 Jieyou Xu (Joe)-204/+168
2025-03-05Rollup merge of #137731 - SparrowLii:waiter, r=nnethercote许杰友 Jieyou Xu (Joe)-2/+15
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-878/+56
2025-03-05Rollup merge of #137723 - onur-ozkan:cfg-ver-description, r=pietroalbini,weih...许杰友 Jieyou Xu (Joe)-14/+37
2025-03-05Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan许杰友 Jieyou Xu (Joe)-69/+25
2025-03-05Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,...许杰友 Jieyou Xu (Joe)-269/+264
2025-03-05Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev许杰友 Jieyou Xu (Joe)-2/+1
2025-03-05Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb许杰友 Jieyou Xu (Joe)-1/+60
2025-03-05Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-4/+19
2025-03-05Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr许杰友 Jieyou Xu (Joe)-74/+174
2025-03-05Rollup merge of #137240 - jieyouxu:remove_dir_all, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-3/+5
2025-03-05Rollup merge of #136977 - Kobzol:citool-datadog, r=marcoieni许杰友 Jieyou Xu (Joe)-5119/+795
2025-03-05Rollup merge of #136975 - jyn514:macos-x, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-1/+7
2025-03-05Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd许杰友 Jieyou Xu (Joe)-177/+143
2025-03-05Rollup merge of #136798 - pcorwin:master, r=tgross35许杰友 Jieyou Xu (Joe)-0/+34