summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-05-13doc: unwrap is discouraged, so use SomeTshepang Lekhonkhobe-35/+35
2015-05-11Merge pull request #25299 from alexcrichton/beta-backportBrian Anderson-10/+54
2015-05-12Please the `make tidy`Barosl Lee-1/+2
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-8/+8
2015-05-10core: impl AsRef<[u8]> for strSean McArthur-0/+9
2015-05-10std: Mark `mem::forget` as a safe functionAlex Crichton-10/+45
2015-05-10Make From::from example more idiomatic / simplerCorey Farwell-3/+1
2015-05-10Indicate function call is code-like in doc-commentCorey Farwell-2/+2
2015-05-10IMO better borrow_mut() documentation on RefCellgareins-1/+1
2015-05-07Merge pull request #25192 from alexcrichton/beta-backportBrian Anderson-119/+4
2015-05-07std: Remove index notation on slice iteratorsAlex Crichton-119/+4
2015-05-05Add downcasting to std::error::ErrorAaron Turon-4/+4
2015-04-25Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-25Fix broken links in the docsFlorian Hartwig-4/+4
2015-04-25Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-25Improve doc for `Result::unwrap()`York Xiang-2/+2
2015-04-25Make iterator struct docs more consistent.Steve Klabnik-13/+13
2015-04-25remove bad example from PartialEq docsSteve Klabnik-21/+0
2015-04-25Remove doc-comment default::Default importsCorey Farwell-9/+0
2015-04-24Fix fallout from wrapping_neg revertBrian Anderson-1/+1
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-239/+175
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-1849/+226
2015-04-23std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-77/+0
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-43/+50
2015-04-23side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-13/+13
2015-04-15Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichtonSteve Klabnik-2/+3
2015-04-15Rollup merge of #24435 - killercup:patch-9, r=steveklabnikSteve Klabnik-3/+3
2015-04-15Describe the Iterator enumerate() method more clearly.Nick Hamann-2/+3
2015-04-15Fix link in intoiterator docsSteve Klabnik-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-11/+11
2015-04-14Remove Incorrect Link from std::ptr::null DocsPascal Hertleif-3/+3
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-113/+113
2015-04-14rollup merge of #24379: rkruppe/fmt-negative-zeroAlex Crichton-114/+52
2015-04-14rollup merge of #24329: GuillaumeGomez/atomicboolAlex Crichton-0/+20
2015-04-14rollup merge of #24310: alexcrichton/stabilize-utf8-errorAlex Crichton-22/+17
2015-04-14rollup merge of #24303: alexcrichton/remove-deprecatedAlex Crichton-70/+52
2015-04-14rollup merge of #24048: frewsxcv/patch-11Alex Crichton-1/+1
2015-04-14core: Update all Result docsAlex Crichton-70/+52
2015-04-14Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichtonbors-29/+36
2015-04-14RebasedNick Cameron-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-113/+113
2015-04-13Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichtonbors-4/+4
2015-04-12Destabilize format_args! internals.Ryan Prichard-29/+36
2015-04-12Make Debug include the - in -0.0Robin Kruppe-114/+52
2015-04-13Rollup merge of #24347 - xamgore:master, r=huonwManish Goregaokar-2/+2
2015-04-12mod.rs documentary fixIgor Strebezhev-2/+2
2015-04-11Simplify iterator logic for FuseCorey Farwell-14/+6