about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-26Rollup merge of #108337 - tshepang:translatable-hir-analysis, r=cjgillotMatthias Krüger-1/+1
2023-02-26Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnrMatthias Krüger-0/+29
2023-02-26Auto merge of #108473 - matthiaskrgr:rollup-qjyae58, r=matthiaskrgrbors-12/+204
2023-02-26Rollup merge of #108456 - clubby789:ast-passes-diag-migrate, r=compiler-errorsMatthias Krüger-12/+12
2023-02-26Rollup merge of #108449 - fee1-dead-contrib:do_not_lint_unresolved, r=compile...Matthias Krüger-0/+17
2023-02-26Rollup merge of #108444 - Ezrashaw:add-test+docs-for-e0476, r=GuillaumeGomezMatthias Krüger-0/+44
2023-02-26Rollup merge of #108431 - GuillaumeGomez:regression-test-for-107918, r=notriddleMatthias Krüger-0/+21
2023-02-26Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillotMatthias Krüger-0/+110
2023-02-26hir-analysis: make a helpful noteTshepang Mbambo-1/+1
2023-02-25Special note for str in auto traitsMichael Goulet-1/+1
2023-02-25Treat `str` as containing `[u8]` for auto trait purposesMichael Goulet-0/+29
2023-02-25Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnrMichael Goulet-0/+102
2023-02-25Rollup merge of #107911 - blyxyas:issue-107231-fix, r=compiler-errorsMichael Goulet-0/+42
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-0/+11
2023-02-25Rollup merge of #107291 - oli-obk:rustdoc_breaking_change, r=estebankMichael Goulet-0/+20
2023-02-25Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgrbors-2/+11
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-12/+12
2023-02-25Don't run issue-107918.rs test on windowsGuillaume Gomez-0/+1
2023-02-25Rollup merge of #108412 - GuillaumeGomez:fix-gui-test-navigation-bug, r=notri...Matthias Krüger-2/+1
2023-02-25Rollup merge of #108410 - notriddle:notriddle/tag-item-summary, r=GuillaumeGomezMatthias Krüger-0/+10
2023-02-25Auto merge of #108233 - ChrisDenton:move-std-tests, r=thomccbors-41/+0
2023-02-25Do not lint unresolved trait for ineffective unstable trait implDeadbeef-0/+17
2023-02-25docs/test: add UI test and docs for `E0476`Ezra Shaw-0/+44
2023-02-25Auto merge of #106430 - tmiasko:rm-dead-unwinds, r=cjgillotbors-326/+345
2023-02-24Add regression test for #107918Guillaume Gomez-0/+20
2023-02-24Rollup merge of #108401 - notriddle:notriddle/diagnostics-article, r=compiler...Dylan DPC-339/+339
2023-02-24Rollup merge of #108388 - ohno418:better-suggestion-on-malformed-closure, r=d...Dylan DPC-6/+45
2023-02-24Rollup merge of #108377 - clubby789:duplicate-diagnostic-ice, r=compiler-errorsDylan DPC-0/+31
2023-02-24Rollup merge of #108287 - compiler-errors:new-solver-bad-cast, r=spastorinoDylan DPC-0/+15
2023-02-24Rollup merge of #106923 - mejrs:fluent_err, r=davidtwcoDylan DPC-0/+41
2023-02-24Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC-8/+83
2023-02-24Comments, another testMichael Goulet-0/+46
2023-02-24Make higher-ranked projections in object types work in new solverMichael Goulet-0/+17
2023-02-24Check object's supertrait and associated type bounds in new solverMichael Goulet-0/+39
2023-02-23No need for the wait-for anymore to go around browser navigation bugGuillaume Gomez-2/+1
2023-02-23rustdoc: avoid including `<li>` tags in item table short descMichael Howell-0/+10
2023-02-23rustdoc: update UI test for dropping "this" articleMichael Howell-1/+1
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-338/+338
2023-02-23Fix ICE in 'duplicate diagnostic item' diagnosticclubby789-0/+31
2023-02-23./x.py test --blessTomasz Miąsko-6/+4
2023-02-23Emit diff instead of after mir in ElaborateDrops testsTomasz Miąsko-326/+347
2023-02-23Add ui test for `E0271` errorObei Sideg-0/+24
2023-02-23Add ui test for `map_unit_fn` lint in closure caseObei Sideg-1/+51
2023-02-23Add ui test for `map_unit_fn` lintObei Sideg-0/+36
2023-02-23parser: provide better errors on closures with braces missingYutaro Ohno-6/+45
2023-02-23Test rustdoc encountering `proc_macro_derive` in a non-proc-macro crateOli Scherer-0/+20
2023-02-23Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddleMatthias Krüger-0/+26
2023-02-23Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obkMatthias Krüger-2/+102
2023-02-23Rollup merge of #108063 - compiler-errors:associated-type-bounds-in-bad-posit...Matthias Krüger-172/+136
2023-02-23Add stderrmejrs-0/+22