about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-2/+15
2025-01-02taint fcx on selection errors during unsizingLukas Markeffsky-13/+113
2025-01-02Make the `test` cfg a "userspace" check-cfgUrgau-60/+57
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-10/+10
2025-01-01Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqdMatthias Krüger-15/+36
2025-01-01Fix ICE when opaque captures a duplicated/invalid lifetimeMichael Goulet-15/+36
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-19/+78
2025-01-01Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errorsStuart Cook-1/+4
2025-01-01Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebankStuart Cook-14/+20
2025-01-01Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este...Stuart Cook-0/+85
2025-01-01Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebankStuart Cook-0/+121
2024-12-31allow irrefutable let patterns in feature gate testMax Niederman-29/+10
2024-12-31Rollup merge of #134971 - dxsullivan:fix-typo, r=lqdTrevor Gross-5/+5
2024-12-31Rollup merge of #134861 - GuillaumeGomez:item-info-colors, r=fmeaseTrevor Gross-0/+23
2024-12-31Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebankTrevor Gross-65/+131
2024-12-31Provide structured suggestion for `impl Default` of type where all fields hav...Esteban Küber-1/+4
2024-12-31chore: fix typosdxsullivan-5/+5
2024-12-31Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxuMatthias Krüger-18/+76
2024-12-31Rollup merge of #134918 - ChrisDenton:issue-70093, r=jieyouxuMatthias Krüger-20/+40
2024-12-31arm: use target.llvm_floatabi over soft-float target featureRalf Jung-5/+5
2024-12-31add ABI target features *before* -Ctarget-featuresRalf Jung-4/+4
2024-12-31x86-64 hardfloat actually requires sse2Ralf Jung-2/+19
2024-12-31explicitly model that certain ABIs require/forbid certain target featuresRalf Jung-19/+24
2024-12-31Rollup merge of #134957 - peicuiping:master, r=lqdJacob Pratt-4/+4
2024-12-31Rollup merge of #134857 - compiler-errors:rustdoc-unsafe-binders, r=camelidJacob Pratt-0/+19
2024-12-31chore: fix some typospeicuiping-4/+4
2024-12-31Account for format_args in HiddenUnicodeCodepoints lintMichael Goulet-4/+23
2024-12-31Account for C string literals in HiddenUnicodeCodepoints lintMichael Goulet-18/+57
2024-12-31Rollup merge of #134933 - compiler-errors:async-fn-future-sized, r=lqdStuart Cook-0/+51
2024-12-31Suppress host effect predicates if underlying trait doesn't holdMichael Goulet-0/+63
2024-12-31Add comments to -Zlink-* testsChris Denton-0/+11
2024-12-31Fix span for IndexMut method call on HashMap/BTreeMapMichael Goulet-2/+8
2024-12-31Use if-let in structured suggestion instead of Option::mapMichael Goulet-8/+8
2024-12-31Explain how to mutate a HashMap/BTreeMap with more nuanceMichael Goulet-4/+4
2024-12-31Unsafe binder support in rustdocMichael Goulet-0/+19
2024-12-31Make sure we check the future type is Sized in AsyncFn*Michael Goulet-0/+51
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-23/+19
2024-12-30Windows: Enable issue 70093 link testsChris Denton-11/+20
2024-12-30Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkanMatthias Krüger-2/+2
2024-12-30Rollup merge of #134871 - clubby789:test-63646, r=compiler-errorsMatthias Krüger-0/+28
2024-12-30Auto merge of #134906 - jieyouxu:multi-crate-type, r=lqd,fmeasebors-0/+67
2024-12-30add suggestion for wrongly ordered format parametersDavis Muro-0/+85
2024-12-30tests: add basic test coverage for cli flag `--crate-type`许杰友 Jieyou Xu (Joe)-0/+67
2024-12-30chore: fix typosHoru-2/+2
2024-12-29Add more ranges parsing testsDavid Tolnay-1/+27
2024-12-29Added codegen test for elidings bounds check when indexes are manually checkedAlex Gaynor-0/+37
2024-12-29Auto merge of #134627 - estebank:issue-133252, r=jackh726bors-1/+39
2024-12-29Add codegen test for issue 63646clubby789-0/+28
2024-12-28Add GUI test for item info elements colorGuillaume Gomez-0/+23
2024-12-28Added a codegen test for optimization with const arraysAlex Gaynor-0/+15