about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2025-06-13Merge pull request #708 from rust-lang/tests/remove-passing-testsantoyo-38/+20
2025-06-13Fix to make the test zst_no_llvm_alloc passAntoni Boucher-2/+14
2025-06-13Remove tests that passAntoni Boucher-36/+6
2025-06-13remove `pref_align_of` intrinsic handling, rename `{min_=>}align_of{,_val}`Waffle Lapkin-9/+13
2025-06-13Mark compiler-builtins as `publish = false`Trevor Gross-0/+1
2025-06-13use `MixedBitSet` for borrows-in-scope computationRémy Rakic-6/+6
2025-06-13Don't fold ExternalConstraintsData when it's emptyMichael Goulet-0/+22
2025-06-13TypeVisiting binders no longer requires TypeFolding its interiorMichael Goulet-2/+2
2025-06-13TypeVisiting binders no longer requires TypeFolding its interiorMichael Goulet-24/+22
2025-06-13Replace escaping bound vars in ty/ct visiting, not binder visitingMichael Goulet-12/+44
2025-06-13Uplift BoundVarReplacerMichael Goulet-148/+174
2025-06-13Make connection between Placeholder and Bound a bit more clear in the type ab...Michael Goulet-23/+42
2025-06-13Don't use BTreeMap for mapped_constsMichael Goulet-6/+6
2025-06-13Add some missing mailmap entriesTrevor Gross-0/+7
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-528/+1443
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-40/+15
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+5
2025-06-13Clean up and sort manifest keysTrevor Gross-12/+7
2025-06-14fix: `exhaustive_structs` FP on structs with default valued fieldyanglsh-6/+20
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-284/+208
2025-06-13variadic functions: remove list of supported ABIs from errorRalf Jung-44/+34