about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-01Add unstable `--print=crate-root-lint-levels`Urgau-5/+132
2025-04-01Make coroutine_drop_cleanup 2024 edition compatiblebjorn3-1/+1
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-837/+96
2025-04-01Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkovbors-0/+92
2025-04-01Make missing optimized MIR error more informativeOli Scherer-2/+2
2025-04-01Implement `associated_items` api.makai410-0/+145
2025-04-01Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmeasebors-40/+53
2025-04-01Skip suggest impl or dyn when poly trait is not a real traitxizheyin-15/+0
2025-04-01Add ui test ui/traits/object/suggestion-trait-object-issue-139174.rsxizheyin-0/+79
2025-04-01Address review comments.Nicholas Nethercote-3/+4
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-39/+39
2025-04-01Ignore `#[test_case]` on anything other than `fn`/`const`/`static`.Nicholas Nethercote-1/+13
2025-04-01coverage: Don't split bang-macro spans, just truncate themZalathar-128/+128
2025-04-01coverage: Instead of splitting, just discard any span that overlaps a holeZalathar-42/+46
2025-04-01coverage: Shrink call spans to just the function nameZalathar-95/+99
2025-04-01coverage: Tweak tests/coverage/assert-ne.rsZalathar-2/+2
2025-03-31increment depth of nested obligationslcnr-34/+32
2025-03-31Feed HIR for by-move coroutine body def, since the inliner tries to read its ...Michael Goulet-12/+28
2025-03-31Rollup merge of #139176 - m-ou-se:print3, r=compiler-errorsMatthias Krüger-73/+0
2025-03-31Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiserMatthias Krüger-0/+152
2025-03-31rustdoc-json: Add test for #[automatically_derived] attributeAlona Enraght-Moony-0/+13
2025-03-31PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509...Augie Fackler-2/+2
2025-03-31Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgrbors-27/+309
2025-03-31Add tests for LLVM 20 slice bounds check optimizationreez12g-0/+37
2025-03-31Remove fragile equal-pointers-unequal/*/print3.rs tests.Mara Bos-73/+0
2025-03-31hygiene: Rename semi-transparent to semi-opaqueVadim Petrochenkov-18/+18
2025-03-31Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obkMatthias Krüger-17/+32
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-6/+67
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-4/+46
2025-03-31Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnrMatthias Krüger-0/+164
2025-03-31Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obkbors-376/+0
2025-03-31Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercotebors-10/+10
2025-03-31Add testsJakub Beránek-0/+92
2025-03-30codegen test for non-memcmp array comparisonScott McMurray-0/+12
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-0/+484
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-17/+32
2025-03-30Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errorsJacob Pratt-3/+55
2025-03-30Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errorsJacob Pratt-171/+61
2025-03-30Allow `invalid_null_arguments` in some testsUrgau-0/+18
2025-03-30Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments`Urgau-0/+466
2025-03-30slice: Remove some uses of unsafe in first/last chunk methodsokaneco-0/+24
2025-03-30Auto merge of #138206 - amy-kwan:amy-kwan/reprc-struct-power-align-ignore-pac...bors-1/+25
2025-03-30Auto merge of #139130 - Kobzol:revert-129827, r=petrochenkovbors-10/+10
2025-03-30Improve hir_pretty for struct expressions.Mara Bos-3/+55
2025-03-30Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"Jakub Beránek-10/+10
2025-03-30Auto merge of #137836 - madsmtm:openwrt-target-vendor, r=jieyouxubors-4/+4
2025-03-30Fix up partial res of segment in primitive resolution hackMichael Goulet-0/+26
2025-03-30Do not mix normalized and unnormalized caller bounds when constructing param-...Michael Goulet-13/+39
2025-03-30Auto merge of #138742 - taiki-e:riscv-vector, r=Amanieubors-1/+37
2025-03-29rustc_resolve: Test the order that preludes are resolvedjyn-0/+152