| Age | Commit message (Expand) | Author | Lines |
| 2021-07-05 | Make `getenv` return an Option instead of a Result | Aris Merchant | -36/+20 |
| 2021-07-05 | Change env var getters to error recoverably | Aris Merchant | -15/+10 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -8/+0 |
| 2021-07-06 | Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se | Yuki Okushi | -2/+5 |
| 2021-07-06 | Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-se | Yuki Okushi | -7/+42 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+43 |
| 2021-07-05 | Enable dir_entry_ext2 feature in doc test. | Mara Bos | -0/+1 |
| 2021-07-05 | s/die/terminate/ in abort documentation. | Mara Bos | -1/+1 |
| 2021-07-05 | abort docs: Document buffer non-flushing | Ian Jackson | -0/+3 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -7/+39 |
| 2021-07-05 | Rollup merge of #86864 - GuillaumeGomez:example-write-vectored, r=JohnTitor | Yuki Okushi | -0/+21 |
| 2021-07-04 | Add missing code example for Write::write_vectored | Guillaume Gomez | -0/+21 |
| 2021-07-04 | Auto merge of #86833 - crlf0710:remove-std-raw-mod, r=SimonSapin | bors | -4/+0 |
| 2021-07-04 | Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-se | bors | -9/+147 |
| 2021-07-03 | Auto merge of #86799 - tlyu:stdio-locked, r=joshtriplett | bors | -1/+337 |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -4/+0 |
| 2021-07-03 | Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplett | bors | -109/+2107 |
| 2021-07-02 | stdio_locked: updates based on feedback | Taylor Yu | -74/+14 |
| 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-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 | Move Mutex::unlock to T: ?Sized | Mark Mansi | -20/+20 |
| 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-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 |