about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-07-01Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercotebors-480/+496
2024-07-01Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler...bors-428/+524
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-428/+500
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+24
2024-06-30Rollup merge of #127160 - pacak:123630-test, r=NadrierilMatthias Krüger-0/+43
2024-06-30Rollup merge of #127038 - BoxyUwU:reword_comment, r=camelidMatthias Krüger-10/+14
2024-06-30Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnrMatthias Krüger-36/+4
2024-06-30Update test commentBoxy-10/+14
2024-06-30Add a regression test for #123630Michael Baikov-0/+43
2024-06-30Auto merge of #127024 - cjgillot:jump-prof, r=oli-obkbors-0/+10
2024-06-30Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgrbors-39/+151
2024-06-29Rollup merge of #127118 - surechen:fix_126789, r=jieyouxuMatthias Krüger-0/+24
2024-06-29Rollup merge of #127114 - linyihai:issue-126863, r=NadrierilMatthias Krüger-24/+6
2024-06-29Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errorsMatthias Krüger-10/+109
2024-06-29Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics...Matthias Krüger-5/+12
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-1284/+1399
2024-06-29Avoid suggesting to add unsafe when the extern block is already unsafeSantiago Pastorino-5/+0
2024-06-29fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointerLin Yihai-24/+6
2024-06-29Show `used attribute`'s kind for user when find it isn't applied to a `static...surechen-0/+24
2024-06-29Move crash test.Camille GILLOT-0/+10
2024-06-29Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmeaseMatthias Krüger-0/+142
2024-06-29Fix a error suggestion for E0121 when using placeholder _ as return types on ...surechen-10/+109
2024-06-29Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgrbors-91/+209
2024-06-28Add feature diagnostic for unsafe_extern_blocksSantiago Pastorino-0/+12
2024-06-28Move binder and polarity parsing into parse_generic_ty_boundMichael Goulet-0/+142
2024-06-28add non-regression test for issue 127052Rémy Rakic-0/+9
2024-06-28Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwUMatthias Krüger-0/+18
2024-06-28Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqdMatthias Krüger-91/+159
2024-06-28Rollup merge of #123714 - cjgillot:static-fnptr, r=wesleywiserMatthias Krüger-0/+32
2024-06-28address review commentsDeadbeef-15/+9
2024-06-28Don't inline drop shims with unsubstituted generic consts in MIR inlinerMichael Goulet-261/+1
2024-06-28Failing test for computing drop shim that has const paramMichael Goulet-0/+278
2024-06-28finishing touches, move fixed ICEs to ui testsDeadbeef-5/+160
2024-06-28general fixups and turn `TODO`s into `FIXME`sDeadbeef-75/+4
2024-06-28bless UI testsDeadbeef-819/+870
2024-06-28bless tests part 1Deadbeef-392/+364
2024-06-28temporarily disable effects on specialization testsDeadbeef-49/+36
2024-06-28Implement `Min` trait in new solverDeadbeef-0/+1
2024-06-28implement new effects desugaringDeadbeef-2/+28
2024-06-28Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obkMatthias Krüger-183/+144
2024-06-28Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJungMatthias Krüger-24/+6
2024-06-28Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,...Matthias Krüger-0/+69
2024-06-27Updated diagnostic messagesFlorian Schmiderer-11/+11
2024-06-27Tighten spans for async blocksMichael Goulet-183/+144
2024-06-27Auto merge of #126993 - petrochenkov:atvisord3, r=BoxyUwUbors-31/+31
2024-06-27Rollup merge of #126929 - nnethercote:rm-__rust_force_expr, r=oli-obkJacob Pratt-3/+6
2024-06-27Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obkJacob Pratt-1/+119
2024-06-27Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obkJacob Pratt-167/+41
2024-06-27Switch back `non_local_definitions` lint to allow-by-defaultUrgau-91/+159
2024-06-27Remove the `box_pointers` lint.Nicholas Nethercote-36/+4