]> git.lizzy.rs Git - rust.git/commit
Rename `UniquePtr` to `Unique`
authorFlavio Percoco <flaper87@gmail.com>
Mon, 22 Dec 2014 13:25:58 +0000 (14:25 +0100)
committerFlavio Percoco <flaper87@gmail.com>
Fri, 26 Dec 2014 16:26:33 +0000 (17:26 +0100)
commit7df17a2868004597bff61348060f423ad2384e04
tree131c32ffdd74d95643ed2dc7dca6b01ff197e8fa
parent51d2fefd91bbbfa8572d30f9bd4374fe53514cd9
Rename `UniquePtr` to `Unique`

Mostly following the convention in RFC 356
12 files changed:
src/liballoc/boxed.rs
src/libcollections/vec.rs
src/libcore/ptr.rs
src/libflate/lib.rs
src/librustc/middle/mem_categorization.rs
src/librustc_borrowck/borrowck/check_loans.rs
src/librustc_borrowck/borrowck/fragments.rs
src/librustc_borrowck/borrowck/gather_loans/gather_moves.rs
src/librustc_borrowck/borrowck/gather_loans/lifetime.rs
src/librustc_borrowck/borrowck/gather_loans/restrictions.rs
src/librustc_typeck/check/regionck.rs
src/libstd/collections/hash/table.rs