| Age | Commit message (Expand) | Author | Lines |
| 2021-07-03 | Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3 | Yuki Okushi | -1/+0 |
| 2021-07-03 | Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-... | Yuki Okushi | -2/+2 |
| 2021-07-03 | Rollup merge of #85001 - CDirkx:bytestring, r=JohnTitor | Yuki Okushi | -50/+28 |
| 2021-07-02 | Fix double import in wasm thread | Thomas Versteeg | -1/+0 |
| 2021-07-02 | Remove & from Command::args calls in documentation | Konrad Borowski | -2/+2 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -73/+96 |
| 2021-07-02 | Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=Xanewok | Yuki Okushi | -20/+20 |
| 2021-07-01 | Move Mutex::unlock to T: ?Sized | Mark Mansi | -20/+20 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -3/+2 |
| 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-25 | Restore original ordering of `ErrorKind::Other`. | Mara Bos | -8/+9 |
| 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 | Merge `sys_common::bytestring` into `os_str_bytes` | Christiaan Dirkx | -50/+28 |
| 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 |