about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-04-25Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichtonbors-2/+2
2015-04-24Whoops, please tidySteve Klabnik-9/+9
2015-04-24Add examples by @pnkfelix to fmt precisionSteve Klabnik-5/+62
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-2/+1
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-36/+6
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-175/+133
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-5/+4
2015-04-21rollup merge of #24661: SimonSapin/fmt-write-charAlex Crichton-0/+6
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-2/+0
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-6/+23
2015-04-21unstabilize Words structkwantam-0/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-8/+0
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-23/+2
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+0
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-6/+0
2015-04-21Add a `write_char` method to `std::fmt::Write`Simon Sapin-0/+6
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-6/+0
2015-04-20Update reference to old_io in fmt docsMatt Brubeck-1/+1
2015-04-19Auto merge of #24517 - erickt:str, r=alexcrichtonbors-1/+12
2015-04-19collections: Move optimized String::from_str to String::fromErick Tryzelaar-1/+12
2015-04-18Utilize if..let for get_mut doc-comment examplesCorey Farwell-14/+8
2015-04-18Auto merge of #24519 - rprichard:opt-write-args, r=alexcrichtonbors-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-175/+133
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-12/+38
2015-04-14Fill in missing implementationTamir Duberstein-0/+3
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-26/+26
2015-04-14rollup merge of #24310: alexcrichton/stabilize-utf8-errorAlex Crichton-10/+7
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-26/+26
2015-04-13Auto merge of #23849 - bcoopers:master, r=pnkfelixbors-6/+18
2015-04-12The panic! macro can't be called with a variable declaredbcoopers-3/+3
2015-04-11Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichtonManish Goregaokar-2/+2
2015-04-11Rollup merge of #24279 - libfud:vec_insertion_docs, r=steveklabnikManish Goregaokar-2/+1
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-10/+7
2015-04-10Fix some typosTibor Benke-2/+2
2015-04-10Changed the wording of the documentation for the insert method for Vec to be ...Dominick Allen-2/+1
2015-04-09Fix `borrow` docsAndrew Paseltiner-9/+9
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-4/+2
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-4/+2
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-97/+393
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-3/+4
2015-04-05Format all str docs to 80 char line breaksMarvin Löbel-109/+174
2015-04-05Implemented remaining string pattern iterators.Marvin Löbel-45/+275
2015-04-04Rollup merge of #24012 - tsion:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-04-04Rollup merge of #23995 - aturon:cow-as-ref, r=huonwManish Goregaokar-1/+1
2015-04-03Auto merge of #23972 - gkoz:partial_eq_str_string, r=alexcrichtonbors-10/+12