summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2024-08-15Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU"Boxy-4/+13
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-13/+4
2024-07-18const_to_pat: cleanup leftovers from when we had to deal with non-structural ...Ralf Jung-39/+6
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-13/+4
2024-07-16Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obkTrevor Gross-0/+4
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-3/+18
2024-07-16Suggest a borrow when using dbgyukang-0/+4
2024-07-14add_effects_testBoxy-0/+88
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-3/+18
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-07-08Rollup merge of #127452 - fee1-dead-contrib:fx-intrinsic-counting, r=fmease许杰友 Jieyou Xu (Joe)-17/+49
2024-07-07Fix intrinsic const parameter counting with `effects`Deadbeef-17/+49
2024-07-05Process alias-relate obligations when proving receiver_is_validMichael Goulet-49/+2
2024-07-02Actually report normalization-based type errors correctly for alias-relate ob...Michael Goulet-4/+16
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-349/+404
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+24
2024-06-28address review commentsDeadbeef-15/+9
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-815/+854
2024-06-28bless tests part 1Deadbeef-34/+218
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/+27
2024-06-22Make `effects` an incomplete featureDeadbeef-88/+679
2024-06-21bless testsDeadbeef-106/+796
2024-06-19Taint infcx when reporting errorsOli Scherer-4/+122
2024-06-13Tweak output of import suggestionsEsteban Küber-3/+1
2024-06-06Auto merge of #125406 - tbu-:pr_rm_path_with_extension, r=Nadrierilbors-2/+2
2024-06-05Bless tests and handle tests/crashesBoxy-24/+14
2024-06-04Directly add extension instead of using `Path::with_extension`Tobias Bucher-2/+2
2024-06-04Rollup merge of #125865 - ajwock:ice_not_fully_resolved, r=fee1-deadMichael Goulet-0/+93
2024-06-03Fix ICE caused by ignoring EffectVars in type inferenceAndrew Wock-0/+93
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-16/+16
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-565/+105
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-385/+81
2024-05-03remove IndirectStructuralMatch lint, emit the usual hard error insteadRalf Jung-180/+24
2024-05-02Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwcoMatthias Krüger-4/+1
2024-05-01Add inline comments why we're forcing the target cpuJosh Stone-14/+15
2024-05-01Use an explicit x86-64 cpu in tests that are sensitive to itJosh Stone-14/+15
2024-04-24Refactor dlltool searching code into separate functionMateusz Mikuła-4/+1
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-3/+3
2024-04-23properly fill a promoted's required_constsRalf Jung-2/+2
2024-04-23compute required_consts before promotion, and add promoteds that may failRalf Jung-45/+1
2024-04-23promotion: do not promote const-fn calls in const when that may fail without ...Ralf Jung-5/+49
2024-04-17Remove libc from more testsBen Kimock-28/+24
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-0/+16
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-1/+1
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-8/+6
2024-04-02Remove dangling `.mir.stderr` and `.thir.stderr` test filesEduardo Sánchez Muñoz-276/+0