| Age | Commit message (Expand) | Author | Lines |
| 2023-06-04 | Avoid unwind across `extern "C"` in `thread_local::fast_local.rs` | Thom Chiovoloni | -11/+32 |
| 2023-06-03 | Auto merge of #109432 - flba-eb:108594_forkspawn_exponential_backoff, r=worki... | bors | -14/+62 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -26/+25 |
| 2023-06-02 | Only determine clock res once; give up before sleeping more than 1 second | Florian Bartels | -23/+37 |
| 2023-06-02 | Retry to fork/spawn with exponential backoff | Florian Bartels | -10/+44 |
| 2023-06-02 | fix ptr cast | klensy | -7/+9 |
| 2023-05-31 | Fix bug in utf16_to_utf8 for zero length strings | Shane Murphy | -0/+13 |
| 2023-05-31 | use c literals in library | klensy | -25/+22 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -5/+5 |
| 2023-05-25 | std: make internal-only items `pub(crate)` | Michael Howell | -5/+5 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -19/+55 |
| 2023-05-13 | refactor: Remove bespoke from_os_str_bytes_unchecked | Ed Page | -13/+7 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -22/+24 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -4/+14 |
| 2023-05-11 | Improve code around SGX waitqueue | Urgau | -3/+13 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -2/+2 |
| 2023-05-09 | Don't force include Windows goop when documenting | Chris Denton | -25/+0 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -3097/+7088 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -22/+58 |
| 2023-05-06 | Rollup merge of #111139 - fortanix:raoul/fix_mxcsr_configuration_dependent_ti... | Yuki Okushi | -1/+5 |
| 2023-05-06 | Rollup merge of #110830 - Freaky:freebsd-cpuset, r=thomcc | Yuki Okushi | -0/+19 |
| 2023-05-05 | Sort windows_sys.lst alphabetically | Chris Denton | -614/+617 |
| 2023-05-05 | Use new bindings | Chris Denton | -52/+69 |
| 2023-05-05 | Generate windows-sys bindings | Chris Denton | -3045/+7016 |
| 2023-05-05 | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc | Dylan DPC | -24/+8 |
| 2023-05-05 | Rollup merge of #110946 - RalfJung:tls-realstd, r=m-ou-se | Yuki Okushi | -1/+6 |
| 2023-05-03 | Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-se | Manish Goregaokar | -0/+16 |
| 2023-05-03 | Fix MXCSR configuration dependent timing | Raoul Strackx | -1/+5 |
| 2023-05-03 | Use `from_wide_to_user_path` in `read_link` | Chris Denton | -4/+7 |
| 2023-05-03 | Correctly convert an NT path to a Win32 path | Chris Denton | -11/+16 |
| 2023-05-02 | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc | Dylan DPC | -1/+1 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `BufWriter<W>` | Maybe Waffle | -1/+1 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -1/+1 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+43 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+39 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+10 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+6 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+27 |
| 2023-04-28 | handle cfg(bootstrap) | Pietro Albini | -3/+3 |
| 2023-04-28 | avoid duplicating TLS state between test std and realstd | Ralf Jung | -1/+6 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-27 | Remove all in target_thread_local cfg | Ayush Singh | -1/+1 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -305/+274 |
| 2023-04-26 | Restructure and rename thread local things in std. | Mara Bos | -305/+274 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-26 | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514 | jyn | -2/+7 |
| 2023-04-26 | Spelling library/ | Josh Soref | -4/+4 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -1/+1 |
| 2023-04-20 | Fix `std` compilation error for wasi+atomics | Pierre Krieger | -2/+7 |