about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-26/+26
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-26/+26
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-11/+11
2015-01-07falloutNick Cameron-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-11/+11
2015-01-07Replace full slice notation with index callsNick Cameron-32/+37
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+2
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