summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-18Merge trait and impl macros by using an inner moduleBrendan Zabarauskas-129/+124
2013-05-18Use assert_eq! instead of assert!Brendan Zabarauskas-7/+7
2013-05-18use n{0..11} instead of _{0..12} for accessor method namesBrendan Zabarauskas-100/+100
2013-05-18Create tuple element accessor traitsBrendan Zabarauskas-0/+167
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-30/+9
2013-05-18iterator: use advance to implement FilterMapIteratorDaniel Micay-9/+5
2013-05-18iterator: reword docstringDaniel Micay-1/+1
2013-05-18iterator: reuse iter::to_vec, and use &mut selfDaniel Micay-7/+4
2013-05-18iterator: make nth and last return OptionDaniel Micay-35/+15
2013-05-18iterator: remove `first`Daniel Micay-24/+0
2013-05-18auto merge of #6586 : bjz/rust/formatting-and-conditionals, r=thestingerbors-254/+284
2013-05-18Use four-space indentation, add trailing commas, and remove unnecessary uses ...Brendan Zabarauskas-80/+95
2013-05-18Convert various inner doc-comments to outer doc-commentsBrendan Zabarauskas-55/+30
2013-05-18Use pattern-matching instead of conditionals where appropriate to improve cod...Brendan Zabarauskas-113/+81
2013-05-18Use cond! macro where appropriateBrendan Zabarauskas-6/+78
2013-05-17auto merge of #6560 : gifnksm/rust/iterator-utils, r=thestingerbors-0/+262
2013-05-17WhitespaceBrian Anderson-2/+2
2013-05-17core: Wire up `stream` to newschedBrian Anderson-242/+357
2013-05-17core: Wire up oneshot pipes to newschedBrian Anderson-124/+248
2013-05-17core::rt: implement `oneshot` and `stream`.Brian Anderson-1/+645
2013-05-17Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-1132/+2929
2013-05-18Some cosmetic changes to num.rsMarvin Löbel-5/+4
2013-05-18libcore: Add `IteratorUtil::all`, `any` methodgifnksm-0/+31
2013-05-18libcore: Add `AdditiveIterator`, `MultiplicativeIterator`, `OrdIterator`gifnksm-0/+79
2013-05-18libcore: Add `IteratorUtil::fold`, `count`gifnksm-0/+27
2013-05-17libcore: Add `IteratoUtil::nth`, `first`, `last` methodgifnksm-0/+81
2013-05-17libcore: Add `IteratorUtil::filter_map` methodgifnksm-0/+35
2013-05-17libcore: Add `IteratorUtil::to_vec()` methodgifnksm-0/+9
2013-05-17auto merge of #6442 : sstewartgallus/rust/incoming, r=pcwaltonbors-3/+12
2013-05-17auto merge of #6534 : brson/rust/intrinsic-docs, r=bstriebors-8/+68
2013-05-16auto merge of #6549 : bjz/rust/numeric-traits, r=thestingerbors-0/+21
2013-05-16auto merge of #6093 : alexcrichton/rust/issue-2647, r=thestingerbors-1/+0
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-1/+0
2013-05-16auto merge of #6546 : cmr/rust/warning, r=thestingerbors-4/+2
2013-05-16auto merge of #6523 : cmr/rust/faster_each_permutation, r=luqmanabors-20/+127
2013-05-16Update to new for-loop protocolCorey Richardson-4/+4
2013-05-17Implement sin_cos method for float, f64 and f32Brendan Zabarauskas-0/+21
2013-05-16Remove each_permutation_refCorey Richardson-60/+0
2013-05-16fix warningsCorey Richardson-4/+2
2013-05-16iter: add fold, sum and productDaniel Micay-0/+106
2013-05-16Update to modern rustCorey Richardson-29/+21
2013-05-16Ensure reverse_part does not access outside given vectorTommy M. McGuire-5/+5
2013-05-16Add reverse_part, replace each_permutation, add testsTommy M. McGuire-18/+193
2013-05-16core: Document some intrinsicsBrian Anderson-8/+68
2013-05-16auto merge of #6509 : thestinger/rust/clone, r=nikomatsakisbors-0/+14
2013-05-15auto merge of #6488 : sammykim/rust/issue-6430, r=sanxiynbors-9/+15
2013-05-16Change unsafe functions to safe functionsSangeun Kim-9/+15
2013-05-15auto merge of #6505 : cmr/rust/unsetenv, r=catamorphismbors-1/+36
2013-05-15auto merge of #6527 : thestinger/rust/deep_clone, r=pcwaltonbors-11/+36
2013-05-15auto merge of #6503 : sonwow/rust/at_vec-renamed, r=graydonbors-14/+14