| Age | Commit message (Expand) | Author | Lines |
| 2021-11-02 | Update library/std/src/sys/unsupported/fs.rs | DrMeepster | -1/+1 |
| 2021-11-02 | add read_buf for &File | DrMeepster | -0/+4 |
| 2021-11-02 | fix test failure from trying to assume_init too much | DrMeepster | -1/+1 |
| 2021-11-02 | add safety comments | DrMeepster | -0/+2 |
| 2021-11-02 | Don't reinitialize here | DrMeepster | -1/+8 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -12/+93 |
| 2021-11-02 | consolidate 2 unsafe blocks into 1 | DrMeepster | -2/+2 |
| 2021-11-02 | read_buf | DrMeepster | -296/+774 |
| 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: Resolve Command program without using the current directory | Chris Denton | -29/+216 |
| 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 | Use "rustc" for testing Command args | Chris Denton | -3/+3 |
| 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 | Fix broken doctest | Sean Chen | -2/+2 |
| 2021-10-27 | Auto merge of #90347 - matthiaskrgr:rollup-rp2ms7j, r=matthiaskrgr | bors | -1/+1 |
| 2021-10-27 | Format doctest | Sean Chen | -45/+10 |
| 2021-10-27 | Add `rust` annotation to doctest | Sean Chen | -1/+1 |
| 2021-10-27 | Attempt to fix tidy errors | Sean Chen | -79/+345 |
| 2021-10-27 | Auto merge of #90273 - nbdd0121:const, r=fee1-dead | bors | -1/+3 |
| 2021-10-28 | Stabilise entry_insert | Félix Saparelli | -4/+2 |
| 2021-10-28 | Update doctests for renames | Félix Saparelli | -2/+2 |
| 2021-10-28 | Expose HashMap:VacantEntry:insert_entry | Félix Saparelli | -1/+3 |
| 2021-10-28 | Rename HashMap:Entry:insert to :insert_entry | Félix Saparelli | -1/+1 |
| 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 | Clarify platform availability of GetTempPath2 | Eugene Talagrand | -1/+1 |
| 2021-10-26 | Rollup merge of #90296 - CAD97:rip-lerp, r=Mark-Simulacrum | Matthias Krüger | -191/+0 |