about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-5/+4
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-13/+0
2016-02-23#31820 - Utilize `if..let` instead of single `match` branchdileepb-3/+2
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+9
2015-12-21Register new snapshotsAlex Crichton-4/+0
2015-12-04Change internal `getopts` so `--a=b=c` acts like `--a b=c` rather than `--a b`.Felix S. Klock II-1/+15
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librandNick Cameron-426/+449
2015-11-12libgetopts: deny warnings in doctestsKevin Butler-8/+11
2015-09-08some more clippy-based improvementsAndre Bogus-38/+38
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+2
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-10/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-3/+3
2015-07-12Implement RFC 1058Simonas Kazlauskas-1/+1
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-3/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-2/+1
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-4/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-7/+6
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-7/+7
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-4/+4
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+3
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+3
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+1
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-1/+1
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-15/+15
2015-02-17Test fixes and rebase conflictsAlex Crichton-0/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-08Rename Show to Debug, String to DisplayAlexander Korolkov-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-47/+45
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-3/+3
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