about summary refs log tree commit diff
path: root/src/libcore/dvec.rs
AgeCommit message (Expand)AuthorLines
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-8/+27
2012-08-15Convert more core types to camel caseBrian Anderson-15/+16
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-6/+0
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-1/+5
2012-08-08Convert impls to new syntaxBrian Anderson-6/+5
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-31Introduce 'return', 'match' and 'module' as synonymsBrian Anderson-6/+6
2012-07-28core: More magic to make core build with --testBrian Anderson-1/+1
2012-07-27core: Trait-ify various overloaded operatorsPatrick Walton-0/+7
2012-07-26Add #[inline(never)], and also fixed inlining on vec::pushEric Holk-0/+5
2012-07-17dvec/vec interface cleanup: fixing reach, reverse, adding more pureBen Blum-22/+32
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-6/+6
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-1/+1
2012-07-11core: Newtype a bunch of types in libcorePatrick Walton-5/+9
2012-07-06Rename dvec::from_elt to dvec::from_elem. Closes #2792.Michael Sullivan-2/+2
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-77/+73
2012-07-03Export dvec::from_elt.Erick Tryzelaar-0/+1
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+24
2012-07-01Convert to new closure syntaxBrian Anderson-9/+9
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-8/+8
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-13/+13
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-1/+2
2012-06-26More perf tweaks (issue #2719)Eric Holk-1/+0
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+14
2012-06-21Basic functionality for new ports and chansEric Holk-18/+32
2012-06-21Library vecs are fast now.Eric Holk-5/+3
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-2/+4
2012-06-15remove irrelevant fixme (#2607)Niko Matsakis-1/+1
2012-06-14Comments only: Annotate FIXMEs in libcoreTim Chevalier-1/+1
2012-06-14In dvec, annotate a FIXME and uncomment append_iterTim Chevalier-20/+23
2012-06-06add some purity annotations in dvec/vec, occasional accessor methodNiko Matsakis-1/+13
2012-05-29make all arguments modes immutableNiko Matsakis-2/+10
2012-05-18add more inline directives to dvecNiko Matsakis-2/+2
2012-05-18move io over to dvecNiko Matsakis-1/+1
2012-05-18add swappable/dvec modulesNiko Matsakis-0/+237