about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-17linked_list tests: buff check_linksMarijn Schouten-40/+25
2025-06-16tests: remove define so dso_local attr does not disrupt testJubilee Young-1/+1
2025-06-17Make performance of String::insert_str more preciseMarijn Schouten-9/+16
2025-06-17Merge pull request #4402 from rust-lang/rustup-2025-06-17Ralf Jung-1757/+4626
2025-06-17Merge from rustcThe Miri Cronjob Bot-1756/+4625
2025-06-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-16compiler: Redescribe rustc_target search algo more accuratelyJubilee Young-14/+7
2025-06-16compiler: Redescribe rustc_target::spec more accuratelyJubilee Young-8/+18
2025-06-16don't unwrap in enzyme builds in case of missing llvm-configManuel Drehwald-13/+14
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-17Add a warning to LateContext::get_def_pathblyxyas-0/+9
2025-06-17Reject union default field valuesJieyou Xu-30/+103
2025-06-16clippy: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-2/+8
2025-06-16cranelift/gcc: `{Meta,Pointee,}Sized` in minicoreDavid Wood-30/+36
2025-06-16cranelift/gcc: `{Meta,Pointee,}Sized` in minicoreDavid Wood-30/+36
2025-06-16miri: bless testsDavid Wood-4/+4
2025-06-16clippy: add `MetaSized` conditionsDavid Wood-1/+8
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