| Age | Commit message (Expand) | Author | Lines |
| 2023-09-05 | if -> when | Ralf Jung | -3/+3 |
| 2023-08-21 | try to clarify wording | Ralf Jung | -9/+9 |
| 2023-08-14 | clarify safety documentation of ptr::swap and ptr::copy | Ralf Jung | -0/+6 |
| 2023-08-13 | Rollup merge of #94667 - frank-king:feature/iter_map_windows, r=Mark-Simulacrum | Guillaume Gomez | -1/+458 |
| 2023-08-12 | Partially stabilize #![feature(int_roundings)] | Jacob Pratt | -6/+6 |
| 2023-08-11 | Auto merge of #114720 - scottmcm:better-sub, r=workingjubilee | bors | -5/+24 |
| 2023-08-10 | Tell LLVM that the negation in `<*const T>::sub` cannot overflow | Scott McMurray | -5/+24 |
| 2023-08-11 | Add Iterator::map_windows | Frank King | -1/+458 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -2/+8 |
| 2023-08-08 | Rename copying `ascii::Char` methods from `as_` to `to_` | Alyssa Haroldsen | -4/+4 |
| 2023-08-07 | core: Remove #[macro_export] from `debug_assert_matches` | Arthur Cohen | -1/+0 |
| 2023-08-07 | Rollup merge of #114382 - scottmcm:compare-bytes-intrinsic, r=cjgillot | Matthias Krüger | -15/+40 |
| 2023-08-07 | Rollup merge of #98935 - kellerkindt:option_retain, r=Mark-Simulacrum | Matthias Krüger | -0/+35 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -15/+40 |
| 2023-08-05 | Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472 | bors | -0/+130 |
| 2023-08-05 | Rollup merge of #114029 - Enselic:clone-doc, r=scottmcm | Matthias Krüger | -0/+40 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+4 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+4 |
| 2023-08-03 | Implement Option::take_if | Michael Watzko | -0/+35 |
| 2023-08-03 | Auto merge of #113220 - tgross35:cstr-bytes-docs, r=workingjubilee | bors | -6/+7 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -1/+2 |
| 2023-08-02 | Clarify documentation for `CStr` | Trevor Gross | -6/+7 |
| 2023-08-01 | Add diagnostic items for `<*const _>::cast` and `ptr::from_mut` | Urgau | -0/+2 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -6/+10 |
| 2023-08-01 | Rollup merge of #111081 - mattfbacon:master, r=workingjubilee | Matthias Krüger | -4/+56 |
| 2023-07-31 | Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay | Matthias Krüger | -18/+10 |
| 2023-07-31 | Work around missing <*str>::len | Matt Fellenz | -4/+4 |
| 2023-07-31 | impl SliceIndex<str> for (Bound<usize>, Bound<usize>) | Matt Fellenz | -4/+56 |
| 2023-07-30 | Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=Amanieu | Matthias Krüger | -2/+3 |
| 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 | 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 | 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 | 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-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 |