| Commit message (Expand) | Author | Age | Files | Lines |
| * | mv std libs to library/ | mark | 2020-07-27 | 5 | -4147/+0 |
| * | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | 2020-07-23 | 3 | -7/+7 |
| |\ |
|
| | * | libstd/libcore: fix various typos | Andy Russell | 2020-07-09 | 3 | -7/+7 |
| * | | Apply #66379 to `*mut T` `as_ref` | aticu | 2020-07-20 | 1 | -7/+12 |
| * | | apply bootstrap cfgs | Mark Rousskov | 2020-07-16 | 2 | -4/+0 |
| * | | assign tracking issue | Ralf Jung | 2020-07-12 | 3 | -9/+9 |
| * | | add (unchecked) indexing methods to raw pointers and NonNull | Ralf Jung | 2020-07-05 | 3 | -14/+102 |
| * | | call the mut version as_mut_ptr and also add an as_ptr-like method to NonNull... | Ralf Jung | 2020-07-05 | 2 | -2/+22 |
| * | | add as_ptr method to raw slices | Ralf Jung | 2020-07-05 | 2 | -0/+42 |
| |/ |
|
| * | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | 2020-06-30 | 5 | -69/+174 |
| * | Fix ptr doc warnings. | Eric Huss | 2020-06-23 | 2 | -4/+0 |
| * | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | 2020-06-23 | 2 | -0/+132 |
| |\ |
|
| | * | Address review comments | Oliver Scherer | 2020-06-20 | 2 | -4/+4 |
| | * | Add fuzzy pointer comparison intrinsics | Oliver Scherer | 2020-06-19 | 2 | -0/+132 |
| * | | deprecate wrapping_offset_from | Ralf Jung | 2020-06-21 | 2 | -0/+13 |
| |/ |
|
| * | Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-Simulacrum | Ralf Jung | 2020-06-19 | 1 | -7/+21 |
| |\ |
|
| | * | memory access sanity checks: abort instead of panic | Ralf Jung | 2020-06-16 | 1 | -7/+21 |
| * | | Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis | Manish Goregaokar | 2020-06-18 | 1 | -0/+67 |
| |\ \
| |/
|/| |
|
| | * | add tracking issue | Ralf Jung | 2020-06-16 | 1 | -2/+2 |
| | * | add raw_ref macros | Ralf Jung | 2020-06-12 | 1 | -0/+67 |
| * | | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | 2020-06-12 | 2 | -4/+4 |
| |\ \
| |/
|/| |
|
| | * | Migrate to numeric associated consts | Lzu Tao | 2020-06-10 | 2 | -4/+4 |
| * | | [AVR] Fix debug printing of function pointers | Dylan McKay | 2020-06-09 | 1 | -2/+12 |
| |/ |
|
| * | core: Make pointer offset methods "const fn" | Joe Richey | 2020-05-25 | 2 | -12/+24 |
| * | Apply suggestions from code review | Simon Sapin | 2020-05-18 | 1 | -4/+4 |
| * | Add `len` and `slice_from_raw_parts` to `NonNull<[T]>` | Simon Sapin | 2020-05-18 | 1 | -0/+59 |
| * | make many ptr functions must_usesteveklabnik-must-use | Steve Klabnik | 2020-05-17 | 2 | -0/+12 |
| * | Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung | Dylan DPC | 2020-05-16 | 1 | -1/+7 |
| |\ |
|
| | * | Improve the documentation for ManuallyDrop to resolve conflicting usage of te... | Diggory Blake | 2020-05-15 | 1 | -1/+7 |
| * | | Document unsafety for `*const T` and `*mut T` | LeSeulArtichaut | 2020-05-01 | 2 | -4/+8 |
| * | | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | 2020-04-30 | 1 | -2/+1 |
| * | | Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu... | Dylan DPC | 2020-04-29 | 3 | -7/+45 |
| |\ \
| |/
|/| |
|
| | * | safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr | cohenarthur | 2020-04-29 | 3 | -3/+43 |
| | * | doc-example: Refactor pointer name to avoid confusion | cohenarthur | 2020-04-23 | 1 | -4/+2 |
| * | | remove Unique::from for shared pointer types | Ralf Jung | 2020-04-26 | 1 | -17/+0 |
| * | | Bump bootstrap compiler | Mark Rousskov | 2020-04-25 | 2 | -2/+0 |
| |/ |
|
| * | Inline some function docs re-exported in `std::ptr` | Dylan MacKenzie | 2020-04-22 | 1 | -0/+3 |
| * | ptr: add tracking issue for len() method on raw slices | Matthias Schiffer | 2020-04-14 | 2 | -4/+4 |
| * | ptr: introduce len() method on raw slices | Matthias Schiffer | 2020-04-14 | 2 | -2/+50 |
| * | ptr: implement "const_slice_ptr" and "mut_slice_ptr" lang items | Matthias Schiffer | 2020-04-14 | 2 | -0/+8 |
| * | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | 2020-04-03 | 2 | -4/+4 |
| * | debug-assert ptr sanity in ptr::write | Ralf Jung | 2020-03-14 | 1 | -3/+1 |
| * | fix various typos | Matthias Krüger | 2020-03-06 | 3 | -10/+10 |
| * | Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrum | bors | 2020-02-29 | 1 | -1/+13 |
| |\ |
|
| | * | disable debug assertion in ptr::write for now | Ralf Jung | 2020-02-27 | 1 | -1/+3 |
| | * | debug_assert a few more raw pointer methods | Ralf Jung | 2020-02-16 | 1 | -1/+11 |
| * | | Improve #Safety of core::ptr::drop_in_place | Amos Onn | 2020-02-16 | 1 | -1/+4 |
| * | | Improve #Safety in various methods in core::ptr | Amos Onn | 2020-02-15 | 1 | -0/+8 |
| * | | Improve #Safety of core::ptr::replace | Amos Onn | 2020-02-15 | 1 | -1/+1 |
| * | | Improve #Safety in various methods in core::ptr | Amos Onn | 2020-02-15 | 1 | -2/+2 |
| |/ |
|