summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+1
2015-07-08std: Fix formatting flags for charsAlex Crichton-1/+8
2015-06-30core: fix deprecation since version of align_of_min.Huon Wilson-2/+2
2015-06-30Make `align_of` behave like `min_align_of`.Huon Wilson-13/+7
2015-06-21Auto merge of #26450 - rick68:patch-7, r=alexcrichtonbors-2/+1
2015-06-20Update mod.rsWei-Ming Yang-2/+1
2015-06-19add note for future type-system adventurersAlexis Beingessner-0/+5
2015-06-17std: Hide some internal functions more aggressivelyAlex Crichton-2/+4
2015-06-17std: Update stable since for `core::char`Alex Crichton-1/+3
2015-06-17More test fixes and fallout of stability changesAlex Crichton-2/+24
2015-06-17std: Stabilize the `str_matches` featureAlex Crichton-2/+2
2015-06-17std: Stabilize the `iter_{once,empty}` featuresAlex Crichton-12/+12
2015-06-17std: Stabilize the remaining wrapping_* functionsAlex Crichton-10/+10
2015-06-17std: Deprecate f{32,64}::consts::PI_2Alex Crichton-0/+2
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-4/+2
2015-06-17std: Deprecate the IntSliceExt traitAlex Crichton-0/+4
2015-06-17std: Deprecate result::foldAlex Crichton-0/+3
2015-06-17std: Deprecate the copy_{,mut_}lifetime functionsAlex Crichton-0/+8
2015-06-17std: Deprecate iter::{Unfold, Iterate}Alex Crichton-0/+12
2015-06-17std: Deprecate the RandomAccessIterator traitAlex Crichton-0/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-24/+24
2015-06-17core: Split apart the global `core` featureAlex Crichton-232/+258
2015-06-17Auto merge of #26261 - tshepang:more-brief-example, r=huonwbors-11/+2
2015-06-16Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichtonbors-10/+10
2015-06-15Fix up Split docsSteve Klabnik-10/+10
2015-06-15Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichtonbors-0/+20
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+20
2015-06-14Update mod.rsWei-Ming Yang-2/+2
2015-06-13doc: make char::from_u32 example more briefTshepang Lekhonkhobe-11/+2
2015-06-11Auto merge of #26190 - Veedrac:no-iter, r=alexcrichtonbors-10/+10
2015-06-11Auto merge of #26212 - Manishearth:rollup, r=Manishearthbors-0/+2
2015-06-11Auto merge of #26177 - jooert:fix26169, r=alexcrichtonbors-54/+71
2015-06-11Rollup merge of #26189 - bluss:iter-once-clone, r=GankroManish Goregaokar-0/+2
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-0/+4
2015-06-11Auto merge of #25839 - bluss:str-split-at-impl, r=alexcrichtonbors-0/+13
2015-06-10Auto merge of #24689 - SimonSapin:formatter-write-char, r=alexcrichtonbors-4/+16
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-10/+10
2015-06-10Have std::fmt::Formatter implement std::fmt::Write.Simon Sapin-7/+15
2015-06-10core: impl Clone for option::IntoIter and iter::OnceUlrik Sverdrup-0/+2
2015-06-10Add a write_char method to std::fmt::Formatter.Simon Sapin-4/+8
2015-06-10Improve examples for atomic types.Johannes Oertel-54/+71
2015-06-10Add str::split_atUlrik Sverdrup-0/+13
2015-06-09Add missing #[inline] to methods related to char.marcell-0/+4
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-6/+6
2015-06-08Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichtonbors-4/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-4/+1
2015-06-07Auto merge of #26066 - steveklabnik:docs_on_a_plane, r=alexcrichtonbors-19/+4
2015-06-06Remove many unneeded feature annotations in the docsSteve Klabnik-19/+4
2015-06-04Doc-comment fix; trait names are capitalizedCorey Farwell-2/+2
2015-06-03Improve `try!` docs to make clearer it returns `Result`.Carol Nichols-1/+3