about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-17Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkovJacob Pratt-45/+62
2025-06-17Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomezJacob Pratt-31/+11
2025-06-17Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnayJacob Pratt-63/+519
2025-06-17Rollup merge of #141574 - fee1-dead-contrib:push-owzulzmzszzx, r=jhprattJacob Pratt-0/+7
2025-06-17Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubileebors-299/+334
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-1021/+4167
2025-06-17Rollup merge of #142601 - nnethercote:format_version-comment, r=aDotInTheVoidJubilee-0/+8
2025-06-17Rollup merge of #142598 - ostylk:fix/ppc64_llvmabi, r=nikic,workingjubileeJubilee-0/+26
2025-06-17Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDentonJubilee-38/+0
2025-06-17Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxuJubilee-4/+23
2025-06-17Rollup merge of #142586 - compiler-errors:remove-visit-struct-field-def, r=fm...Jubilee-18/+2
2025-06-17Rollup merge of #142585 - rustbot:docs-update, r=ehussJubilee-0/+0
2025-06-17Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmeaseJubilee-120/+65
2025-06-17Rollup merge of #142570 - jieyouxu:disunion, r=estebankJubilee-36/+115
2025-06-17Rollup merge of #142563 - jieyouxu:no-more-i686-mingw, r=mati865Jubilee-24/+17
2025-06-17Rollup merge of #142542 - cjgillot:invalidate-simplify-cfg, r=SparrowLiiJubilee-3/+16
2025-06-17Rollup merge of #142216 - nealsid:refcell-logging, r=tgross35Jubilee-36/+30
2025-06-17Rollup merge of #141946 - xizheyin:141933, r=jhprattJubilee-11/+16
2025-06-17Rollup merge of #138538 - hkBst:patch-4, r=tgross35Jubilee-9/+16
2025-06-17Make performance of String::insert_str more preciseMarijn Schouten-9/+16
2025-06-17Don't match on platform-specific directory not found messageJieyou Xu-6/+2
2025-06-17Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` unwin...Jieyou Xu-18/+15
2025-06-17Add a comment to `FORMAT_VERSION`.Nicholas Nethercote-0/+8
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-31/+11
2025-06-17Reject union default field valuesJieyou Xu-30/+103
2025-06-16miri: bless testsDavid Wood-4/+4
2025-06-16miri: fix buildDavid Wood-1/+1
2025-06-16cranelift/gcc: `{Meta,Pointee,}Sized` in minicoreDavid Wood-60/+72
2025-06-16clippy: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-2/+8
2025-06-16clippy: add `MetaSized` conditionsDavid Wood-1/+8
2025-06-16bootstrap: address lint failuresDavid Wood-2/+2
2025-06-16rustdoc: `PointeeSized` bounds with extern typesDavid Wood-1/+1
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-21/+109
2025-06-16rustdoc: skip `MetaSized` boundsDavid Wood-7/+52
2025-06-16trait_sel: skip `nominal_obligations` for `Sized`David Wood-36/+12
2025-06-16trait_sel: skip elaboration of sizedness supertraitDavid Wood-40/+268
2025-06-16trait_sel: extend fast path with sized hierarchyDavid Wood-23/+47
2025-06-16tests: bless remaining testsDavid Wood-25/+135
2025-06-16tests: add overflow testDavid Wood-0/+66
2025-06-16tests: unconstrain params in `non_lifetime_binders`David Wood-43/+64
2025-06-16tests: update tests with unconstrained parametersDavid Wood-7/+32
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-69/+131
2025-06-16middle: print `{Meta,Pointee}Sized` in opaquesDavid Wood-5/+150
2025-06-16trait_sel: print `{Meta,Pointee}Sized` impl headersDavid Wood-16/+252
2025-06-16trait_sel: sort `{Meta,Pointee}Sized` diagnostics lastDavid Wood-10/+17
2025-06-16trait_sel: `MetaSized` bounds in dispatchable checkDavid Wood-8/+15
2025-06-16trait_sel: stash `{Meta,Pointee}Sized` errorsDavid Wood-1/+4
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-40/+40
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-207/+798
2025-06-16lint: don't consider sizedness in upcastable lintDavid Wood-2/+2