| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss | Jacob Pratt | -0/+23 |
| 2025-03-07 | Use `intrinsics::assume` instead of `hint::assert_unchecked`. | Markus Reiter | -2/+8 |
| 2025-03-07 | Never inline `lookup_slow`. | Markus Reiter | -0/+2 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -0/+70 |
| 2025-03-07 | Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr | bors | -222/+184 |
| 2025-03-07 | Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 | Matthias Krüger | -222/+184 |
| 2025-03-07 | Rollup merge of #138129 - RalfJung:stabilize-const-things, r=tgross35 | Matthias Krüger | -10/+10 |
| 2025-03-07 | Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee | Matthias Krüger | -6/+16 |
| 2025-03-07 | Rollup merge of #136667 - vita-rust:revert-vita-c-char, r=cuviper | Matthias Krüger | -2/+6 |
| 2025-03-06 | Use turbofish for size_of<T> and align_of<T> in docs | Thalia Archibald | -10/+10 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -212/+174 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -3/+2 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -9/+78 |
| 2025-03-06 | stabilize const_sockaddr_setters | Ralf Jung | -8/+8 |
| 2025-03-06 | stabilize const_char_classify | Ralf Jung | -2/+2 |
| 2025-03-06 | Remove #[cfg(not(test))] gates in core | Thalia Archibald | -114/+79 |
| 2025-03-06 | Add examples in stdlib demonstrating the use syntax | Santiago Pastorino | -0/+19 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+51 |
| 2025-03-06 | Rollup merge of #138105 - reddevilmidzy:fix-broken-link, r=saethlin | Michael Goulet | -1/+1 |
| 2025-03-06 | Add second precondition for `skip_search`. | Markus Reiter | -57/+205 |
| 2025-03-06 | Allow optimizing out `panic_bounds_check` in Unicode checks. | Markus Reiter | -39/+34 |
| 2025-03-06 | Update stdarch | Eric Huss | -0/+5 |
| 2025-03-06 | Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote | Michael Goulet | -2/+2 |
| 2025-03-06 | Rollup merge of #137772 - thaliaarchi:bstr-display, r=joshtriplett | Michael Goulet | -1/+3 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -1/+0 |
| 2025-03-06 | Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwU | Michael Goulet | -0/+62 |
| 2025-03-06 | Rollup merge of #135895 - hkBst:patch-15, r=joboet | Michael Goulet | -5/+11 |
| 2025-03-07 | Fix broken link to Miri intrinsics in documentation | Redddy | -1/+1 |
| 2025-03-06 | Stabilize `const_copy_from_slice` feature | okaneco | -2/+1 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -0/+62 |
| 2025-03-05 | Make `is_le` and friends work like clang's | Scott McMurray | -6/+16 |
| 2025-03-05 | Rollup merge of #136662 - thaliaarchi:formatter-pad-char-count, r=m-ou-se | 许杰友 Jieyou Xu (Joe) | -37/+29 |
| 2025-03-05 | Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -583/+713 |
| 2025-03-04 | Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhpratt | Jubilee | -27/+7 |
| 2025-03-04 | Ensure that negative auto impls are always applicable | Michael Goulet | -1/+0 |
| 2025-03-04 | atomic: clarify that failing conditional RMW operations are not 'writes' | Ralf Jung | -2/+3 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -1/+1 |
| 2025-03-03 | stabilize const_cell | Ralf Jung | -5/+5 |
| 2025-03-03 | Rollup merge of #137054 - jhpratt:phantom-variance, r=Mark-Simulacrum | Matthias Krüger | -0/+12 |
| 2025-03-03 | fix order on shl impl | Speedy_Lex | -1/+1 |
| 2025-03-02 | Rollup merge of #137871 - pitaj:rangebounds-is_empty-intersect, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-03-02 | Document workings of successors more clearly | Marijn Schouten | -5/+11 |
| 2025-03-02 | dec2flt: Refactor the fast path | Trevor Gross | -24/+23 |
| 2025-03-02 | dec2flt: Refactor float traits | Trevor Gross | -111/+203 |
| 2025-03-02 | dec2flt: Rename fields to be consistent with documented notation | Trevor Gross | -14/+18 |
| 2025-03-02 | dec2flt: Rename `Number` to `Decimal` | Trevor Gross | -9/+9 |
| 2025-03-02 | dec2flt: Rename `Decimal` to `DecimalSeq` | Trevor Gross | -22/+39 |
| 2025-03-02 | dec2flt: Update documentation of existing methods | Trevor Gross | -17/+35 |
| 2025-03-02 | float: Update some constants to `pub(crate)` | Trevor Gross | -6/+6 |
| 2025-03-01 | fix `RangeBounds::is_empty` documentation | Peter Jaszkowiak | -1/+1 |