about summary refs log tree commit diff
path: root/src/libstd/deque.rs
AgeCommit message (Collapse)AuthorLines
2012-03-02core: Remove _mut functions from vecBrian Anderson-1/+1
Instead, use vec::to_mut/from_mut to transform vectors in place as needed.
2012-01-31Change option::t to optionTim Chevalier-1/+1
Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming).
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final ↵Graham Fawcett-1/+1
position. To match the init_fn() and init_fn_mut() changes.
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
And remove support for the old syntax
2012-01-02Add 'copy' bounds to functions that were faultily accepted withoutMarijn Haverbeke-1/+1
Issue #1390
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+129