about summary refs log tree commit diff
path: root/src/libcore/core.rc
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-42/+0
2013-05-13core: Move unstable to unstable/mod.rsBrian Anderson-0/+1
2013-05-11Warning policeTim Chevalier-1/+0
2013-05-10Move flate from core to stdBrian Anderson-1/+0
2013-05-10Move core::task::local_data to core::local_dataYoungsoo Son-0/+1
2013-05-09auto merge of #6349 : thestinger/rust/explicit_copy, r=thestingerbors-1/+0
2013-05-09remove vecs_implicitly_copyable from libstd/libcoreDaniel Micay-1/+0
2013-05-08auto merge of #6327 : z0w0/rust/rm-notest, r=brsonbors-3/+3
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-3/+3
2013-05-07Remove Durable from the languageBrian Anderson-1/+1
2013-05-06auto merge of #6226 : alexcrichton/rust/issue-6199, r=brsonbors-4/+4
2013-05-04Register snapshotsBrian Anderson-3/+0
2013-05-03Remove pub from core::{unicode,cmath,stackwalk,rt}Alex Crichton-4/+4
2013-05-03auto merge of #6046 : brson/rust/io, r=graydonbors-0/+3
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+3
2013-05-02libcore: Export core::from_str::FromStr from core::preludegifnksm-0/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-9/+0
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-1/+0
2013-05-01core: Remove use of deprecated `drop`Erick Tryzelaar-1/+0
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-30Merge remote-tracking branch 'brson/io'Brian Anderson-0/+3
2013-04-29auto merge of #6110 : bjz/rust/numeric-traits, r=pcwaltonbors-2/+3
2013-04-29Revert "Merge Exponential and Hyperbolic traits"Brendan Zabarauskas-1/+1
2013-04-29Merge Exponential and Hyperbolic traitsBrendan Zabarauskas-1/+1
2013-04-29Move appropriate functions out of Real and into separate Algebraic, Trigonome...Brendan Zabarauskas-2/+3
2013-04-28make way for a new iter moduleDaniel Micay-3/+5
2013-04-27Add Orderable traitBrendan Zabarauskas-1/+2
2013-04-26Combine PrimitiveInt, Int, and Uint traits into one single traitBrendan Zabarauskas-2/+1
2013-04-26Add BitCount traitBrendan Zabarauskas-1/+1
2013-04-26Add Int, Uint and Float traits for primitive numbersBrendan Zabarauskas-0/+1
2013-04-26Add Bitwise, Bounded, Primitive, and PrimitiveInt traitsBrendan Zabarauskas-0/+2
2013-04-24Merge remote-tracking branch 'brson/io'Brian Anderson-0/+3
2013-04-25Restore Round trait and move appropriate methods out of RealBrendan Zabarauskas-1/+1
2013-04-25Add Fractional, Real and RealExt traitsBrendan Zabarauskas-0/+1
2013-04-25Rename Natural to IntegerBrendan Zabarauskas-1/+2
2013-04-25Use #[cfg(not(stage0))] to exclude items from stage0Brendan Zabarauskas-3/+1
2013-04-24Implement Natural traitBrendan Zabarauskas-1/+1
2013-04-24Implement Signed and Unsigned traits and remove related predicate functionsBrendan Zabarauskas-1/+1
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-0/+3
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-0/+3
2013-04-22auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestingerbors-0/+3
2013-04-22Moved ascii out of strMarvin Löbel-0/+3
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-0/+5
2013-04-19librustc: WIP patch for using the return value.Patrick Walton-1/+1
2013-04-19test: Rewrite nbody and spectralnorm shootout benchmarksPatrick Walton-0/+1
2013-04-13auto merge of #5810 : thestinger/rust/iterator, r=graydonbors-0/+1
2013-04-14Restore Num traitBrendan Zabarauskas-1/+1
2013-04-13initial iterator object libraryDaniel Micay-0/+1
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2