| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-06-11 | Document difference between core and std's PanicInfo. | Mara Bos | -2/+9 |
| 2024-06-11 | Split core's PanicInfo and std's PanicInfo. | Mara Bos | -22/+168 |
| 2024-06-10 | Bump windows-bindgen to 0.57 | Chris Denton | -417/+66 |
| 2024-06-10 | Clarify `Command::new` behavior if passed programs with arguments | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2024-06-10 | fix: build on haiku | Steve Lau | -2/+2 |
| 2024-06-09 | Migrate more things to WinError | Chris Denton | -30/+69 |
| 2024-06-09 | Rollup merge of #126168 - devnexen:current_exe_haiku_simpl, r=ChrisDenton | Matthias Krüger | -10/+10 |
| 2024-06-09 | Rollup merge of #126146 - devnexen:signal_fbsd, r=ChrisDenton | Matthias Krüger | -0/+4 |
| 2024-06-08 | std::unix::os current_exe implementation simplification for haiku. | David Carlier | -10/+10 |
| 2024-06-08 | Auto merge of #125966 - schvv31n:impl_os_string_pathbuf_leak, r=workingjubilee | bors | -0/+72 |
| 2024-06-08 | std::unix::process adding few specific freebsd signals to be able to id. | David Carlier | -0/+4 |
| 2024-06-08 | Rollup merge of #125998 - devnexen:get_mode_illumos, r=Nilstrieb | León Orell Valerian Liehr | -0/+4 |
| 2024-06-08 | Rollup merge of #125951 - slanterns:error_in_core_stabilization, r=Amanieu | León Orell Valerian Liehr | -1/+0 |
| 2024-06-07 | add HermitOS support of vectored read/write operations | Stefan Lankes | -91/+180 |
| 2024-06-07 | Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-06-07 | Stabilize `error_in_core` | Slanterns | -1/+0 |
| 2024-06-06 | fixed memory leaks in PathBuf::leak & OsString::leak tests | schvv31n | -1/+6 |
| 2024-06-05 | Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB | Jubilee Young | -4/+4 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -17/+11 |
| 2024-06-05 | Promote `arm64ec-pc-windows-msvc` to tier 2 | Daniel Paoliello | -1/+5 |
| 2024-06-05 | Rollup merge of #126032 - ChrisDenton:update-docs, r=joboet | Matthias Krüger | -3/+2 |
| 2024-06-05 | Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=... | Matthias Krüger | -14/+9 |
| 2024-06-05 | Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviper | Matthias Krüger | -9/+13 |
| 2024-06-05 | Update description of the `IsTerminal` example | Chris Denton | -3/+2 |
| 2024-06-05 | Update `./x fmt` command | Chris Denton | -1/+1 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -2/+8 |
| 2024-06-04 | std::unix::fs::get_mode implementation for illumos/solaris. | David Carlier | -0/+4 |
| 2024-06-04 | Rollup merge of #125932 - schvv31n:patch-1, r=lqd | Guillaume Gomez | -1/+1 |
| 2024-06-04 | Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils... | Guillaume Gomez | -59/+73 |
| 2024-06-04 | impl OsString::leak & PathBuf::leak | schvv31n | -0/+67 |
| 2024-06-04 | Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-06-04 | Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-04 | Let compiler auto impl `Send` for `Task` | Raoul Strackx | -2/+0 |
| 2024-06-04 | Store `Task::p` as `dyn FnOnce() + Send` | Raoul Strackx | -3/+3 |
| 2024-06-04 | Pass function for `Thread` as `Send` to `Thread::imp` | Raoul Strackx | -2/+3 |
| 2024-06-04 | Windows: Use futex implementation for `Once` | Timo Kröger | -0/+1 |
| 2024-06-04 | Auto merge of #125525 - joboet:tls_accessor, r=cuviper | bors | -180/+107 |
| 2024-06-04 | std::unix::fs::get_path: using fcntl codepath for netbsd instead. | David Carlier | -9/+13 |
| 2024-06-03 | Fix typo in the docs of `HashMap::raw_entry_mut` | Tim Kurdov | -1/+1 |
| 2024-06-03 | Remove stray "this" | Tobias Bucher | -2/+1 |
| 2024-06-02 | Add "OnceList" example to motivate OnceLock | Jubilee Young | -0/+55 |