about summary refs log tree commit diff
path: root/src/rt/rust_kernel.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-02-13 15:09:07 -0800
committerbors <bors@rust-lang.org>2013-02-13 15:09:07 -0800
commitd5bf3b85d1078f3a2dd4cb9f009af018c2b4c062 (patch)
tree7b1b8b8dc6121350b854cd3496fed65100683313 /src/rt/rust_kernel.cpp
parent5e6d7871c656145a5530b653882a3ce26f40c163 (diff)
parente6c82c0375e042e062079c056e5e3ac31eb86005 (diff)
downloadrust-d5bf3b85d1078f3a2dd4cb9f009af018c2b4c062.tar.gz
rust-d5bf3b85d1078f3a2dd4cb9f009af018c2b4c062.zip
auto merge of #4908 : bstrie/rust/rimov3, r=pcwalton
This patch finishes removing inner vector mutability from the vast majority of the compiler. Exceptions:

* core::dvec: ideally this entire type will be able to be replaced by `~[]`, but Niko asked me to hold off on removing Dvecs until he makes some fixes to borrowed pointers. 
* liveness: liveness.rs is an impenetrable neutron star of deprecated semantics.
* compile-fail: I'm not sure if a lot of these tests are testing inner mutability or mutability in general. I figure that RIMOVing this folder should wait until this syntax is removed from the parser.

I also took this chance to remove many of the inner-mutability-related functions from core::vec, or as many uses of those functions as possible where still necessary. consume_mut and append_mut have been axed. cast_to_mut and cast_from_mut are still needed in a few places.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions