| Age | Commit message (Expand) | Author | Lines |
| 2023-07-21 | Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieu | bors | -51/+36 |
| 2023-07-20 | Fix size_hint for EncodeUtf16 | Andrew Tribick | -5/+14 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -79/+116 |
| 2023-07-18 | Link methods in From impls | ltdk | -0/+4 |
| 2023-07-18 | remove the unstable `core::sync::atomic::ATOMIC_*_INIT` constants | KaDiWa | -51/+36 |
| 2023-07-17 | Rollup merge of #113762 - alexpovel:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-17 | Rollup merge of #113750 - nipzu:italicize-sort-complexity, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-16 | Fix typo | Alex Povel | -1/+1 |
| 2023-07-16 | Fix sort_unstable_by_key italicization | nipzu | -1/+1 |
| 2023-07-15 | Add BITS, from_bits, to_bits to IP addresses | ltdk | -52/+115 |
| 2023-07-16 | collect.rs: remove "Basic usage" text where not useful | Tshepang Mbambo | -6/+0 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+4 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -47/+11 |
| 2023-07-12 | Replace version placeholder to 1.72 | Mark Rousskov | -4/+4 |
| 2023-07-11 | Auto merge of #113175 - bryangarza:safe-transmute-rustc-coinductive, r=compil... | bors | -0/+1 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -0/+2 |
| 2023-07-09 | Updated lines doc to include trailing carriage return note | vallentin | -3/+8 |
| 2023-07-09 | Rollup merge of #113469 - JohnTitor:rm-default-free-fn, r=Amanieu | Matthias Krüger | -45/+0 |
| 2023-07-08 | Rollup merge of #113064 - marcospb19:add-note-in-vec-swap-docs, r=Mark-Simula... | Matthias Krüger | -0/+2 |
| 2023-07-08 | Remove `default_free_fn` feature | Yuki Okushi | -45/+0 |
| 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 | Add diagnostic items for `<*mut _>::is_null` and `<*const _>::is_null` | Urgau | -0/+2 |
| 2023-07-03 | enable test_join test in Miri | Ralf Jung | -1/+0 |
| 2023-07-01 | Update the tracking issue for `const_cstr_from_ptr` | Trevor Gross | -1/+1 |
| 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 | Enable co-induction support for Safe Transmute | Bryan Garza | -0/+1 |
| 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-29 | optimize Cstr/EscapeAscii display | The 8472 | -1/+105 |
| 2023-06-27 | std: edit [T]::swap docs | João M. Bezerra | -0/+2 |
| 2023-06-27 | Change the wording in `std::fmt::Write::write_str` | Tobias Bucher | -2/+2 |
| 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 | Add known issue of let binding to format_args doc | Antoine PLASKOWSKI | -0/+8 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -2/+3 |