summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-05-13Update BitSet docs to correct typesPaul Quint-3/+3
2015-05-10collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-12/+10
2015-05-10collections: impl AsRef<[u8]> for StringSean McArthur-0/+8
2015-05-10std: Mark `mem::forget` as a safe functionAlex Crichton-2/+2
2015-05-10Merge pull request #25276 from steveklabnik/third_doc_backportSteve Klabnik-1/+1
2015-05-10doc: it is 'index', not 'i'Tshepang Lekhonkhobe-1/+1
2015-05-10collections: Improve example for as_string and as_vecUlrik Sverdrup-4/+21
2015-05-10Utilize `while let` instead of `loop` with `break` in doc-commentCorey Farwell-5/+1
2015-05-07std: Remove addition on vectors for nowAlex Crichton-12/+1
2015-05-07std: Remove index notation on slice iteratorsAlex Crichton-14/+16
2015-04-25Utilize if..let for get_mut doc-comment examplesCorey Farwell-14/+8
2015-04-25Update reference to old_io in fmt docsMatt Brubeck-1/+1
2015-04-25Whoops, please tidySteve Klabnik-9/+9
2015-04-25Add examples by @pnkfelix to fmt precisionSteve Klabnik-5/+62
2015-04-23Test fixes and rebase conflicts, round 1Alex Crichton-2/+1
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-5/+4
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-8/+0
2015-04-23std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-23/+2
2015-04-23unstabilize Words structkwantam-0/+1
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-175/+133
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
2015-04-03Remove unnecessary `Vec<_>` annotation from docsScott Olson-1/+1
2015-04-02Adjust `AsRef` impl for `Cow`Aaron Turon-1/+1
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-18/+18
2015-04-02Implement PartialEq<str> for String and CowGleb Kozyrev-0/+2
2015-04-02Change PartialEq impls in collections::string to slice notationGleb Kozyrev-10/+10
2015-04-02Auto merge of #23868 - mbrubeck:doc-edit, r=Manishearth 1.0.0-betabors-6/+6