| Age | Commit message (Expand) | Author | Lines |
| 2024-01-25 | fmt | Yuri Astrakhan | -1/+8 |
| 2024-01-25 | Postpone .next() call until iteration | Yuri Astrakhan | -29/+49 |
| 2024-01-25 | Boost intersperse(_with) performance | Yuri Astrakhan | -52/+74 |
| 2024-01-25 | Rollup merge of #120338 - steffahn:provenance_links, r=Nilstrieb | Matthias Krüger | -8/+8 |
| 2024-01-25 | core: add `From<core::ascii::char>` implementations | Michal Nazarewicz | -0/+16 |
| 2024-01-25 | Update primitive_docs.rs | Joshua Liebow-Feeser | -0/+4 |
| 2024-01-25 | Fix links to [strict|exposed] provenance sections of `[std|core]::ptr` | Frank Steffahn | -8/+8 |
| 2024-01-25 | Rollup merge of #119305 - compiler-errors:async-fn-traits, r=oli-obk | Matthias Krüger | -0/+112 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -149/+445 |
| 2024-01-24 | Rollup merge of #118326 - WaffleLapkin:nz_count_ones, r=scottmcm | León Orell Valerian Liehr | -0/+37 |
| 2024-01-24 | core: add Duration constructors | Dirkjan Ochtman | -0/+120 |
| 2024-01-24 | std/time: avoid divisions in Duration::new | Utkarsh Gupta | -7/+12 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -5/+23 |
| 2024-01-24 | Add `NonZero*::count_ones` | Maybe Waffle | -0/+37 |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -10/+105 |
| 2024-01-23 | Rollup merge of #120183 - Zalathar:test-closure, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2024-01-23 | Rollup merge of #120171 - cjgillot:jump-threading-assume-assert, r=tmiasko | León Orell Valerian Liehr | -0/+2 |
| 2024-01-23 | Rollup merge of #120160 - reitermarkus:nonzero-traits, r=dtolnay | León Orell Valerian Liehr | -8/+101 |
| 2024-01-23 | Rollup merge of #120244 - reitermarkus:nonzero-self, r=dtolnay | León Orell Valerian Liehr | -43/+48 |
| 2024-01-23 | Further Implement Power of Two Optimization | Nicholas Thompson | -146/+324 |
| 2024-01-23 | Further Implement `is_val_statically_known` | Nicholas Thompson | -8/+22 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -9/+12 |
| 2024-01-22 | Add Assume custom MIR. | Camille GILLOT | -0/+2 |
| 2024-01-22 | Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co... | Matthias Krüger | -0/+1 |
| 2024-01-22 | Use `Self` in `NonZero*` implementations. | Markus Reiter | -43/+48 |
| 2024-01-22 | Rollup merge of #118578 - mina86:c, r=dtolnay | Matthias Krüger | -28/+217 |
| 2024-01-22 | Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr | bors | -39/+39 |
| 2024-01-22 | Auto merge of #120196 - matthiaskrgr:rollup-id2zocf, r=matthiaskrgr | bors | -2/+0 |
| 2024-01-22 | Rollup merge of #120194 - HTGAzureX1212:HTGAzureX1212shorten-option-must-use,... | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #119726 - NCGThompson:div-overflow-doc, r=Nilstrieb | Matthias Krüger | -36/+34 |
| 2024-01-22 | Rollup merge of #118714 - The-Ludwig:explain_ord_derive_enum_field, r=Nilstrieb | Matthias Krüger | -2/+4 |
| 2024-01-21 | review | Michal Nazarewicz | -178/+20 |
| 2024-01-21 | Manually implement derived `NonZero` traits. | Markus Reiter | -8/+101 |
| 2024-01-21 | Auto merge of #119807 - Emilgardis:track_caller_from_impl_into, r=Nilstrieb | bors | -0/+1 |
| 2024-01-21 | Fix `clippy::correctness` in the library | Nilstrieb | -0/+12 |
| 2024-01-21 | Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]` | Zalathar | -2/+2 |
| 2024-01-21 | Rollup merge of #120045 - scottmcm:unhide-repeat-n, r=Mark-Simulacrum | Matthias Krüger | -2/+0 |
| 2024-01-21 | Auto merge of #85528 - the8472:iter-markers, r=dtolnay | bors | -12/+105 |
| 2024-01-21 | chore: suggest wrapping in an `assert!()` instead | HTGAzureX1212 | -1/+1 |
| 2024-01-21 | Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnay | Nadrieril | -0/+25 |
| 2024-01-21 | Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum | Nadrieril | -21/+33 |
| 2024-01-21 | Rollup merge of #116090 - rmehri01:strict_integer_ops, r=m-ou-se | Nadrieril | -15/+996 |
| 2024-01-20 | Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-01-20 | Use bool instead of PartiolOrd in is_sorted_by | EbbDrop | -21/+33 |
| 2024-01-20 | Spelling fix | sunrosa | -1/+1 |
| 2024-01-20 | core: introduce split_at{,_mut}_checked | Michal Nazarewicz | -28/+375 |
| 2024-01-20 | doc: fix some doctests after rebase | Tomás Vallotton | -3/+3 |
| 2024-01-20 | refactor: make waker mandatory. | Tomás Vallotton | -81/+18 |
| 2024-01-20 | chore: make method order consistent with waker | Tomás Vallotton | -13/+13 |
| 2024-01-20 | docs: remove recommendations to use LocalWaker in stable API documentation | Tomás Vallotton | -57/+46 |