about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-08mbe: Add a test for calling a macro with no function-like rulesJosh Triplett-1/+12
2025-08-08mbe: Add test for attribute expansion with `compile_error!`Josh Triplett-0/+26
2025-08-08mbe: Add test for `macro_rules` attributesJosh Triplett-0/+126
2025-08-08mbe: Fix error message for using a macro with no `attr` rules as an attributeJosh Triplett-1/+1
2025-08-08mbe: Parse macro attribute rulesJosh Triplett-0/+129
2025-08-09fix missing parenthesis in pretty discriminantMakai-2/+2
2025-08-08mbe: In error messages, don't assume attributes are always proc macrosJosh Triplett-15/+15
2025-08-08borrowck: defer opaque type errorslcnr-37/+123
2025-08-08[win][arm64ec] Partial fix for raw-dylib-link-ordinal on Arm64ECDaniel Paoliello-2/+3
2025-08-08mark polonius=next's NLL imprecisions as known-bugsRémy Rakic-20/+90
2025-08-08add cursor-like example that worksRémy Rakic-0/+102
2025-08-08add NLL-like imprecision exampleRémy Rakic-0/+106
2025-08-08add some test cases for overlapping yielded itemsRémy Rakic-0/+153
2025-08-08new impl fixes crash testRémy Rakic-7/+12
2025-08-08update test expectations for boring locals + dropckoutlives interactionsRémy Rakic-18/+129
2025-08-08apply_member_constraints: fix placeholder checklcnr-0/+60
2025-08-08fix typoslcnr-3/+3
2025-08-08Add target_env = "macabi" and target_env = "sim"Mads Marquart-1/+1
2025-08-08Revert "Port `#[allow_internal_unsafe]` to the new attribute system"Jana Dönszelmann-9/+6
2025-08-08Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalatharbors-2093/+1409
2025-08-08Fix some bad formatting in `-Zmacro-stats` output.Nicholas Nethercote-5/+5
2025-08-08Augment the test.Nicholas Nethercote-5/+32
2025-08-08Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiserStuart Cook-8/+11
2025-08-08Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkovStuart Cook-4/+4
2025-08-08Rollup merge of #145053 - lqd:known-bugs, r=jackh726Stuart Cook-0/+1034
2025-08-08Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet...Stuart Cook-69/+1
2025-08-08Rollup merge of #145030 - cjgillot:gvn-no-flatten-index, r=saethlinStuart Cook-0/+140
2025-08-08Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obkStuart Cook-1853/+2
2025-08-08Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxuStuart Cook-3/+3
2025-08-08Rollup merge of #144914 - estebank:short-paths-2, r=fee1-deadStuart Cook-41/+61
2025-08-08Rollup merge of #144764 - scottmcm:tweak-impossible-discriminant-assume, r=Wa...Stuart Cook-42/+55
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-73/+98
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-6/+9
2025-08-07only introduce a guard scope for arms with guardsdianne-14/+14
2025-08-07add a scope for `if let` guard temporaries and bindingsdianne-17/+16
2025-08-07Do not flatten derefs with ProjectionElem::Index.Camille Gillot-4/+2
2025-08-07Add test.Camille Gillot-0/+142
2025-08-07add more tests for `if let` guard drop orderdianne-0/+89
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-8/+11
2025-08-07Do not provide field typo suggestions for tuples and tuple structsEsteban Küber-50/+10
2025-08-07Do not suggest pinning missing `.get_ref()`Esteban Küber-17/+6
2025-08-07Account for bare tuples in field searching logicEsteban Küber-0/+142
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-123/+157
2025-08-07Add regression test for `saturating_sub` bounds check issueokaneco-0/+19
2025-08-08Clean up some resolved test regressions of const trait removals in stdShoyu Vanilla-4/+4
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-312/+870
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-6/+9
2025-08-07Prevent name collisions with internal implementation detailsbjorn3-69/+1
2025-08-07add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001Rémy Rakic-0/+186
2025-08-07add filtering lending iterator known-bugRémy Rakic-0/+70