summary refs log tree commit diff
path: root/src/libstd/deque.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-03Remove some bogus exports.Michael Sullivan-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-2/+2
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-06Rewrite deque to use dvecNiko Matsakis-17/+21
2012-05-03Annotate more FIXMES in libstd (comments only)Tim Chevalier-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-14/+14
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-2/+2
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-09std: Convert to rustdocBrian Anderson-24/+2
2012-03-02core: Remove _mut functions from vecBrian Anderson-1/+1
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-19lib: ";" to "," in enumsPatrick Walton-2/+2
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-2/+2
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+197
2012-01-11Convert std::deque over to an ifaceMarijn Haverbeke-52/+56
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-4/+4
2012-01-02Add 'copy' bounds to functions that were faultily accepted withoutMarijn Haverbeke-1/+1
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+129