about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-14Merge from rustcRalf Jung-615/+1274
2025-06-14Preparing for merge from rustcRalf Jung-1/+1
2025-06-14Async drop - fix for StorageLive/StorageDead codegen for pinned async drop fu...Andrew Zhogin-9/+387
2025-06-14fix: `manual_ok_err` suggests wrongly with referencesyanglsh-4/+108
2025-06-14fix: `needless_doctest_main` panic when doctest is invalidyanglsh-1/+20
2025-06-14Work around out-of-tree testing with a shim crateTrevor Gross-4/+77
2025-06-14Merge ref 'd087f112b7d1:/library/compiler-builtins' from https://github.com/r...Trevor Gross-20301/+31715
2025-06-14Marks ADT live if it appears in patternMu001999-67/+161
2025-06-14Merge pull request #4398 from rust-lang/rustup-2025-06-14Ralf Jung-8766/+16843
2025-06-14Merge pull request #19984 from WaffleLapkin/unprefer_alignLukas Wirth-9/+13
2025-06-14fmtThe Miri Cronjob Bot-10/+2
2025-06-14Merge from rustcThe Miri Cronjob Bot-8757/+16842
2025-06-14Auto merge of #142483 - workingjubilee:rollup-8qnhueh, r=workingjubileebors-614/+1268
2025-06-14Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-14Update the upstream Rust versionTrevor Gross-1/+1
2025-06-13Rollup merge of #142480 - workingjubilee:unhandwrite-minicore, r=tgross35Jubilee-10/+6
2025-06-13Rollup merge of #142475 - wesleywiser:windows_msvc_maintainers, r=ChrisDentonJubilee-3/+73
2025-06-13Rollup merge of #142461 - Enselic:no-capture-tip, r=jieyouxuJubilee-0/+1
2025-06-13Rollup merge of #142460 - lcnr:search_graph-3, r=BoxyUwUJubilee-95/+150
2025-06-13Rollup merge of #142459 - Shourya742:2025-06-11-remove-output-helper, r=KobzolJubilee-36/+29
2025-06-13Rollup merge of #142452 - ChrisDenton:intermittent, r=NoratriebJubilee-3/+2
2025-06-13Rollup merge of #142449 - oli-obk:missing-mgca-args, r=BoxyUwUJubilee-40/+37
2025-06-13Rollup merge of #142441 - compiler-errors:lazier-binder-value-folding, r=lcnrJubilee-210/+285
2025-06-13Rollup merge of #142439 - scrabsha:rust/sasha/uwkqrkztvqry, r=RalfJungJubilee-0/+4
2025-06-13Rollup merge of #142434 - Kobzol:preinstall-eslint, r=marcoieniJubilee-2/+4
2025-06-13Rollup merge of #142405 - oli-obk:type-once, r=RalfJungJubilee-7/+7
2025-06-13Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmannJubilee-182/+278
2025-06-13Rollup merge of #142273 - workingjubilee:rework-gpu-kernel-feature-gate-test,...Jubilee-21/+172
2025-06-13Rollup merge of #142046 - Qelxiros:122742-vec_peek_mut, r=cuviperJubilee-2/+107
2025-06-13Rollup merge of #141352 - lcnr:no-builtin-preference, r=compiler-errorsJubilee-1/+62
2025-06-13Rollup merge of #140969 - Stypox:logger-layer, r=RalfJung,oli-obkJubilee-2/+51
2025-06-14Delete `.release-plz.toml`Trevor Gross-13/+0
2025-06-13Remove unneeded lifetimes from signature of BTreeSet::extract_ifDavid Tolnay-4/+4
2025-06-13tests: Convert two handwritten minicores to add-core-stubsJubilee Young-10/+6
2025-06-14Auto merge of #142235 - Kobzol:rustc-dist-alt-assertions, r=marcoienibors-1/+6
2025-06-14Add `f16` inline asm support for LoongArchWANG Rui-4/+51
2025-06-13Add patch to fix a run-make testAntoni Boucher-2/+52
2025-06-13Reduce precedence of expressions that have an outer attrDavid Tolnay-11/+11
2025-06-13Reduce precedence of expressions that have an outer attrDavid Tolnay-45/+121
2025-06-13Fix for run-make testsAntoni Boucher-4/+8
2025-06-13Allow lifetime repeats in macros: $($x)'a*Tadeo Kondrak-8/+56
2025-06-13Auto merge of #134841 - estebank:serde-attr-4, r=wesleywiserbors-7/+418
2025-06-13DRAFT: Add an aarch64-msvc build running on ARM64 WindowsDaniel Paoliello-5/+50
2025-06-13Add platform support docs & maintainers for *-windows-msvcWesley Wiser-3/+73
2025-06-14Fix incorrect suggestion when calling an associated type with a type anchorJonathan Brouwer-3/+3
2025-06-14Failing testJonathan Brouwer-0/+59
2025-06-13Add AST pretty-printer tests involving attr precedenceDavid Tolnay-4/+43
2025-06-14make it support more casesrelaxcn-54/+109
2025-06-13100% safe implementation of RepeatNSoveu-121/+47
2025-06-13Reenable run-make testsAntoni Boucher-7/+5