about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-05-05 17:35:24 -0400
committerGitHub <noreply@github.com>2017-05-05 17:35:24 -0400
commit6ace8a76cb69ba7f8fd0ad055ddf85658ddcbbd2 (patch)
treecbc11dfc2fae55ee4d7a909ee6e5479b4739ab5f /src/test/incremental/thinlto
parent302dfd6c9d14ef9cd3140aed6ab9a65d6a0a1a51 (diff)
parente8234e0e4756995dab0c095a2dfcee35908f4a3d (diff)
downloadrust-6ace8a76cb69ba7f8fd0ad055ddf85658ddcbbd2.tar.gz
rust-6ace8a76cb69ba7f8fd0ad055ddf85658ddcbbd2.zip
Rollup merge of #41064 - Gankro:ptr-redux, r=alexcrichton
refactor NonZero, Shared, and Unique APIs

Major difference is that I removed Deref impls, as apparently LLVM has
trouble maintaining metadata with a `&ptr -> &ptr` API. This was cited
as a blocker for ever stabilizing this API. It wasn't that ergonomic
anyway.

* Added `get` to NonZero to replace Deref impl
* Added `ptr` getter to Shared/Unique to replace Deref impl
* Added Unique's `get` and `get_mut` conveniences to Shared
* Deprecated `as_mut_ptr` on Shared in favour of `ptr`

Note that Shared used to primarily expose only `*const` but there isn't
a good justification for that, so I made it `*mut`.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions