about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-26Auto merge of #126844 - scottmcm:more-ptr-cast-gvn, r=saethlinbors-111/+1437
2024-06-26Rollup merge of #126973 - chenyukang:yukang-fix-126756-unsafe-suggestion-erro...Matthias Krüger-24/+73
2024-06-26Rollup merge of #126968 - lqd:issue-126670, r=compiler-errorsMatthias Krüger-0/+39
2024-06-26Rollup merge of #126964 - Oneirical:total-catestrophe, r=KobzolMatthias Krüger-29/+50
2024-06-26Rollup merge of #126925 - surechen:fix_125631, r=compiler-errorsMatthias Krüger-0/+143
2024-06-26Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e...Matthias Krüger-2/+2
2024-06-26Fix bad replacement for unsafe extern block suggestionyukang-24/+73
2024-06-25Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgrbors-71/+373
2024-06-26Fix a span in `parse_ty_bare_fn`.Nicholas Nethercote-2/+2
2024-06-25delay bug in RPITIT refinement checking with resolution errorsRémy Rakic-0/+39
2024-06-25Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc...Matthias Krüger-4/+4
2024-06-25Rollup merge of #126302 - mu001999-contrib:ignore/default, r=michaelwoeristerMatthias Krüger-1/+51
2024-06-25rewrite and rename issue-20626 to rmakeOneirical-9/+16
2024-06-25rewrite invalid-so to rmakeOneirical-7/+17
2024-06-25rewrite lto-empty to rmakeOneirical-13/+17
2024-06-25Rollup merge of #126943 - Urgau:dedup-all, r=petrochenkovMatthias Krüger-0/+6
2024-06-25Rollup merge of #126915 - SparkyPotato:fix-126903, r=compiler-errorsMatthias Krüger-1/+20
2024-06-25Rollup merge of #126884 - estebank:issue-125634, r=NadrierilMatthias Krüger-6/+115
2024-06-25Rollup merge of #126868 - bvanjoi:fix-126764, r=davidtwcoMatthias Krüger-0/+44
2024-06-25Rollup merge of #126746 - compiler-errors:no-rpitit, r=oli-obkMatthias Krüger-44/+138
2024-06-25Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelixMatthias Krüger-20/+50
2024-06-25Detect unused structs which derived Defaultmu001999-1/+51
2024-06-25Delegation: ast lowering refactorBryanskiy-4/+4
2024-06-25Auto merge of #125741 - petrochenkov:atvisord, r=davidtwcobors-83/+179
2024-06-25De-duplicate all consecutive native libs regardless of their optionsUrgau-0/+6
2024-06-25Auto merge of #126834 - bjorn3:interface_refactor, r=michaelwoeristerbors-5/+9
2024-06-25Auto merge of #125740 - RalfJung:transmute-size-check, r=oli-obkbors-2/+50
2024-06-25Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errorsbors-57/+326
2024-06-25Auto merge of #126852 - scottmcm:more-checked-math-tweaks, r=Amanieubors-30/+34
2024-06-25Change E0369 diagnostic give note information for foreign items.surechen-0/+143
2024-06-24don't suggest awaiting type expr patternsSparkyPotato-1/+20
2024-06-24Rollup merge of #126899 - GrigorenkoPV:suggest-const-block, r=davidtwcoMichael Goulet-33/+19
2024-06-24Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnrMichael Goulet-265/+648
2024-06-24Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwcoMichael Goulet-0/+97
2024-06-24Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelixMichael Goulet-1/+7
2024-06-24Rollup merge of #124460 - long-long-float:show-notice-about-enum-with-debug, ...Michael Goulet-1/+36
2024-06-24Deny use<> for RPITITsMichael Goulet-45/+76
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-80/+131
2024-06-24Auto merge of #126900 - matthiaskrgr:rollup-24ah97b, r=matthiaskrgrbors-6/+4
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-69/+114
2024-06-24Rollup merge of #126882 - estebank:multiline-order, r=WaffleLapkinMatthias Krüger-6/+4
2024-06-24Suggest inline const blocks for array initializationPavel Grigorenko-33/+19
2024-06-24coverage: Bless coverage attribute testsZalathar-265/+648
2024-06-24Update `tests/rustdoc` to new test syntaxGuillaume Gomez-4378/+4378
2024-06-24Rollup merge of #126849 - workingjubilee:correctly-classify-arm-low-dregs, r=...Matthias Krüger-0/+33
2024-06-24Rollup merge of #126455 - surechen:fix_126222, r=estebankMatthias Krüger-0/+119
2024-06-24Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxuMatthias Krüger-6/+288
2024-06-24Do not ICE when suggesting dereferencing closure argEsteban Küber-6/+115
2024-06-23Add hard error and migration lint for unsafe attrscarbotaniuman-6/+288
2024-06-23Special case when a code line only has multiline span startsEsteban Küber-6/+4