| Age | Commit message (Expand) | Author | Lines |
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -176/+29 |
| 2024-03-31 | std: move UNIX stack overflow guard page handling into `stack_overflow.rs` | joboet | -310/+287 |
| 2024-03-29 | Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nilstrieb | bors | -128/+181 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -6/+11 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -1/+64 |
| 2024-03-28 | Rollup merge of #123164 - Marcondiro:unicode15-1, r=Manishearth | Matthias Krüger | -12/+14 |
| 2024-03-28 | Bump Unicode printables to version 15.1, align to unicode_data | Marcondiro | -12/+14 |
| 2024-03-27 | Rollup merge of #123139 - scottmcm:simpler-nonzero-get, r=jhpratt | Matthias Krüger | -12/+14 |
| 2024-03-27 | Rollup merge of #123136 - Vagelis-Prokopiou:fix/docs, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-03-27 | Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmease | Matthias Krüger | -1/+1 |
| 2024-03-27 | Rollup merge of #121943 - joshlf:patch-11, r=scottmcm | Matthias Krüger | -3/+3 |
| 2024-03-27 | `num::NonZero::get` can be 1 transmute instead of 3 | Scott McMurray | -12/+14 |
| 2024-03-27 | Less generic code for Vec allocations | Kornel | -13/+29 |
| 2024-03-27 | Some wording improvement | Vagelis Prokopiou | -2/+2 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -1/+1 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -6/+11 |
| 2024-03-27 | Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomez | bors | -10/+10 |
| 2024-03-27 | Rollup merge of #123083 - klensy:clippy-me, r=workingjubilee | Guillaume Gomez | -10/+10 |
| 2024-03-27 | Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehuss | bors | -30/+68 |
| 2024-03-27 | Rollup merge of #123118 - tgross35:rwlock-docs, r=workingjubilee | Matthias Krüger | -6/+7 |
| 2024-03-27 | Rollup merge of #123107 - avandesa:vec_pop_if, r=joboet | Matthias Krüger | -0/+57 |
| 2024-03-27 | Rollup merge of #123084 - a1phyr:unixstream_read_buf, r=workingjubilee | Matthias Krüger | -0/+8 |
| 2024-03-27 | Rollup merge of #123038 - he32:netbsd-ilp32-fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-27 | Rollup merge of #122880 - a1phyr:preadv_more_platform, r=workingjubilee | Matthias Krüger | -6/+22 |
| 2024-03-26 | Update `RwLock` deadlock example to not use shadowing | Trevor Gross | -6/+7 |
| 2024-03-26 | Implement `Vec::pop_if` | Alex van de Sandt | -0/+57 |
| 2024-03-26 | Rollup merge of #123057 - sthibaul:systemtime, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -3/+41 |
| 2024-03-26 | Rollup merge of #123086 - ding-young:fix-ref-to-BufWriter, r=the8472 | Matthias Krüger | -1/+1 |
| 2024-03-26 | unix fs: Make hurd and horizon using explicit new rather than From | Samuel Thibault | -2/+2 |
| 2024-03-26 | Auto merge of #122939 - joboet:proc_macro_bridge_state, r=petrochenkov | bors | -135/+61 |
| 2024-03-26 | Unix: Support more platforms with `preadv` and `pwritev` | Benoît du Garreau | -6/+22 |
| 2024-03-26 | `UnixStream`: override `read_buf` | Benoît du Garreau | -0/+8 |
| 2024-03-26 | Fix link to BufWriter | ding-young | -1/+1 |
| 2024-03-26 | std library unix/thread.rs: fix NetBSD code for ILP32 CPUs. | Havard Eidnes | -1/+1 |
| 2024-03-25 | Extract helper, fix comment on DerefPure | Michael Goulet | -1/+9 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -3/+33 |
| 2024-03-25 | Rollup merge of #123042 - dpaoliello:prelude, r=Nilstrieb | Jubilee | -23/+7 |
| 2024-03-25 | Rollup merge of #122896 - dpaoliello:stdarch, r=Amanieu | Jubilee | -0/+1 |
| 2024-03-25 | Rollup merge of #122707 - reedwoodruff:string_docs_typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -10/+10 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -23/+7 |
| 2024-03-25 | Rollup merge of #122990 - SkiFire13:transmute-may-copy, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-03-24 | Amended wording | Reed | -2/+2 |
| 2024-03-24 | Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=Amanieu | Matthias Krüger | -2/+6 |
| 2024-03-24 | Rollup merge of #122984 - RalfJung:panic-in-hook, r=Amanieu | Matthias Krüger | -5/+10 |
| 2024-03-24 | Rollup merge of #122983 - taiki-e:bsd, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-24 | Rollup merge of #122977 - cuviper:as_statically_known_str, r=RalfJung | Matthias Krüger | -5/+9 |
| 2024-03-24 | fix build. | David Carlier | -5/+3 |
| 2024-03-24 | std::thread: refine available_parallelism for solaris/illumos. | David Carlier | -0/+6 |