| Age | Commit message (Expand) | Author | Lines |
| 2023-07-30 | Explain more clearly why `fn() -> T` can't be `#[derive(Clone)]` | Martin Nordholts | -0/+40 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -0/+2 |
| 2023-07-30 | Fix implementation of `Duration::checked_div` | Jacob Pratt | -4/+5 |
| 2023-07-30 | Rollup merge of #113512 - vallentin:lines-doc, r=workingjubilee | fee1-dead | -3/+8 |
| 2023-07-29 | Adjust some tests for invalid_reference_casting improvements | Urgau | -1/+2 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -6/+10 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -1/+2 |
| 2023-07-29 | Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgr | bors | -1/+1 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -0/+1 |
| 2023-07-29 | library: allow `ambiguous_glob_reexports` for `core_arch` | bohan | -1/+2 |
| 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-23 | fix | Deadbeef | -0/+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 | Auto merge of #112699 - bluebear94:mf/more-is-sorted-tests, r=cuviper | bors | -1/+58 |
| 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 | -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 |