about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-03-01Rollup merge of #121497 - lcnr:coherence-suggest-increasing-recursion-limit, ...Matthias Krüger-68/+7
2024-03-01Rollup merge of #121153 - chenyukang:yukang-fix-105431-type-mismatch, r=estebankMatthias Krüger-0/+205
2024-03-01Rollup merge of #120305 - clubby789:unused-import-line, r=estebankMatthias Krüger-12/+56
2024-03-01Rollup merge of #111505 - GuillaumeGomez:turn-invalid-doc-attr-into-err, r=ru...Matthias Krüger-241/+55
2024-03-01Auto merge of #121859 - matthiaskrgr:rollup-i724wpm, r=matthiaskrgrbors-650/+188
2024-03-01Rollup merge of #121853 - lcnr:normalizes_to-polarity, r=compiler-errorsMatthias Krüger-0/+22
2024-03-01Rollup merge of #121819 - nnethercote:fix-121812, r=oli-obkMatthias Krüger-0/+17
2024-03-01Rollup merge of #121784 - Zalathar:if-or-converge, r=NadrierilMatthias Krüger-48/+56
2024-03-01Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoeristerMatthias Krüger-6/+6
2024-03-01Rollup merge of #121475 - jieyouxu:tidy-stderr-check, r=the8472,compiler-errorsMatthias Krüger-595/+0
2024-03-01Rollup merge of #121416 - veera-sivarajan:bugfix-120785, r=nnethercoteMatthias Krüger-0/+38
2024-03-01Rollup merge of #120646 - clubby789:uninit-destructuring-sugg, r=michaelwoeri...Matthias Krüger-1/+49
2024-03-01Auto merge of #113026 - jieyouxu:run-make-v2, r=bjorn3bors-22/+72
2024-03-01normalizes-to: handle negative implslcnr-0/+22
2024-03-01If suggestion would leave an empty line, delete itclubby789-12/+56
2024-03-01Auto merge of #120264 - weihanglo:split-dward-kind-lto, r=michaelwoeristerbors-5/+5
2024-03-01Auto merge of #121462 - compiler-errors:eq-and-sub, r=lcnrbors-8/+11
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-0/+104
2024-03-01Get rid of some sub_exp and eq_expMichael Goulet-8/+11
2024-03-01Handle stashing of delayed bugs.Nicholas Nethercote-0/+17
2024-02-29Auto merge of #121810 - matthiaskrgr:rollup-mawij2g, r=matthiaskrgrbors-2155/+1405
2024-02-29Remove stray stdout/stderr files许杰友 Jieyou Xu (Joe)-595/+0
2024-02-29Rollup merge of #121806 - RalfJung:const-metadata, r=oli-obkMatthias Krüger-33/+36
2024-02-29Rollup merge of #121782 - RalfJung:mutable-ref-in-static, r=oli-obkMatthias Krüger-286/+56
2024-02-29Rollup merge of #121753 - mu001999:core/add_cfg, r=cuviperMatthias Krüger-12/+12
2024-02-29Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errorsMatthias Krüger-1807/+1197
2024-02-29Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali...Matthias Krüger-17/+104
2024-02-29Auto merge of #118247 - spastorino:type-equality-subtyping, r=lcnrbors-49/+231
2024-02-29Make nll higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-7/+110
2024-02-29Make infer higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-42/+121
2024-02-29add const test for ptr::metadataRalf Jung-33/+36
2024-02-29Add supporting infrastructure for `run-make` V2 tests许杰友 Jieyou Xu (Joe)-22/+72
2024-02-29Detect empty leading where-clauses on type aliasesLeón Orell Valerian Liehr-17/+104
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-17/+85
2024-02-29Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDentonGuillaume Gomez-1/+1
2024-02-29Update ui testsGuillaume Gomez-241/+55
2024-02-29Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoeristerGuillaume Gomez-1/+1
2024-02-29Rollup merge of #121700 - rcvalle:rust-cfi-dont-compress-user-defined-builtin...Guillaume Gomez-0/+25
2024-02-29Rollup merge of #121654 - compiler-errors:async-fn-for-fn-def, r=oli-obkGuillaume Gomez-11/+95
2024-02-29Update UI test checking suggestion message to rename type starting with under...Guillaume Gomez-1/+1
2024-02-29Rollup merge of #121777 - sisungo:master, r=oli-obkJacob Pratt-2/+2
2024-02-29Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=...Jacob Pratt-0/+20
2024-02-29track overflowing goals for overfow errorslcnr-0/+3
2024-02-29Make the success arms of `if lhs || rhs` meet up in a separate blockZalathar-48/+56
2024-02-29distinguish recursion limit based overflow for diagnosticslcnr-68/+4
2024-02-29make mutable_references_err not bitwidth-dependentRalf Jung-361/+2
2024-02-29allow statics pointing to mutable staticsRalf Jung-70/+199
2024-02-29Fix tests that are affected by this changesisungo-2/+2
2024-02-29Bless testr0cky-12/+12
2024-02-29renaming test casesyukang-9/+9