| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Fix SSE sqrt | Tobias Decking | -1/+2 |
| 2024-06-17 | Parenthesis | Tobias Decking | -1/+1 |
| 2024-06-17 | Fix compiler errors | Tobias Decking | -9/+10 |
| 2024-06-17 | Update avx.rs | Tobias Decking | -3/+1 |
| 2024-06-17 | Update sse2.rs | Tobias Decking | -5/+1 |
| 2024-06-17 | Update sse.rs | Tobias Decking | -18/+6 |
| 2024-06-17 | Update fma.rs | Tobias Decking | -60/+52 |
| 2024-06-16 | Fix doc-link issue | Lukas Bergdoll | -1/+1 |
| 2024-06-16 | Remove reliance on const_trait in sort implementations | Lukas Bergdoll | -64/+66 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -10/+10 |
| 2024-06-16 | use rustc-dep-of-std in panic_unwind | Lzu Tao | -1/+1 |
| 2024-06-16 | Rollup merge of #126539 - lukaslueg:patch-1, r=jhpratt | Jacob Pratt | -9/+12 |
| 2024-06-16 | Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnay | Jacob Pratt | -0/+3 |
| 2024-06-16 | Update `Arc::try_unwrap()` docs | lukaslueg | -9/+12 |
| 2024-06-16 | Apply review comments | Lukas Bergdoll | -90/+98 |
| 2024-06-16 | Auto merge of #126299 - scottmcm:tune-sliceindex-ubchecks, r=saethlin | bors | -32/+86 |
| 2024-06-15 | Redo SliceIndex implementations | Scott McMurray | -32/+86 |
| 2024-06-16 | update comment | Slanterns | -1/+1 |
| 2024-06-15 | Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum | Guillaume Gomez | -417/+66 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -927/+717 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -28/+39 |
| 2024-06-15 | std: suggest OnceLock over Once | Jubilee Young | -4/+14 |
| 2024-06-14 | Polish `std::path::absolute` documentation. | Kevin Reid | -28/+39 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -137/+369 |
| 2024-06-14 | Rollup merge of #126285 - kpreid:unique-rc, r=dtolnay | Matthias Krüger | -30/+91 |
| 2024-06-14 | Rollup merge of #126266 - tbu-:pr_doc_alloc_default_system, r=jhpratt | Matthias Krüger | -1/+3 |
| 2024-06-14 | Rollup merge of #126135 - hermit-os:fuse, r=jhpratt | Matthias Krüger | -92/+181 |
| 2024-06-14 | Rollup merge of #123769 - dtolnay:literal, r=fee1-dead | Matthias Krüger | -14/+94 |
| 2024-06-14 | div_euclid, rem_euclid: clarify/extend documentation | Ralf Jung | -4/+6 |
| 2024-06-14 | Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDenton | Matthias Krüger | -19/+2 |
| 2024-06-13 | Rollup merge of #126402 - firefighterduck:fix-unsafe-precon-copy, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-13 | Rollup merge of #126390 - Kriskras99:master, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-06-13 | Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-06-13 | Rollup merge of #123726 - jieyouxu:command-new-docs, r=Nilstrieb | Matthias Krüger | -0/+19 |
| 2024-06-13 | Remove superfluous escaping from byte, byte str, and c str literals | David Tolnay | -14/+94 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -0/+2 |
| 2024-06-13 | fix wrong assert_unsafe_precondition message for core::ptr::copy | Florian Sextl | -2/+1 |
| 2024-06-13 | Rollup merge of #126384 - RalfJung:is_none_or, r=workingjubilee | León Orell Valerian Liehr | -1/+1 |
| 2024-06-13 | Rollup merge of #126347 - slanterns:try_simplify, r=scottmcm | León Orell Valerian Liehr | -10/+11 |
| 2024-06-13 | Fix wording in {checked_}next_power_of_two | Christiaan Biesterbosch | -3/+3 |
| 2024-06-13 | add tracking issue for is_none_or | Ralf Jung | -1/+1 |
| 2024-06-13 | std::unix::fs::link using direct linkat call for Solaris and macOs. | David Carlier | -19/+2 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -0/+26 |
| 2024-06-13 | Simplify `try_*` on `Iterator` | Slanterns | -10/+11 |
| 2024-06-12 | export std::os::fd module on HermitOS | Stefan Lankes | -13/+4 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -197/+130 |
| 2024-06-12 | add is_none_or | Ralf Jung | -0/+26 |
| 2024-06-12 | Rollup merge of #126322 - m-ou-se:panicinfo-and-panicinfo-2, r=RalfJung | Guillaume Gomez | -9/+5 |
| 2024-06-12 | Rollup merge of #126242 - yaahc:simplify-provider, r=jhpratt | Guillaume Gomez | -26/+23 |
| 2024-06-12 | Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco | Guillaume Gomez | -1/+5 |