| Age | Commit message (Expand) | Author | Lines |
| 2021-11-07 | Auto merge of #89310 - joshtriplett:available-concurrency-affinity, r=m-ou-se | bors | -0/+8 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -7/+2 |
| 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 |
| 2021-10-31 | Rollup merge of #89835 - jkugelman:must-use-expensive-computations, r=joshtri... | Matthias Krüger | -0/+10 |
| 2021-10-31 | Rollup merge of #89677 - maxwase:is-symlink-stabilization, r=joshtriplett | Matthias Krüger | -5/+9 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -0/+54 |
| 2021-10-30 | Add #[must_use] to remaining std functions (O-Z) | John Kugelman | -2/+57 |
| 2021-10-31 | Make std::thread::available_concurrency support process-limited number of CPUs | Josh Triplett | -0/+8 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -0/+5 |
| 2021-10-31 | Rollup merge of #90401 - mkroening:hermit-condvar, r=joshtriplett | Matthias Krüger | -2/+14 |
| 2021-10-31 | Rollup merge of #89789 - jkugelman:must-use-thread-builder, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-30 | Replace `std::os::raw::c_ssize_t` with `std::os::raw::c_ptrdiff_t` | Thom Chiovoloni | -2/+2 |
| 2021-10-30 | Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay | bors | -13/+203 |
| 2021-10-29 | hermit: Implement Condvar::wait_timeout | Martin Kröning | -2/+14 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -20/+0 |
| 2021-10-27 | Auto merge of #90347 - matthiaskrgr:rollup-rp2ms7j, r=matthiaskrgr | bors | -1/+1 |
| 2021-10-27 | Auto merge of #90273 - nbdd0121:const, r=fee1-dead | bors | -1/+3 |
| 2021-10-27 | Add tracking issue number to const_cstr_unchecked | Konrad Borowski | -1/+1 |
| 2021-10-27 | Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-10-26 | Rollup merge of #90296 - CAD97:rip-lerp, r=Mark-Simulacrum | Matthias Krüger | -191/+0 |
| 2021-10-26 | Remove redundant Aligner | Tony Yang | -5/+2 |
| 2021-10-25 | Remove fNN::lerp - consensus unlikely | CAD97 | -191/+0 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -1/+3 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -2/+2 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+20 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2021-10-23 | Fix typo | Chris Denton | -1/+1 |
| 2021-10-23 | Make sure `CreateDirectoryW` works for path lengths > 247 | Chris Denton | -1/+41 |
| 2021-10-23 | Add caveat about changing parallelism and function call overhead | The8472 | -0/+4 |
| 2021-10-23 | Rollup merge of #90166 - smmalis37:patch-1, r=joshtriplett | Matthias Krüger | -0/+4 |
| 2021-10-23 | Rollup merge of #88300 - ijackson:exitstatusext-methods, r=yaahc | Matthias Krüger | -4/+4 |
| 2021-10-22 | docs: Escape brackets to satisfy the linkchecker | Noah Lev | -1/+1 |
| 2021-10-22 | Auto merge of #90007 - xfix:inline-cstr-from-str, r=kennytm | bors | -0/+1 |
| 2021-10-22 | Apply suggestions from code review | Jane Lusby | -4/+4 |
| 2021-10-22 | Add comment documenting why we can't use a simpler solution | Steven | -0/+4 |
| 2021-10-22 | Rollup merge of #89665 - seanyoung:push-empty, r=m-ou-se | Yuki Okushi | -1/+5 |