summary refs log tree commit diff
path: root/src/libcore/dvec.rs
AgeCommit message (Expand)AuthorLines
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