about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
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
2024-03-21Stabilize `const_caller_location` and `const_location_fields`lilasta-8/+6
2024-03-20Bless test fallout (duplicate diagnostics)Michael Goulet-6/+24
2024-03-19Make `const_eval_select` a rustc_intrinsicOli Scherer-11/+13
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-4/+3
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-19/+76
2024-03-18Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errorsMatthias Krüger-8/+8
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-19/+76
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-12/+10
2024-03-12Don't suggest an arm when suggesting a never patternNadrieril-2/+2
2024-03-12Suggest never pattern instead of `_` for empty typesNadrieril-8/+8
2024-03-12Rollup merge of #122343 - compiler-errors:rando, r=fmeaseMatthias Krüger-11/+5
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-2/+0
2024-03-11Remove some unnecessary allow(incomplete_features)Michael Goulet-11/+5
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-2/+0
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-2/+3
2024-03-08Stabilize associated type boundsMichael Goulet-4/+3
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-25/+25
2024-03-07Use the same collection order as check_mod_type_wfOli Scherer-2/+2
2024-03-07Merge `check_mod_impl_wf` and `check_mod_type_wf`Oli Scherer-4/+41
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-1/+2
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-2/+2
2024-03-02const_eval_select: make it safe but be careful with what we expose on stable ...Ralf Jung-1/+2
2024-02-27rename RPITIT from opaque to syntheticMichael Goulet-2/+2