| Age | Commit message (Expand) | Author | Lines |
| 2024-12-01 | Rollup merge of #133602 - SanchithHegde:fix-pathbuf-example-codeblocks, r=cuv... | Matthias Krüger | -0/+2 |
| 2024-12-01 | Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDenton | Matthias Krüger | -4/+6 |
| 2024-12-01 | Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubilee | Matthias Krüger | -438/+465 |
| 2024-11-30 | Fix test-case | Martin Liska | -1/+4 |
| 2024-11-30 | Fix and document _mmX_alignr_epiX family of intrinsics | Martin Liska | -27/+36 |
| 2024-11-30 | Fix implementation of `_mm256_alignr_epi8<16>` | Martin Liska | -11/+10 |
| 2024-11-30 | Fix signature of `_mm512_store{u,}_si512`. | Martin Liska | -6/+6 |
| 2024-11-30 | remove rustc_allow_const_fn_unstable feature gate | Ralf Jung | -2/+1 |
| 2024-11-30 | Fix the `features` macro. | Nicholas Nethercote | -1/+1 |
| 2024-11-30 | Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJung | bors | -2/+2 |
| 2024-11-30 | Switch rtems target to panic unwind | Jan Sommer | -3/+2 |
| 2024-11-30 | Add diagnostic item for `std::ops::ControlFlow` | Samuel Tardieu | -0/+1 |
| 2024-11-30 | Rollup merge of #133670 - RalfJung:hashbrown, r=Amanieu | Ralf Jung | -2/+2 |
| 2024-11-30 | Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxu | bors | -618/+1506 |
| 2024-11-30 | std: clarify comments about initialization | joboet | -11/+13 |
| 2024-11-30 | Stabilize `ptr::fn_addr_eq` | Urgau | -3/+1 |
| 2024-11-30 | Add value accessor methods to `Mutex` and `RwLock` | EFanZh | -86/+517 |
| 2024-11-30 | fix: hurd build, stat64.st_fsid was renamed to st_dev | Steve Lau | -4/+6 |
| 2024-11-30 | rustc_allow_const_fn_unstable is not used in proc_macro | Ralf Jung | -1/+0 |
| 2024-11-30 | get rid of a bunch of unnecessary rustc_const_unstable | Ralf Jung | -14/+1 |
| 2024-11-30 | Fix chaining `carrying_add`s | Scott McMurray | -1/+1 |
| 2024-11-30 | add test for bytewise ptr::swap of a pointer | Ralf Jung | -0/+20 |
| 2024-11-30 | remove a whole bunch of unnecessary const feature gates | Ralf Jung | -32/+0 |
| 2024-11-30 | Abstract `ProcThreadAttributeList` into its own struct | Michael van Straten | -151/+294 |
| 2024-11-30 | move swap_nonoverlapping constness to separate feature gate | Ralf Jung | -2/+2 |
| 2024-11-30 | bump hashbrown version | Ralf Jung | -2/+2 |
| 2024-11-30 | move slice::swap_unchecked constness to slice_swap_unchecked feature gate | Ralf Jung | -1/+1 |
| 2024-11-30 | Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+530 |
| 2024-11-30 | Rollup merge of #133496 - rust-wasi-web:wasi-available-parallelism, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -3/+13 |
| 2024-11-30 | Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -595/+949 |
| 2024-11-30 | Rollup merge of #132515 - kornelski:home_fix, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -18/+14 |
| 2024-11-30 | Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+33 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-11-30 | Rework SIMD zeroing | Tobias Decking | -2906/+1468 |
| 2024-11-30 | Enable `without cfg check` test in `std_detect` | Urgau | -3/+2 |
| 2024-11-29 | Simplify some code in examples | Eduardo Sánchez Muñoz | -32/+10 |
| 2024-11-29 | Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum | bors | -437/+193 |
| 2024-11-29 | refine mir debuginfo docs | Ralf Jung | -5/+14 |
| 2024-11-29 | Doc comment custom MIR debuginfo. | Camille GILLOT | -0/+24 |
| 2024-11-29 | update link to "C++ Exceptions under the hood" blog | Martin Kröning | -2/+2 |
| 2024-11-29 | Rollup merge of #133530 - timvisee:master, r=jhpratt | Matthias Krüger | -52/+52 |
| 2024-11-29 | Rollup merge of #133466 - aksh1618:patch-1, r=thomcc | Matthias Krüger | -3/+3 |
| 2024-11-29 | fix: fix codeblocks in `PathBuf` example | Sanchith Hegde | -0/+2 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -1/+20 |
| 2024-11-28 | Change `GetManyMutError` to match T-libs-api decision | Chayim Refael Friedman | -28/+34 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -1/+20 |
| 2024-11-28 | remove docs publishing | MarcoIeni | -25/+0 |
| 2024-11-28 | add conclusion job | MarcoIeni | -8/+14 |
| 2024-11-28 | use merge queue | MarcoIeni | -14/+26 |
| 2024-11-28 | Also use zero when referencing to capacity or length | timvisee | -28/+28 |