about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-03add m68k-unknown-none-elf targetkirk-0/+3
2025-01-03Update carrying_mul_add test to tolerate `nuw`Matthew Maurer-2/+2
2025-01-03Do not ICE when encountering predicates from other items in method error repo...Michael Goulet-0/+72
2025-01-03add codegen test for `bool::select_unpredictable`joboet-0/+35
2025-01-03Auto merge of #135034 - Noratrieb:strip-correctly, r=jieyouxubors-0/+50
2025-01-03const-in-pattern: test that the PartialEq impl does not need to be constRalf Jung-0/+54
2025-01-03Target: Add mips mti baremetal supportYunQiang Su-1/+7
2025-01-03turn rustc_box into an intrinsicRalf Jung-124/+143
2025-01-03Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgrbors-73/+170
2025-01-03Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errorsMatthias Krüger-13/+113
2025-01-03Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkovMatthias Krüger-60/+57
2025-01-03Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35bors-10/+10
2025-01-03Also in the new solverMichael Goulet-2/+28
2025-01-03Do not project when there are unconstrained impl paramsMichael Goulet-223/+67
2025-01-03Report impl has stricter requirements even when RPITIT inference gets in the wayMichael Goulet-54/+70
2025-01-02Fix macro shenanigansMichael Goulet-6/+2
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-117/+176
2025-01-02Suppress type param suggestion if encountering invalid const inferMichael Goulet-5/+0
2025-01-02Unconditionally lower generic_arg_inferMichael Goulet-109/+70
2025-01-02More refined spans for placeholder error in const/staticMichael Goulet-44/+48
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-56/+63
2025-01-02Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472bors-19/+78
2025-01-02Pass objcopy args for stripping on OSXNoratrieb-0/+50
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