| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnay | Yuki Okushi | -2/+32 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -86/+300 |
| 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 | Use a private type definition to reduce cfg noise | Mark Drobnak | -36/+16 |
| 2022-06-13 | Enable thread_local_dtor on horizon OS | Ian Chamberlain | -1/+1 |
| 2022-06-13 | Update libc::stat field names | Ian Chamberlain | -7/+12 |
| 2022-06-13 | Enable argv support for horizon OS | Ian Chamberlain | -4/+7 |
| 2022-06-13 | Use the right wait_timeout implementation | AzureMarker | -7/+7 |
| 2022-06-13 | Lower listen backlog to fix accept crashes | AzureMarker | -6/+13 |
| 2022-06-13 | Horizon OS STD support | Meziu | -66/+285 |
| 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 |