| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -12/+22 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+8 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -12/+14 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -1/+1 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -16/+16 |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -5/+8 |
| 2024-06-17 | Rollup merge of #126346 - hermit-os:fd, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -13/+4 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -10/+10 |
| 2024-06-16 | Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnay | Jacob Pratt | -0/+3 |
| 2024-06-15 | Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-Simulacrum | Guillaume Gomez | -417/+66 |
| 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 | -92/+183 |
| 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 | -91/+180 |
| 2024-06-14 | Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDenton | Matthias Krüger | -19/+2 |
| 2024-06-13 | Rollup merge of #123726 - jieyouxu:command-new-docs, r=Nilstrieb | Matthias Krüger | -0/+19 |
| 2024-06-13 | std::unix::fs::link using direct linkat call for Solaris and macOs. | David Carlier | -19/+2 |
| 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 | -30/+14 |
| 2024-06-12 | Rollup merge of #126322 - m-ou-se:panicinfo-and-panicinfo-2, r=RalfJung | Guillaume Gomez | -4/+1 |
| 2024-06-12 | Rollup merge of #126039 - dpaoliello:arm64ecbuild, r=davidtwco | Guillaume Gomez | -1/+5 |
| 2024-06-12 | Use payload_as_str instead of two downcasts. | Mara Bos | -4/+1 |
| 2024-06-12 | Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubilee | bors | -6/+13 |
| 2024-06-12 | Rollup merge of #126305 - workingjubilee:fix-os-string-to-string-utf8-invaria... | Jubilee | -0/+3 |
| 2024-06-12 | Rollup merge of #126287 - nnethercote:reformat-cranelift-patch, r=bjorn3 | Jubilee | -2/+2 |
| 2024-06-12 | Rollup merge of #126281 - ChrisDenton:env, r=jhpratt | Jubilee | -4/+8 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -28/+32 |
| 2024-06-12 | Make PathBuf less Ok with adding UTF-16 then `into_string` | Jubilee Young | -0/+3 |
| 2024-06-12 | Update a cranelift patch file for formatting changes. | Nicholas Nethercote | -2/+2 |
| 2024-06-11 | set_env: State the conclusion upfront | Chris Denton | -4/+8 |
| 2024-06-11 | Unify guarantees about the default allocator | Tobias Bucher | -1/+3 |
| 2024-06-11 | remove cfg(bootstrap) | Pietro Albini | -16/+0 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -14/+14 |
| 2024-06-11 | Formatting. | Mara Bos | -1/+3 |
| 2024-06-11 | Bump deprecation of std's PanicInfo alias to 1.82.0. | Mara Bos | -1/+1 |
| 2024-06-11 | Add PanicHookInfo::payload_as_str(). | Mara Bos | -0/+39 |
| 2024-06-11 | Fix display of panic message in recursive panic. | Mara Bos | -9/+6 |
| 2024-06-11 | Add note on panic payload type. | Mara Bos | -0/+7 |
| 2024-06-11 | Downcast panic payload to String too in example. | Mara Bos | -0/+2 |
| 2024-06-11 | Move deprecation of std::panic::PanicInfo to 1.80.0. | Mara Bos | -1/+1 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -23/+33 |
| 2024-06-11 | Reorder body of begin_panic for consistency. | Mara Bos | -17/+11 |
| 2024-06-11 | Impl Display for PanicPayload to simplify things. | Mara Bos | -9/+28 |
| 2024-06-11 | Use unnamed lifetimes for [..]Payload impl blocks. | Mara Bos | -7/+3 |
| 2024-06-11 | Move downcasting panic payload to str to a function. | Mara Bos | -7/+11 |
| 2024-06-11 | Mark some PanicInfo methods as #[inline] for consistency. | Mara Bos | -0/+3 |
| 2024-06-11 | Remove std::panic::PanicInfo::internal_constructor+set_payload. | Mara Bos | -21/+7 |
| 2024-06-11 | Fix doc link. | Mara Bos | -3/+2 |