about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-27Merge from rustcThe Miri Cronjob Bot-369/+818
2024-06-26Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyasbors-238/+226
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-25Merge from rustcBen Kimock-4861/+5787
2024-06-25delay bug in RPITIT refinement checking with resolution errorsRémy Rakic-0/+39
2024-06-25Prevent ICE from expected future breakagexFrednet-19/+63
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-25`sudo CI=green` && Review changes <3xFrednet-1/+0
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-25RFC 2373: Update tests for rustdoc for `lint_reasons`xFrednet-4/+4
2024-06-25Detect unused structs which derived Defaultmu001999-1/+51
2024-06-25RFC 2383: Stabilize `lint_reasons` :tada:xFrednet-214/+159
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