about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
2015-02-02More deprecating of i/u suffixesAlfie John-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-5/+5
2015-01-30Test fixes and rebase conflictsAlex Crichton-3/+4
2015-01-29s/Show/Debug/gJorge Aparicio-9/+9
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+3
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+4
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