about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-04-30remove some unused mut declsNiko Matsakis-1/+1
2013-04-30iter: add max and min functionsDaniel Micay-2/+66
2013-04-30allover: numerous unused muts etcNiko Matsakis-33/+25
2013-04-30iter: add a find functionDaniel Micay-0/+29
2013-04-30char: fix unused import warningDaniel Micay-0/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-41/+87
2013-04-30desnapshotNiko Matsakis-122/+8
2013-04-30adapt to snapshotNiko Matsakis-864/+2
2013-04-30I modified the doc of from_elem, from_fn, I think it returns an owned vectorSangeun Kim-4/+4
2013-04-29auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brsonbors-16/+60
2013-04-29auto merge of #6073 : huonw/rust/core-rust-isaac, r=pcwaltonbors-47/+234
2013-04-29core: Turn off the local heap in newsched in stage0 to work around windows bu...Brian Anderson-0/+19
2013-04-30core: add some inlining hints to methods/fns in rand.Huon Wilson-1/+32
2013-04-30core: a pure Rust implementation of the ISAAC RNG.Huon Wilson-46/+202
2013-04-29test: Fix more tests.Patrick Walton-5/+5
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-31/+65
2013-04-29test: Fix tests.Patrick Walton-16/+18
2013-04-29librustc: Make `&fn` by-copy by default and remove the mode from `frame_addre...Patrick Walton-0/+3
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-1/+1
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-26/+39
2013-04-29librustc: Implement `reinterpret_cast` in terms of `transmute`.Patrick Walton-0/+36
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-89/+70
2013-04-29Revert "libcore: remove unnecessary deref"Tim Chevalier-1/+1
2013-04-29auto merge of #6110 : bjz/rust/numeric-traits, r=pcwaltonbors-256/+360
2013-04-29core: Replace uses of 'drop' in task module with 'finally'. #5379Brian Anderson-56/+21
2013-04-29Revert "Merge Exponential and Hyperbolic traits"Brendan Zabarauskas-5/+11
2013-04-29Merge Exponential and Hyperbolic traitsBrendan Zabarauskas-11/+5
2013-04-29Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ...Brendan Zabarauskas-5/+67
2013-04-29Move appropriate functions out of Real and into separate Algebraic, Trigonome...Brendan Zabarauskas-251/+293
2013-04-28core: Use a better termination condition in os::mkdir_recursiveTim Chevalier-16/+20
2013-04-28core: Document core::path::GenericPath's trait methodsTim Chevalier-0/+40
2013-04-28make way for a new iter moduleDaniel Micay-429/+534
2013-04-28rand: Fix infinite recursionPhilipp Brüschweiler-1/+1
2013-04-27auto merge of #6082 : catamorphism/rust/mkdir_recursive, r=brsonbors-0/+35
2013-04-27auto merge of #6071 : bjz/rust/numeric-traits, r=graydonbors-762/+1624
2013-04-27auto merge of #6064 : thestinger/rust/char, r=catamorphismbors-14/+19
2013-04-26auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwaltonbors-1/+46
2013-04-27Propagate NaNs for Orderable methods impled on floating-point primitivesBrendan Zabarauskas-15/+75
2013-04-27Fix copy-paste mistakesBrendan Zabarauskas-5/+5
2013-04-26auto merge of #6057 : cmr/rust/map_zip, r=graydonbors-9/+12
2013-04-27Remove unnecessary fallbacksBrendan Zabarauskas-82/+0
2013-04-27Rename `nextafter` to `next_after` to match method name in FloatBrendan Zabarauskas-8/+9
2013-04-27Add additional constants to primitive floating point numbersBrendan Zabarauskas-1/+96
2013-04-26core: Move mkdir_recursive from rustpkg into core::osTim Chevalier-0/+35
2013-04-27Add mul_add and next_after methods to FloatBrendan Zabarauskas-2/+55
2013-04-27Add Orderable traitBrendan Zabarauskas-4/+155
2013-04-26Combine PrimitiveInt, Int, and Uint traits into one single traitBrendan Zabarauskas-26/+8
2013-04-26Add BitCount traitBrendan Zabarauskas-16/+287
2013-04-26Add Int, Uint and Float traits for primitive numbersBrendan Zabarauskas-48/+122
2013-04-26Add Bitwise, Bounded, Primitive, and PrimitiveInt traitsBrendan Zabarauskas-0/+258