| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Auto merge of #85953 - inquisitivecrystal:weak-linkat-in-fs-hardlink, r=josht... | bors | -17/+91 |
| 2021-07-10 | Make tests pass on old macos | Aris Merchant | -0/+18 |
| 2021-07-10 | Change `weak!` and `linkat!` to macros 2.0 | Aris Merchant | -4/+38 |
| 2021-07-11 | Rollup merge of #87011 - RalfJung:thread-id-supply-shortage, r=nagisa | Yuki Okushi | -1/+2 |
| 2021-07-10 | rename variable | Ralf Jung | -2/+2 |
| 2021-07-10 | avoid reentrant lock acquire when ThreadIds run out | Ralf Jung | -0/+1 |
| 2021-07-09 | Update docs for `fs::hard_link` | Aris Merchant | -2/+5 |
| 2021-07-09 | Fix linker error | Aris Merchant | -11/+30 |
| 2021-07-09 | Debug formatting of raw_arg() | Kornel | -2/+6 |
| 2021-07-09 | Use AsRef in CommandExt for raw_arg | Kornel | -3/+3 |
| 2021-07-09 | Unescaped command-line arguments for Windows | Kornel | -19/+86 |
| 2021-07-09 | Test escaping of trialing slashes in Windows command-line args | Kornel | -0/+5 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -2/+2 |
| 2021-07-07 | Rollup merge of #86916 - godmar:@godmar/thread-yield-documentation-fix, r=jos... | Yuki Okushi | -16/+17 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-07-06 | rewrote documentation for thread::yield_now() | Godmar Back | -16/+17 |
| 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-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 |