| Age | Commit message (Expand) | Author | Lines |
| 2023-07-28 | doc: replace wrong punctuation mark | Tshepang Mbambo | -1/+1 |
| 2023-07-27 | Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarily | SabrinaJewson | -1/+14 |
| 2023-07-27 | Rollup merge of #114109 - veera-sivarajan:fix-str-docs, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2023-07-27 | Rollup merge of #114091 - waywardmonkeys:doc-fmt-finish-comments, r=Guillaume... | Guillaume Gomez | -3/+3 |
| 2023-07-27 | Auto merge of #114034 - Amanieu:riscv-atomicbool, r=thomcc | bors | -8/+54 |
| 2023-07-26 | Fix URL for `rmatches` | Veera | -1/+1 |
| 2023-07-26 | docs: fmt::Debug*: Fix comments for finish method. | Bruce Mitchener | -3/+3 |
| 2023-07-26 | Optimize `AtomicBool` for target that don't support byte-sized atomics | Amanieu d'Antras | -8/+54 |
| 2023-07-25 | `impl TryFrom<char> for u16` | Lukas Markeffsky | -2/+36 |
| 2023-07-25 | core library: Disable fpmath tests for i386 ... | liushuyu | -1/+1 |
| 2023-07-24 | Auto merge of #111362 - mj10021:issue-74838-update, r=cuviper | bors | -1/+1 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+1 |
| 2023-07-22 | Add #[inline] to core debug assertion helpers | Ben Kimock | -0/+3 |
| 2023-07-22 | Auto merge of #113746 - clarfonthey:ip_bits, r=thomcc | bors | -52/+119 |
| 2023-07-22 | Rollup merge of #113898 - ajtribick:encode_utf16_size_hint, r=cuviper | Matthias Krüger | -5/+16 |
| 2023-07-22 | Rollup merge of #113252 - tgross35:const-cstr-from-ptr-tracking-issue, r=Chri... | Matthias Krüger | -1/+1 |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-07-21 | Clarify logic on bytes:code units ratio | Andrew Tribick | -2/+4 |
| 2023-07-21 | Auto merge of #105571 - kadiwa4:remove_atomic_init_consts, r=Amanieu | bors | -50/+35 |
| 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 | -50/+35 |
| 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 | -46/+10 |
| 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 | 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-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-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 |