summary refs log tree commit diff
path: root/src/libcore/should_not_exist.rs
AgeCommit message (Expand)AuthorLines
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-108/+4
2014-05-21migrate from `exchange_malloc` to `allocate`Daniel Micay-5/+5
2014-05-20core: Stabilize the mem moduleAlex Crichton-3/+5
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+1
2014-05-13core: Document should_not_exist's existenceAlex Crichton-0/+16
2014-05-12register snapshotsDaniel Micay-16/+0
2014-05-11core: Remove the cast moduleAlex Crichton-8/+7
2014-05-10initial port of the exchange allocator to jemallocDaniel Micay-3/+5
2014-05-10add an align parameter to exchange_mallocDaniel Micay-5/+21
2014-05-08Handle breakage after libcore splitKevin Ballard-3/+31
2014-05-08Handle fallout for vector additionKevin Ballard-17/+0
2014-05-08Remove FromIterator impl for ~[T]Kevin Ballard-33/+0
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-5/+5
2014-05-07core: Get coretest workingAlex Crichton-2/+7
2014-05-07core: Implement necessary traits for ~[T]/~strAlex Crichton-0/+197