]> git.lizzy.rs Git - rust.git/commit
Rename `heap` modules in the core, alloc, and std crates to `alloc`
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 3 Apr 2018 12:41:15 +0000 (14:41 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Thu, 12 Apr 2018 20:52:47 +0000 (22:52 +0200)
commit09e8db1e4f33ec82316e1eeaaedad94fe6e1acb5
tree0f69b9f8aa81b45c927d22d9db37f7ab7bc81050
parent1b895d8b88413f72230fbc0f00c67328870a2e9a
Rename `heap` modules in the core, alloc, and std crates to `alloc`
src/liballoc/alloc.rs [new file with mode: 0644]
src/liballoc/heap.rs [deleted file]
src/liballoc/lib.rs
src/libcore/alloc.rs [new file with mode: 0644]
src/libcore/heap.rs [deleted file]
src/libcore/lib.rs
src/libstd/alloc.rs [new file with mode: 0644]
src/libstd/heap.rs [deleted file]
src/libstd/lib.rs