about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-14Special case iterator chain checks for suggestionEsteban Küber-0/+267
2023-10-14Auto merge of #115524 - RalfJung:misalign, r=wesleywiserbors-0/+72
2023-10-13Use `$message_type` as the tagJeremy Fitzhardinge-35/+35
2023-10-13Test that RPITITs have RPIT scope and not impl-wide scopeMichael Goulet-0/+38
2023-10-13Stabilize AFIT and RPITITMichael Goulet-942/+239
2023-10-13Auto merge of #116645 - estebank:issue-116608, r=oli-obkbors-3/+158
2023-10-13Tweak wordingEsteban Küber-4/+4
2023-10-13Suggest trait bounds for used associated type on type paramEsteban Küber-3/+84
2023-10-13Fix AFIT lint message to mention pitfallMichael Goulet-1/+1
2023-10-13Auto merge of #116670 - oli-obk:host_docs, r=fmeasebors-0/+46
2023-10-13MCP636: Adapt check-cfg tests to the new syntaxUrgau-124/+749
2023-10-13Auto merge of #116676 - estebank:issue-116658, r=compiler-errorsbors-0/+67
2023-10-13explicitly handle auto trait leakage in coherencelcnr-1/+16
2023-10-13Bless tests and new warnings due to formatting changesMichael Goulet-1/+1
2023-10-13Auto merge of #116666 - Urgau:check-cfg-pre-mcp636, r=petrochenkovbors-59/+64
2023-10-13Clean up unchecked_math, separate out unchecked_shiftsltdk-2/+2
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-12Auto merge of #116510 - scottmcm:no-1-simd-v2, r=compiler-errorsbors-0/+75
2023-10-12Exclude apple from assembly testScott McMurray-0/+1
2023-10-12hide `host` param from generic parameter list of `~const` boundsOli Scherer-1/+1
2023-10-12Add regression test for generic args showing `host` paramOli Scherer-0/+12
2023-10-12Test cross crateOli Scherer-0/+15
2023-10-12check-cfg: update rustdoc ui check-cfg testsUrgau-2/+2
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-12Hide host effect params from docsOli Scherer-2/+2
2023-10-12Add regression testsOli Scherer-0/+19
2023-10-12Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkovbors-386/+416
2023-10-12Auto merge of #116600 - GuillaumeGomez:repr-enums-discriminant, r=fmeasebors-0/+98
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-11Add tests for enum discriminant value display with `repr`Guillaume Gomez-0/+98
2023-10-11Handle several `#[diagnostic::on_unimplemented]` attributes correctlyGeorg Semmler-0/+74
2023-10-11rustdoc: fix resize trouble with mobileMichael Howell-0/+4
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 #116597 - GuillaumeGomez:foreign-blanket-impl, r=notriddleMatthias Krüger-0/+32
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-11rustdoc: enforce BODY_MIN constraint on sidebar resizeMichael Howell-0/+33
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-7/+81
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