Files
rust/library/std/src
Matthias Krüger 1b1596c118 Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm
Refactor some `std` code that works with pointer offstes

This PR replaces `pointer::offset` in standard library with `pointer::add` and `pointer::sub`, [re]moving some casts and using `.addr()` while we are at it.

This is a more complicated refactor than all other sibling PRs, so take a closer look when reviewing, please 😃  (though I've checked this multiple times and it looks fine).

r? ````@scottmcm````

_split off from #100746, continuation of #100822_
2022-09-24 14:29:52 +02:00
..
2022-08-01 20:10:40 +00:00
2022-07-18 15:06:07 +01:00
2022-09-12 19:46:51 +02:00
2022-08-18 18:07:39 -04:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-09-09 11:30:40 +02:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00
2022-05-24 19:41:40 -07:00
2022-08-25 07:42:07 +01:00
2022-08-31 18:24:55 +08:00
2022-09-23 01:45:43 -07:00