| Age | Commit message (Expand) | Author | Lines |
| 2022-01-21 | fs: Use readdir() instead of readdir_r() on Android | Tavian Barnes | -0/+10 |
| 2022-01-21 | fs: Use readdir() instead of readdir_r() on Linux | Tavian Barnes | -13/+30 |
| 2022-01-21 | fs: Implement more ReadDir methods in terms of name_cstr() | Tavian Barnes | -23/+18 |
| 2022-01-21 | Fix STD compilation for the ESP-IDF target | ivmarkov | -3/+7 |
| 2022-01-20 | Fix compilation for a few tier 2 targets | Hans Kratz | -8/+5 |
| 2022-01-19 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -13/+281 |
| 2021-12-28 | Add try_reserve for OsString | Xuanwo | -0/+11 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -2/+2 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -3/+3 |
| 2021-12-11 | Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc | Matthias Krüger | -2/+2 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -7/+23 |
| 2021-12-05 | socket ancillary data implementation for dragonflybsd. | David Carlier | -2/+2 |
| 2021-12-05 | Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-se | Matthias Krüger | -4/+1 |
| 2021-12-02 | suppress warning about set_errno being unused on DragonFly | Ryan Zoeller | -0/+1 |
| 2021-11-27 | Auto merge of #90846 - cuviper:weak, r=dtolnay | bors | -191/+134 |
| 2021-11-23 | kernel_copy: avoid panic on unexpected OS error | Georg Brandl | -2/+4 |
| 2021-11-14 | Auto merge of #90596 - the8472:path-hash-opt, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-11-12 | Refactor weak symbols in std::sys::unix | Josh Stone | -191/+134 |
| 2021-11-12 | Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-11-11 | `Prefix` can be case-insensitive, delegate to its Hash impl instead of trying... | The8472 | -0/+1 |
| 2021-11-11 | unix::ExitStatus: Add comment saying that it's a wait status | Ian Jackson | -0/+3 |
| 2021-11-10 | Rollup merge of #89930 - cuviper:avoid-clone3, r=joshtriplett | Matthias Krüger | -9/+10 |
| 2021-11-07 | Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-se | bors | -0/+8 |
| 2021-11-05 | Also note tool expectations of fork vs clone3 | Josh Stone | -0/+2 |
| 2021-11-05 | Update another comment on fork vs. clone3 | Josh Stone | -2/+2 |
| 2021-11-05 | Only use `clone3` when needed for pidfd | Josh Stone | -7/+6 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -2/+23 |
| 2021-11-02 | read_buf | DrMeepster | -6/+1 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -10/+10 |
| 2021-10-31 | Make std::thread::available_concurrency support process-limited number of CPUs | Josh Triplett | -0/+8 |
| 2021-10-17 | Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=... | bors | -0/+1 |
| 2021-10-15 | [fuchsia] Update process info struct | Joshua Seaton | -4/+7 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -1/+5 |
| 2021-10-09 | Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplett | Guillaume Gomez | -8/+9 |
| 2021-10-08 | Let stack_overflow::imp::cleanup call drop_handler directly | bjorn3 | -10/+10 |
| 2021-10-07 | environ on macos uses directly libc which has the correct signature. | David CARLIER | -4/+1 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -1/+1 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -1/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -2/+6 |
| 2021-10-05 | Rollup merge of #88828 - FabianWolff:issue-88585, r=dtolnay | Manish Goregaokar | -3/+13 |
| 2021-10-04 | Rollup merge of #89462 - devnexen:haiku_thread_aff_build_fix, r=nagisa | Manish Goregaokar | -6/+10 |
| 2021-10-04 | Rollup merge of #87631 - :solarish_upd_fs, r=joshtriplett | Manish Goregaokar | -13/+17 |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-03 | Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnay | Manish Goregaokar | -2/+1 |
| 2021-10-02 | haiku thread affinity build fix | David Carlier | -6/+10 |
| 2021-10-01 | Call `libc::sigaction()` only on Android | Fabian Wolff | -3/+14 |
| 2021-09-30 | Rollup merge of #89306 - devnexen:haiku_ncpus, r=nagisa | Manish Goregaokar | -1/+10 |
| 2021-09-29 | Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnay | bors | -1/+1 |
| 2021-09-28 | Clean up unneeded explicit pointer cast | David Tolnay | -1/+1 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -1/+1 |