about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-04-16Merge remote-tracking branch 'brson/sched-cleanup'Brian Anderson-449/+457
2013-04-16add self.token_to_str and is_any_keyword convenience abstractionsJohn Clements-25/+55
2013-04-16added MTWT functionsJohn Clements-66/+462
2013-04-16better error message on failure to parse typeJohn Clements-1/+2
2013-04-16move interner_key macroJohn Clements-22/+22
2013-04-16auto merge of #5904 : huonw/rust/core-vec-windowed, r=thestingerbors-16/+41
2013-04-16libcore: vec::windowed iterates, not allocates.Huon Wilson-16/+41
2013-04-15auto merge of #5901 : thestinger/rust/iterator, r=sanxiynbors-36/+53
2013-04-15auto merge of #5895 : huonw/rust/no-pub-tests, r=thestingerbors-2803/+2836
2013-04-15auto merge of #5899 : catamorphism/rust/copy-cops, r=catamorphismbors-27/+22
2013-04-15rustc: Anti-copy policeTim Chevalier-27/+22
2013-04-16libcore: missed an import for a testHuon Wilson-0/+1
2013-04-15core::rt: Clean up some more hacksBrian Anderson-12/+6
2013-04-15core::rt: Narrow down the unsafety of the thread-local schedulerBrian Anderson-47/+47
2013-04-15iterator: use an IteratorUtil traitDaniel Micay-35/+40
2013-04-15update RELEASES.txtDaniel Micay-1/+13
2013-04-15core::rt: Restructure context switches to take ownership of the SchedulerBrian Anderson-62/+94
2013-04-15auto merge of #5894 : catamorphism/rust/authors, r=catamorphismbors-0/+4
2013-04-16librustdoc: move tests into dedicated tests module.Huon Wilson-1619/+1624
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-1184/+1211
2013-04-15Update AUTHORS.txt w/ Brett Cannon, Diggory Hardy, Jack Moffitt, James MillerTim Chevalier-0/+4
2013-04-15auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphismbors-1/+79
2013-04-15core::rt: Make Scheduler::unsafe_local return a fabricated region pointerBrian Anderson-247/+228
2013-04-15core::rt: Rename Scheduler::local to Scheduler::unsafe_localBrian Anderson-26/+30
2013-04-15core::rt: A little bit of cleanup to thread-local schedulerBrian Anderson-20/+13
2013-04-15core::rt: Move thread-local scheduler to its own moduleBrian Anderson-99/+109
2013-04-15core::rt: Fix two incorrect uses of the thread-local schedulerBrian Anderson-2/+8
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-87/+107
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 #5888 : sawrubh/rust/mybranch, r=pnkfelixbors-0/+0
2013-04-15Modified submodules to use https instead of git for git URLSaurabh Anand-2/+2
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