| Age | Commit message (Expand) | Author | Lines |
| 2024-04-06 | Rollup merge of #123541 - RalfJung:remove-old-hacks, r=Mark-Simulacrum | Guillaume Gomez | -7/+1 |
| 2024-04-06 | Rollup merge of #114788 - tisonkun:get_mut_or_init, r=dtolnay | Matthias Krüger | -0/+81 |
| 2024-04-06 | remove miri-test-libstd hacks that are no longer needed | Ralf Jung | -7/+1 |
| 2024-04-06 | Auto merge of #123433 - GnomedDev:remove-threadname-alloc, r=joboet | bors | -6/+27 |
| 2024-04-05 | Rollup merge of #123505 - ChrisDenton:revert-121666, r=workingjubilee | Guillaume Gomez | -164/+10 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -20/+392 |
| 2024-04-05 | Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan | bors | -0/+4 |
| 2024-04-05 | Revert #121666 | Chris Denton | -164/+10 |
| 2024-04-04 | Remove rt::init allocation for thread name | David Thomas | -6/+27 |
| 2024-04-04 | Rollup merge of #123389 - ChrisDenton:dont-panic-on-startup, r=joboet | Matthias Krüger | -30/+14 |
| 2024-04-04 | Add comments about using debug_assert | Chris Denton | -0/+4 |
| 2024-04-03 | Rollup merge of #122356 - devnexen:dfbsd_build_fix, r=jhpratt | Jacob Pratt | -7/+13 |
| 2024-04-03 | add 'x.py miri', and make it work for 'library/{core,alloc,std}' | Ralf Jung | -0/+4 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #123388 - tshepang:consistency, r=jhpratt | Jubilee | -2/+2 |
| 2024-04-02 | Rollup merge of #122411 - alexcrichton:wasm32-wasip2-cabi-realloc, r=m-ou-se | Jubilee | -9/+70 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -7/+7 |
| 2024-04-02 | Avoid panicking unnecessarily on startup | Chris Denton | -30/+10 |
| 2024-04-02 | use a consistent style for links | Tshepang Mbambo | -2/+2 |
| 2024-04-02 | style: fmt | Steve Lau | -1/+2 |
| 2024-04-02 | fix: build on haiku by adding missing import | Steve Lau | -1/+1 |
| 2024-04-01 | Rollup merge of #123323 - devnexen:thread_set_name_solaris_fix, r=workingjubilee | Jubilee | -1/+6 |
| 2024-04-01 | std::thread: set_name change for solaris/illumos. | David Carlier | -1/+6 |
| 2024-04-01 | Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDenton | bors | -3/+11 |
| 2024-04-01 | Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDenton | bors | -490/+317 |
| 2024-04-01 | update comment | joboet | -4/+1 |
| 2024-04-01 | std::thread: adding get_name implementation for solaris/illumos. | David Carlier | -3/+11 |
| 2024-03-31 | Auto merge of #123299 - workingjubilee:rollup-2z8amaj, r=workingjubilee | bors | -1/+19 |
| 2024-03-31 | std::thread: adding get_name haiku implementation. | David Carlier | -1/+19 |
| 2024-03-31 | catch_panic: warn about panicking payload drop | Ralf Jung | -0/+3 |
| 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-30 | std::thread: adding freebsd/netbsd to the linux's get_name implementation. | David Carlier | -1/+8 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -0/+1 |
| 2024-03-27 | Some wording improvement | Vagelis Prokopiou | -2/+2 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+1 |
| 2024-03-27 | Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomez | bors | -2/+2 |
| 2024-03-27 | Rollup merge of #123083 - klensy:clippy-me, r=workingjubilee | Guillaume Gomez | -2/+2 |
| 2024-03-27 | impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLock | tison | -0/+81 |
| 2024-03-27 | Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehuss | bors | -12/+23 |
| 2024-03-27 | Rollup merge of #123118 - tgross35:rwlock-docs, r=workingjubilee | Matthias Krüger | -6/+7 |
| 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 | Rollup merge of #123057 - sthibaul:systemtime, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-26 | unix fs: Make hurd and horizon using explicit new rather than From | Samuel Thibault | -2/+2 |
| 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 |