about summary refs log tree commit diff
path: root/src/libcore/mutable.rs
AgeCommit message (Expand)AuthorLines
2013-04-02Removed libcore/mutable.rs, Mut<T> is now dead.Matthijs Hofstra-95/+0
2013-04-02Removed mut-fields from Mut, removed borrow_const from MutMatthijs Hofstra-70/+7
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-7/+7
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-1/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-4/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-7/+7
2013-03-04De-implicit-self libcoreBen Striegel-3/+3
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-15libcore: Get rid of `move`.Luqman Aden-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-4/+4
2012-12-18core: add unwrap methods to dvec, either, and mutableErick Tryzelaar-0/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-18Made Map.contains_key, contains_key_ref, and get pure.Jesse Jones-1/+1
2012-10-12Make moves explicit in core testsTim Chevalier-2/+2
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-4/+3
2012-09-28core: Demode patternsBrian Anderson-2/+2
2012-09-26libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and...Patrick Walton-12/+11
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-1/+1
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-0/+151