rust/library/core/src/ptr
Dylan DPC 5b67543c98
Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnay
Improve pointer arithmetic docs

* Add slightly more detailed definition of "allocated object" to the module docs, and link it from everywhere.
* Clarify the "remains attached" wording a bit (at least I hope this is clearer).
* Remove the sentence about using integer arithmetic; this seems to confuse people even if it is technically correct.

As usual, the edit needs to be done in a dozen places to remain consistent, I hope I got them all.
2021-03-30 11:34:26 +02:00
..
const_ptr.rs clarify 'remains attached', and remove recommendation to use integer arithmetic 2021-03-27 19:31:43 +01:00
metadata.rs Pointer metadata: add tracking issue number 2021-02-15 14:27:51 +01:00
mod.rs Rollup merge of #83579 - RalfJung:ptr-arithmetic, r=dtolnay 2021-03-30 11:34:26 +02:00
mut_ptr.rs clarify 'remains attached', and remove recommendation to use integer arithmetic 2021-03-27 19:31:43 +01:00
non_null.rs Rollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnay 2021-03-22 02:20:24 +01:00
unique.rs Remove a stray ignore-tidy-undocumented-unsafe 2020-09-08 15:00:47 -05:00