| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-31 | fix error handling for pthread_sigmask(3) | Ralf Sager | -5/+5 |
| 2022-01-31 | add inline attribute to new method | Jane Lusby | -1/+2 |
| 2022-01-31 | kmc-solid: Increase the default stack size | Tomoaki Kawada | -1/+2 |
| 2022-01-31 | Rollup merge of #93494 - solid-rs:fix-kmc-solid-spawned-task-priority, r=Mark... | Matthias Krüger | -5/+2 |
| 2022-01-31 | Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472 | Matthias Krüger | -2/+2 |
| 2022-01-31 | Rollup merge of #93462 - ChrisDenton:systime-doc, r=joshtriplett | Matthias Krüger | -1/+6 |
| 2022-01-31 | kmc-solid: `SOLID_RTC_TIME::tm_mon` is 1-based | Tomoaki Kawada | -1/+1 |
| 2022-01-31 | kmc-solid: Inherit the calling task's base priority in `Thread::new` | Tomoaki Kawada | -5/+2 |
| 2022-01-30 | Document char validity | George Bateman | -5/+33 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -27/+13 |
| 2022-01-29 | unix: Use metadata for `DirEntry::file_type` fallback | Josh Stone | -2/+2 |
| 2022-01-30 | Rollup merge of #93459 - tavianator:dirent-copy-only-reclen, r=cuviper | Matthias Krüger | -2/+26 |
| 2022-01-30 | Rollup merge of #93414 - Amanieu:std_arch_detect, r=m-ou-se | Matthias Krüger | -19/+31 |
| 2022-01-29 | fs: Add a regression test for #93384 | Tavian Barnes | -0/+16 |
| 2022-01-29 | fs: Don't copy d_name from struct dirent | Tavian Barnes | -2/+10 |
| 2022-01-29 | Document `SystemTime` platform precision | Chris Denton | -1/+6 |
| 2022-01-29 | Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi... | Daniel Sommermann | -1/+1 |
| 2022-01-29 | Rollup merge of #93410 - solid-rs:feat-kmc-solid-net-dup, r=dtolnay | Matthias Krüger | -1/+4 |
| 2022-01-29 | Auto merge of #93351 - anp:fuchsia-remove-dir-all, r=tmandry | bors | -3/+1 |
| 2022-01-28 | Change Termination::report return type to ExitCode | Jane Lusby | -9/+23 |
| 2022-01-28 | Fix remove_dir_all on Fuchsia after CVE fix. | Adam Perry | -3/+1 |
| 2022-01-28 | Rollup merge of #93295 - ChrisDenton:tempdir-double-panic, r=dtolnay | Matthias Krüger | -1/+7 |
| 2022-01-28 | Rollup merge of #93239 - Thomasdezeeuw:socketaddr_creation, r=m-ou-se | Matthias Krüger | -8/+48 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -27/+13 |
| 2022-01-28 | Update tracking issue for unix_socket_creation | Thomas de Zeeuw | -1/+1 |
| 2022-01-28 | wasi: enable TcpListener and TcpStream | Harald Hoyer | -13/+77 |