about summary refs log tree commit diff
path: root/src/libstd/getopts.rs
AgeCommit message (Expand)AuthorLines
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+40
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-7/+7
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-11/+11
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-11/+11
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+2
2012-09-10Make remaining moves explicit in libstdTim Chevalier-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+3
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-10/+14
2012-09-04libstd: "import" -> "use"Patrick Walton-4/+4
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-2/+0
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-9/+44
2012-08-28CamelCasify lots of stdBen Striegel-115/+117
2012-08-27Remove deprecated modes from libstd/getopts.rsKevin Cantu-43/+50
2012-08-27Convert core::result to camel caseBrian Anderson-48/+48
2012-08-26minor core/std cleanupBen Blum-2/+2
2012-08-26Camel case the option typeBrian Anderson-21/+21
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-15Expunge match checksTim Chevalier-1/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-52/+54
2012-08-05Switch alts to use arrowsBrian Anderson-113/+113
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-30/+30
2012-07-31std: getopts::match -> matchesBrian Anderson-33/+33
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-174/+177
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-4/+4
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-121/+120
2012-07-04TidyBrian Anderson-2/+5
2012-07-04When getopts encounters an option that takes an argument, it should treat the...Josh Matthews-1/+39
2012-07-01Convert to new closure syntaxBrian Anderson-5/+5
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-98/+98
2012-06-27Replace more vector additions (issue #2719)Eric Holk-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-109/+110
2012-05-31Add some convenience helpers to getopts. Close #1837.Graydon Hoare-0/+51
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-2/+2
2012-05-01std: Fix example in getopts module docsBenjamin Kircher-7/+25
2012-05-01std: Fix typo in getopts doc attributeBenjamin Kircher-2/+2
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-23Implement new inference algorithm.Niko Matsakis-0/+1
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-12/+11
2012-03-13Name types after their modules instead of 't'Brian Anderson-2/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-09std: Convert to rustdocBrian Anderson-119/+64
2012-03-02core: Remove _mut functions from vecBrian Anderson-1/+1
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-3/+3
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-1/+1
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
2012-02-15Replace some explicit fails with 'alt check' invocationsMarijn Haverbeke-3/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-3/+3