| Age | Commit message (Expand) | Author | Lines |
| 2022-06-19 | Rollup merge of #98233 - RalfJung:ref-alloc, r=thomcc | Dylan DPC | -4/+4 |
| 2022-06-19 | Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se | bors | -6/+26 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -770/+795 |
| 2022-06-18 | Auto merge of #97924 - cuviper:unguarded-poison, r=Mark-Simulacrum | bors | -8/+15 |
| 2022-06-18 | make std not use &A: Allocator instance | Ralf Jung | -4/+4 |
| 2022-06-17 | Impl Termination for Infallible and then make the Result impls of Termination... | Aria Beingessner | -22/+15 |
| 2022-06-17 | Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitor | Dylan DPC | -4/+5 |
| 2022-06-17 | Rollup merge of #95392 - Xuanwo:stablize_try_reserve_2, r=dtolnay | Dylan DPC | -6/+4 |
| 2022-06-17 | Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc | bors | -0/+9 |
| 2022-06-17 | Rollup merge of #98169 - pierwill:dyn-disp, r=JohnTitor | Yuki Okushi | -1/+2 |
| 2022-06-17 | Rollup merge of #98118 - steffahn:scoped-threads-nll-test, r=m-ou-se | Yuki Okushi | -0/+13 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -771/+795 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -3/+4 |
| 2022-06-16 | Keyword docs: Link to wikipedia article for dynamic dispatch | pierwill | -1/+2 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -6/+70 |
| 2022-06-16 | Rollup merge of #98125 - KarlWithK:entry_add_modify_doc, r=Dylan-DPC | Matthias Krüger | -2/+4 |
| 2022-06-16 | std: Stabilize feature try_reserve_2 | Xuanwo | -6/+4 |
| 2022-06-15 | Auto merge of #98152 - JohnTitor:rollup-osr17j6, r=JohnTitor | bors | -2/+32 |
| 2022-06-16 | Rollup merge of #97202 - joshtriplett:os-str-capacity-documentation, r=dtolnay | Yuki Okushi | -2/+32 |
| 2022-06-15 | Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplett | bors | -36/+81 |
| 2022-06-15 | Add `#[inline]` to small fns of futex `RwLock` | Josh Stone | -0/+9 |
| 2022-06-15 | Add the new stability attributes, for Windows. | Dan Gohman | -0/+2 |
| 2022-06-15 | Revise the documentation for `try_clone`. | Dan Gohman | -6/+8 |
| 2022-06-15 | Add `BorrowedFd::try_clone_to_owned`. | Dan Gohman | -17/+42 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -13/+29 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -86/+300 |
| 2022-06-15 | Test NLL fix of bad lifetime inference for reference captured in closure. | Frank Steffahn | -0/+13 |
| 2022-06-15 | Add examples using `add_modify` to HashMap | KarlWithK | -2/+4 |
| 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 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -4/+4 |
| 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 | Update library/std/src/primitive_docs.rs | Michael Howell | -1/+1 |
| 2022-06-11 | fix compat_fn option method on miri | DrMeepster | -8/+9 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+2 |
| 2022-06-11 | Re-add explicit list of traits to tuple docs, with limit notes | Michael Howell | -5/+34 |