| Age | Commit message (Expand) | Author | Lines |
| 2021-11-16 | Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcric... | Yuki Okushi | -2/+6 |
| 2021-11-16 | Rollup merge of #90790 - tamaroning:fix-lib-std-test, r=Mark-Simulacrum | Yuki Okushi | -12/+3 |
| 2021-11-16 | Rollup merge of #88601 - ibraheemdev:termination-result-infallible, r=yaahc | Yuki Okushi | -0/+9 |
| 2021-11-16 | Rollup merge of #85766 - workingjubilee:file-options, r=yaahc | Yuki Okushi | -5/+4 |
| 2021-11-14 | Auto merge of #90596 - the8472:path-hash-opt, r=Mark-Simulacrum | bors | -11/+140 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -1/+2 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+4 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+4 |
| 2021-11-12 | Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplett | Matthias Krüger | -1/+9 |
| 2021-11-12 | Rename WASI's `is_character_device` to `is_char_device`. | Dan Gohman | -2/+6 |
| 2021-11-11 | `Prefix` can be case-insensitive, delegate to its Hash impl instead of trying... | The8472 | -0/+9 |
| 2021-11-11 | process::ExitStatus: Discuss `exit` vs `_exit` in a comment. | Ian Jackson | -0/+5 |
| 2021-11-11 | unix::ExitStatus: Add comment saying that it's a wait status | Ian Jackson | -0/+3 |
| 2021-11-11 | unix::ExitStatusExt: Correct reference to _exit system call | Ian Jackson | -1/+1 |
| 2021-11-11 | Auto merge of #88798 - sunfishcode:sunfishcode/windows-null-handles, r=joshtr... | bors | -50/+85 |
| 2021-11-11 | compare between Path instead of str | tamaron | -12/+3 |
| 2021-11-10 | Auto merge of #90784 - matthiaskrgr:rollup-car8g12, r=matthiaskrgr | bors | -9/+10 |
| 2021-11-10 | Rollup merge of #89930 - cuviper:avoid-clone3, r=joshtriplett | Matthias Krüger | -9/+10 |
| 2021-11-10 | Fix collection entry API documentation. | Joseph Roitman | -1/+1 |
| 2021-11-10 | Rollup merge of #90751 - ehuss:update-books, r=ehuss | Matthias Krüger | -1/+1 |
| 2021-11-10 | Rollup merge of #90748 - cuviper:track-setgroups, r=dtolnay | Matthias Krüger | -1/+1 |
| 2021-11-09 | Update books | Eric Huss | -1/+1 |
| 2021-11-09 | Add a real tracking issue for `CommandExt::groups` | Josh Stone | -1/+1 |
| 2021-11-09 | remove redundant .iter() call since zip() takes an IntoIterator argument | The8472 | -6/+5 |
| 2021-11-09 | add fast path on Path::eq for exact equality | The8472 | -1/+20 |
| 2021-11-09 | optimize Hash for Path | The8472 | -2/+28 |
| 2021-11-09 | add benchmarks and tests for Hash and Eq impls on Path | The8472 | -2/+78 |
| 2021-11-09 | Stabilize File::options() | Jubilee Young | -5/+4 |
| 2021-11-08 | kmc-solid: Avoid the use of `asm_const` | Tomoaki Kawada | -7/+6 |
| 2021-11-07 | Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-se | bors | -0/+8 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -1/+2 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -7/+2 |
| 2021-11-05 | Also note tool expectations of fork vs clone3 | Josh Stone | -0/+2 |
| 2021-11-05 | Update another comment on fork vs. clone3 | Josh Stone | -2/+2 |
| 2021-11-05 | Only use `clone3` when needed for pidfd | Josh Stone | -7/+6 |
| 2021-11-04 | Auto merge of #90392 - solid-rs:fix-solid-support, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-11-03 | Auto merge of #90421 - thomcc:friendship-ended-with-ssize_t-now-ptrdiff_t-is-... | bors | -1/+8 |
| 2021-11-02 | Auto merge of #90442 - ChrisDenton:win-tls-dtor, r=alexcrichton | bors | -1/+27 |
| 2021-11-02 | Auto merge of #90439 - m-ou-se:thread-is-running, r=Mark-Simulacrum | bors | -1/+44 |
| 2021-11-01 | Run destructors from existing tls callback | Chris Denton | -23/+14 |
| 2021-11-01 | Add tracking issue for thread_is_running. | Mara Bos | -1/+1 |
| 2021-11-01 | itron: Rename `itron::thread::{available_conccurrency -> available_parallelism}` | Tomoaki Kawada | -1/+1 |
| 2021-10-31 | Re-add `std::os::raw::c_ssize_t`, with more accurate documentation | Thom Chiovoloni | -0/+7 |
| 2021-10-31 | Windows thread-local keyless drop | Chris Denton | -1/+36 |
| 2021-10-31 | Add test for JoinHandle::is_running. | Mara Bos | -1/+35 |
| 2021-10-31 | Add JoinHandle::is_running. | Mara Bos | -0/+9 |
| 2021-10-31 | Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplett | Matthias Krüger | -2/+57 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -0/+54 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -0/+5 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -15/+12 |