about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-03-19Auto merge of #122375 - rcvalle:rust-cfi-break-tests-into-smaller-files, r=co...bors-606/+759
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-502/+131
2024-03-18Rollup merge of #122701 - compiler-errors:allocator-suspend, r=oli-obkMatthias Krüger-0/+52
2024-03-18Rollup merge of #122687 - lcnr:normalizes-to-emit-nested-goals, r=compiler-er...Matthias Krüger-20/+45
2024-03-18Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkinMatthias Krüger-213/+646
2024-03-18Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnrMatthias Krüger-32/+5
2024-03-18Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errorsMatthias Krüger-195/+888
2024-03-18Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=...Matthias Krüger-0/+230
2024-03-18Detect allocator for box in must_not_suspend lintMichael Goulet-0/+52
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-213/+646
2024-03-18move testslcnr-0/+0
2024-03-18Rollup merge of #122683 - tshepang:missing-test, r=NadrierilMatthias Krüger-0/+23
2024-03-18Rollup merge of #122680 - lqd:nested-await-args, r=compiler-errorsMatthias Krüger-0/+22
2024-03-18Rollup merge of #122649 - cuviper:min-llvm-17, r=nikicMatthias Krüger-21/+0
2024-03-18`NormalizesTo` return nested goalslcnr-20/+45
2024-03-18add missing test: expected paren or brace in macroTshepang Mbambo-0/+23
2024-03-18add non-regression test for issue 122674Rémy Rakic-0/+22
2024-03-18add_retag: ensure box-to-raw-ptr casts are preserved for MiriRalf Jung-0/+39
2024-03-18Rollup merge of #122657 - beetrees:option-env-tests, r=compiler-errors,NilstriebMatthias Krüger-17/+17
2024-03-18Rollup merge of #122656 - RalfJung:simplify-cfg, r=compiler-errorsMatthias Krüger-34/+34
2024-03-18Auto merge of #121652 - estebank:move-in-loop-break-condition, r=Nadrierilbors-38/+363
2024-03-17Move `option_env!` and `env!` tests to the `env-macro` directorybeetrees-17/+17
2024-03-17Add `HELP` to testEsteban Küber-6/+21
2024-03-17Point at `continue` and `break` that might be in the wrong placeEsteban Küber-22/+95
2024-03-17Detect when move of `!Copy` value occurs within `loop` and should likely not ...Esteban Küber-39/+276
2024-03-17simplify_cfg: rename some passes so that they make more senseRalf Jung-34/+34
2024-03-17Rollup merge of #122578 - jieyouxu:guard-decorate, r=fee1-deadMatthias Krüger-0/+82
2024-03-17Rollup merge of #122572 - the8472:test-const-deadness, r=RalfJungMatthias Krüger-0/+46
2024-03-17Remove an obsolete `ignore-llvm-version`Josh Stone-2/+0
2024-03-17Update the minimum external LLVM to 17Josh Stone-19/+0
2024-03-17Invoke decorate when error level is beyond warning, including error许杰友 Jieyou Xu (Joe)-14/+82
2024-03-17Only invoke `decorate` if the diag can eventually be emitted许杰友 Jieyou Xu (Joe)-0/+14
2024-03-17add test for #122301 to cover behavior that's on stableThe 8472-0/+46
2024-03-17Don't show suggestion if slice pattern is enclosed by any patternslong-long-float-0/+43
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-1682/+1666
2024-03-16Rollup merge of #122564 - Bryanskiy:delegation-fixes, r=compiler-errorsLeón Orell Valerian Liehr-0/+46
2024-03-16Rollup merge of #122270 - onur-ozkan:fix-rmake-test-with-rpath-false, r=Mark-...León Orell Valerian Liehr-0/+2
2024-03-16Rollup merge of #121720 - tmandry:split-refining, r=compiler-errorsLeón Orell Valerian Liehr-7/+130
2024-03-16Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite...León Orell Valerian Liehr-0/+15
2024-03-16Delegation: fix ICE on duplicated associative itemsBryanskiy-0/+46
2024-03-16Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiaskobors-0/+35
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-104/+239
2024-03-15Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgrbors-220/+351
2024-03-15Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errorsMatthias Krüger-179/+179
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-4/+8
2024-03-15Rollup merge of #122254 - estebank:issue-48677, r=oli-obkMatthias Krüger-37/+164
2024-03-15Fix unknown `dwim-print` command.Markus Reiter-4/+4
2024-03-15Fix remaining LLDB commands.Markus Reiter-29/+29
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-6/+60
2024-03-15Safe Transmute: lowercase diagnosticsJack Wrenn-153/+153