about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-07Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgrbors-0/+169
2024-08-07Rollup merge of #128718 - jieyouxu:check-cfg_attr, r=nnethercoteMatthias Krüger-0/+169
2024-08-06Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwcoMatthias Krüger-0/+66
2024-08-06Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwcobors-11/+11
2024-08-06tests: add regression test to make sure `cfg_attr` isn't considered unhandled许杰友 Jieyou Xu (Joe)-0/+169
2024-08-06On short error format, append primary span label to messageEsteban Küber-11/+11
2024-08-06Auto merge of #125558 - Amanieu:const-asm-type, r=lcnrbors-228/+217
2024-08-05Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errorsMatthias Krüger-1/+1
2024-08-05Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkinMatthias Krüger-0/+21
2024-08-05Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnrMatthias Krüger-0/+44
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-1/+1
2024-08-05Normalize when equating dyn tails in MIR borrowckMichael Goulet-0/+21
2024-08-05Enforce supertrait outlives obligations hold when confirming implMichael Goulet-10/+73
2024-08-05Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichtonbors-0/+28
2024-08-05Rollup merge of #128623 - jieyouxu:check-attr-ice, r=nnethercoteMatthias Krüger-0/+79
2024-08-05Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r...Matthias Krüger-149/+29
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-25/+111
2024-08-04Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrumbors-7/+7
2024-08-04Auto merge of #128634 - matthiaskrgr:rollup-l5a2v5k, r=matthiaskrgrbors-7/+48
2024-08-04Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=AmanieuMatthias Krüger-7/+48
2024-08-04Implement a implicit target feature mechanismdaxpedda-1/+20
2024-08-04Stabilize Wasm relaxed SIMDdaxpedda-0/+9
2024-08-04tests: add regression test for incorrect "builtin attribute is checked" asser...许杰友 Jieyou Xu (Joe)-0/+79
2024-08-03Migrate `run-make/print-calling-conventions` to ui-testJerry Wang-0/+36
2024-08-03Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercoteMatthias Krüger-0/+25
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-121/+70
2024-08-03Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelixbors-498/+71
2024-08-03Bless test falloutMichael Goulet-6/+10
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-163/+44
2024-08-03Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov"Michael Goulet-33/+0
2024-08-03Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-50/+20
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-148/+23
2024-08-03Revert "Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-65/+0
2024-08-03Revert "Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov"Michael Goulet-64/+5
2024-08-03Rollup merge of #126704 - sayantn:sha, r=AmanieuMatthias Krüger-2/+21
2024-08-02Use ParamEnv::reveal_all in CFIMichael Goulet-0/+44
2024-08-03Add test for `coroutine` attributeOli Scherer-0/+25
2024-08-02add `needs-asm-support` to invalid-sym-operandFolkert-3/+7
2024-08-02Bless testsbjorn3-7/+7
2024-08-02Rollup merge of #128453 - RalfJung:raw_eq, r=saethlinMatthias Krüger-2/+5
2024-08-02Rollup merge of #126818 - estebank:suggestions-fix, r=wesleywiserMatthias Krüger-43/+31
2024-08-02Add the `sha512`, `sm3` and `sm4` target featuressayantn-2/+21
2024-08-01separate test file for invalid const operandFolkert-143/+155
2024-08-01separate test file for invalid sym operandFolkert-116/+80
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-43/+31
2024-08-01Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errorsMatthias Krüger-5/+5
2024-08-01Rollup merge of #128482 - RalfJung:ptr-signed-offset, r=oli-obkMatthias Krüger-23/+23
2024-08-01Fix removed `box_syntax` diagnostic if source isn't availableclubby789-5/+5
2024-08-01fix the way we detect overflow for inbounds arithmetic (and tweak the error m...Ralf Jung-2/+2
2024-08-01interpret: simplify pointer arithmetic logicRalf Jung-7/+7