| Age | Commit message (Expand) | Author | Lines |
| 2025-08-09 | add `nonpoison::rwlock` implementation | Connor Tsui | -8/+8 |
| 2025-08-09 | Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzol | bors | -9/+6 |
| 2025-08-08 | Rollup merge of #144649 - estebank:issue-144602, r=lcnr | Trevor Gross | -15/+106 |
| 2025-08-08 | Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkov | Trevor Gross | -16/+411 |
| 2025-08-08 | Rollup merge of #144545 - ChayimFriedman2:bool-witness-order, r=Nadrieril | Trevor Gross | -7/+7 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -55/+66 |
| 2025-08-08 | Rollup merge of #144039 - estebank:short-paths, r=fee1-dead | Trevor Gross | -123/+157 |
| 2025-08-08 | mbe: Add a test checking for infinite recursion in macro attributes | Josh Triplett | -0/+26 |
| 2025-08-08 | mbe: Add a test confirming that a macro attribute can apply itself recursively | Josh Triplett | -0/+27 |
| 2025-08-08 | mbe: Add parser test for macro attribute recovery | Josh Triplett | -0/+50 |
| 2025-08-08 | mbe: Add a test for calling a macro with no function-like rules | Josh Triplett | -1/+12 |
| 2025-08-08 | mbe: Add test for attribute expansion with `compile_error!` | Josh Triplett | -0/+26 |
| 2025-08-08 | mbe: Add test for `macro_rules` attributes | Josh Triplett | -0/+126 |
| 2025-08-08 | mbe: Fix error message for using a macro with no `attr` rules as an attribute | Josh Triplett | -1/+1 |
| 2025-08-08 | mbe: Parse macro attribute rules | Josh Triplett | -0/+129 |
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -15/+15 |
| 2025-08-08 | Add target_env = "macabi" and target_env = "sim" | Mads Marquart | -1/+1 |
| 2025-08-08 | Revert "Port `#[allow_internal_unsafe]` to the new attribute system" | Jana Dönszelmann | -9/+6 |
| 2025-08-08 | Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalathar | bors | -2093/+1409 |
| 2025-08-08 | Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiser | Stuart Cook | -8/+11 |
| 2025-08-08 | Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkov | Stuart Cook | -4/+4 |
| 2025-08-08 | Rollup merge of #145053 - lqd:known-bugs, r=jackh726 | Stuart Cook | -0/+1034 |
| 2025-08-08 | Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet... | Stuart Cook | -69/+1 |
| 2025-08-08 | Rollup merge of #145030 - cjgillot:gvn-no-flatten-index, r=saethlin | Stuart Cook | -0/+140 |
| 2025-08-08 | Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obk | Stuart Cook | -1853/+2 |
| 2025-08-08 | Rollup merge of #144931 - dpaoliello:msvc-wholearchive, r=jieyouxu | Stuart Cook | -3/+3 |
| 2025-08-08 | Rollup merge of #144914 - estebank:short-paths-2, r=fee1-dead | Stuart Cook | -41/+61 |
| 2025-08-08 | Rollup merge of #144764 - scottmcm:tweak-impossible-discriminant-assume, r=Wa... | Stuart Cook | -42/+55 |
| 2025-08-08 | Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxu | Stuart Cook | -73/+98 |
| 2025-08-07 | Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmann | Trevor Gross | -6/+9 |
| 2025-08-07 | Do not flatten derefs with ProjectionElem::Index. | Camille Gillot | -4/+2 |
| 2025-08-07 | Add test. | Camille Gillot | -0/+142 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -8/+11 |
| 2025-08-07 | Do not provide field typo suggestions for tuples and tuple structs | Esteban Küber | -50/+10 |
| 2025-08-07 | Do not suggest pinning missing `.get_ref()` | Esteban Küber | -17/+6 |
| 2025-08-07 | Account for bare tuples in field searching logic | Esteban Küber | -0/+142 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -123/+157 |
| 2025-08-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -4/+4 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -312/+870 |
| 2025-08-07 | Port `#[allow_internal_unsafe]` to the new attribute system | Sasha Pourcelot | -6/+9 |
| 2025-08-07 | Prevent name collisions with internal implementation details | bjorn3 | -69/+1 |
| 2025-08-07 | add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001 | Rémy Rakic | -0/+186 |
| 2025-08-07 | add filtering lending iterator known-bug | Rémy Rakic | -0/+70 |
| 2025-08-07 | add multiple known-bugs for NLL problem case 3 | Rémy Rakic | -0/+778 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -48/+48 |
| 2025-08-07 | Rollup merge of #145033 - nnethercote:fix-144994, r=fmease | Stuart Cook | -4/+77 |
| 2025-08-07 | Rollup merge of #144650 - Borgerr:additional-tce-tests, r=WaffleLapkin,tgross35 | Stuart Cook | -2/+64 |
| 2025-08-07 | Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro... | Stuart Cook | -43/+40 |
| 2025-08-07 | Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnr | Stuart Cook | -19/+12 |
| 2025-08-07 | Rollup merge of #143929 - petrochenkov:depresolve, r=lcnr | Stuart Cook | -38/+289 |