| Age | Commit message (Expand) | Author | Lines |
| 2022-08-11 | Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkov | Matthias Krüger | -2/+4 |
| 2022-08-11 | Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-Simulacrum | Dylan DPC | -3/+9 |
| 2022-08-11 | promote debug_assert to assert | Vincenzo Palazzo | -2/+6 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -2/+4 |
| 2022-08-08 | Replace pointer casting in hashmap_random_keys with safe code | BlackHoleFox | -9/+9 |
| 2022-08-08 | linux: Use `pthread_setname_np` instead of `prctl` | Josh Stone | -3/+9 |
| 2022-08-07 | Fix HorizonOS regression in FileTimes | Andrea Ciliberti | -5/+5 |
| 2022-08-07 | Rollup merge of #100127 - ChrisDenton:remove-init, r=thomcc | Matthias Krüger | -160/+94 |
| 2022-08-06 | provide correct size hint for unsupported platform CommandArgs | Michael Goulet | -0/+3 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -29/+25 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -4/+5 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -9/+8 |
| 2022-08-04 | Update after code review | Chris Denton | -6/+12 |
| 2022-08-04 | kmc-solid: Add a stub implementation of `File::set_times` | Tomoaki Kawada | -0/+12 |
| 2022-08-04 | Remove Windows function preloading | Chris Denton | -158/+86 |
| 2022-08-04 | Add visibility modifier to compat macro | Chris Denton | -2/+2 |
| 2022-08-03 | FilesTimes support does not build for ESP-IDF | Ivan Markov | -3/+7 |
| 2022-08-03 | Rollup merge of #99800 - sandydoo:bugfix/wasm-futex, r=m-ou-se | Dylan DPC | -2/+4 |
| 2022-08-03 | Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomcc | Dylan DPC | -60/+8 |
| 2022-08-02 | Rollup merge of #100017 - solid-rs:patch/kmc-solid/adapt-to-78802, r=thomcc | Matthias Krüger | -2/+2 |
| 2022-08-01 | kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr` | Tomoaki Kawada | -2/+2 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -2/+174 |
| 2022-08-01 | Never inline Windows dtor access | Chris Denton | -0/+4 |
| 2022-07-31 | Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-Simulacrum | Matthias Krüger | -5/+5 |
| 2022-07-31 | Make sure `symbol_name` is const evaluated | Chris Denton | -4/+4 |
| 2022-07-31 | Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplett | bors | -10/+4 |
| 2022-07-31 | Fix compat.rs for `cfg(miri)` | Chris Denton | -1/+1 |
| 2022-07-31 | Auto merge of #99553 - ChrisDenton:lazy-compat-fn, r=Mark-Simulacrum | bors | -64/+205 |
| 2022-07-30 | Fix warnings in stubbed out set_times | Josh Triplett | -4/+5 |
| 2022-07-30 | Reset directory iteration in remove_dir_all | Chris Denton | -1/+3 |
| 2022-07-30 | Remove socklen_t from platforms where it's no longer used | Linus Färnstrand | -6/+0 |
| 2022-07-27 | Fix futex module imports on wasm+atomics | sandydoo | -2/+4 |
| 2022-07-26 | Rewrite Windows `compat_fn` macro | Chris Denton | -64/+205 |
| 2022-07-26 | Rollup merge of #98211 - devnexen:get_path_freebsd, r=Mark-Simulacrum | Yuki Okushi | -0/+14 |
| 2022-07-25 | Implement `fs::get_path` for FreeBSD. | David CARLIER | -0/+14 |
| 2022-07-25 | Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-Simulacrum | Yuki Okushi | -45/+5 |
| 2022-07-23 | Auto merge of #97925 - the8472:cgroupv1, r=joshtriplett | bors | -46/+189 |
| 2022-07-22 | Recover error strings on Unix from_lossy_utf8 | Jubilee Young | -1/+3 |
| 2022-07-22 | Stub out `set_times` to return unsupported on Redox | Josh Triplett | -2/+13 |
| 2022-07-21 | Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-se | Matthias Krüger | -64/+256 |
| 2022-07-21 | remove unused import | joboet | -1/+1 |
| 2022-07-20 | owner is not micro (correct typo) | joboet | -1/+1 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -20/+61 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -20/+61 |
| 2022-07-20 | Rollup merge of #98916 - ChrisDenton:hiberfil.sys, r=thomcc | Dylan DPC | -26/+82 |
| 2022-07-18 | std: panic instead of deadlocking in mutex implementation on Fuchsia | joboet | -16/+15 |
| 2022-07-17 | Simplify Windows `hashmap_random_keys` | Chris Denton | -60/+8 |
| 2022-07-15 | Don't fall back to futimes on Android; it needs a newer API level than futimens | Josh Triplett | -7/+18 |
| 2022-07-15 | Also use fallback for futimens on Android | Josh Triplett | -3/+3 |
| 2022-07-15 | Return an error if trying to set a file timestamp to 0 on Windows | Josh Triplett | -5/+12 |