about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-12On type error involving closure, avoid ICEEsteban Küber-0/+67
2023-10-12Detect ruby-style closure in parserEsteban Küber-3/+158
2023-10-12Auto merge of #116391 - Nadrieril:constructorset, r=cjgillotbors-0/+61
2023-10-12check-cfg: only print the list of expected names onceUrgau-24/+0
2023-10-12check-cfg: mention the unexpected name and value in the primary messageUrgau-56/+56
2023-10-12check-cfg: adjust expected names and values when usefulUrgau-1/+30
2023-10-12Rollup merge of #116642 - weiznich:diagnostic_on_unimplemented_improvements, ...Matthias Krüger-0/+74
2023-10-12Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkovbors-386/+416
2023-10-12Auto merge of #113487 - estebank:sugg-113174, r=oli-obkbors-4/+118
2023-10-12Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`.Nicholas Nethercote-386/+416
2023-10-11Handle several `#[diagnostic::on_unimplemented]` attributes correctlyGeorg Semmler-0/+74
2023-10-11Suggest `;` after bare `match` expression E0308Esteban Küber-4/+15
2023-10-11Use structured suggestion for #113174Esteban Küber-4/+118
2023-10-11Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,...Matthias Krüger-0/+23
2023-10-11Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnrMatthias Krüger-0/+14
2023-10-11Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrierilbors-160/+46
2023-10-11Avoid emitting the non_exhaustive error if other errors already occurredOli Scherer-84/+13
2023-10-11Prevent spurious `unreachable pattern` lintsOli Scherer-165/+122
2023-10-11Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkovbors-0/+14
2023-10-11Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obkbors-28/+171
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-0/+17
2023-10-11Fix span of overflow lint for negated literalsNadrieril-21/+21
2023-10-11Fix range overflow checkingNadrieril-32/+31
2023-10-11Add testsNadrieril-0/+144
2023-10-11Rollup merge of #116530 - aliemjay:ice-on-ambiguity, r=compiler-errorsAli MJ Al-Nasrawy-1/+28
2023-10-10Rollup merge of #116444 - RalfJung:broken-unused-const, r=oli-obkGuillaume Gomez-0/+31
2023-10-10Rollup merge of #116250 - estebank:closure-arg-inference-span, r=petrochenkovGuillaume Gomez-3/+152
2023-10-10Auto merge of #116548 - nnethercote:assert-long-condition, r=matthewjasperbors-0/+13
2023-10-10Auto merge of #116366 - estebank:issue-103982, r=oli-obkbors-0/+161
2023-10-09Only emit one error per unsized binding, instead of one per usageEsteban Küber-29/+3
2023-10-09Add test for #56607Esteban Küber-0/+44
2023-10-09Account for macrosEsteban Küber-0/+112
2023-10-10Don't `escape_debug` the condition of `assert!`.Nicholas Nethercote-1/+2
2023-10-10Add a ui test with an assertion that has a really long condition.Nicholas Nethercote-0/+12
2023-10-09Auto merge of #116497 - compiler-errors:impl-span, r=cjgillotbors-64/+114
2023-10-09fixEsteban Küber-1/+0
2023-10-09Move some tests aroundEsteban Küber-0/+0
2023-10-09Suggest labeling block if `break` is in bare blockEsteban Küber-0/+50
2023-10-09Rollup merge of #116561 - ouz-a:testfor_115517, r=compiler-errorsMatthias Krüger-0/+26
2023-10-09Rollup merge of #116537 - gurry:116473-ice-sugg-overlap, r=compiler-errorsMatthias Krüger-0/+351
2023-10-09Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errorsMatthias Krüger-417/+959
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-64/+114
2023-10-09add testOğuz Ağcayazı-0/+26
2023-10-09Auto merge of #116533 - cjgillot:skip-trivial-mir, r=oli-obkbors-1/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+17
2023-10-09Fix suggestion span involving wrongly placed generic arg on enum variantsGurinder Singh-0/+351
2023-10-08add test for `-Clink-self-contained` consistencyRémy Rakic-0/+14
2023-10-08add test for const-eval error in dead code during monomorphizationRalf Jung-0/+31
2023-10-08Do not run optimizations on trivial MIR.Camille GILLOT-1/+1
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-128/+128