about summary refs log tree commit diff
path: root/src/libcore/vec.rs
AgeCommit message (Expand)AuthorLines
2013-01-09core: fix crashing vec methods due to non-working moved self.Graydon Hoare-6/+11
2013-01-09core: ignore recent should_fail tests on windowsGraydon Hoare-1/+2
2013-01-09core: add vec.filter that moves elems out of the vectorErick Tryzelaar-0/+21
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-5/+5
2013-01-09core: add vec.partition and vec.partitionedErick Tryzelaar-2/+79
2013-01-09core: add a vec.consume methodErick Tryzelaar-0/+5
2013-01-09core: add self to all vec methodsErick Tryzelaar-55/+60
2013-01-09core: rename MutableVector to OwnedVectorErick Tryzelaar-23/+22
2013-01-09core: inline all vec methods and add whitespaceErick Tryzelaar-0/+24
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+16
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-16/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-4/+16
2013-01-08removing checks from vec::bytes::memcpy and memmove as are duplicated from raw::asdf-6/+2
2013-01-08adding bound checks for raw::memcpy and memmoveasdf-0/+15
2013-01-04Rename option::get_default => get_or_default, get_zero => get_or_zeroTim Chevalier-1/+1
2012-12-28Long linesTim Chevalier-1/+2
2012-12-28Merge pull request #4308 from steveklabnik/patch-1Tim Chevalier-2/+34
2012-12-28Improve documentation for each.Steve Klabnik-2/+34
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-1/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+19
2012-12-18Fix vec::flat_map_to_vec methodErick Tryzelaar-0/+126
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-11/+9
2012-12-17core: Add &self to core::iter methodsErick Tryzelaar-24/+29
2012-12-14Remove more uses of 'move' from core::vecBrian Anderson-9/+24
2012-12-14Rewrite core::vec::shift to not allocateBrian Anderson-19/+42
2012-12-12core: Remove some uses of 'move'Brian Anderson-76/+76
2012-12-09Remove transitional codeBrian Anderson-18/+0
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-10/+29
2012-12-03core: rename box to managed. Close #4079.Graydon Hoare-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-14/+16
2012-11-28Register snapshotsBrian Anderson-72/+0
2012-11-26Ignore two failure tests on windowsBrian Anderson-0/+2
2012-11-26Add insert and remove methods to vecs - as proposed in issue #4028.Gareth Daniel Smith-0/+86
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-1/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+72
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-44/+0
2012-11-02libcore: Implement a memory-safe "each_val" for data in aliasable, mutable lo...Patrick Walton-0/+31
2012-10-24Implement proper subtyping for region fn types (part of #2263)Niko Matsakis-7/+81
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-11/+11
2012-10-12Make moves explicit in core testsTim Chevalier-16/+16
2012-10-11Export VecUnboxedRepr from vec so a test case can use itTim Chevalier-7/+7
2012-10-11Fix from_buf in test casesTim Chevalier-2/+2
2012-10-11Remove comment that is now falseTim Chevalier-18/+32
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-46/+0
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-1/+48
2012-10-04Fix FIXME that's no longer blocked by #2611Tim Chevalier-4/+3
2012-10-04Forbid deprecated modes again in coreTim Chevalier-2/+2
2012-10-02Removing explicit uses of + modeTim Chevalier-48/+48
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-2/+3