| Age | Commit message (Expand) | Author | Lines |
| 2024-07-05 | Rollup merge of #127320 - ChrisDenton:win-sys, r=Mark-Simulacrum | Guillaume Gomez | -851/+162 |
| 2024-07-04 | Add comments to windows_targets.rs | Chris Denton | -0/+9 |
| 2024-07-04 | Update windows-bindgen to 0.58.0 | Chris Denton | -851/+153 |
| 2024-07-04 | Rollup merge of #127195 - biabbas:vxworks_cleanup, r=jhpratt | Jacob Pratt | -2/+4 |
| 2024-07-04 | Rollup merge of #126792 - wooden-worm:master, r=Mark-Simulacrum | Jacob Pratt | -10/+16 |
| 2024-07-03 | impl PathBuf::add_extension and Path::with_added_extension | tison | -0/+97 |
| 2024-07-04 | stir the hash state a little to avoid prefix collisions | The 8472 | -4/+9 |
| 2024-07-03 | Add more test cases for path comparisons | Zanie Blue | -0/+28 |
| 2024-07-03 | Add test case demonstrating equality of paths "foo/bar" and "foobar" | Zanie Blue | -0/+7 |
| 2024-07-03 | Move unique_thread_exit call to lang_start_internal so it is not in a generic... | Zachary S | -3/+4 |
| 2024-07-03 | Remove Miri special-case | Zachary S | -9/+1 |
| 2024-07-03 | Use pthread_t instead of numeric thread id | Zachary S | -45/+12 |
| 2024-07-03 | Use libc::pause instead of std::thread::park in wait-for-exit loop | Zachary S | -7/+10 |
| 2024-07-03 | std: Set has_reliable_f16 to false for MIPS targets in build.rs | Martin Nordholts | -0/+2 |
| 2024-07-03 | library/std/build.rs: "powerpc64le" is not a target_arch | Martin Nordholts | -1/+1 |
| 2024-07-03 | Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnay | Jacob Pratt | -1/+0 |
| 2024-07-03 | Fall back on remove dir implementation for vxworks | B I Mohammed Abbas | -1/+3 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -3/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -3/+3 |
| 2024-07-01 | Rollup merge of #126732 - StackOverflowExcept1on:master, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2024-07-01 | Remove unqualified import io:: Error for vxworks as all Error references are ... | B I Mohammed Abbas | -1/+1 |
| 2024-06-30 | Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol | bors | -2/+0 |
| 2024-06-29 | Rollup merge of #126953 - joboet:lazy_key, r=jhpratt | Matthias Krüger | -128/+115 |
| 2024-06-28 | std: add safety comments | joboet | -4/+16 |
| 2024-06-27 | Cleanup bootstrap check-cfg | Urgau | -2/+0 |
| 2024-06-27 | Rollup merge of #126980 - Borgerr:fix-extendfromslice-check, r=workingjubilee | Jacob Pratt | -1/+25 |
| 2024-06-26 | Auto merge of #126608 - tgross35:f16-f128-library, r=Mark-Simulacrum | bors | -90/+1260 |
| 2024-06-25 | std: test a variety of ways to extend a Wtf8Buf | Jubilee Young | -0/+24 |
| 2024-06-25 | set self.is_known_utf8 to false in extend_from_slice | ash | -1/+1 |
| 2024-06-25 | std: separate TLS key creation from TLS access | joboet | -125/+100 |
| 2024-06-25 | `PathBuf::as_mut_vec` removed and verified for UEFI and Windows platforms #12... | ash | -27/+42 |
| 2024-06-25 | remove references to `PathBuf::as_mut_vec` in `PathBuf::_set_extension` | ash | -6/+5 |
| 2024-06-25 | inner truncate methods for UEFI platforms | ash | -3/+13 |
| 2024-06-25 | #126333 remove `PathBuf::as_mut_vec` reference at top of `PathBuf::_push` | ash | -1/+2 |
| 2024-06-25 | Add tests for `f16` and `f128` | Trevor Gross | -35/+1029 |
| 2024-06-25 | Add more `f16` and `f128` library functions and constants | Trevor Gross | -0/+59 |
| 2024-06-25 | Add build.rs config for reliable `f16` and `f128` | Trevor Gross | -0/+62 |
| 2024-06-25 | Check that we get somewhat sane PIDs when spawning with pidfds | The 8472 | -0/+3 |
| 2024-06-25 | more fine-grained feature-detection for pidfd spawning | The 8472 | -21/+33 |
| 2024-06-25 | document safety properties of the internal Process::new constructor | The 8472 | -0/+6 |
| 2024-06-25 | use pidfd_spawn for faster process creation when pidfds are requested | The 8472 | -6/+106 |
| 2024-06-25 | document the cvt methods | The 8472 | -0/+4 |
| 2024-06-24 | Rollup merge of #125082 - kpreid:const-uninit, r=dtolnay | Michael Goulet | -6/+4 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -6/+4 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -928/+733 |
| 2024-06-24 | std: fix wasm builds | joboet | -2/+16 |
| 2024-06-23 | wasm64 build with target-feature=+simd128,+atomics | wooden-worm | -10/+16 |
| 2024-06-24 | Extract repeated constants from `f32` and `f64` source | Trevor Gross | -55/+110 |
| 2024-06-24 | Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-06-24 | Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-Simulacrum | Matthias Krüger | -35/+15 |