about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-27Auto merge of #147030 - nikic:revert-alloc-zeroed, r=wesleywiser betabors-36/+0
2025-09-25Revert "Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic"Nikita Popov-36/+0
2025-09-20Auto merge of #146815 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-502/+368
2025-09-20Bump to released stable compiler on beta branchMark Rousskov-502/+368
2025-09-19Auto merge of #146687 - lambdageek:revert-rc-for-beta, r=jieyouxubors-271/+8
2025-09-17Revert "compiler: Add Windows resources to rustc-main and rustc_driver"Aleksey Kliger-271/+8
2025-09-15Auto merge of #146545 - Mark-Simulacrum:beta-next, r=Mark-Simulacrumbors-139/+140
2025-09-15Only run Cranelift dist test on nightlyJakub Beránek-0/+1
2025-09-14Set channel to betaMark Rousskov-1/+1
2025-09-14Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-138/+138
2025-09-13Auto merge of #146526 - jhpratt:rollup-afb1dgo, r=jhprattbors-256/+674
2025-09-13Rollup merge of #146521 - folkertdev:document-va-arg-safe, r=workingjubileeJacob Pratt-6/+132
2025-09-13Rollup merge of #146517 - RalfJung:wait-timeout, r=joboetJacob Pratt-10/+8
2025-09-13Rollup merge of #146506 - mikysett:patch-1, r=UrgauJacob Pratt-1/+1
2025-09-13Rollup merge of #146473 - RalfJung:system-time-deconst, r=workingjubileeJacob Pratt-183/+75
2025-09-13Rollup merge of #146419 - thejpster:update-arm-target-docs, r=workingjubileeJacob Pratt-40/+264
2025-09-13Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkinJacob Pratt-4/+70
2025-09-13Rollup merge of #146159 - camsteffen:hygiene-docs, r=petrochenkovJacob Pratt-12/+22
2025-09-13Rollup merge of #113095 - WaffleLapkin:document_becoming_unuwuable, r=working...Jacob Pratt-0/+102
2025-09-13Auto merge of #146491 - jdonszelmann:update-fixme-compare_method_predicate_en...bors-8/+3
2025-09-13c-variadic: check that inline attributes are accepted on c-variadic functionsFolkert de Vries-0/+47
2025-09-13c-variadic: check that c-variadic functions cannot be tail-calledFolkert de Vries-0/+22
2025-09-13c-variadic: test `...` with naked functionsFolkert de Vries-0/+40
2025-09-13c-variadic: document `core::ffi::VaArgSafe`Folkert de Vries-6/+23
2025-09-13Note that these targets are bare-metal.Jonathan 'theJPster' Pallant-13/+25
2025-09-13fix Condvar::wait_timeout docsRalf Jung-10/+8
2025-09-13fixup `become` kw documentation wrt `#[track_caller]`Waffle Lapkin-1/+4
2025-09-13Document `become` keywordMaybe Waffle-0/+99
2025-09-13update fixme in compare_method_predicate_entailment resulting from review of EIIJana Dönszelmann-8/+3
2025-09-13Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkovbors-404/+386
2025-09-13Fix small typo in check-cfg.mdMichele Sessa-1/+1
2025-09-13Auto merge of #146499 - jhpratt:rollup-ufflehe, r=jhprattbors-810/+689
2025-09-13also apply revert to wasip2Ralf Jung-18/+7
2025-09-13Rollup merge of #146456 - IoaNNUwU:issue-146446, r=estebankJacob Pratt-5/+87
2025-09-13Rollup merge of #146450 - lolbinarycat:bootstrap-test-js, r=jieyouxuJacob Pratt-1/+15
2025-09-13Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxuJacob Pratt-57/+104
2025-09-13Rollup merge of #145471 - rs-sac:extr, r=the8472Jacob Pratt-16/+10
2025-09-13Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwcoJacob Pratt-731/+473
2025-09-13Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=jieyouxubors-9/+17
2025-09-13Auto merge of #146494 - jdonszelmann:rollup-0bbwwwf, r=jdonszelmannbors-102/+345
2025-09-13Rollup merge of #146481 - ferrocene:pvdrz/improve-hash-coverage, r=jhprattJana Dönszelmann-0/+13
2025-09-13Rollup merge of #146477 - ferrocene:pvdrz/improve-char-coverage, r=NoratriebJana Dönszelmann-0/+44
2025-09-13Rollup merge of #146452 - ferrocene:pvdrz/improve-alloc-coverage, r=tgross35Jana Dönszelmann-0/+24
2025-09-13Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-deadJana Dönszelmann-11/+23
2025-09-13Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obkJana Dönszelmann-91/+241
2025-09-12Auto merge of #146444 - heiher:fix-loong-jemalloc-page-size, r=Mark-Simulacrumbors-11/+20
2025-09-12Don't store defaultness for inherent impl itemsCameron Steffen-8/+14
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-230/+174
2025-09-12Introduce hir::ImplItemImplKindCameron Steffen-99/+143
2025-09-12Rename AssocItemContainer -> AssocContainerCameron Steffen-83/+81