about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2011-07-26Add support for new-style local declsMarijn Haverbeke-0/+33
2011-07-25Correct input coordinate tracking on block-opening brace.Graydon Hoare-5/+5
2011-07-25Tidy fuzzer a bit.Graydon Hoare-34/+77
2011-07-25Recognize and preserve first blank line if first line of file.Graydon Hoare-5/+13
2011-07-25Run test tasks in parallel according to RUST_THREADS. Issue #734Brian Anderson-32/+79
2011-07-25Disable task-comm-15. Fails with multiple threads.Brian Anderson-1/+4
2011-07-25Rename the block type to be blk also. Sorry.Michael Sullivan-82/+83
2011-07-25Adjust pp interface to that printing a crate (an reproducing literals/comment...Graydon Hoare-26/+37
2011-07-25Fix signature and add string_reader to ioivec.Graydon Hoare-1/+5
2011-07-25Disallow block as a variable name in preparation for it becoming a keyword.Michael Sullivan-47/+48
2011-07-25Ignore various files that are probably not tests when searching for testsBrian Anderson-1/+5
2011-07-25remove datalayout from the intrinsics.ll.in file, silence linkage warning.Graydon Hoare-1/+0
2011-07-25Add support for bracey record types and literalsMarijn Haverbeke-8/+46
2011-07-25Add look-ahead to parser objectMarijn Haverbeke-34/+48
2011-07-25Make the lexer slightly less statefulMarijn Haverbeke-29/+25
2011-07-25Remove some rustboot-ismsMarijn Haverbeke-36/+18
2011-07-25Tie up the ends needed to get external consts workingMarijn Haverbeke-24/+17
2011-07-25Fix span information returned by parser::parse_seqMarijn Haverbeke-35/+33
2011-07-25Add a pass that checks for unreachable alt armsMarijn Haverbeke-2/+115
2011-07-24Add task::send and task::recvBrian Anderson-0/+16
2011-07-24Add task::worker. Spawns a task and returns a channel to itBrian Anderson-0/+93
2011-07-24Reindent lib-task.rsBrian Anderson-15/+15
2011-07-24The Big Test Suite OverhaulBrian Anderson-401/+772
2011-07-23Add `--expand` option to rustc to pretty-print expanded code.Paul Stansifer-7/+20
2011-07-23Attempt to put out burning Windows tinderbox.Eric Holk-1/+1
2011-07-23Add an NSIS script for building a win32 installer. Closes #522.Graydon Hoare-0/+39
2011-07-23Fixed another concurrency issue in channels.Eric Holk-0/+2
2011-07-22More work on word-count.Eric Holk-36/+134
2011-07-22Adding test case dealing with communication and hashmaps.Eric Holk-0/+108
2011-07-22Task-ified the word count program.Eric Holk-53/+117
2011-07-22Overhaul how we handle freevars.Michael Sullivan-26/+39
2011-07-22Simple cleanup of the freevars pass.Michael Sullivan-5/+5
2011-07-22Add a "fake" def_upvar and mechanisms to create it.Michael Sullivan-4/+23
2011-07-22Implement Macro By Example.Paul Stansifer-211/+643
2011-07-22Adding test case for #687.Eric Holk-0/+62
2011-07-22Fixing (or at least improving) translation of move semantics for send and rec...Eric Holk-12/+6
2011-07-22Fixing a use of uninitialized memory error in valgrind.Eric Holk-2/+2
2011-07-22Folding recv_val into trans_recv, since this is its only use.Eric Holk-11/+7
2011-07-22Exercise self-calls and overriding together a bit more.Lindsey Kuper-0/+12
2011-07-22Getting rid of obsolete comments.Lindsey Kuper-3/+0
2011-07-22Commenting out the huge-memory-using lines in pfib.Eric Holk-2/+2
2011-07-22Remove typechecker work-arounds now that I know howMarijn Haverbeke-3/+2
2011-07-22Add xfail-stage3 directives to testsBrian Anderson-0/+38
2011-07-22Print a list of test failures in the test summary. Issue #428Brian Anderson-0/+10
2011-07-22Start adding support for multiple variable declarations per stmtMarijn Haverbeke-46/+81
2011-07-22Rewrite trans_cast, float->float and float->int castsMarijn Haverbeke-50/+73
2011-07-22Report unresolved names only once per functionMarijn Haverbeke-32/+52
2011-07-22Revert "Enable run-pass/lib-run on win32. Closes #714"Marijn Haverbeke-0/+7
2011-07-22Fix unboxing in alias passMarijn Haverbeke-15/+35
2011-07-21Enable run-pass/lib-run on win32. Closes #714Brian Anderson-7/+0