| Age | Commit message (Expand) | Author | Lines |
| 2025-03-01 | docs(std): mention LazyLock in const/static HashMap construction | Karol Zwolak | -7/+19 |
| 2025-03-01 | fix `RangeBounds::is_empty` documentation | Peter Jaszkowiak | -1/+1 |
| 2025-03-01 | Use `BinOp::Cmp` for `iNN::signum` | Scott McMurray | -8/+7 |
| 2025-03-01 | Update `compiler-builtins` to 0.1.150 | Trevor Gross | -4/+4 |
| 2025-03-01 | chore: release v0.1.150 | github-actions[bot] | -1/+8 |
| 2025-03-01 | Disable `f16` on AArch64 without the `neon` feature | Trevor Gross | -0/+2 |
| 2025-03-02 | uefi: Add Service Binding Protocol abstraction | Ayush Singh | -1/+60 |
| 2025-03-01 | Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=workingjubilee | Matthias Krüger | -36/+34 |
| 2025-03-01 | Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc | Matthias Krüger | -75/+75 |
| 2025-03-01 | stabilize `box_uninit_write` | Slanterns | -4/+1 |
| 2025-03-01 | Rollup merge of #137730 - RalfJung:checked_ilog_tests, r=tgross35 | Matthias Krüger | -18/+56 |
| 2025-02-28 | Fix logic error in Buffer::read_more() | Will Woods | -2/+2 |
| 2025-02-28 | Tweak BufReader::peek() doctest to expose bug in Buffer::read_more() | Will Woods | -3/+3 |
| 2025-03-01 | intrinsics::simd: document that masks must be signed integer vectors | Folkert de Vries | -27/+27 |
| 2025-03-01 | correct the docs on `simd_` comparison operators | Folkert de Vries | -15/+13 |
| 2025-02-28 | Stabilize [T]::split_off... methods | Taylor Cramer | -28/+7 |
| 2025-02-28 | Specialize constructing OsString from strings | Thalia Archibald | -1/+24 |
| 2025-02-28 | Specialize OsString::push for strings | Thalia Archibald | -1/+34 |
| 2025-02-28 | Use correct error message casing for `io::const_error`s | Noratrieb | -75/+75 |
| 2025-02-28 | Do not require that unsafe fields lack drop glue | Jack Wrenn | -2/+2 |
| 2025-02-28 | Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2025-02-28 | Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-28 | Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-02-27 | Fix char count in Display for ByteStr | Thalia Archibald | -1/+3 |
| 2025-02-28 | Fix doctests failing due to unused_unsafe | Eric Huss | -0/+6 |
| 2025-02-27 | Override default Write methods for cursor-like types | Thalia Archibald | -14/+143 |
| 2025-02-27 | Inline VecDeque<u8> and BorrowedCursor methods | Thalia Archibald | -0/+3 |
| 2025-02-27 | Count char width at most once in Formatter::pad | Thalia Archibald | -37/+29 |
| 2025-02-27 | mark arm intrinsics as safe | usamoi | -23856/+16964 |
| 2025-02-27 | Update simd128.rs | Tobias Decking | -12/+4 |
| 2025-02-27 | checked_ilog tests: deal with a bit of float imprecision | Ralf Jung | -18/+56 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -2/+2 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -10/+1 |
| 2025-02-27 | Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee | Matthias Krüger | -1/+10 |
| 2025-02-27 | Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdev | Matthias Krüger | -5/+135 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -0/+4 |
| 2025-02-26 | Rollup merge of #137620 - SergioGasquez:fix/espidf-maybeunit, r=ChrisDenton | León Orell Valerian Liehr | -1/+1 |
| 2025-02-26 | Rollup merge of #136187 - hkBst:patch-27, r=workingjubilee | León Orell Valerian Liehr | -36/+37 |
| 2025-02-26 | Rollup merge of #134585 - cyrgani:uninit_array, r=Amanieu | León Orell Valerian Liehr | -36/+0 |
| 2025-02-26 | Fix unused import in coretests on wasm32 | bjorn3 | -2/+1 |
| 2025-02-26 | Fix Windows `Command` search path bug | Chris Denton | -1/+2 |
| 2025-02-26 | Enable `f16` for LoongArch | WANG Rui | -1/+0 |
| 2025-02-26 | fix - neon type signed unsigned conversions | James Barford-Evans | -824/+826 |
| 2025-02-26 | Update LLVM downloads to 20.1-2025-02-13 | Trevor Gross | -3/+3 |
| 2025-02-26 | Rollup merge of #137614 - xizheyin:issue-134874, r=cuviper | León Orell Valerian Liehr | -2/+2 |
| 2025-02-26 | Rollup merge of #137311 - martn3:enable-f16-mips, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-02-26 | Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDenton | León Orell Valerian Liehr | -3/+27 |
| 2025-02-25 | Auto merge of #137594 - RalfJung:miri-sync, r=RalfJung | bors | -0/+1 |
| 2025-02-25 | More precisely document `Global::deallocate()`'s safety. | Kevin Reid | -2/+8 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -1/+1 |