summary refs log tree commit diff
path: root/src/libextra/getopts.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Improve comment strippingAlex Crichton-2/+2
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-495/+522
2013-08-25char_len is more succinct than count_chars.Felix S. Klock II-2/+1
2013-08-24Added note that there is still more to do on 5516.Felix S. Klock II-3/+30
2013-08-23Make getopts count (and thus align/paginate) in terms of codepoints not bytes.Felix S. Klock II-2/+3
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-07Turn OptGroups into a main opt and a main and an aliased optsJordi Boggiano-35/+72
2013-08-07Add missing getopts::groups::optflagmulti functionJordi Boggiano-0/+14
2013-08-07Forbid `priv` where it has no effectAlex Crichton-4/+4
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01extra: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-3/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-30auto merge of #8135 : dim-an/rust/master, r=pcwaltonbors-18/+47
2013-07-31Fix comment.Dmitry Ermolov-1/+3
2013-07-30Fix opts_str.Dmitry Ermolov-3/+13
2013-07-30Modify test to expose issue #6492.Dmitry Ermolov-14/+31
2013-07-30Do not enforce two newlines after the optionsJordi Boggiano-3/+1
2013-07-30Added str::char_offset_iter() and str::rev_char_offset_iter()Marvin Löbel-2/+98
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-21/+21
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-1/+1
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-21/+21
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-31/+42
2013-07-12Remove the global 'vec::to_owned' functionAlex Crichton-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-3/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-11/+10
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-18/+32
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-2/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-21vec: replace `position` with `iter().position_`Daniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-22/+22
2013-06-12std: convert str::repeat to a method.Huon Wilson-3/+3
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-22/+22
2013-06-11auto merge of #7035 : influenza/rust/getopts-doc-update, r=bstriebors-14/+15
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-2/+2
2013-06-10std: convert str::char_at* to methods.Huon Wilson-4/+4
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-1/+1
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-5/+5
2013-06-09Fix all issues with sample codeRon Dahlgren-12/+13
2013-06-09Updated documentation to refer to extra moduleRon Dahlgren-3/+3
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-2/+2
2013-05-30Remove copy bindings from patterns.Niko Matsakis-23/+23
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-11/+12
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-9/+9
2013-05-23cleanup warnings from libextraErick Tryzelaar-129/+126
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2