summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-242/+226
2013-04-14Add a lint mode for unused unsafe blocks/functionsAlex Crichton-70/+224
2013-04-13auto merge of #5867 : dotdash/rust/reduce_reallocs, r=graydonbors-1/+1
2013-04-13auto merge of #5864 : huonw/rust/rusti-detect-tty, r=graydonbors-30/+44
2013-04-13auto merge of #5810 : thestinger/rust/iterator, r=graydonbors-164/+216
2013-04-13Doc review, as requested :-).Dan Luu-8/+7
2013-04-14Remove unnecessary enclosing modules for NumCast implsBrendan Zabarauskas-30/+22
2013-04-14Consolidate tests of numeric operationsBrendan Zabarauskas-83/+29
2013-04-14Restore Num traitBrendan Zabarauskas-7/+29
2013-04-14Remove trailing whitespaceBrendan Zabarauskas-5/+5
2013-04-14Add a test to show how NumCast can be used in type parametersBrendan Zabarauskas-1/+24
2013-04-14Generate NumCast impls and tests using macrosBrendan Zabarauskas-922/+114
2013-04-14Clarify purpose of NumCast traitBrendan Zabarauskas-2/+2
2013-04-13Avoid excessive allocations and copies in iter::to_vecBjörn Steinbrink-1/+1
2013-04-13move rustdoc comments so that they attach to the functions rather than the im...Leah Hanson-79/+79
2013-04-13auto merge of #5761 : Dretch/rust/murder-death-kill, r=thestingerbors-15/+136
2013-04-13librusti: only use std::rl if stdin is connected to a tty.Huon Wilson-30/+44
2013-04-13librust: make `rust run file.rs` past any extra arguments to the compiled pro...Huon Wilson-4/+4
2013-04-13initial iterator object libraryDaniel Micay-164/+216
2013-04-13fix index out of bounds error of x86_64 ABIJyun-Yan You-2/+21
2013-04-12auto merge of #5839 : bjz/rust/master, r=brsonbors-1/+42
2013-04-12Add comments for the implementations of from_base64 and to_base64 for .Leah Hanson-0/+34
2013-04-12Suppress a bunch of valgrind errorsBrian Anderson-0/+92
2013-04-12rustpkg: Factor out tests; use a condition instead of returning an optionTim Chevalier-63/+138
2013-04-12auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...bors-782/+2463
2013-04-12auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphismbors-952/+636
2013-04-12TidyTim Chevalier-8/+5
2013-04-12add rustdoc comments with examples for the string versions of to_base64 and f...Leah Hanson-0/+45
2013-04-12auto merge of #5640 : dbaupp/rust/syntax-generalise-deriving, r=thestingerbors-791/+1608
2013-04-12libsyntax: another fix for deriving on windows.Huon Wilson-2/+1
2013-04-12auto merge of #5809 : Aatch/rust/start-attr, r=thestingerbors-47/+177
2013-04-12libsyntax: (maybe) fix deriving(TotalOrd) on windowsHuon Wilson-6/+6
2013-04-12Added xfail-fast to test so the windows buildbot doesn't chokeJames Miller-0/+2
2013-04-12libsyntax: short-circuit on non-matching variants in deriving code.Huon Wilson-156/+349
2013-04-12testsuite: add tests for derived Eq, TotalEq, Ord, TotalOrd.Huon Wilson-0/+75
2013-04-12libsyntax: derive Clone, Eq, TotalEq, Ord, TotalOrd with the new generic deri...Huon Wilson-761/+411
2013-04-12libcore: combine cmp::Ordering instances in lexical order.Huon Wilson-0/+27
2013-04-12libsyntax: abstract most of the deriving boilerplate into a simpler(r) interf...Huon Wilson-42/+915
2013-04-11rustpkg: Use pkg IDs, remove old code for now that required packages to decla...Tim Chevalier-964/+519
2013-04-11auto merge of #5845 : thestinger/rust/bool, r=catamorphismbors-27/+72
2013-04-11bool: implement Ord and TotalOrdDaniel Micay-27/+72
2013-04-11Make destroy() send SIGTERM and add a new method calledgareth-12/+44
2013-04-11auto merge of #5825 : danluu/rust/rngdoc, r=ericktbors-9/+183
2013-04-11auto merge of #5823 : Kimundi/rust/str_from_bytes_slice, r=ericktbors-8/+147
2013-04-11auto merge of #5819 : erickt/rust/incoming, r=ericktbors-158/+1419
2013-04-11Fix formattingDan Luu-34/+40
2013-04-11Implement Finally for ~fn and @fn typesBrendan Zabarauskas-1/+42
2013-04-11auto merge of #5826 : brson/rust/0.7-pre, r=brsonbors-46/+46
2013-04-11auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphismbors-8/+8
2013-04-11xail all debuginfo testsBrian Anderson-0/+6