| Age | Commit message (Expand) | Author | Lines |
| 2024-04-10 | visionOS: Fix unused import warning | Mads Marquart | -12/+1 |
| 2024-04-10 | Rework Path::ancestors documentation to remove unwraps | Kriskras99 | -4/+3 |
| 2024-04-10 | Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboet | bors | -18/+74 |
| 2024-04-10 | Bring documentation of Path::to_path_buf in line with the rest of Path/PathBuf | Kriskras99 | -2/+2 |
| 2024-04-10 | Auto merge of #122812 - dtolnay:mode, r=workingjubilee | bors | -5/+186 |
| 2024-04-09 | Update documentation related to the recent cmd.exe fix | Trevor Gross | -38/+59 |
| 2024-04-10 | Rollup merge of #123633 - bjorn3:unsupported_command_data, r=jhpratt | Matthias Krüger | -31/+119 |
| 2024-04-09 | Show mode_t as octal in std::fs Debug impls | David Tolnay | -5/+186 |
| 2024-04-09 | Add comment on UTF-16 surrogates | Chris Denton | -0/+2 |
| 2024-04-09 | Windows: set main thread name without reencoding | Chris Denton | -4/+8 |
| 2024-04-09 | Add const UTF-8 to UTF-16 conversion macros | Chris Denton | -2/+113 |
| 2024-04-09 | Auto merge of #123683 - pietroalbini:pa-cve-2024-24576-nightly, r=pietroalbini | bors | -14/+226 |
| 2024-04-09 | Auto merge of #123485 - madsmtm:use-libc-copyfile, r=joboet | bors | -39/+10 |
| 2024-04-09 | Fix dead code warning | bjorn3 | -0/+1 |
| 2024-04-09 | Document Windows argument splitting | Chris Denton | -2/+133 |
| 2024-04-09 | Disallow or quote all specials in bat args | Chris Denton | -12/+93 |
| 2024-04-08 | Change method calls to using the method directly | Trevor Gross | -3/+3 |
| 2024-04-08 | Add `SAFETY` comments to the thread local implementation | Trevor Gross | -10/+12 |
| 2024-04-08 | Update thread local docs with idiomatic cell type use | Trevor Gross | -15/+17 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -0/+6 |
| 2024-04-08 | Store all args in the unsupported Command implementation | bjorn3 | -31/+118 |
| 2024-04-08 | Rollup merge of #115984 - hermit-os:fuse, r=m-ou-se | Matthias Krüger | -103/+251 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+6 |
| 2024-04-08 | std: update abort message in `thread::set_current` | joboet | -1/+1 |
| 2024-04-07 | sys_common::thread_local_key: make a note that this is not used on Windows | Ralf Jung | -1/+4 |
| 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-05 | macOS: Use `libc` definitions for copyfile | Mads Marquart | -39/+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-03 | std: add comment about abort motivation | joboet | -0/+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 | Document restricted_std | Adam Gemmell | -1/+10 |
| 2024-04-02 | std: reduce code size of `set_current` | joboet | -2/+5 |
| 2024-04-02 | style: fmt | Steve Lau | -1/+2 |
| 2024-04-02 | fix: build on haiku by adding missing import | Steve Lau | -1/+1 |