| Age | Commit message (Expand) | Author | Lines |
| 2022-02-09 | Bump compiler-builtins to 0.1.69 | Amanieu d'Antras | -1/+1 |
| 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-06 | keyword_docs: document use of `in` with `pub` keyword | Muhammad Falak R Wani | -0/+14 |
| 2022-02-04 | Add more tests for io::Error packing, and fix some comments that weren't quit... | Thom Chiovoloni | -16/+101 |
| 2022-02-04 | Update documentation somewhat | Thom Chiovoloni | -12/+26 |
| 2022-02-04 | Use wrapping pointer arithmetic in the bitpacked io::Error | Thom Chiovoloni | -8/+15 |
| 2022-02-04 | Elaborate some in the documentation and respond to some review comments | Thom Chiovoloni | -8/+19 |
| 2022-02-04 | Update library/std/src/io/error/repr_bitpacked.rs | Thom Chiovoloni | -1/+1 |
| 2022-02-04 | Fix comment typos noticed by code review. | Thom Chiovoloni | -2/+2 |
| 2022-02-04 | Address address comments, improve comments slightly | Thom Chiovoloni | -5/+20 |
| 2022-02-04 | Optimize io::error::Repr layout on 64 bit targets. | Thom Chiovoloni | -4/+364 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -269/+345 |
| 2022-02-04 | x.py fmt | Dan Gohman | -4/+4 |
| 2022-02-04 | Rename `BorrowedFd::borrow_raw_fd` to `BorrowedFd::borrow_raw`. | Dan Gohman | -25/+62 |
| 2022-02-04 | Rollup merge of #93495 - solid-rs:fix-kmc-solid-rtc-month, r=yaahc | Matthias Krüger | -1/+1 |
| 2022-02-04 | Rollup merge of #93555 - ChrisDenton:fs-try-exists-doc, r=Mark-Simulacrum | Matthias Krüger | -2/+6 |
| 2022-02-04 | Stabilize pin_static_ref. | Mara Bos | -1/+0 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -3/+3 |
| 2022-02-03 | Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrum | bors | -2/+20 |
| 2022-02-02 | Remove the documentation comment for `OwnedSocket::from_raw_socket`. | Dan Gohman | -7/+0 |
| 2022-02-02 | Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahc | bors | -65/+129 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -65/+129 |
| 2022-02-02 | Rollup merge of #93531 - TheColdVoid:patch-1, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-02-02 | Rollup merge of #93493 - GKFX:char-docs-2, r=scottmcm | Matthias Krüger | -5/+54 |
| 2022-02-01 | x.py fmt | Dan Gohman | -2/+2 |
| 2022-02-01 | Use `From`/`Into` rather than the traits they replaced. | Dan Gohman | -15/+21 |
| 2022-02-01 | Fix errors. | Dan Gohman | -3/+3 |
| 2022-02-01 | Fix unresolved doc links. | Dan Gohman | -0/+6 |
| 2022-02-01 | Fix two copy+pastos. | Dan Gohman | -2/+2 |
| 2022-02-01 | Add missing `pub` keywords. | Dan Gohman | -2/+2 |
| 2022-02-01 | Update the documentation for `{As,Into,From}Raw{Fd,Handle,Socket}`. | Dan Gohman | -63/+101 |
| 2022-02-01 | Fix annotation of code blocks | George Bateman | -2/+3 |
| 2022-02-01 | Auto merge of #93442 - yaahc:Termination-abstraction, r=Mark-Simulacrum | bors | -9/+24 |
| 2022-02-01 | Link `try_exists` docs to `Path::exists` | Chris Denton | -2/+6 |
| 2022-02-01 | Rollup merge of #93436 - dcsommer:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-02-01 | Rollup merge of #92584 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+20 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+20 |
| 2022-01-31 | Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisa | Eric Huss | -1/+2 |
| 2022-01-31 | Rollup merge of #93090 - jyn514:errorkind-asstr, r=dtolnay | Eric Huss | -1/+17 |
| 2022-02-01 | Fix incorrect panic message in example | TheVoid | -1/+1 |
| 2022-01-31 | (#93493) Add items from code review | George Bateman | -15/+35 |