| Age | Commit message (Expand) | Author | Lines |
| 2022-06-28 | Add a fixme comment | Chris Denton | -0/+3 |
| 2022-06-28 | Remove feature `const_option` from std | Chris Denton | -4/+12 |
| 2022-06-25 | Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomcc | Matthias Krüger | -75/+81 |
| 2022-06-19 | Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se | bors | -0/+3 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2022-06-17 | Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitor | Dylan DPC | -4/+5 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -4/+4 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -1/+1 |
| 2022-06-13 | add inline(always) to option | DrMeepster | -0/+1 |
| 2022-06-11 | fix compat_fn option method on miri | DrMeepster | -8/+9 |
| 2022-06-07 | Windows: No panic if function not (yet) available | Chris Denton | -4/+5 |
| 2022-06-06 | Make all {Mutex, Condvar, RwLock}::new #[inline]. | Mara Bos | -0/+3 |
| 2022-06-04 | Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton | bors | -1/+5 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -3/+0 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -14/+0 |
| 2022-05-27 | Call the OS function to set the main thread's name on program init | Wesley Wiser | -1/+5 |
| 2022-05-19 | Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se | Yuki Okushi | -119/+31 |
| 2022-05-18 | Rollup merge of #96917 - marti4d:master, r=ChrisDenton | Dylan DPC | -4/+74 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -119/+31 |
| 2022-05-16 | Improve error message for fallback RNG failure | Chris Martin | -1/+1 |
| 2022-05-15 | fix use of SetHandleInformation on UWP | bdbai | -1/+13 |
| 2022-05-13 | Address review feedback | Chris Martin | -31/+22 |
| 2022-05-10 | Make HashMap fall back to RtlGenRandom if BCryptGenRandom fails | Chris Martin | -4/+83 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -5/+0 |
| 2022-05-10 | Expose process main_thread_handle on Windows | unknown | -7/+38 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -5/+0 |
| 2022-05-09 | Auto merge of #96802 - gimbles:windows_slice, r=thomcc | bors | -0/+1 |
| 2022-05-08 | fix panic in Path::strip_prefix | name1e5s | -0/+12 |
| 2022-05-07 | [fix] remove pub(crate) visibility | gimbles | -1/+1 |
| 2022-05-06 | [feat] Make sys::windows::os_str::Slice repr(transparent) | gimbles | -1/+2 |
| 2022-04-29 | Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se | bors | -31/+107 |
| 2022-04-28 | Auto merge of #96393 - joboet:pthread_parker, r=thomcc | bors | -7/+13 |
| 2022-04-28 | Yield the thread when waiting to delete a file | Chris Denton | -0/+3 |
| 2022-04-27 | Note the importance of using sync pipes | Chris Denton | -1/+19 |
| 2022-04-26 | Windows: Make stdin pipes synchronous | Chris Denton | -31/+85 |
| 2022-04-26 | Add `set_inheritable` for Windows `Handle`s | Chris Denton | -0/+4 |
| 2022-04-26 | Retry deleting a directory | Chris Denton | -2/+15 |
| 2022-04-26 | Windows: Iterative `remove_dir_all` | Chris Denton | -77/+67 |
| 2022-04-25 | std: directly use pthread in UNIX parker implementation | joboet | -7/+13 |
| 2022-04-25 | Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett | bors | -91/+191 |
| 2022-04-23 | Auto merge of #96314 - AronParker:issue-96297-fix, r=thomcc | bors | -1/+7 |
| 2022-04-23 | Auto merge of #94887 - dylni:move-normpath-crate-impl-to-libstd, r=ChrisDenton | bors | -29/+115 |
| 2022-04-22 | Remove redundant type annotation | Aron Parker | -1/+1 |
| 2022-04-22 | Reduce allocations for path conversions on Windows | Aron Parker | -1/+7 |
| 2022-04-17 | Improve Windows path prefix parsing | dylni | -29/+115 |
| 2022-04-16 | Use a single ReentrantMutex implementation on all platforms. | Mara Bos | -50/+1 |
| 2022-04-15 | Auto merge of #94079 - petrochenkov:cstr, r=joshtriplett | bors | -1/+0 |
| 2022-04-15 | Auto merge of #95841 - ChrisDenton:pipe-server, r=m-ou-se | bors | -1/+50 |
| 2022-04-14 | library: Remove definitions and reexports of `strlen` from libstd | Vadim Petrochenkov | -1/+0 |
| 2022-04-09 | Rollup merge of #95802 - RalfJung:unused-win, r=Dylan-DPC | Dylan DPC | -0/+1 |