about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-2/+2
2014-11-20Implement BorrowFrom<&'a T> for T (with mutable variants)Jonathan S-2/+10
2014-11-20Add Utf16Encoder. Generalize Utf16CodeUnits for any Iterator<char>.Simon Sapin-3/+25
2014-11-20Add comment on why `RefCell::unwrap` is safeTobias Bucher-0/+3
2014-11-20libcore: DSTify ops traits, EquivAaron Turon-20/+20
2014-11-20libcore: DST-ify AsSliceAaron Turon-5/+15
2014-11-20Removed unneeded conversion to a slice.Davis Silverman-1/+0
2014-11-20auto merge of #18999 : aturon/rust/stab-floats, r=alexcrichton,alexcrichtonbors-30/+102
2014-11-19rollup merge of #19108: steveklabnik/doc_atomic_boolJakub Bukaj-98/+296
2014-11-19rollup merge of #19040: alexcrichton/issue-18904Jakub Bukaj-95/+76
2014-11-19rollup merge of #18903: steveklabnik/error_handling_guideJakub Bukaj-46/+0
2014-11-19Document almost all of atomics.Steve Klabnik-98/+296
2014-11-18std: Stabilize std::fmtAlex Crichton-95/+76
2014-11-18Fallout from deprecationAaron Turon-7/+9
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-23/+93
2014-11-18Error handling guideSteve Klabnik-46/+0
2014-11-18auto merge of #19060 : Gankro/rust/super-cloned, r=aturonbors-4/+45
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-21/+26
2014-11-18add Cloned iterator adaptorAlexis Beingessner-1/+40
2014-11-18make cloned generic over deref... and have its tests actually runAlexis Beingessner-3/+5
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-21/+26
2014-11-18Fix compilation and tests after the roll-upJakub Bukaj-0/+1
2014-11-18rollup merge of #19041: japaric/cloneJakub Bukaj-13/+3
2014-11-18rollup merge of #19015: alex/libcore-typosJakub Bukaj-3/+3
2014-11-18rollup merge of #18951: tbu-/pr_array_cloneshowJakub Bukaj-8/+22
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-20/+20
2014-11-17DSTify `impl Clone for &T`Jorge Aparicio-13/+3
2014-11-17Further DSTify Index traitsAaron Turon-2/+2
2014-11-17libcore: add borrow moduleAaron Turon-0/+127
2014-11-17auto merge of #18973 : sfackler/rust/enum-namespace-pt2, r=pcwaltonbors-15/+46
2014-11-17Switch to purely namespaced enumsSteven Fackler-15/+46
2014-11-17auto merge of #19007 : huonw/rust/more-marker-impls, r=alexcrichtonbors-10/+10
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-16/+16
2014-11-17Fix fallout from coercion removalNick Cameron-16/+16
2014-11-17change return type of slice_shift_charAndrew Cann-20/+20
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-0/+9
2014-11-17auto merge of #18927 : areski/rust/pr-improve-option-match-readl, r=jakub-bors-5/+20
2014-11-16Fixed a few typos in libcoreAlex Gaynor-3/+3
2014-11-17Implement more basic traits for the marker types.Huon Wilson-10/+10
2014-11-16implement cloned for OptionAlexis Beingessner-0/+9
2014-11-16rollup merge of #18976: bjz/rfc369-numericsJakub Bukaj-5/+343
2014-11-16rollup merge of #18970: aturon/fixup-stableJakub Bukaj-11/+61
2014-11-16rollup merge of #18960: stepancheg/cell-defaultJakub Bukaj-0/+15
2014-11-16Remove core::num::strconvBrendan Zabarauskas-411/+282
2014-11-16Move FromStr to core::strBrendan Zabarauskas-2/+469
2014-11-14libs: fix #[stable] inheritance falloutAaron Turon-11/+61
2014-11-14auto merge of #18894 : ArtemGr/rust/patch-1, r=pnkfelixbors-1/+1
2014-11-14impl Default for Cell and RefCellStepan Koltsov-0/+15
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-65/+65
2014-11-14Add `Show` and `Clone` trait to arraysTobias Bucher-8/+22