| Age | Commit message (Expand) | Author | Lines |
| 2021-06-28 | Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor | bors | -1/+13 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -14/+14 |
| 2021-06-26 | Auto merge of #86637 - ehuss:spellings, r=dtolnay | bors | -4/+4 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -4/+4 |
| 2021-06-26 | Rollup merge of #86592 - jhpratt:non_exhaustive, r=JohnTitor | Yuki Okushi | -12/+9 |
| 2021-06-24 | Auto merge of #86467 - ChrisDenton:win-env-clear, r=JohnTitor | bors | -0/+15 |
| 2021-06-24 | Test that `env_clear` works on Windows | Chris Denton | -0/+9 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -12/+9 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -14/+14 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -7/+1 |
| 2021-06-22 | postpone stabilizaton by one release | Ethan Brierley | -1/+1 |
| 2021-06-22 | Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitor | bors | -177/+277 |
| 2021-06-22 | Rollup merge of #86114 - JDuchniewicz:feat/panic-frame-fmt, r=yaahc | Yuki Okushi | -3/+2 |
| 2021-06-22 | Rollup merge of #86037 - soerenmeier:cursor_remaining, r=yaahc | Yuki Okushi | -4/+85 |
| 2021-06-22 | Rollup merge of #85182 - CDirkx:available_concurrency, r=JohnTitor | Yuki Okushi | -162/+182 |
| 2021-06-22 | Rollup merge of #85054 - jethrogb:jb/sgx-inline-asm, r=Amanieu | Yuki Okushi | -8/+8 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -1/+1 |
| 2021-06-21 | Use `Unsupported` on platforms where `available_concurrency` is not implemented. | Christiaan Dirkx | -21/+9 |
| 2021-06-21 | Move `available_concurrency` implementation to `sys` | Christiaan Dirkx | -162/+194 |
| 2021-06-20 | Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-se | bors | -78/+92 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -1/+1 |
| 2021-06-20 | Add comment to `std::os::unix::ffi::os_str` explaining that the module is reu... | Christiaan Dirkx | -0/+3 |
| 2021-06-20 | Make `os_str_bytes::{Buf, Slice}` `pub` and `repr(transparent)` | Christiaan Dirkx | -8/+4 |
| 2021-06-20 | Move `OsStringExt` and `OsStrExt` to `std::os` | Christiaan Dirkx | -70/+85 |
| 2021-06-20 | Auto merge of #86463 - fee1-dead:fixed-encode_wide, r=m-ou-se | bors | -1/+14 |
| 2021-06-19 | Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-se | bors | -15/+31 |
| 2021-06-19 | Change entry point to 🛡️ against 💥 💥-payloads | Simonas Kazlauskas | -15/+31 |
| 2021-06-19 | Windows: Fix `Command::env_clear` so it works | Chris Denton | -0/+6 |
| 2021-06-19 | Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011 | bors | -3/+3 |
| 2021-06-19 | Account for self.extra in size_hint for EncodeWide | Deadbeef | -1/+14 |
| 2021-06-18 | Auto merge of #85815 - YuhanLiin:buf-read-data-left, r=m-ou-se | bors | -0/+41 |
| 2021-06-18 | Auto merge of #85747 - maxwase:path-symlinks-methods, r=m-ou-se | bors | -0/+52 |
| 2021-06-18 | `no_run` and `ignore` doc attributes | Max Wase | -2/+4 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -3/+3 |
| 2021-06-17 | Update tracking issue | YuhanLiin | -1/+1 |
| 2021-06-17 | Rollup merge of #86357 - de-vri-es:simplify-repeated-cfg-ifs, r=m-ou-se | Mara Bos | -100/+10 |
| 2021-06-17 | Rollup merge of #86202 - a1phyr:spec_io_bytes_size_hint, r=m-ou-se | Mara Bos | -3/+96 |
| 2021-06-17 | Rollup merge of #85925 - clarfonthey:lerp, r=m-ou-se | Mara Bos | -0/+191 |
| 2021-06-17 | Rely on libc for correct integer types in os/unix/net/ancillary.rs. | Maarten de Vries | -100/+10 |
| 2021-06-17 | Rollup merge of #85802 - Thomasdezeeuw:ioslice-advance, r=m-ou-se | Yuki Okushi | -30/+81 |
| 2021-06-17 | Fix typos in code examples. | Mara Bos | -2/+2 |
| 2021-06-17 | rename `remaining` to `remaining_slice` and add a new `remaining` | Sören Meier | -8/+34 |
| 2021-06-17 | Rollup merge of #86141 - amorison:link-ref-in-doc-dyn-keyword, r=kennytm | Yuki Okushi | -2/+5 |
| 2021-06-16 | Update tracking issue | Sören Meier | -2/+2 |
| 2021-06-16 | Auto merge of #86179 - the8472:revere-path-cmp, r=kennytm | bors | -1/+1 |
| 2021-06-16 | Auto merge of #85820 - CDirkx:is_unicast_site_local, r=joshtriplett | bors | -52/+1 |
| 2021-06-15 | Rollup merge of #86314 - Veykril:patch-2, r=JohnTitor | Yuki Okushi | -2/+1 |
| 2021-06-15 | Rollup merge of #86294 - m-ou-se:edition-prelude-modules, r=joshtriplett | Yuki Okushi | -10/+23 |
| 2021-06-15 | Rollup merge of #85792 - mjptree:refactor-windows-sockets, r=JohnTitor | Yuki Okushi | -133/+173 |
| 2021-06-15 | Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett | Yuki Okushi | -0/+4 |