summary refs log tree commit diff
path: root/src/libstd/fun_treemap.rs
AgeCommit message (Expand)AuthorLines
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-3/+3
2012-10-02De-export std::{fun_treemap, list, map}. Part of #3583.Graydon Hoare-11/+5
2012-09-28std: Eliminate deprecated patternsBrian Anderson-9/+6
2012-09-26std: Fix mode warnings in fun_treemap and listBrian Anderson-2/+2
2012-09-25Check more things with deprecated_modesBrian Anderson-1/+1
2012-09-10Make remaining moves explicit in libstdTim Chevalier-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-3/+3
2012-09-04libstd: "import" -> "use"Patrick Walton-3/+3
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-1/+0
2012-09-01Demode fun_treemap.rsKevin Cantu-3/+5
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-2/+4
2012-08-28CamelCasify lots of stdBen Striegel-18/+20
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-3/+3
2012-08-05Switch alts to use arrowsBrian Anderson-6/+6
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-14/+14
2012-03-09std: Convert to rustdocBrian Anderson-35/+6
2012-01-31Change option::t to optionTim Chevalier-1/+1
2012-01-31Require alts to be exhaustiveTim Chevalier-3/+8
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-19Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...Graydon Hoare-1/+1
2012-01-19lib: ';' to ',' in enums in more placesPatrick Walton-2/+2
2012-01-19stdlib: "tag" -> "enum"Patrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-3/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-3/+3
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+98