about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-26IMO better borrow_mut() documentation on RefCellgareins-1/+1
2015-04-24Rollup merge of #24772 - steveklabnik:gh24712, r=alexcrichtonSteve Klabnik-1/+1
2015-04-24Remove reference to 'to'Steve Klabnik-1/+1
2015-04-22Fix a tiny typo in core::rawRobin Kruppe-1/+1
2015-04-22Remove doc-comment default::Default importsCorey Farwell-9/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2164/+400
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-43/+50
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-239/+175
2015-04-21rollup merge of #24661: SimonSapin/fmt-write-charAlex Crichton-0/+17
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1849/+226
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-84/+0
2015-04-21Pick a feature name for write_charSimon Sapin-1/+1
2015-04-21write_char is unlikely to make it for 1.0, it’ll be 1.1Simon Sapin-1/+1
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/+17
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-6/+0
2015-04-20Rollup merge of #24628 - steveklabnik:gh24173, r=alexcrichtonSteve Klabnik-21/+0
2015-04-20Rollup merge of #24627 - steveklabnik:gh24008, r=alexcrichtonSteve Klabnik-13/+13
2015-04-20Auto merge of #24606 - bombless:doc-result, r=alexcrichtonbors-2/+2
2015-04-20remove bad example from PartialEq docsSteve Klabnik-21/+0
2015-04-20Make iterator struct docs more consistent.Steve Klabnik-13/+13
2015-04-20Improve doc for `Result::unwrap()`York Xiang-2/+2
2015-04-18Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-43/+50
2015-04-17Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakisbors-1/+5
2015-04-17Rollup merge of #24491 - bluss:rangefull-debug, r=huonwManish Goregaokar-1/+1
2015-04-17side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-17Auto merge of #24512 - steveklabnik:rollup, r=steveklabnikbors-9/+9
2015-04-16Fix broken links in the docsFlorian Hartwig-4/+4
2015-04-16Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-1/+156
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-16Fix Debug impl for RangeFullUlrik Sverdrup-1/+1
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