summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-05-03rustpkg: Implement install commandTim Chevalier-1/+25
2013-05-03auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydonbors-9/+4
2013-05-03Remove extra `#[cfg(stage0)]`gifnksm-2/+0
2013-05-02std: xfail test_serializing_pipesBrian Anderson-0/+1
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-203/+2721
2013-05-02libstd: De-mut arenaPatrick Walton-51/+89
2013-05-02libcore: Export core::from_str::FromStr from core::preludegifnksm-8/+5
2013-05-02More cases of [cfg(test)] instead of [test].Felix S. Klock II-1/+1
2013-05-02mod items need to be marked with `cfg(test)` not `test`.Felix S. Klock II-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-74/+0
2013-05-02libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()`gifnksm-11/+13
2013-05-01keep old sort for stage0Niko Matsakis-0/+1239
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-62/+78
2013-05-01auto merge of #6147 : bjz/rust/numeric-traits, r=brsonbors-70/+67
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-70/+67
2013-04-30core/std: Fix race condition in os::mkdir_recursive testsTim Chevalier-21/+29
2013-04-30allover: numerous unused muts etcNiko Matsakis-4/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-53/+65
2013-04-30desnapshotNiko Matsakis-3/+0
2013-04-30adapt to snapshotNiko Matsakis-376/+0
2013-04-29auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brsonbors-21/+39
2013-04-29auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brsonbors-6/+59
2013-04-29libstd: Fix merge fallout.Patrick Walton-2/+0
2013-04-29librustc: Fix merge fallout.Patrick Walton-0/+1
2013-04-29test: Fix more tests.Patrick Walton-1/+1
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-12/+14
2013-04-29test: Fix tests.Patrick Walton-20/+28
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-108/+98
2013-04-29auto merge of #6110 : bjz/rust/numeric-traits, r=pcwaltonbors-2/+20
2013-04-29Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ...Brendan Zabarauskas-2/+2
2013-04-29Implement Fractional for RatioBrendan Zabarauskas-0/+18
2013-04-29libstd: modify wrong shift width.gifnksm-1/+2
2013-04-29libstd: remove implicit copying of BigInt/BigUintgifnksm-20/+37
2013-04-28core: Use a better termination condition in os::mkdir_recursiveTim Chevalier-6/+59
2013-04-28make way for a new iter moduleDaniel Micay-17/+17
2013-04-28auto merge of #6092 : gifnksm/rust/impl-integer-bigint, r=graydonbors-144/+383
2013-04-28libstd: inlining almost every methods in bigint module.gifnksm-1/+86
2013-04-28libstd: impl Integer for BigUint/BigInt.gifnksm-143/+297
2013-04-27only use #[no_core] in libcoreDaniel Micay-142/+0
2013-04-27auto merge of #6071 : bjz/rust/numeric-traits, r=graydonbors-19/+27
2013-04-27auto merge of #6064 : thestinger/rust/char, r=catamorphismbors-55/+37
2013-04-26Add is_zero method to ZeroBrendan Zabarauskas-19/+27
2013-04-25implement Ord, TotalEq and TotalOrd for charDaniel Micay-55/+37
2013-04-25Update impl of Round for RatioBrendan Zabarauskas-20/+22
2013-04-25Use #[cfg(not(stage0))] to exclude items from stage0Brendan Zabarauskas-12/+4
2013-04-25Fix incorrect replacement of `modulo` with `rem`Brendan Zabarauskas-1/+1
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-2/+2
2013-04-24Removed ascii functions from other modulesMarvin Löbel-3/+7
2013-04-24auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakisbors-61/+27
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-50/+15