about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
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
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-95/+102
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-10/+12
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-10/+12
2014-04-04Register new snapshotsAlex Crichton-2/+0
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31getopts: Switch field privacy as necessaryAlex Crichton-13/+16
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-22getopts: remove all uses of `~[]`.Huon Wilson-11/+11
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-184/+189
2014-03-20Register new snapshotsAlex Crichton-2/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-18deny missing docsAlan Andrade-1/+1
2014-03-16getopts missing docsAlan Andrade-4/+15
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-06debuginfo: Expose limited debuginfo in command line optionsMichael Woerister-0/+19
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11libgetopts -- fix unsafe sharing in closuresNiko Matsakis-13/+37
2014-02-06getopts: fixed a failing testArcterus-6/+5
2014-02-06getopts: unify testsArcterus-362/+148
2014-02-06getopts: replaced base functions with those from groupArcterus-473/+435
2014-02-06Move getopts out of extraArcterus-0/+1712