about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
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
2014-07-28Fix typo in getopts::getopts documentation, return Matches instead of Optjoaoxsouls-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-17deprecate Vec::getNick Cameron-17/+17
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09libgetopts: Use iterators instead of old-style loops.Luqman Aden-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-9/+9
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-2/+2
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-2/+2
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-3/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-2/+1
2014-06-14getopts: derive Eq for types.Huon Wilson-12/+12
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-13/+21
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+2
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-10/+10
2014-05-28std: Remove format_strbuf!()Alex Crichton-9/+8
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-154/+154
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-35/+35
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-4/+8
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-204/+227
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-08Handle fallout in documentationKevin Ballard-1/+1
2014-05-01remove leftover obsolete string literalsDaniel Micay-6/+6