about summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
2018-03-23Remove getopts leftover from treeMark Simulacrum-1622/+0
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-3/+8
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-13/+13
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-9/+0
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+3
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
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