| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | Add a stability attribute to WASI's `try_clone()`. | Dan Gohman | -0/+1 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -84/+145 |
| 2022-06-14 | Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obk | bors | -0/+2 |
| 2022-06-14 | Rollup merge of #98042 - DrMeepster:winfred_std_changes, r=ChrisDenton | Dylan DPC | -8/+10 |
| 2022-06-13 | add inline(always) to option | DrMeepster | -0/+1 |
| 2022-06-13 | [perf] std: add missing `#[inline]` to `DefaultHasher::{new,default}`. | Eduard-Mihai Burtescu | -0/+2 |
| 2022-06-13 | Auto merge of #98038 - TaKO8Ki:remove-unnecessary-space-in-doc, r=compiler-er... | bors | -1/+1 |
| 2022-06-13 | remove an unnecessary space in doc | Takayuki Maeda | -1/+1 |
| 2022-06-12 | Rollup merge of #97992 - m-ou-se:stabilize-scoped-threads, r=joshtriplett | Dylan DPC | -10/+12 |
| 2022-06-12 | Rollup merge of #97970 - dtolnay:terminate, r=joshtriplett | Dylan DPC | -1/+3 |
| 2022-06-11 | fix compat_fn option method on miri | DrMeepster | -8/+9 |
| 2022-06-11 | Stabilize scoped threads. | Mara Bos | -10/+12 |
| 2022-06-10 | Do not panic in Termination impl on closed stderr | David Tolnay | -1/+3 |
| 2022-06-10 | docs: Consistently mark ExitStatus as code | Martin Kröning | -2/+2 |
| 2022-06-10 | docs: Link to ExitCode instead of ExitStatus in ExitStatus | Martin Kröning | -2/+2 |
| 2022-06-10 | docs: Fix typo in ExitStatus | Martin Kröning | -1/+1 |
| 2022-06-10 | Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett | bors | -35/+57 |
| 2022-06-10 | Rollup merge of #97922 - paolobarbolini:no-vecdeque-extra-reserve, r=the8472 | Yuki Okushi | -2/+0 |
| 2022-06-10 | Auto merge of #95770 - nrc:read-buf-builder, r=joshtriplett | bors | -7/+11 |
| 2022-06-10 | use fcntl fallback for additional poll-specific errors | The 8472 | -7/+8 |
| 2022-06-09 | Remove redundant calls to reserve in impl Write for VecDeque | Paolo Barbolini | -2/+0 |
| 2022-06-09 | Rollup merge of #95632 - evanrichter:master, r=joshtriplett | Yuki Okushi | -0/+48 |
| 2022-06-08 | Rollup merge of #97830 - LucasDumont:add-example-alloc, r=yaahc | Michael Goulet | -0/+14 |
| 2022-06-08 | remove unneeded code | Stefan Lankes | -5/+0 |
| 2022-06-07 | Rollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPC | Dylan DPC | -5/+4 |
| 2022-06-07 | Update library/std/src/sync/mutex.rs | Dylan DPC | -1/+1 |
| 2022-06-07 | Add std::alloc::set_alloc_error_hook example | Lucas Dumont | -0/+14 |
| 2022-06-07 | Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytm | Dylan DPC | -0/+1 |
| 2022-06-07 | Remove confusing sentence from `Mutex` docs | Nilstrieb | -5/+4 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -2/+2 |
| 2022-06-07 | Rollup merge of #97700 - nzrq:patch-1, r=dtolnay | Matthias Krüger | -0/+6 |
| 2022-06-06 | Apply suggestions from code review | nzrq | -2/+3 |
| 2022-06-05 | Remove SIGIO reference on Haiku | Ryan Zoeller | -0/+1 |
| 2022-06-04 | Update library/std/src/collections/hash/set.rs | nzrq | -1/+1 |
| 2022-06-04 | Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton | bors | -1/+15 |
| 2022-06-04 | keep using poll as fast path and only use fcntl as fallback | The 8472 | -19/+65 |
| 2022-06-04 | Rollup merge of #97647 - m-ou-se:lazy-box-locks, r=Amanieu | Dylan DPC | -123/+184 |
| 2022-06-03 | Update set.rs | nzrq | -6/+4 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -2/+2 |
| 2022-06-03 | Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahc | bors | -6/+82 |
| 2022-06-03 | Add note to documentation of HashSet::intersection | nzrq | -0/+7 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -36/+145 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -87/+39 |
| 2022-06-02 | Fix MIPS-specific signal bug | Michael Howell | -1/+10 |
| 2022-06-02 | Rollup merge of #97635 - rgwood:patch-1, r=ChrisDenton | Dylan DPC | -2/+2 |
| 2022-06-02 | Auto merge of #97414 - LYF1999:yf/cachealign, r=Mark-Simulacrum | bors | -1/+2 |
| 2022-06-01 | Fix Windows file metadata docs | Reilly Wood | -2/+2 |
| 2022-06-01 | std: show signal number along with name | Michael Howell | -46/+50 |
| 2022-06-01 | Rollup merge of #97611 - azdavis:master, r=Dylan-DPC | Yuki Okushi | -2/+3 |
| 2022-06-01 | Rollup merge of #94647 - Urgau:hash-map-many-mut, r=Amanieu | Yuki Okushi | -0/+113 |