about summary refs log tree commit diff
path: root/src/libcore/prelude.rs
AgeCommit message (Expand)AuthorLines
2013-03-13core: Add spawn, stream and friends to prelude. #5299Brian Anderson-0/+4
2013-03-11core: Remove logging constantsBrian Anderson-15/+0
2013-03-08core: Remove the dvec moduleAlex Crichton-1/+0
2013-03-02auto merge of #5196 : thestinger/rust/ord, r=catamorphismbors-2/+2
2013-03-02treemap: reimplement using TotalOrdDaniel Micay-1/+1
2013-03-02add a TotalOrd traitDaniel Micay-1/+1
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-1/+0
2013-02-14libcore: Move the numeric operations out of Num. r=brsonPatrick Walton-1/+1
2013-02-12auto merge of #4881 : bjz/rust/incoming, r=catamorphismbors-1/+1
2013-02-11Add NumCast trait for generic numeric type castsBrendan Zabarauskas-1/+1
2013-02-10core: Remove GenericChan/Port from prelude. Closes #4762Zack Corr-1/+0
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+1
2013-02-03core: export either::{Either,Left,Right} from the preludeErick Tryzelaar-0/+1
2013-02-03core: sort each prelude.rs sectionErick Tryzelaar-19/+15
2013-02-01core: Remove oldcommBrian Anderson-1/+0
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-0/+2
2013-01-24implement Mutable trait for vecDaniel Micay-1/+1
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-1/+2
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+10
2013-01-11allow logical negation operator (!) to be overloadedAndrew Paseltiner-1/+1
2013-01-09core: rename MutableVector to OwnedVectorErick Tryzelaar-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+93
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-93/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+93