| Age | Commit message (Expand) | Author | Lines |
| 2025-05-07 | test suite: use CARGO_TARGET_TMPDIR for temporary build artifacts | Ralf Jung | -3/+2 |
| 2025-05-07 | `unwrap_used`, `expect_used`: accept macro result as receiver (#14575) | Jason Newcomb | -44/+105 |
| 2025-05-07 | `unwrap_used`, `expect_used`: accept macro result as receiver | Samuel Tardieu | -44/+105 |
| 2025-05-07 | Fix regression from #140393 for espidf / horizon / nuttx / vita | ivmarkov | -0/+1 |
| 2025-05-07 | add a type alias for the pattern bindings stack | dianne | -3/+14 |
| 2025-05-07 | Auto merge of #137995 - hkBst:parse_format_reuse_unescape, r=nnethercote | bors | -552/+453 |
| 2025-05-07 | Fix backtrace for cygwin | 王宇逸 | -1/+2 |
| 2025-05-07 | Avoid some unwraps. | Nicholas Nethercote | -36/+45 |
| 2025-05-07 | Eliminate `word_or_empty` methods. | Nicholas Nethercote | -61/+55 |
| 2025-05-06 | add stubbed-out cases for rust-analyzer | dianne | -0/+3 |
| 2025-05-06 | error early when mixing deref patterns with normal constructors | dianne | -1/+161 |
| 2025-05-06 | add exhaustiveness/usefulness tests for deref patterns | dianne | -0/+269 |
| 2025-05-06 | let deref patterns participate in usefulness/exhaustiveness | dianne | -24/+47 |
| 2025-05-06 | Actually check for a problematic line comment in `with_leading_whitespace` | Jason Newcomb | -39/+78 |
| 2025-05-06 | Remove redundant work in `trait_ref_of_method`. | Jason Newcomb | -16/+12 |
| 2025-05-07 | Auto merge of #140726 - jhpratt:rollup-b6oxopx, r=jhpratt | bors | -770/+602 |
| 2025-05-07 | Rollup merge of #140713 - compiler-errors:check_ref_cast, r=lcnr | Jacob Pratt | -8/+29 |
| 2025-05-07 | Rollup merge of #140709 - notriddle:rm-unportable-markdown, r=GuillaumeGomez | Jacob Pratt | -258/+3 |
| 2025-05-07 | Rollup merge of #140668 - vkrivopalov:vecdeque-truncate-front, r=jhpratt | Jacob Pratt | -0/+137 |
| 2025-05-07 | Rollup merge of #140656 - joboet:fuchsia_pal, r=workingjubilee | Jacob Pratt | -282/+122 |
| 2025-05-07 | Rollup merge of #140607 - lcnr:opaque-type-storage, r=compiler-errors | Jacob Pratt | -82/+207 |
| 2025-05-07 | Rollup merge of #140483 - baumanj:patch-1, r=workingjubilee | Jacob Pratt | -5/+5 |
| 2025-05-07 | Rollup merge of #140419 - Jarcho:ctxt_external, r=Nadrieril | Jacob Pratt | -18/+28 |
| 2025-05-07 | Rollup merge of #139534 - madhav-madhusoodanan:apx-target-feature-addition, r... | Jacob Pratt | -17/+55 |
| 2025-05-07 | Rollup merge of #134273 - RalfJung:de-stabilize-bench, r=ibraheemdev,traviscross | Jacob Pratt | -100/+16 |
| 2025-05-06 | Update `compiler-builtins` to 0.1.158 | Trevor Gross | -4/+4 |
| 2025-05-06 | release-plz: Include the libm changelog in compiler-builtins | Trevor Gross | -0/+1 |
| 2025-05-06 | chore: release | github-actions[bot] | -2/+14 |
| 2025-05-06 | Merge pull request #660 from rust-lang/fix/disabling-sse | antoyo | -8/+2 |
| 2025-05-07 | fix typo in autorefs lint doc example | Joseph Perez | -7/+7 |
| 2025-05-06 | Auto merge of #140514 - m-ou-se:proc-macro-span-file, r=Amanieu | bors | -4/+4 |
| 2025-05-06 | Require `target_has_atomic = "ptr"` for runtime feature detection | Trevor Gross | -6/+15 |
| 2025-05-06 | Stop ignoring the feature -sse | Antoni Boucher | -8/+2 |
| 2025-05-06 | Post `non_std_lazy_statics` type warnings onto the right node | Samuel Tardieu | -3/+21 |
| 2025-05-06 | Update rc.rs docs | Jon Bauman | -5/+5 |
| 2025-05-06 | Structurally resolve in check_ref_cast | Michael Goulet | -8/+29 |
| 2025-05-06 | Auto merge of #140708 - GuillaumeGomez:rollup-egt3nl9, r=GuillaumeGomez | bors | -2111/+3166 |
| 2025-05-06 | `item_name_repetitions`: exclude enum variants with identical path components... | Manish Goregaokar | -2/+41 |
| 2025-05-07 | extract function: `doc_attributes` to find def from inner doc | Hayashi Mikihiro | -8/+26 |
| 2025-05-06 | added error handle for error code > 9999 | Kivooeo | -0/+75 |
| 2025-05-06 | Added apxf target feature test | Madhav Madhusoodanan | -0/+20 |
| 2025-05-06 | Added `apxf` target feature support, under flag `apx_target_feature` | Madhav Madhusoodanan | -0/+15 |
| 2025-05-06 | rustdoc: remove unportable markdown lint and old parser | Michael Howell | -258/+3 |
| 2025-05-06 | Ensure that temporary doctest folder is correctly removed even if doctests fa... | Guillaume Gomez | -3/+21 |
| 2025-05-06 | Rollup merge of #140703 - Kobzol:post-merge-race-fix, r=marcoieni | Guillaume Gomez | -0/+7 |
| 2025-05-06 | Rollup merge of #140692 - Zalathar:linked-graph, r=wesleywiser | Guillaume Gomez | -23/+39 |
| 2025-05-06 | Rollup merge of #139966 - Zalathar:span-merge, r=oli-obk | Guillaume Gomez | -1858/+2895 |
| 2025-05-06 | Rollup merge of #136183 - hkBst:patch-25, r=Amanieu | Guillaume Gomez | -230/+225 |
| 2025-05-06 | add allow_unused config to missing_docs_in_private_items (#14453) | Samuel Tardieu | -4/+90 |
| 2025-05-06 | Use the portable `AtomicU64` | John Kåre Alsaker | -2/+2 |