| Age | Commit message (Expand) | Author | Lines |
| 2022-04-03 | Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcm | bors | -0/+1 |
| 2022-04-03 | Rollup merge of #95618 - adamse:master, r=dtolnay | Dylan DPC | -5/+8 |
| 2022-04-03 | Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2022-04-03 | Fix &mut invalidation in ptr::swap doctest | Ben Kimock | -2/+3 |
| 2022-04-03 | Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPC | bors | -1/+1 |
| 2022-04-03 | Mark Location::caller() as #[inline] | bjorn3 | -0/+1 |
| 2022-04-03 | core: document that the align_of* functions return the alignment in bytes | Adam Sandberg Ericsson | -5/+8 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -122/+117 |
| 2022-04-03 | Improve doc example of DerefMut | Nikolaos Chatzikonstantinou | -1/+1 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -2/+5 |
| 2022-04-02 | Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay | Dylan DPC | -0/+127 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -36/+34 |
| 2022-04-01 | Rollup merge of #95546 - autumnontape:allocator-realloc-align-docs, r=Amanieu | Matthias Krüger | -0/+6 |
| 2022-04-01 | Rollup merge of #95528 - RalfJung:miri-is-too-slow, r=scottmcm | Matthias Krüger | -0/+10 |
| 2022-04-01 | Rollup merge of #95516 - RalfJung:ptrs-not-ints, r=dtolnay | Matthias Krüger | -5/+5 |
| 2022-04-01 | Implement provenance preserving method on NonNull | Declan Kelly | -0/+127 |
| 2022-03-31 | add notes about alignment-altering reallocs to Allocator docs | Autumn | -0/+6 |
| 2022-03-31 | Fix feature name of stable parts of strict_provenance | David Tolnay | -2/+2 |
| 2022-03-31 | Adjust MaybeUninit feature names to avoid changing unstable one | David Tolnay | -5/+5 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -35/+33 |
| 2022-03-31 | skip slow int_log tests in Miri | Ralf Jung | -0/+10 |
| 2022-03-31 | Rollup merge of #95520 - rust-lang:ptrtypo, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-31 | Rollup merge of #95384 - ehuss:doc-target_has_atomic-stabilized, r=Dylan-DPC | Dylan DPC | -3/+4 |
| 2022-03-31 | Fix typos in core::ptr docs | bstrie | -4/+4 |
| 2022-03-31 | ptr_metadata test: avoid ptr-to-int transmutes | Ralf Jung | -5/+5 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -28/+29 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -28/+28 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+1 |
| 2022-03-29 | clarify that WASM has address spaces | Aria Beingessner | -1/+1 |
| 2022-03-29 | fix doc link | Aria Beingessner | -1/+1 |
| 2022-03-29 | refine the definition of temporal provenance | Aria Beingessner | -1/+1 |
| 2022-03-29 | mark FIXMES for all the places found that are probably offset_from | Aria Beingessner | -0/+2 |
| 2022-03-29 | more review fixes to ptr docs | Aria Beingessner | -11/+19 |
| 2022-03-29 | Add even more details to top-level pointer docs | Aria Beingessner | -4/+20 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -4/+4 |
| 2022-03-29 | clean up pointer docs | Aria Beingessner | -37/+84 |
| 2022-03-29 | revert changes that cast functions to raw pointers, portability hazard | Aria Beingessner | -2/+2 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -18/+22 |
| 2022-03-29 | Introduce experimental APIs for conforming to "strict provenance". | Aria Beingessner | -10/+400 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -122/+117 |
| 2022-03-28 | Auto merge of #95249 - HeroicKatora:set-ptr-value, r=dtolnay | bors | -82/+88 |
| 2022-03-28 | Inline u8::is_utf8_char_boundary | Konrad Borowski | -0/+1 |
| 2022-03-28 | Rollup merge of #88375 - joshlf:patch-3, r=dtolnay | Dylan DPC | -5/+6 |
| 2022-03-27 | Update target_has_atomic documentation for stabilization | Eric Huss | -3/+4 |
| 2022-03-27 | Debug print char 0 as '\0' rather than '\u{0}' | David Tolnay | -1/+2 |
| 2022-03-26 | Bump const_ptr_offset stabilization to 1.61 | David Tolnay | -17/+17 |
| 2022-03-23 | Refactor set_ptr_value as with_metadata_of | Andreas Molzer | -82/+88 |
| 2022-03-11 | Rollup merge of #94842 - tspiteri:there-is-no-try, r=Dylan-DPC | Dylan DPC | -3/+6 |
| 2022-03-11 | Rollup merge of #94776 - martingms:optimize-escape-default, r=nnethercote | Dylan DPC | -8/+6 |
| 2022-03-11 | remove unnecessary try_opt for operations that cannot fail | Trevor Spiteri | -3/+6 |