about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-09-11add regression test for #97589dianne-0/+20
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-11Regression test for #129541Zachary S-0/+14
2024-09-11Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-deadbors-8/+23
2024-09-10rustdoc: tweak spacing in toolbarMichael Howell-5/+5
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-65/+87
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-101/+79
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-10Don't call closure_by_move_body_def_id on FnOnce async closures in MIR valida...Michael Goulet-0/+20
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-10turn errors that should be impossible due to our static checks into ICEsRalf Jung-1/+15
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-472/+79
2024-09-10coverage: Extract `executor::block_on` from several async coverage testsZalathar-277/+142
2024-09-09Ban non-array SIMDScott McMurray-1051/+764
2024-09-09Rollup merge of #130152 - krasimirgg:nsan, r=nikicJubilee-0/+1
2024-09-09Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=AmanieuJubilee-6/+6
2024-09-09Rollup merge of #130094 - workingjubilee:concurrency-is-real, r=lcnrJubilee-0/+51
2024-09-09Rollup merge of #129529 - lqd:stable-new-solver, r=KobzolJubilee-0/+36
2024-09-09rustdoc: add two regression testsLeón Orell Valerian Liehr-0/+52
2024-09-09compiler: Inform the solver of concurrencyJubilee Young-0/+51
2024-09-09Rollup merge of #130137 - gurry:master, r=cjgillotMatthias Krüger-0/+59
2024-09-09Rollup merge of #130064 - folkertdev:fix-issue-129983, r=compiler-errorsMatthias Krüger-8/+62
2024-09-09adapt a test for llvm 20Krasimir Georgiev-0/+1
2024-09-09Add test about missing docs at crate levelUrgau-0/+14
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau-0/+6