about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-15auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphismbors-63/+138
2013-04-15auto merge of #5891 : brson/rust/valgrind, r=brsonbors-3/+0
2013-04-15rt: Move test functions to rust_test_helpers.cppBrian Anderson-86/+105
2013-04-15Make valgrind suppressions more liberalBrian Anderson-3/+0
2013-04-15auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphismbors-985/+1045
2013-04-16Prevent eval_const_expr_partial hides prior error in expr_cast arm.Jeong YunWon-25/+24
2013-04-15TidyTim Chevalier-3/+3
2013-04-15auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydonbors-28/+201
2013-04-15auto merge of #5881 : danluu/rust/xfail_bind_by_move, r=graydonbors-3/+2
2013-04-14core::rt: Clean up the thread-local scheduler codeBrian Anderson-74/+79
2013-04-14core::rt: All context switches are followed by a cleanup actionBrian Anderson-5/+7
2013-04-14core::rt: Schedulers only need a single cleanup_job at a timeBrian Anderson-31/+31
2013-04-14core::rt: Insert calls to run_cleanup_tasks after all context switchesBrian Anderson-5/+8
2013-04-14core::rt: Rename block_running_task_and_then to deschedul_...Brian Anderson-7/+7
2013-04-14core::rt: Restructure task_from_last_cleanup_job to borrow correctlyBrian Anderson-48/+63
2013-04-14Fix xfail'd ARC testDan Luu-3/+2
2013-04-14Change to 4-space indents in code examplesLeah Hanson-14/+14
2013-04-14auto merge of #5880 : Dretch/rust/signals, r=thestingerbors-0/+30
2013-04-14Flesh out the SIG* constants: this adds all the posix signalgareth-0/+30
2013-04-14update copyright notice on base64.rsLeah Hanson-1/+1
2013-04-14auto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiynbors-2/+33
2013-04-14test: remove unnecessary unsafe blocks/functionsAlex Crichton-37/+33
2013-04-14add rust_dbg_extern_identity_TwoDoubles to prevent check-fast failureJyun-Yan You-3/+15
2013-04-14syntax: remove unnecessary unsafe blocks/functionsAlex Crichton-6/+4
2013-04-14rustc: remove unnecessary unsafe blocks/methodsAlex Crichton-175/+153
2013-04-14std: remove unused unsafe blocks/functionsAlex Crichton-455/+405
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