about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-584/+513
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-10/+8
2014-11-26Update docstrings for UnicodeChar::is_digit => is_numeric renameSimon Sapin-3/+3
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-61/+217
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-3/+3
2014-11-25/** -> ///Steve Klabnik-584/+513
2014-11-25Fallout from stabilizationAaron Turon-17/+18
2014-11-25libs: stabilize iter moduleAaron Turon-44/+199
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-0/+69
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-4/+12
2014-11-25auto merge of #18966 : huonw/rust/iter2slice, r=aturonbors-0/+96
2014-11-25Add methods to go from a slice iterators to a slice.Huon Wilson-0/+96
2014-11-24std: Export BinarySearchResultAlex Crichton-10/+8
2014-11-24auto merge of #19248 : japaric/rust/str, r=alexcrichtonbors-3/+8
2014-11-24auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturonbors-1/+1
2014-11-23Rename unwrap functions to into_innerAlex Crichton-4/+12
2014-11-23rollup merge of #19232: nicholasbishop/bishop_fix_result_typoJakub Bukaj-1/+1
2014-11-23rollup merge of #19225: reem/any-unnecessary-transmute-copyJakub Bukaj-3/+3
2014-11-23rollup merge of #19184: Gekkio/fix-binary-format-charJakub Bukaj-1/+1
2014-11-23DSTify Str + impl Str for &S where S: StrJorge Aparicio-3/+8
2014-11-23auto merge of #19150 : Manishearth/rust/find-doc, r=Gankrobors-1/+3
2014-11-23auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichtonbors-7/+23
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-30/+123
2014-11-22Fix typo in Result documentationNicholas Bishop-1/+1
2014-11-23auto merge of #19146 : gereeter/rust/reference-borrow, r=aturonbors-2/+10
2014-11-23auto merge of #19137 : tbu-/rust/pr_refcell_unsafety, r=huonwbors-0/+3
2014-11-22Any: use plain transmute instead of transmute_copy for downcasting.Jonathan Reem-3/+3
2014-11-22Mark Any::get_type_id as experimentalJonathan Reem-1/+1
2014-11-22auto merge of #19134 : sinistersnare/rust/patch-2, r=alexcrichtonbors-1/+0
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-30/+123
2014-11-21core: Convert a 'failure' to 'panic' in docsBrian Anderson-2/+2
2014-11-21core: Update docs for escape_unicode, escape_defaultBrian Anderson-3/+4
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-34/+95
2014-11-21core: Convert Char methods to by-val selfBrian Anderson-27/+27
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-57/+68
2014-11-21core: Mark remaining Char methods unstableBrian Anderson-0/+16
2014-11-21core: Deprecated remaining free functions in `char`Brian Anderson-0/+5
2014-11-21core: Add stability attributes to char::from_digit and from_u32Brian Anderson-0/+6
2014-11-21core: Add Char::len_utf16Brian Anderson-0/+10
2014-11-21core: Rename Char::len_utf8_bytes to Char::len_utf8Brian Anderson-0/+9
2014-11-21core: Rename Char::is_digit_radix to is_digitBrian Anderson-0/+19
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-7/+7
2014-11-21char: Mark the MAX constant stableBrian Anderson-0/+1
2014-11-21core: Mark Char trait experimentalBrian Anderson-0/+2
2014-11-21core: Add from_u32 to the Char traitBrian Anderson-0/+6
2014-11-21Fix std::fmt::Binary format char in docsJoonas Javanainen-1/+1
2014-11-21auto merge of #19042 : SimonSapin/rust/generic-utf16-encoder, r=alexcrichtonbors-3/+25
2014-11-20libs: make Cow usable, improve documentationAaron Turon-7/+23
2014-11-21Mention that find() doesn't consume the full iteratorManish Goregaokar-1/+3