about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
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-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-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-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
2024-09-10Report the `note` when specified in `diagnostic::on_unimplemented`FedericoBruzzone-0/+53
2024-09-10Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgrbors-41/+63
2024-09-11downgrade borrowck suggestion level due to possible span conflictDing Xiang Fei-34/+79
2024-09-11coalesce lint suggestions that can intersectDing Xiang Fei-47/+353
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-14/+625
2024-09-10Add -Z small-data-thresholdPaul Menage-0/+92
2024-09-10Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errorsMatthias Krüger-41/+11
2024-09-10Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddleMatthias Krüger-0/+52
2024-09-10Add test for S_OBJNAME and update test for LF_BUILDINFO cl and cmd forFlorian Schmiderer-19/+30
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-0/+33
2024-09-10generalize: track relevant info in cache keylcnr-7/+7
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-0/+55
2024-09-10abi/compatibility test: remove tests inside repr(C) wrappersRalf Jung-41/+11
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-0/+518
2024-09-09Ban non-array SIMDScott McMurray-1051/+764