| Age | Commit message (Expand) | Author | Lines |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -12/+10 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -5/+1 |
| 2023-03-13 | Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -6/+7 |
| 2023-03-13 | add `#[doc(alias="flatmap")]` to `Option::and_then` | Dante Broggi | -0/+1 |
| 2023-03-13 | Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472 | bors | -37/+83 |
| 2023-03-13 | Clarify stability guarantee for lifetimes in enum discriminants | Michael Krasnitski | -0/+5 |
| 2023-03-12 | Clarify the text of some comments | Scott McMurray | -1/+5 |
| 2023-03-12 | Add a better approach comment in `ptr::read` to justify the intrinsic | Scott McMurray | -11/+32 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -37/+79 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -6/+28 |
| 2023-03-11 | Rollup merge of #106633 - c410-f3r:stabilize-nonzero_bits, r=dtolnay | Matthias Krüger | -12/+4 |
| 2023-03-10 | improve doc test for UnsafeCell::raw_get and fix docs error | gftea | -1/+3 |
| 2023-03-10 | Rollup merge of #106921 - madsmtm:cell-memory-layout, r=dtolnay | Matthias Krüger | -0/+6 |
| 2023-03-10 | Rollup merge of #108964 - majaha:ptr_metadata_doc, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #108956 - Raekye:master, r=scottmcm | Matthias Krüger | -2/+2 |
| 2023-03-10 | Fix docs for ptr method with_metadata_of() | Matt Harding | -4/+4 |
| 2023-03-09 | Make ptr::from_ref and ptr::from_mut in #106116 const. | Raekye | -2/+2 |
| 2023-03-09 | Add examples section which demonstrates the behaviour (specifically the sign ... | bmoxb | -0/+20 |
| 2023-03-09 | Add missing comment for f64 | bmoxb | -1/+2 |
| 2023-03-09 | Indicate that `0.0` refers to positive `0.0` | bmoxb | -2/+2 |
| 2023-03-09 | Document the resulting values produced when using `From<bool>` on floats | bmoxb | -1/+2 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -2/+1 |
| 2023-03-08 | panic_immediate_abort requires abort as a panic strategy | Tomasz Miąsko | -0/+3 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -2/+1 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -5/+1 |
| 2023-03-08 | may not => cannot | Michael Goulet | -1/+1 |
| 2023-03-07 | black_box hint - Adjust for improved readability | pat-nel87 | -6/+3 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -2/+1 |
| 2023-03-07 | Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviper | bors | -3/+6 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+19 |
| 2023-03-06 | Use Edition 2021 :pat in matches macro | Konrad Borowski | -2/+2 |
| 2023-03-05 | Use `nuw` when calculating slice lengths from `Range`s | Scott McMurray | -3/+6 |
| 2023-03-05 | Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnay | bors | -13/+58 |
| 2023-03-05 | Auto merge of #105117 - pitaj:debug_asserts, r=the8472 | bors | -35/+50 |
| 2023-03-04 | Comment for why char boundaries aren't checked | Peter Jaszkowiak | -0/+6 |
| 2023-03-04 | Rollup merge of #108660 - xfix:remove-ne-method-from-str, r=thomcc | Dylan DPC | -4/+0 |
| 2023-03-04 | Update comment. | Tobias Decking | -1/+1 |
| 2023-03-04 | typo | Tobias Decking | -1/+1 |
| 2023-03-04 | Add inlining annotations | Tobias Decking | -1/+18 |
| 2023-03-03 | Rollup merge of #108688 - est31:backticks_matchmaking_library, r=jyn514 | Matthias Krüger | -8/+8 |
| 2023-03-03 | Rollup merge of #108540 - WaffleLapkin:atomic_thingy_from_thingy_pointer, r=m... | Matthias Krüger | -0/+135 |
| 2023-03-03 | Match unmatched backticks in library/ | est31 | -8/+8 |
| 2023-03-02 | Remove manual implementation of str::ne | Konrad Borowski | -4/+0 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -0/+1 |
| 2023-03-02 | Fill-in tracking issue for `feature("atomic_from_ptr")` | Maybe Waffle | -6/+6 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -0/+1 |
| 2023-03-01 | Fix docs for `alloc::realloc` | overlookmotel | -1/+2 |
| 2023-03-01 | Auto merge of #108483 - scottmcm:unify-bytewise-eq-traits, r=the8472 | bors | -92/+98 |
| 2023-03-01 | Merge two different equality specialization traits in `core` | Scott McMurray | -92/+98 |
| 2023-03-01 | Auto merge of #105871 - llogiq:option-as-slice, r=scottmcm | bors | -0/+120 |