| Age | Commit message (Expand) | Author | Lines |
| 2024-02-09 | use braces to make operator precedence less ambiguous | joboet | -1/+1 |
| 2024-02-09 | adjust code documentation | joboet | -4/+4 |
| 2024-02-09 | std: replace pthread `RwLock` with custom implementation inspired by usync | joboet | -198/+506 |
| 2024-02-09 | Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrum | bors | -1/+18 |
| 2024-02-09 | Implement SystemTime for UEFI | Ayush Singh | -1/+133 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -6/+5 |
| 2024-02-08 | Bump version placeholders | Mark Rousskov | -5/+5 |
| 2024-02-08 | std: move path into `sys` | joboet | -51/+24 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -21/+13 |
| 2024-02-07 | Make cmath.rs a single file | Chris Denton | -140/+88 |
| 2024-02-07 | Update tests | r0cky | -0/+2 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -6/+14 |
| 2024-02-05 | Rollup merge of #120657 - mu001999:clean, r=Nilstrieb | Matthias Krüger | -9/+0 |
| 2024-02-05 | Rollup merge of #120607 - conradludgate:fix-120603, r=dtolnay | Matthias Krüger | -2/+36 |
| 2024-02-05 | Remove unused struct | r0cky | -9/+0 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+25 |
| 2024-02-03 | Rollup merge of #120528 - GnomedDev:atomicu8-backtrace-style, r=cuviper | Matthias Krüger | -6/+6 |
| 2024-02-03 | Rollup merge of #120523 - a1phyr:improve_read_buf_exact, r=the8472 | Matthias Krüger | -1/+4 |
| 2024-02-03 | add another test to make sure it still works with full reads | Conrad Ludgate | -2/+15 |
| 2024-02-03 | fix #120603 by adding a check in default_read_buf | Conrad Ludgate | -1/+22 |
| 2024-01-31 | Make File::read_to_end less special | Kornel | -2/+2 |
| 2024-01-31 | Store SHOULD_CAPTURE as AtomicU8 | GnomedDev | -6/+6 |
| 2024-01-31 | Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviper | Nadrieril | -2/+2 |
| 2024-01-31 | Improve `io::Read::read_buf_exact` error case | Benoît du Garreau | -1/+4 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -0/+3 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -223/+124 |
| 2024-01-30 | Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay | Guillaume Gomez | -17/+12 |
| 2024-01-30 | Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri... | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #119991 - kornelski:endless-read, r=the8472 | Guillaume Gomez | -0/+10 |
| 2024-01-30 | Auto merge of #117925 - kornelski:read-to-oom, r=Amanieu | bors | -7/+47 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -0/+3 |
| 2024-01-30 | Add stdarch_wasm_atomic_wait feature in std | Amanieu d'Antras | -0/+1 |
| 2024-01-30 | Update feature names for new stdarch | Amanieu d'Antras | -6/+8 |
| 2024-01-30 | Update stdarch submodule | Amanieu d'Antras | -0/+5 |
| 2024-01-29 | Handle out of memory errors in fs::read/read_to_string | Kornel | -4/+6 |
| 2024-01-29 | Handle out of memory errors in io:Read::read_to_end() | Kornel | -3/+41 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -17/+12 |
| 2024-01-29 | std: always check the result of `pthread_mutex_lock` | joboet | -1/+18 |
| 2024-01-29 | Rollup merge of #120462 - mu001999:clean, r=Nilstrieb | Dylan DPC | -3/+0 |
| 2024-01-29 | Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe... | Dylan DPC | -1/+33 |
| 2024-01-29 | Clean dead code | r0cky | -3/+0 |
| 2024-01-28 | Make `impl<T: AsHandle>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | Make `impl<Fd: AsFd>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | std: Update documentation of seek_write on Windows | Alex Crichton | -1/+1 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -223/+124 |
| 2024-01-27 | std: thread_local::register_dtor fix proposal for FreeBSD. | David Carlier | -2/+2 |
| 2024-01-27 | Reject infinitely-sized reads from io::Repeat | Kornel | -0/+10 |
| 2024-01-27 | Switch `NonZero` alias direction. | Markus Reiter | -0/+11 |
| 2024-01-27 | add extra check for invalid handle in ReadDir::next | HTGAzureX1212. | -1/+8 |
| 2024-01-27 | make modifications as per reviews | HTGAzureX1212. | -21/+25 |