about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-14Rollup merge of #137038 - maurer:tolerate-captures, r=nikicJubilee-1/+1
2025-02-14Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubileeJubilee-1/+20
2025-02-14Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r...Jubilee-0/+19
2025-02-14Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkinJubilee-0/+37
2025-02-14Normalize closure instance before eagerly monomorphizing itMichael Goulet-0/+19
2025-02-14llvm: Tolerate captures in testsMatthew Maurer-1/+1
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-1/+20
2025-02-14Auto merge of #137030 - matthiaskrgr:rollup-267aumr, r=matthiaskrgrbors-863/+855
2025-02-14Rollup merge of #137007 - pvdrz:fix-aarch64-alloc-layout, r=compiler-errorsMatthias Krüger-0/+269
2025-02-14Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebankMatthias Krüger-861/+574
2025-02-14Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhprattMatthias Krüger-1/+1
2025-02-14Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubileeMatthias Krüger-1/+11
2025-02-14Auto merge of #136575 - scottmcm:nsuw-math, r=nikicbors-5/+15
2025-02-14Add new ui test for returning an Fn trait that returns impl TraitXelph-0/+37
2025-02-14Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obkbors-68/+121
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-269/+269
2025-02-14Consider add-prefix replacements tooMichael Goulet-327/+218
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-534/+356
2025-02-14Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubileebors-2/+20
2025-02-13Rollup merge of #136951 - compiler-errors:clause-binder, r=lqdJubilee-0/+18
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-5/+15
2025-02-13Emit MIR for each bit with on `dont_reset_cast_kind_without_updating_operand`Christian Poveda-0/+269
2025-02-13Rollup merge of #136957 - Zalathar:counters, r=oli-obkJubilee-218/+221
2025-02-13Rollup merge of #136950 - notriddle:notriddle/svg-example-buttons, r=Guillaum...Jubilee-0/+26
2025-02-13Rollup merge of #136928 - lcnr:method-lookup-check-wf, r=compiler-errorsJubilee-133/+330
2025-02-13Rollup merge of #136895 - maurer:fix-enum-discr, r=nikicJubilee-2/+2
2025-02-13Rollup merge of #136869 - chenyukang:yukang-fix-133713-let-binding, r=estebankJubilee-0/+51
2025-02-14fallout :skull_emoji:lcnr-133/+291
2025-02-14eagerly prove WF when resolving fully qualified pathslcnr-0/+39
2025-02-13adjust derive_errorlcnr-33/+96
2025-02-13Make `-O` mean `-C opt-level=3`clubby789-2/+2
2025-02-13Auto merge of #136965 - jhpratt:rollup-bsnqvmf, r=jhprattbors-156/+161
2025-02-13Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=c...Jacob Pratt-36/+31
2025-02-13Rollup merge of #136888 - compiler-errors:never-read, r=NadrierilJacob Pratt-0/+16
2025-02-13Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r=lcnrJacob Pratt-101/+76
2025-02-13Rollup merge of #136559 - compiler-errors:resolve-regions-for-type-test-failu...Jacob Pratt-17/+33
2025-02-13Rollup merge of #134999 - Berrysoft:dev/new-cygwin-target, r=chenyukang,worki...Jacob Pratt-2/+5
2025-02-12`transmute` should also assume non-null pointersScott McMurray-68/+121
2025-02-13Implement lint for definition site item shadowing tooMichael Goulet-19/+172
2025-02-13Add more testsMichael Goulet-0/+172
2025-02-13Rework collapse method to work correctly with more complex supertrait graphsMichael Goulet-0/+219
2025-02-13Implement shadowing lintMichael Goulet-0/+100
2025-02-13Implement RFC 3624 supertrait_item_shadowingMichael Goulet-0/+79
2025-02-12Split out the `extern_system_varargs` featureJubilee Young-36/+31
2025-02-13Use BikeshedGuaranteedNotDrop in unsafe binder type WF tooMichael Goulet-79/+38
2025-02-13Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validityMichael Goulet-2/+19
2025-02-13Use core stubs in some CMSE testsMichael Goulet-20/+19
2025-02-13coverage: Eliminate more counters by giving them to unreachable nodesZalathar-218/+221
2025-02-13Auto merge of #136954 - jhpratt:rollup-koefsot, r=jhprattbors-204/+211
2025-02-13Improved named region errorsMichael Goulet-17/+33