about summary refs log tree commit diff
path: root/src/libstd/deque.rs
AgeCommit message (Expand)AuthorLines
2013-03-11Remove uses of logBrian Anderson-11/+10
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-55/+55
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+3
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-17vec: grow_fn doesn't require CopyDaniel Micay-1/+1
2013-02-16deque: get rid of Copy requirementDaniel Micay-2/+0
2013-02-16deque: avoid Copy in growDaniel Micay-8/+5
2013-02-16deque: avoid Copy for getDaniel Micay-17/+17
2013-02-16deque: avoid Copy in pop_{front,back}Daniel Micay-18/+17
2013-02-16deque: avoid Copy in peek_{front,back}Daniel Micay-52/+50
2013-02-16deque: avoid Copy in the get functionDaniel Micay-7/+7
2013-02-16deque: separate the methods that need CopyDaniel Micay-1/+3
2013-02-16deque: rm old return statementsDaniel Micay-5/+5
2013-02-16add a Mutable implementation (clear) to std::dequeDaniel Micay-0/+9
2013-02-16modernize std::dequeDaniel Micay-132/+109
2013-02-15libstd: Get rid of `move`.Luqman Aden-5/+5
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-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-54/+4
2013-01-24convert most of libstd over to structsErick Tryzelaar-17/+22
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-4/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+5
2012-12-13Rename Owned trait to DurableBrian Anderson-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-61/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-1/+64
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-2/+2
2012-10-03Remove uses of + mode from libstdTim Chevalier-7/+7
2012-09-28De-export std::deque. Part of #3583.Graydon Hoare-3/+2
2012-09-28std: More demodingBrian Anderson-4/+4
2012-09-28std: Eliminate deprecated patternsBrian Anderson-2/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-56/+0
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-6/+6
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+57
2012-09-13CamelCase and demode json.rs and deque.rsKevin Cantu-75/+90
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-4/+3
2012-09-11Make moves explicit in argumentsTim Chevalier-3/+3
2012-09-10Make remaining moves explicit in libstdTim Chevalier-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-5/+5
2012-09-04libstd: "import" -> "use"Patrick Walton-2/+2
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-2/+0