about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-12-08Move `assoc-oddities-3.rs` under `tests/ui/parser/assoc/`许杰友 Jieyou Xu (Joe)-0/+13
2024-12-04Fix suggestion when shorthand self has erroneous typeMichael Goulet-0/+64
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-4/+4
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-5/+5
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-5/+5
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-6/+1
2024-11-28Trim extra space in 'repeated `mut`' diagnosticclubby789-12/+28
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-3/+0
2024-11-24parse guard patternsNadrieril-23/+23
2024-11-23Update tests for new TRPL chapter orderChris Krycho-67/+67
2024-11-22Stabilize the 2024 editionEric Huss-1/+1
2024-11-17Diagnostics for let mut in item contextKornel-1/+22
2024-11-17Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu许杰友 Jieyou Xu (Joe)-13/+28
2024-11-16Reword suggestion messageEsteban Küber-17/+17
2024-11-16Better account for `else if` macro conditions mising an `if`Esteban Küber-1/+8
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-5/+293
2024-11-15Trim whitespace in RemoveLet primary spanTyrone Wu-13/+28
2024-11-13Trim extra space when suggesting removing bad `let`clubby789-4/+4
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-1/+1
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-1/+1
2024-11-03Yeet effects featureMichael Goulet-2/+1
2024-10-30Annotate `input` reference testsEric Huss-28/+42
2024-10-30Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebankMatthias Krüger-12/+12
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-10-28Tweak more warnings.Nicholas Nethercote-4/+4
2024-10-28Tweak `expand_incomplete_parse` warning.Nicholas Nethercote-8/+8
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-10-14Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorinoMatthias Krüger-30/+30
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+28
2024-10-11Note what qualifierMichael Goulet-24/+24
2024-10-11Remove unadornedMichael Goulet-9/+9
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-58/+129
2024-09-27Add suggestion for removing invalid path separator `::` in function definition.surechen-0/+28
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-3/+3
2024-09-22Add more test cases for block-no-opening-bracePavel Grigorenko-12/+48
2024-09-22Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkovbors-0/+20
2024-09-21Parser: recover from `:::` to `::` in delegationsPavel Grigorenko-0/+126
2024-09-21Parser: recover from `:::` to `::`Pavel Grigorenko-0/+192
2024-09-18Add suggestions for expressions in patternsLieselotte-55/+781
2024-09-18Recover more expressions in patternsLieselotte-213/+543
2024-09-18Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukangMatthias Krüger-16/+0
2024-09-14stabilize `const_extern_fn`Folkert de Vries-19/+17
2024-09-12Implement a Method to Seal `DiagInner`'s SuggestionsVeera-16/+0
2024-09-11add regression test for #97589dianne-0/+20
2024-09-11Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=...Matthias Krüger-0/+5
2024-09-06Add Suggestions for Misspelled KeywordsVeera-13/+169
2024-09-02Update TestsVeera-0/+409
2024-08-28Suggest the struct variant pattern syntax on usage of unit variant pattern fo...tunawasabi-0/+5
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-36/+28