about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-10-27Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieubors-2/+2
2024-10-26Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+22
2024-10-26Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors许杰友 Jieyou Xu (Joe)-314/+419
2024-10-26Print unsafety of attribute in AST unprettyUrgau-1/+1
2024-10-26Add AST unpretty test for unsafe attributeUrgau-0/+22
2024-10-26Auto merge of #132152 - lqd:revert-127731, r=compiler-errorsbors-221/+12
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-314/+419
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-281/+716
2024-10-25Revert "Emit error when calling/declaring functions with unavailable vectors."Rémy Rakic-221/+12
2024-10-25add a HACK to allow stdarch migrationRalf Jung-21/+6
2024-10-25Re-do recursive const stability checksRalf Jung-281/+731
2024-10-25Auto merge of #127731 - veluca93:abi_checks, r=RalfJungbors-12/+221
2024-10-25Emit error when calling/declaring functions with unavailable vectors.Luca Versari-12/+221
2024-10-24Rollup merge of #132118 - compiler-errors:tilde-const-item-bounds, r=lcnrJubilee-24/+114
2024-10-24Add support for ~const item boundsMichael Goulet-24/+114
2024-10-24Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgrbors-29/+25
2024-10-24Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ...Matthias Krüger-29/+25
2024-10-24Auto merge of #131985 - compiler-errors:const-pred, r=fee1-deadbors-1208/+1071
2024-10-24Be better at enforcing that const_conditions is only called on const itemsMichael Goulet-27/+2
2024-10-24Add testsMichael Goulet-0/+513
2024-10-24Add next-solver to more effects testsMichael Goulet-104/+102
2024-10-24Implement const effect predicate in new solverMichael Goulet-1050/+507
2024-10-24Remove associated type based effects logicMichael Goulet-80/+0
2024-10-24Rollup merge of #132084 - compiler-errors:param-env-with-err, r=lcnr,estebankMatthias Krüger-16/+50
2024-10-24Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercoteMatthias Krüger-32/+26
2024-10-24Rollup merge of #132088 - compiler-errors:extern-static, r=jieyouxuStuart Cook-0/+12
2024-10-24Rollup merge of #131930 - clubby789:revision-cfg-collide, r=jieyouxuStuart Cook-2/+2
2024-10-24Rollup merge of #131909 - clubby789:enum-overflow-cast, r=compiler-errorsStuart Cook-2/+68
2024-10-24Rollup merge of #131898 - lukas-code:ptr-cast-cleanup, r=compiler-errorsStuart Cook-0/+32
2024-10-24Rollup merge of #131756 - compiler-errors:deeply-normalize-type-err, r=lcnrStuart Cook-0/+34
2024-10-24Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiserStuart Cook-16/+16
2024-10-24Deeply normalize type trace in type error reportingMichael Goulet-0/+34
2024-10-24Consider param-env candidates even if they have errorsMichael Goulet-16/+50
2024-10-24Print safety correctly in extern static itemsMichael Goulet-0/+12
2024-10-23Don't allow test revisions that conflict with built in cfgsclubby789-2/+2
2024-10-24stabilize shorter-tail-lifetimesDing Xiang Fei-29/+25
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-21/+21
2024-10-23Auto merge of #132053 - matthiaskrgr:rollup-u5ds6i3, r=matthiaskrgrbors-1/+17
2024-10-23Rollup merge of #132002 - RalfJung:abi-compat-option-like, r=compiler-errorsMatthias Krüger-1/+17
2024-10-22Represent TraitBoundModifiers as distinct parts in HIRMichael Goulet-8/+8
2024-10-22Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgrbors-2/+59
2024-10-22Rollup merge of #131549 - compiler-errors:try-in-sync, r=spastorinoMatthias Krüger-2/+59
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-16/+16
2024-10-22Auto merge of #131321 - RalfJung:feature-activation, r=nnethercotebors-4/+4
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-4/+4
2024-10-22Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubileebors-3/+60
2024-10-21Rollup merge of #132015 - compiler-errors:move-const-trait-tests, r=fee1-deadJubilee-0/+0
2024-10-21Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=AmanieuJubilee-3/+3
2024-10-21Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelixJubilee-0/+57
2024-10-22Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-...bors-104/+59