about summary refs log tree commit diff
path: root/src/libcore/dvec.rs
AgeCommit message (Expand)AuthorLines
2013-03-08core: Remove the dvec moduleAlex Crichton-355/+0
2013-03-06Finish de-implicit-selifizng libcoreBen Striegel-1/+1
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-22/+22
2013-03-04De-implicit-self libcoreBen Striegel-22/+22
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-02Remove REC, change related tests/docsJihyun Yu-4/+4
2013-02-28librustc: Make methods private if the impl is privatePatrick Walton-11/+12
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-2/+2
2013-02-27libsyntax: Forbid mutable vectors. rs=demutingPatrick Walton-13/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15libcore: Get rid of `move`.Luqman Aden-34/+34
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-3/+3
2013-01-31Delete unnecessary logsAydin Kim-2/+0
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+2
2012-12-23core: Mark some functions as pureChris Peterson-3/+3
2012-12-18core: add unwrap methods to dvec, either, and mutableErick Tryzelaar-0/+3
2012-12-09Remove transitional codeBrian Anderson-9/+0
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-0/+9
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28core: Convert some records to structsBrian Anderson-9/+5
2012-10-25libcore: Make a few more dvec functions inline. Improves profile of Servo. rs=mePatrick Walton-7/+7
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-6/+6
2012-10-18Make with_bytes_reader/with_bytes_writer pureErick Tryzelaar-1/+1
2012-10-04Forbid deprecated modes again in coreTim Chevalier-1/+1
2012-10-02Removing explicit uses of + modeTim Chevalier-14/+14
2012-09-28Demode dvecTim Chevalier-1/+1
2012-09-28demode vecNiko Matsakis-4/+4
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-4/+4
2012-09-26libcore: De-export dvec, rand, run, and sysPatrick Walton-11/+5
2012-09-25Demode dvecTim Chevalier-9/+9
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-3/+3
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-8/+22
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-7/+11
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-6/+6
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-2/+2
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-16/+30
2012-09-11Make moves explicit in argumentsTim Chevalier-9/+9
2012-09-10Make more moves explicit in libcoreTim Chevalier-16/+16
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-07Add an ignore! macro, remove support for nested block comments, re: #2755.Graydon Hoare-1/+1
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2