about summary refs log tree commit diff
path: root/tests/ui/impl-trait
AgeCommit message (Expand)AuthorLines
2025-05-16Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errorsMatthias Krüger-89/+0
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-8/+8
2025-05-09move (and remove) impl Trait testslcnr-89/+0
2025-05-05Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obkbors-12/+12
2025-05-04compiletest: Support matching on non-json lines in compiler outputVadim Petrochenkov-4/+5
2025-05-03Rollup merge of #140568 - moxian:reg-140545, r=compiler-errorsMatthias Krüger-0/+29
2025-05-02Add a regression testmoxian-0/+29
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-49/+55
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-12/+12
2025-04-28Do not compute type_of for impl item if impl where clauses are unsatisfiedMichael Goulet-0/+32
2025-04-25Don't use item name to look up associated item from trait itemMichael Goulet-0/+49
2025-04-20Don't compute name of associated item if it's an RPITITMichael Goulet-0/+62
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-6/+8
2025-04-15Don't compute name of associated item if it's an RPITITMichael Goulet-0/+21
2025-04-15Improve diagnostic for E0178 (bad `+` in type)León Orell Valerian Liehr-6/+8
2025-04-14add RPITIT tests: method compat auto trait leakagelcnr-0/+224
2025-04-14move testslcnr-0/+0
2025-04-14do not leak auto traits in item boundslcnr-0/+36
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-6/+6
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-1/+1
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-6/+6
2025-04-11Improve `AssocItem::descr`.Nicholas Nethercote-6/+6
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+1
2025-04-09Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxubors-35/+35
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-35/+35
2025-04-08Rollup merge of #139501 - compiler-errors:suppress-stack-overflow, r=lcnrMatthias Krüger-0/+189
2025-04-07Fix stack overflow in exhaustiveness due to recursive HIR opaque type valuesMichael Goulet-0/+189
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-4/+4
2025-04-03add `TypingMode::Borrowck`lcnr-141/+153
2025-03-28Rollup merge of #139063 - fmease:fix-tait-atpit-gating, r=oli-obkMatthias Krüger-1/+39
2025-03-28Fix TAIT & ATPIT feature gating in the presence of anon constsLeón Orell Valerian Liehr-1/+39
2025-03-25Rollup merge of #138911 - compiler-errors:define-opaque, r=oli-obkJacob Pratt-0/+42
2025-03-25Test define opaques in extern itemsMichael Goulet-0/+30
2025-03-25Allow defining opaques in statics and constsMichael Goulet-0/+12
2025-03-23Stabilize precise_capturing_in_traitsMichael Goulet-37/+20
2025-03-19merge opaque types of nested bodieslcnr-39/+6
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-254/+360
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-15/+0
2025-03-03Do not recover missing lifetime with random in-scope lifetimeMichael Goulet-48/+11
2025-02-27Delete tuple unsizingAlice Ryhl-15/+0
2025-02-27Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdevMatthias Krüger-1/+2
2025-02-22Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgrbors-51/+19
2025-02-22Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obkMatthias Krüger-51/+19
2025-02-21More sophisticated span trimmingMichael Goulet-18/+12
2025-02-19add `IntoBounds::intersect` and `RangeBounds::is_empty`Peter Jaszkowiak-1/+2
2025-02-17Deeply normalize associated type bounds before proving themMichael Goulet-0/+6
2025-02-14Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkinJubilee-0/+37
2025-02-14Add new ui test for returning an Fn trait that returns impl TraitXelph-0/+37
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-6/+6
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-18/+12