about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-09-14Merge from rustcThe Miri Cronjob Bot-657/+1849
2024-09-13Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e...Matthias Krüger-50/+137
2024-09-13Rollup merge of #129320 - jder:issue-128848, r=compiler-errorsMatthias Krüger-5/+26
2024-09-13When calling a method on Fn* traits explicitly, argument diagnostics shouldJesse Rusak-5/+26
2024-09-13Auto merge of #130303 - Zalathar:rollup-8vsqdox, r=Zalatharbors-11/+34
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung-50/+137
2024-09-13Rollup merge of #130287 - notriddle:notriddle/issue-d, r=jieyouxuStuart Cook-11/+34
2024-09-13Auto merge of #130052 - khuey:clear-dilocation-after-const-emission, r=michae...bors-0/+72
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-14/+783
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-164/+46
2024-09-12rustdoc: re-bless stderrs after renaming the test caseMichael Howell-4/+4
2024-09-12rustdoc: rename `issue-\d+.rs` tests to have meaningful namesMichael Howell-0/+0
2024-09-12Add URL and crate_name to test casesMichael Howell-9/+32
2024-09-13simplify the suggestion notesDing Xiang Fei-263/+70
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-164/+46
2024-09-12Rollup merge of #130276 - compiler-errors:nalgebra-hang, r=lcnrMatthias Krüger-0/+23
2024-09-12Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errorsMatthias Krüger-0/+2
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-3/+1
2024-09-12Add test for nalgebra hang in coherenceMichael Goulet-0/+23
2024-09-12Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalatharbors-31/+78
2024-09-12more eagerly discard constraints on overflowlcnr-0/+2
2024-09-12Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukangStuart Cook-0/+32
2024-09-12Rollup merge of #130156 - nebulark:test_buildinfo, r=jieyouxuStuart Cook-19/+30
2024-09-12Rollup merge of #129367 - madsmtm:fix-apple-aarch64-deployment-targets, r=jie...Stuart Cook-12/+16
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-373/+551
2024-09-12Auto merge of #129369 - madsmtm:apple-cc-linker-pass-target, r=jieyouxubors-6/+4
2024-09-12Merge from rustcThe Miri Cronjob Bot-758/+613
2024-09-12move a test to a better locationRalf Jung-0/+0
2024-09-12simplify float::classify logicRalf Jung-27/+75
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-0/+92
2024-09-11Rollup merge of #129835 - RalfJung:float-tests, r=workingjubileeJubilee-248/+251
2024-09-11Rollup merge of #129103 - Nadrieril:dont-warn-empty-unreachable, r=compiler-e...Jubilee-464/+91
2024-09-11Properly deny const gen/async gen fnsMichael Goulet-0/+32
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-373/+551
2024-09-11Rollup merge of #130219 - ogoffart:missing-docs-test, r=UrgauMatthias Krüger-2/+10
2024-09-11Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errorsMatthias Krüger-0/+53
2024-09-11Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=...Matthias Krüger-0/+55
2024-09-11Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errorsMatthias Krüger-29/+20
2024-09-11Revert warning empty patterns as unreachableNadrieril-464/+91
2024-09-11Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieubors-0/+55
2024-09-11Use `doc(hidden)` instead of `allow(missing_docs)` in the test harnessOlivier Goffart-2/+4
2024-09-11Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat...Olivier Goffart-3/+3
2024-09-11Fix false positive with `missing_docs` and `#[test]`Olivier Goffart-0/+6
2024-09-11Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errorsbors-7/+7
2024-09-11Merge from rustcThe Miri Cronjob Bot-1098/+1472
2024-09-11Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-deadbors-8/+23
2024-09-10clean up internal comments about float semanticsRalf Jung-0/+1
2024-09-10enable and extend float-classify testRalf Jung-126/+128
2024-09-10move float tests into their own dirJubilee Young-0/+0
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-1051/+764