| Age | Commit message (Expand) | Author | Lines |
| 2023-08-30 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -8/+2 |
| 2023-08-21 | Replace version placeholders with 1.73.0 | Mark Rousskov | -8/+8 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -4/+5 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -0/+2 |
| 2023-08-20 | Rollup merge of #114950 - xfix:inline-cstr-from-ptr, r=cuviper | Matthias Krüger | -1/+3 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -4/+5 |
| 2023-08-18 | Add `modulo` and `mod` as doc aliases for `rem_euclid`. | Kevin Reid | -0/+2 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -1/+3 |
| 2023-08-18 | tidy doc link | Kyle Lin | -1/+1 |
| 2023-08-18 | Inline strlen_rt in CStr::from_ptr | Konrad Borowski | -1/+3 |
| 2023-08-17 | Rollup merge of #114881 - RalfJung:cstr, r=cuviper | Matthias Krüger | -4/+4 |
| 2023-08-16 | Rollup merge of #114784 - Urgau:many-improve-invalid_reference_casting-lint, ... | Matthias Krüger | -0/+2 |
| 2023-08-16 | clarify CStr lack of layout guarnatees | Ralf Jung | -4/+4 |
| 2023-08-16 | Rollup merge of #114871 - schvv31n:fix-link-in-docs, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-08-16 | Rollup merge of #114721 - danflapjax:bool-ord-optimization, r=cuviper | Matthias Krüger | -0/+16 |
| 2023-08-15 | Auto merge of #111071 - nyurik:simpler-issue-94005, r=m-ou-se | bors | -8/+6 |
| 2023-08-15 | Update the link in the docs of `std::intrinsics` | Tim Kurdov | -1/+1 |
| 2023-08-15 | Cleaner assert_eq! & assert_ne! panic messages | Yuri Astrakhan | -8/+6 |
| 2023-08-15 | Rollup merge of #114837 - RalfJung:error_in_core, r=cuviper | Matthias Krüger | -0/+10 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-15 | Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez | bors | -4/+4 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -4/+3 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -4/+4 |
| 2023-08-15 | Add diagnostic items for `<*const _>::cast` and `<*mut _>::cast_const` | Urgau | -0/+2 |
| 2023-08-15 | add missing feature(error_in_core) | Ralf Jung | -0/+10 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -1/+2 |
| 2023-08-14 | actually this doesn't even affect doctests. nice. | Ralf Jung | -6/+3 |
| 2023-08-14 | Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieu | bors | -665/+657 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -1/+2 |
| 2023-08-14 | std: add some missing repr(transparent) | Ralf Jung | -0/+3 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -665/+657 |
| 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-10 | Optimized implementations of max, min, and clamp for bool | danflapjax | -0/+16 |
| 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 |