about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-12-14Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errorsMatthias Krüger-77/+31
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-6/+2
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-18/+1
2024-12-13Rollup merge of #133900 - jieyouxu:ui-cleanup-1, r=fmeaseMatthias Krüger-0/+18
2024-12-12Tweak multispan renderingEsteban Küber-6/+2
2024-12-13Remove `Lexer`'s dependency on `Parser`.Nicholas Nethercote-77/+31
2024-12-11Don't emit "field expressions may not have generic arguments" if it's a metho...Orion Gonzalez-6/+6
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-18/+1
2024-12-10Adjust `as-precedence.rs`许杰友 Jieyou Xu (Joe)-0/+18
2024-12-09review comments: rewordingsEsteban Küber-20/+20
2024-12-09Introduce `default_field_values` featureEsteban Küber-136/+81
2024-12-08Rollup merge of #134024 - jieyouxu:ui-cleanup-2, r=NadrierilMatthias Krüger-0/+41
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-23/+23
2024-12-08Adjust `assoc-oddities-3.rs`许杰友 Jieyou Xu (Joe)-0/+28
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