| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | Rollup merge of #105801 - zertosh:path_mut_os_str_doc_test, r=dtolnay | Matthias Krüger | -3/+3 |
| 2022-12-19 | Auto merge of #105698 - joboet:unsupported_threads_once, r=thomcc | bors | -18/+103 |
| 2022-12-18 | Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum | bors | -38/+47 |
| 2022-12-17 | Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-Simulacrum | Matthias Krüger | -6/+77 |
| 2022-12-16 | Realistic `Path::as_mut_os_str` doctest | Andres Suarez | -3/+3 |
| 2022-12-16 | Auto merge of #105018 - zertosh:path_buf_deref_mut, r=dtolnay | bors | -0/+14 |
| 2022-12-14 | Rollup merge of #105598 - RalfJung:more-comments, r=the8472 | Matthias Krüger | -3/+4 |
| 2022-12-14 | Rollup merge of #105399 - mikebenfield:lfs, r=thomcc | Matthias Krüger | -8/+31 |
| 2022-12-14 | fs/tests: Fail fast on duplicate errors rather than looping indefinitely | Tavian Barnes | -2/+2 |
| 2022-12-14 | fs/tests: Explicitly kill the zombie rather than sleeping until it dies | Tavian Barnes | -7/+9 |
| 2022-12-14 | std: use a more efficient `Once` on platforms without threads | joboet | -18/+103 |
| 2022-12-12 | fs: Fix #50619 (again) and add a regression test | Tavian Barnes | -38/+45 |
| 2022-12-12 | explain mem::forget(env_lock) in fork/exec | Ralf Jung | -3/+4 |
| 2022-12-11 | Rollup merge of #101648 - Timmmm:home_dir_docs, r=joshtriplett | Matthias Krüger | -1/+8 |
| 2022-12-11 | Implement blocking output | Ayush Singh | -6/+61 |
| 2022-12-11 | Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-Simulacrum | Matthias Krüger | -66/+34 |
| 2022-12-10 | Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviper | Matthias Krüger | -12/+7 |
| 2022-12-10 | Rollup merge of #104901 - krtab:filetype_compare, r=the8472 | Matthias Krüger | -2/+34 |
| 2022-12-10 | Rollup merge of #98391 - joboet:sgx_parker, r=m-ou-se | Matthias Krüger | -12/+119 |
| 2022-12-09 | Replace hand-made masking by call to masked() method in FileType | Arthur Carcano | -1/+1 |
| 2022-12-08 | Add read_to_end for AnonPipe | Ayush Singh | -1/+17 |
| 2022-12-08 | Rollup merge of #105120 - solid-rs:patch/kmc-solid/maintainance, r=thomcc | Matthias Krüger | -23/+38 |
| 2022-12-07 | Avoid heap allocation when truncating thread names | Gavin Li | -12/+7 |
| 2022-12-07 | Use more LFS functions. | Michael Benfield | -8/+31 |
| 2022-12-07 | Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomcc | bors | -14/+20 |
| 2022-12-07 | Auto merge of #104799 - pcc:linkage-fn, r=tmiasko | bors | -1/+36 |
| 2022-12-06 | Don't set `STARTF_USESTDHANDLES` if none are set | Chris Denton | -7/+15 |
| 2022-12-06 | Rollup merge of #105243 - RalfJung:no-op-let, r=Mark-Simulacrum | Matthias Krüger | -9/+3 |
| 2022-12-06 | Implement masking in FileType hashing on Unix | Arthur Carcano | -1/+8 |
| 2022-12-05 | Reimplement weak! using Option. | Peter Collingbourne | -1/+36 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -2/+2 |
| 2022-12-04 | remove no-op 'let _ = ' | Ralf Jung | -9/+3 |
| 2022-12-03 | Rollup merge of #105100 - jhpratt:fix-docs, r=JohnTitor | Yuki Okushi | -2/+3 |
| 2022-12-02 | Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomcc | bors | -2/+2 |
| 2022-12-02 | std: cleanup timeouts in pthread condvar | joboet | -66/+34 |
| 2022-12-02 | kmc-solid: Don't do `Box::from_raw(&*(x: Box<T>) as *const T as *mut T)` | Tomoaki Kawada | -18/+30 |
| 2022-12-02 | Rollup merge of #105137 - yjhn:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -0/+9 |
| 2022-12-01 | Add tracking issue for file_create_new | Andrius Pukšta | -1/+1 |
| 2022-12-01 | Gate macros behind `#[cfg(not(bootstrap))]` | nils | -0/+1 |
| 2022-12-01 | kmc-solid: Address compiler warnings | Tomoaki Kawada | -5/+4 |
| 2022-12-01 | kmc-solid: Add a stub implementation of `is_terminal` | Tomoaki Kawada | -0/+4 |
| 2022-12-01 | kmc-solid: Use `expose_addr` and `from_exposed_addr` for pointer-integer casts | Tomoaki Kawada | -2/+2 |
| 2022-12-01 | Auto merge of #104160 - Ayush1325:windows-args, r=m-ou-se | bors | -52/+62 |
| 2022-11-30 | Add test for regression for FileType equality | Arthur Carcano | -0/+16 |
| 2022-11-30 | Add missing intra-doc link | Jacob Pratt | -2/+3 |
| 2022-11-30 | Rollup merge of #104811 - haraldh:feat/wasm32_wasi_shutdown, r=joshtriplett | Matthias Krüger | -2/+8 |
| 2022-11-29 | Rollup merge of #105049 - mkroening:hermit-fixes, r=jyn514 | Matthias Krüger | -4/+3 |
| 2022-11-29 | Adjust inlining attributes around panic_immediate_abort | Ben Kimock | -2/+2 |
| 2022-11-29 | hermit: Remove unused exports | Martin Kröning | -3/+1 |