rust/src/libsync/comm
Alex Crichton 1d356624a1 collections: Enable IndexMut for some collections
This commit enables implementations of IndexMut for a number of collections,
including Vec, RingBuf, SmallIntMap, TrieMap, TreeMap, and HashMap. At the same
time this deprecates the `get_mut` methods on vectors in favor of using the
indexing notation.

cc #18424
2014-10-30 08:54:30 -07:00
..
mod.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
oneshot.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
select.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
shared.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
stream.rs sync: Convert statics to constants 2014-10-09 09:44:51 -07:00
sync.rs collections: Enable IndexMut for some collections 2014-10-30 08:54:30 -07:00