about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-12/+12
2014-12-31getopts: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-33/+28
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+0
2014-12-19libgetopts: use `#[deriving(Copy)]`Jorge Aparicio-12/+6
2014-12-17rollup merge of #19820: alexcrichton/deprecate-some-more-libsAlex Crichton-1/+1
2014-12-13Deprecate more in-tree libs for crates.ioAlex Crichton-1/+1
2014-12-13libgetopts: use unboxed closures in `each_split_within`Jorge Aparicio-2/+4
2014-12-13auto merge of #19695 : arthurtw/rust/master, r=steveklabnikbors-5/+4
2014-12-11Register new snapshotsAlex Crichton-2/+2
2014-12-10Update sample code to use `getopts::usage` in `print_usage`Arthur Liao-5/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-3/+23
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-48/+47
2014-12-06libgetopts: remove unnecessary `to_string()` callsJorge Aparicio-39/+39
2014-12-06libgetops: remove unnecessary `as_slice()` callsJorge Aparicio-9/+8
2014-12-05Utilize fewer reexportsCorey Farwell-10/+10
2014-11-27getopts: cleanup, renames, remove reexportsCorey Farwell-70/+42
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-21unicode: Add stability attributes to u_charBrian Anderson-1/+1
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-14/+24
2014-11-17Fix fallout from coercion removalNick Cameron-35/+35
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-1/+1
2014-11-05Fix fallout of changing the expansion of `#[deriving(PartialEq)]`Jorge Aparicio-1/+0
2014-11-02Extend documentation of getopts for argumentsRobin Stocker-6/+38
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-6/+6
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-6/+6
2014-10-29Rename fail! to panic!Steve Klabnik-45/+47
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-24Add a lint for not using field pattern shorthandsP1start-9/+9
2014-10-23Add run-pass-valgrind testsNick Cameron-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-09-24auto merge of #17438 : alexcrichton/rust/string-stable, r=aturonbors-13/+13
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-13/+13
2014-09-22Update calls of deprecated functions in macros.Victor Berger-10/+10
2014-09-17doc: Cleanup.Jonas Hietala-2/+2
2014-08-29Register new snapshotsAlex Crichton-3/+0
2014-08-22auto merge of #16512 : wickerwaka/rust/getopt-16348, r=brsonbors-22/+33
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+4
2014-08-15Change how libgetopts handles options grouped togetherwickerwaka-22/+33
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-2/+2
2014-08-06Use byte literals in libgetoptsnham-2/+2
2014-08-04libgetopts: tweak HasHarg/Occur docs.Conrad Kleinespel-4/+4