| Age | Commit message (Expand) | Author | Lines |
| 2023-10-06 | Auto merge of #101150 - jethrogb:jb/cleanup-sgx-user-memory-copies, r=working... | bors | -122/+85 |
| 2023-10-06 | Remove libc | Chris Denton | -13/+18 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -12/+31 |
| 2023-10-04 | std: abort instead of panicking if the global allocator uses TLS | joboet | -4/+17 |
| 2023-10-03 | std: panic when the global allocator tries to register a TLS destructor | joboet | -24/+20 |
| 2023-10-03 | Rollup merge of #116282 - rustaceanclub:master, r=davidtwco | Matthias Krüger | -1/+1 |
| 2023-10-02 | Rollup merge of #116289 - linkmauve:patch-1, r=the8472 | Tyler Mandry | -0/+1 |
| 2023-10-02 | Auto merge of #116207 - Ayush1325:uefi_stdio, r=Mark-Simulacrum | bors | -1/+162 |
| 2023-10-02 | Stdio for UEFI | Ayush Singh | -1/+162 |
| 2023-09-30 | Add missing #[inline] on AsFd impl for sys::unix::fs::File | linkmauve | -0/+1 |
| 2023-09-30 | Fix broken links | cui fliter | -1/+1 |
| 2023-09-28 | time: use clock_gettime on macos | Tamir Duberstein | -148/+44 |
| 2023-09-28 | time: use clock_gettime on macos | Tamir Duberstein | -49/+35 |
| 2023-09-28 | time: cfg(any(x)) is the same as cfg(x) | Tamir Duberstein | -2/+2 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -121/+112 |
| 2023-09-28 | Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnay | bors | -2/+14 |
| 2023-09-24 | Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -1/+715 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -3/+2 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -1/+1 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -2/+1 |
| 2023-09-22 | Rebase to master | Ayush Singh | -26/+66 |
| 2023-09-22 | Use RawOsError for UEFI | Ayush Singh | -178/+261 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -4/+6 |
| 2023-09-22 | Add support for building `std::os::uefi` docs | Ayush Singh | -14/+13 |
| 2023-09-22 | Handle ExitBootServices | Ayush Singh | -16/+83 |
| 2023-09-22 | Fixes from PR | Ayush Singh | -32/+41 |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -1/+515 |
| 2023-09-22 | Rollup merge of #116038 - the8472:panic-on-sched_getaffinity-bug, r=cuviper | Matthias Krüger | -6/+19 |
| 2023-09-22 | Rollup merge of #114379 - RalfJung:command-removed-env-vars, r=m-ou-se | Matthias Krüger | -0/+17 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -27/+119 |
| 2023-09-21 | Fall back to _SC_NPROCESSORS_ONLN if sched_getaffinity returns an empty mask | The 8472 | -6/+19 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -27/+119 |
| 2023-09-19 | Rollup merge of #115946 - the8472:panic-on-sched_getaffinity-bug, r=Mark-Simu... | Guillaume Gomez | -2/+4 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -0/+1077 |
| 2023-09-18 | panic when encountering an illegal cpumask | The 8472 | -2/+4 |
| 2023-09-13 | Disabled socketpair for Vita | Nikolay Arhipov | -2/+2 |
| 2023-09-10 | Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrum | bors | -0/+4 |
| 2023-09-09 | Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnay | bors | -11/+74 |
| 2023-09-09 | std::process (unsupported): Implement From<io::Stdout> etc. for imp::Stdio | Ian Jackson | -0/+20 |
| 2023-09-06 | fix typo | Ralf Jung | -1/+1 |
| 2023-09-04 | Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubilee | bors | -0/+2 |
| 2023-09-03 | Rollup merge of #115512 - Fulgen301:startupinfow, r=ChrisDenton | Matthias Krüger | -1/+1 |
| 2023-09-03 | Rollup merge of #115489 - saethlin:is-interrupted, r=thomcc | Matthias Krüger | -6/+6 |
| 2023-09-03 | Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz... | Fulgen301 | -1/+1 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -6/+6 |
| 2023-09-03 | Move RawOsError defination to sys | Ayush Singh | -0/+2 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -35/+35 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -35/+35 |
| 2023-09-01 | kmc-solid: Refactor `is_interrupted` to avoid integer overflow | Tomoaki Kawada | -2/+1 |
| 2023-09-01 | kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is... | Tomoaki Kawada | -6/+1 |