about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-02mod items need to be marked with `cfg(test)` not `test`.Felix S. Klock II-2/+2
2013-05-01auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brsonbors-128/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-128/+0
2013-05-01auto merge of #6173 : sammykim/rust/doc-vec, r=yichoibors-4/+4
2013-05-01auto merge of #6162 : graydon/rust/random-retry, r=graydonbors-0/+566
2013-05-01libcore: add N(0,1) and Exp(1) distributions to core::rand.Huon Wilson-0/+566
2013-05-01glob_t should be public on all platformsJesse Luehrs-2/+2
2013-05-01add a higher level glob() function to osJesse Luehrs-0/+83
2013-05-01libc bindings for glob.hJesse Luehrs-2/+106
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-18/+15
2013-05-01pipes: use finally to fix pipes::try_recvErick Tryzelaar-18/+13
2013-05-01core: Remove use of deprecated `drop`Erick Tryzelaar-4/+6
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-134/+101
2013-05-01auto merge of #6144 : catamorphism/rust/mkdir_recursive-breakage, r=thestingerbors-0/+30
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-134/+101
2013-04-30auto merge of #6131 : thestinger/rust/new_iter, r=graydonbors-0/+94
2013-04-30auto merge of #6113 : brson/rust/task-drop, r=graydonbors-56/+21
2013-04-30core/std: Fix race condition in os::mkdir_recursive testsTim Chevalier-0/+30
2013-04-30iter: add max and min functionsDaniel Micay-2/+66
2013-04-30iter: add a find functionDaniel Micay-0/+29
2013-04-30char: fix unused import warningDaniel Micay-0/+1
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-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