| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Auto merge of #113287 - RalfJung:miri-test-libstd, r=JohnTitor | bors | -1/+0 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -1/+6 |
| 2023-07-03 | enable test_join test in Miri | Ralf Jung | -1/+0 |
| 2023-07-01 | Auto merge of #113194 - lu-zero:intrinsics-inline, r=thomcc | bors | -3/+3 |
| 2023-07-01 | Rollup merge of #113072 - tshepang:patch-1, r=cuviper | Matthias Krüger | -40/+0 |
| 2023-06-30 | Mark wrapped intrinsics as inline(always) | Luca Barbato | -3/+3 |
| 2023-06-30 | Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnay | Matthias Krüger | -8/+10 |
| 2023-06-29 | Rollup merge of #113054 - Rageking8:make-`rustc_on_unimplemented`-std-agnosti... | Matthias Krüger | -30/+60 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -6/+6 |
| 2023-06-27 | Make `rustc_on_unimplemented` std-agnostic | Rageking8 | -30/+60 |
| 2023-06-26 | str docs: remove "Basic usage" text where not useful | Tshepang Mbambo | -40/+0 |
| 2023-06-26 | Auto merge of #113024 - Jerrody:master, r=thomcc | bors | -1/+1 |
| 2023-06-26 | Auto merge of #111850 - the8472:external-step-by, r=scottmcm | bors | -36/+482 |
| 2023-06-25 | Mark the StepBy specialization as unsafe | The 8472 | -8/+8 |
| 2023-06-25 | StepBy<Range<{int <= usize}>> can be TrustedLen | The 8472 | -1/+7 |
| 2023-06-25 | doccomments for StepBy specializations | The 8472 | -0/+41 |
| 2023-06-25 | Always inline primitive data types. | George | -1/+1 |
| 2023-06-23 | Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDenton | Matthias Krüger | -10/+14 |
| 2023-06-23 | add inline annotation to concrete impls | The 8472 | -0/+7 |
| 2023-06-23 | Specialize StepBy<Range<{integer}>> | The 8472 | -36/+428 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -7/+16 |
| 2023-06-21 | Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkin | bors | -2/+3 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -2/+3 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -7/+16 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -13/+16 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+6 |
| 2023-06-19 | Rollup merge of #112606 - clarfonthey:ip-display, r=thomcc | Michael Goulet | -12/+6 |
| 2023-06-19 | Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-06-19 | Rollup merge of #112757 - Danvil:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-19 | Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications,... | Matthias Krüger | -0/+87 |
| 2023-06-19 | Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum | bors | -12/+5 |
| 2023-06-18 | [doc] poll_fn: explain how to pin captured state safely | Daniel Henry-Mantilla | -0/+87 |
| 2023-06-18 | Same for BorrowRef | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Use BorrowFlag instead of explicit isize | David Weikersdorfer | -1/+1 |
| 2023-06-18 | Auto merge of #112599 - saethlin:cleaner-panics, r=thomcc | bors | -2/+3 |
| 2023-06-17 | Rollup merge of #112644 - zica87:nonZeroTypes, r=Mark-Simulacrum | Matthias Krüger | -9/+12 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -1/+1 |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -12/+5 |
| 2023-06-16 | Rollup merge of #112662 - Vanille-N:symbol_unique, r=RalfJung | Michael Goulet | -0/+2 |
| 2023-06-16 | `#[lang_item]` for `core::ptr::Unique` | Neven Villani | -0/+2 |
| 2023-06-16 | Launch a non-unwinding panic for misaligned pointer deref | Ben Kimock | -2/+3 |
| 2023-06-16 | slice::from_raw_parts: mention no-wrap-around condition | Ralf Jung | -10/+14 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2023-06-15 | privacy: Do not mark items reachable farther than their nominal visibility | Vadim Petrochenkov | -6/+6 |
| 2023-06-15 | Rollup merge of #112621 - GrigorenkoPV:env, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-15 | Auto merge of #106343 - the8472:slice-iter-fold, r=scottmcm | bors | -0/+42 |
| 2023-06-15 | Correct types in method descriptions of `NonZero*` types | zica | -9/+12 |
| 2023-06-14 | use indexed loop instead of ptr bumping | The 8472 | -10/+20 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -1/+1 |