| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove unstable `Cursor::remaining` | Sören Meier | -26/+0 |
| 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-01 | add owned locked stdio handles | Taylor Yu | -1/+397 |
| 2021-07-01 | Stabilize `Seek::rewind` | Aris Merchant | -2/+5 |
| 2021-07-02 | Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=Xanewok | Yuki Okushi | -20/+20 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+2 |
| 2021-07-01 | Move Mutex::unlock to T: ?Sized | Mark Mansi | -20/+20 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -21/+108 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -3/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -5/+0 |
| 2021-06-30 | impl Default, Copy, Clone for std::io::Sink and Empty | Ian Jackson | -0/+2 |
| 2021-06-29 | Use diagnostic items to check for Send, UnwindSafe and RefUnwindSafe traits | Roxane Fruytier | -2/+2 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -2/+2 |
| 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-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+1 |
| 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-24 | make docs clearer about how hidden files are dealt with | Michael Hall | -5/+19 |
| 2021-06-24 | change return signature for split_file_at_dot | Michael Hall | -6/+8 |
| 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 | ErrorKind: Add missing full stops | Ian Jackson | -3/+3 |
| 2021-06-20 | ErrorKind::FilesystemLoop: Generalise dscription | Ian Jackson | -3/+4 |
| 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 |