| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Rollup merge of #88299 - ijackson:bufwriter, r=Mark-Simulacrum | Léo Lanteri Thauvin | -10/+8 |
| 2021-08-25 | Rollup merge of #88298 - ijackson:errorkind-reorder, r=dtolnay | Léo Lanteri Thauvin | -22/+30 |
| 2021-08-25 | Rollup merge of #88293 - est31:fix_grammar, r=Mark-Simulacrum | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88291 - mdsn:partition-in-blocks-safety, r=Mark-Simulacrum | Léo Lanteri Thauvin | -0/+26 |
| 2021-08-25 | Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 | Léo Lanteri Thauvin | -4/+4 |
| 2021-08-25 | Rollup merge of #88226 - steffahn:an_rc, r=michaelwoerister | Léo Lanteri Thauvin | -3/+3 |
| 2021-08-25 | Rollup merge of #88223 - scottmcm:fix-alias, r=yaahc | Léo Lanteri Thauvin | -15/+9 |
| 2021-08-25 | Rollup merge of #88156 - steffahn:arc_make_mut_and_weak, r=Mark-Simulacrum | Léo Lanteri Thauvin | -19/+39 |
| 2021-08-25 | Rollup merge of #87944 - oconnor663:as_array_of_cells, r=scottmcm | Léo Lanteri Thauvin | -0/+20 |
| 2021-08-24 | Add SAFETY comments to core::slice::sort::partition_in_blocks | Mariano Casco | -0/+26 |
| 2021-08-24 | Make explanations of cross-references between `make_mut` and `get_mut` more a... | Frank Steffahn | -4/+6 |
| 2021-08-24 | Clarifiy weak pointers being diassociated… | Frank Steffahn | -4/+6 |
| 2021-08-24 | Stabilise BufWriter::into_parts | Ian Jackson | -10/+8 |
| 2021-08-24 | Fix tidy | Ian Jackson | -2/+2 |
| 2021-08-24 | Fix grammar | est31 | -4/+4 |
| 2021-08-24 | io::ErrorKind: rationalise ordering in main enum | Ian Jackson | -17/+24 |
| 2021-08-24 | io::Error: alphabeticise the match in as_str() | Ian Jackson | -5/+6 |
| 2021-08-24 | Fix typo “a Rc” → “an Rc” | Frank Steffahn | -3/+3 |
| 2021-08-23 | Fix references to `ControlFlow` in docs | Jacob Pratt | -4/+4 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -4/+50 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -39/+39 |
| 2021-08-23 | Auto merge of #88220 - sunfishcode:sunfishcode/unix-listener-io-safety, r=jos... | bors | -1/+25 |
| 2021-08-23 | Auto merge of #87598 - ccqpein:master, r=yaahc | bors | -2/+10 |
| 2021-08-23 | add Cell::as_array_of_cells, similar to Cell::as_slice_of_cells | Jack O'Connor | -0/+20 |
| 2021-08-22 | Remove redundant conversions. | Dan Gohman | -2/+2 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -12/+12 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -5/+5 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -22/+22 |
| 2021-08-22 | Add doctests for 's into_values and into_keys methods | ccQpein | -2/+10 |
| 2021-08-22 | Auto merge of #88122 - Seppel3210:master, r=dtolnay | bors | -8/+10 |
| 2021-08-22 | Auto merge of #85166 - mbhall88:file-prefix, r=dtolnay | bors | -90/+372 |
| 2021-08-21 | Implement `AsFd` etc. for `UnixListener`. | Dan Gohman | -1/+25 |
| 2021-08-21 | Auto merge of #88075 - Xuanwo:vec_deque_retain, r=dtolnay | bors | -8/+57 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -15/+9 |
| 2021-08-20 | Auto merge of #83093 - the8472:smaller-instant-hammer, r=Amanieu | bors | -12/+215 |
| 2021-08-20 | fix tests on wasm targets that have 32bit time_t and don't have threads | The8472 | -2/+12 |
| 2021-08-20 | Auto merge of #87329 - sunfishcode:sunfishcode/io-safety, r=joshtriplett | bors | -711/+2229 |
| 2021-08-20 | Auto merge of #86898 - the8472:path-cmp, r=dtolnay | bors | -7/+108 |
| 2021-08-19 | Fix doc test failures on Windows. | Dan Gohman | -1/+7 |
| 2021-08-19 | Auto merge of #88165 - GuillaumeGomez:rollup-4o0v2ps, r=GuillaumeGomez | bors | -7/+14 |
| 2021-08-19 | Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI. | Dan Gohman | -525/+355 |
| 2021-08-19 | Fix syntax for non-doc comments, and use `crate::` instead of `std::`. | Dan Gohman | -6/+6 |
| 2021-08-19 | Add I/O safety trait impls for process::Stdio and process::Child. | Dan Gohman | -2/+36 |
| 2021-08-19 | Use the correct `into_*` on Windows to avoid dropping a stdio handle. | Dan Gohman | -2/+2 |
| 2021-08-19 | Remove the `#![feature(io_safety)]` from lib.rs. | Dan Gohman | -1/+0 |
| 2021-08-19 | Fix an unused import warning. | Dan Gohman | -1/+1 |
| 2021-08-19 | Update PidFd for the new I/O safety APIs. | Dan Gohman | -9/+33 |
| 2021-08-19 | Rename OptionFileHandle to HandleOrInvalid and make it just wrap an Option<Ow... | Dan Gohman | -80/+38 |
| 2021-08-19 | Don't encourage migration until io_safety is stablized. | Dan Gohman | -7/+8 |