| Age | Commit message (Expand) | Author | Lines |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -3/+2 |
| 2023-10-28 | make pointer_structural_match warn-by-default | Ralf Jung | -0/+1 |
| 2023-10-28 | Auto merge of #117038 - saethlin:inline-range-methods, r=workingjubilee | bors | -0/+7 |
| 2023-10-28 | memcpy assumptions: link to source showing that GCC makes the same assumption | Ralf Jung | -1/+2 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -1/+14 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-27 | Rollup merge of #117240 - trueNAHO:docs-std-iter-Iterator-collect-into-fix-ty... | Matthias Krüger | -1/+1 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -35/+42 |
| 2023-10-27 | Auto merge of #117260 - okaneco:ascii_branchless, r=thomcc | bors | -6/+12 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -6/+12 |
| 2023-10-26 | Rollup merge of #117243 - chfogelman:replace-not-swap-comment, r=thomcc | Matthias Krüger | -0/+4 |
| 2023-10-26 | Add comment to mem::replace to explain why it's not implemented via mem::swap | Carter Hunt Fogelman | -0/+4 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -0/+1 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -35/+42 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -0/+1 |
| 2023-10-25 | Avoid unnecessary comparison in partition_equal | Lukas Bergdoll | -3/+10 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-25 | Add the missing word | scottmcm | -4/+4 |
| 2023-10-25 | Update library/core/src/primitive_docs.rs | Joshua Liebow-Feeser | -0/+4 |
| 2023-10-25 | Fix some coroutine sentences that don't make sense anymore. | Oli Scherer | -1/+1 |
| 2023-10-25 | Remove `cfg_match` from the prelude | Caio | -89/+91 |
| 2023-10-24 | Auto merge of #117135 - matthiaskrgr:rollup-zdh18i6, r=matthiaskrgr | bors | -49/+13 |
| 2023-10-24 | Rollup merge of #116714 - WaffleLapkin:order-the-order, r=joshtriplett | Matthias Krüger | -49/+13 |
| 2023-10-24 | Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-24 | Rollup merge of #117081 - GoodDaisy:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-10-24 | Auto merge of #116773 - dtolnay:validatestable, r=compiler-errors | bors | -1/+1 |
| 2023-10-23 | Remove FnPtr hack from trait_ref_is_knowable | Michael Goulet | -0/+1 |
| 2023-10-23 | Fix invalid stability attribute features in standard library | David Tolnay | -1/+1 |
| 2023-10-23 | fix typos in comments | GoodDaisy | -1/+1 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -4/+1 |
| 2023-10-21 | Clarify UB in `get_unchecked(_mut)` | Scott McMurray | -0/+10 |
| 2023-10-22 | Add #[inline] to some recalcitrant ops::range methods | Ben Kimock | -0/+7 |
| 2023-10-20 | Fix stage0 core tests | Oli Scherer | -3/+8 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -71/+73 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -37/+37 |
| 2023-10-20 | document that the null pointer has the 0 address | Ralf Jung | -0/+10 |
| 2023-10-20 | Fix typo in atomic docs | ltdk | -1/+1 |
| 2023-10-19 | Rollup merge of #116795 - DaniPopes:track-caller-option, r=cuviper | León Orell Valerian Liehr | -0/+1 |
| 2023-10-18 | Guarantee that `char` has the same size and alignment as `u32` | Joshua Liebow-Feeser | -1/+4 |
| 2023-10-18 | Stabilize `result_option_inspect` | Slanterns | -13/+4 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -1/+0 |
| 2023-10-17 | Auto merge of #115577 - RalfJung:atomic-load, r=Amanieu | bors | -0/+34 |
| 2023-10-17 | remove 128bit atomics, they are anyway not exposed on those targets | Ralf Jung | -2/+1 |
| 2023-10-16 | Make `rustc_onunimplemented` export path agnostic | Nilstrieb | -60/+30 |
| 2023-10-16 | use target-arch based table | Ralf Jung | -5/+4 |
| 2023-10-16 | Add `#[track_caller]` to `Option::unwrap_or_else` | DaniPopes | -0/+1 |
| 2023-10-16 | Rollup merge of #115955 - tgross35:ip-to-canonical, r=dtolnay | Matthias Krüger | -10/+13 |
| 2023-10-15 | Auto merge of #113747 - clarfonthey:ip_bitops, r=dtolnay | bors | -0/+131 |
| 2023-10-15 | Rollup merge of #116760 - Nilstrieb:triviality, r=oli-obk | Matthias Krüger | -1/+1 |