summary refs log tree commit diff
path: root/src/libgetopts
AgeCommit message (Expand)AuthorLines
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
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