about summary refs log tree commit diff
path: root/src/libstd/getopts.rs
AgeCommit message (Expand)AuthorLines
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-4/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-48/+48
2013-02-13RIMOV core::vecBen Striegel-2/+2
2013-02-08Remove trailing whitespaceMatthew McPherrin-5/+5
2013-02-08Merge branch 'master' of https://github.com/mozilla/rustMatthew McPherrin-1/+0
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+0
2013-02-06Fix sample program to compile in modern rustMatthew McPherrin-42/+44
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-49/+49
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-1/+1
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-53/+52
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-3/+3
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-108/+110
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-6/+11
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-11/+6
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-6/+11
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-1/+4
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+7
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-115/+10
2012-12-13std: Convert records to structs in getoptsBrian Anderson-33/+42
2012-12-07Make short flags with a single-char arg work in getoptsTim Chevalier-34/+37
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-139/+3
2012-11-28Register snapshotsBrian Anderson-139/+3
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-37/+37
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+138
2012-11-18WhitespaceBrian Anderson-1/+1
2012-11-17Added support for options that take no arguments and may be repeated.Jesse Jones-0/+75
2012-10-17Add a module to getopts to support verbose option definitionKevin Cantu-3/+409
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-4/+3
2012-10-03Remove crudTim Chevalier-1/+0
2012-10-03Remove uses of + mode from libstdTim Chevalier-12/+13
2012-10-03De-export std::{json, getopts}. Part of #3583.Graydon Hoare-36/+18
2012-10-02Removing explicit uses of + modeTim Chevalier-1/+1
2012-09-28demode vecNiko Matsakis-3/+2
2012-09-28Long lines.Graydon Hoare-1/+5
2012-09-28Long linesBrian Anderson-46/+54
2012-09-28std: Eliminate deprecated patternsBrian Anderson-15/+14
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-11/+10
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-40/+0
2012-09-23core: Demode optionBrian Anderson-7/+7
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
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