| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Indicate the correct error code in the `compile_fail` block. | Thom Chiovoloni | -1/+1 |
| 2022-04-04 | Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe` | Thom Chiovoloni | -0/+9 |
| 2022-04-04 | Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafe | Thom Chiovoloni | -5/+6 |
| 2022-02-19 | Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr | bors | -21/+39 |
| 2022-02-19 | Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay | Matthias Krüger | -20/+29 |
| 2022-02-19 | Rollup merge of #92902 - ssomers:docter_drain, r=yaahc | Matthias Krüger | -1/+10 |
| 2022-02-19 | Auto merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -1/+10 |
| 2022-02-18 | Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -3/+3 |
| 2022-02-17 | Destabilise entry_insert | 5225225 | -2/+4 |
| 2022-02-17 | Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahc | Matthias Krüger | -0/+6 |
| 2022-02-17 | Rollup merge of #89869 - kpreid:from-doc, r=yaahc | Matthias Krüger | -7/+30 |
| 2022-02-16 | Add MAIN_SEPARATOR_STR | Alex Saveau | -0/+6 |
| 2022-02-16 | Add debug asserts to validate NUL terminator in c strings | Alex Saveau | -20/+29 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -2/+30 |
| 2022-02-13 | Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum | bors | -4/+209 |
| 2022-02-13 | Capitalize "Rust" | Josh Triplett | -1/+1 |
| 2022-02-13 | Add panic docs describing old, current and possible future behavior | The 8472 | -3/+31 |
| 2022-02-13 | Add caveat about the monotonicity guarantee by linking to the later section | The 8472 | -2/+4 |
| 2022-02-13 | make Instant::{duration_since, elapsed, sub} saturating and remove workarounds | The8472 | -270/+30 |
| 2022-02-12 | Auto merge of #93697 - the8472:fix-windows-path-hash, r=Mark-Simulacrum | bors | -9/+52 |
| 2022-02-11 | Auto merge of #93921 - matthiaskrgr:rollup-wn3jlxj, r=matthiaskrgr | bors | -9/+67 |
| 2022-02-11 | Rollup merge of #93888 - sunfishcode:sunfishcode/impl-asfd-for-ref, r=joshtri... | Matthias Krüger | -1/+49 |
| 2022-02-11 | Rollup merge of #93635 - GuillaumeGomez:missing-platform-spec-info, r=Amanieu | Matthias Krüger | -0/+10 |
| 2022-02-11 | Rollup merge of #90955 - JohnTitor:os-error-123-as-invalid-input, r=m-ou-se | Matthias Krüger | -8/+8 |
| 2022-02-11 | Auto merge of #90271 - adamgemmell:dev/feat-detect-stabilise, r=Amanieu | bors | -3/+4 |
| 2022-02-11 | Add missing platform-specific information on current_dir and set_current_dir | Guillaume Gomez | -0/+10 |
| 2022-02-10 | Implement `AsFd` for `&T` and `&mut T`. | Dan Gohman | -1/+49 |
| 2022-02-10 | Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabilise | Adam Gemmell | -3/+4 |
| 2022-02-10 | Rename to `InvalidFilename` | Yuki Okushi | -9/+8 |
| 2022-02-10 | Fix description of FilenameInvalid | Josh Triplett | -1/+1 |
| 2022-02-10 | Map `ERROR_INVALID_NAME` to `FilenameInvalid` | Yuki Okushi | -1/+2 |
| 2022-02-10 | Rename `FilenameTooLong` to `FilenameInvalid` | Yuki Okushi | -4/+4 |
| 2022-02-10 | windows: Map `ERROR_INVALID_NAME` as `InvalidInput` | Yuki Okushi | -1/+1 |
| 2022-02-10 | Rollup merge of #93843 - solid-rs:fix-kmc-solid-condvar, r=m-ou-se | Matthias Krüger | -4/+9 |
| 2022-02-10 | kmc-solid: Use the filesystem thread-safety wrapper | Tomoaki Kawada | -1/+20 |
| 2022-02-10 | kmc-solid: Wait queue should be sorted in the descending order of task priori... | Tomoaki Kawada | -1/+1 |
| 2022-02-10 | kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementation | Tomoaki Kawada | -3/+8 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-09 | Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay | Yuki Okushi | -0/+29 |
| 2022-02-08 | Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa | Matthias Krüger | -7/+18 |
| 2022-02-08 | Fix `absolute` issues | Chris Denton | -4/+5 |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -4/+208 |
| 2022-02-07 | fix exclusive range error | Jane Lusby | -1/+1 |
| 2022-02-07 | Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc | bors | -269/+837 |
| 2022-02-06 | Add From<u8> for ExitCode | Jane Lusby | -0/+29 |
| 2022-02-06 | rewrite from_bytes_with_nul to match code style in from_vec_with_nul | Inteon | -7/+8 |
| 2022-02-06 | Fix hashing for windows paths containing a CurDir component | The 8472 | -9/+52 |
| 2022-02-04 | Add more tests for io::Error packing, and fix some comments that weren't quit... | Thom Chiovoloni | -16/+101 |