about summary refs log tree commit diff
path: root/tests/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+2
2025-01-08Remove special-casing for argument patterns in MIR typeckdianne-7/+9
2025-01-06point out unblamed constraints from `Copy`/`Sized` bounds in region errorsdianne-1/+4
2025-01-06`best_blame_constraint`: prioritize blaming interesting-seeming constraintsdianne-1/+5
2025-01-06`best_blame_constraint`: avoid blaming assignments without user-provided typesdianne-9/+7
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-32/+89
2025-01-06Improve span when temporary receiver is dropped in edition 2024Michael Goulet-2/+1
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-13/+1
2024-12-12Tweak multispan renderingEsteban Küber-13/+1
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-1/+1
2024-12-01Only error raw lifetime followed by \' in edition 2021+Michael Goulet-3/+7
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-8/+3
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-11-22Stabilize the 2024 editionEric Huss-2/+1
2024-11-11ensure that tail expr receive lifetime extensionDing Xiang Fei-6/+21
2024-11-09Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiserMatthias Krüger-0/+52
2024-11-09Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukangMatthias Krüger-0/+27
2024-11-02Point at tail expression on rpit E0277Esteban Küber-0/+3
2024-10-30Enforce that raw lifetime identifiers must be valid raw identifiersMichael Goulet-0/+52
2024-10-30Reject raw lifetime followed by \' as wellMichael Goulet-0/+27
2024-10-24stabilize shorter-tail-lifetimesDing Xiang Fei-10/+3
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-32/+2
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-2/+2
2024-09-24replace "cast" with "coercion" where applicableLukas Markeffsky-2/+2
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-10/+1
2024-09-06Add some more testsMichael Goulet-0/+105
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-4/+26
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-4/+13
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-4/+13
2024-08-17Bless test falloutMichael Goulet-52/+23
2024-08-05Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errorsMatthias Krüger-0/+11
2024-07-30Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHSMichael Goulet-0/+31
2024-07-22Revert suggestion verbosity changeEsteban Küber-6/+3
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-1/+1
2024-07-22Change suggestion message wordingEsteban Küber-1/+1
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-3/+6
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-0/+4
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-10/+1
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-2/+3
2024-07-17Fix associated item removal suggestionEsteban Küber-2/+3
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-0/+4
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-10/+1
2024-07-15make invalid_type_param_default lint show up in cargo future-compat reportsRalf Jung-0/+11
2024-07-14Use ordinal number in argument errorlong-long-float-1/+1
2024-07-04Better span for "make binding mutable" suggestionEsteban Küber-14/+25
2024-06-21Fix remaining casesMichael Goulet-1/+1
2024-06-20add `needs-unwind` to UI testJorge Aparicio-0/+1
2024-06-18tail expression behind terminating scopeDing Xiang Fei-0/+136
2024-06-05Rollup merge of #125407 - pacak:no-lending-iterators, r=pnkfelixMatthias Krüger-0/+65
2024-06-04Rollup merge of #125667 - oli-obk:taintify, r=TaKO8KiMichael Goulet-38/+27