summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-07-06Moved pipes runtime support to libcore, and add a test that will help verify ...Eric Holk-194/+270
2012-07-06Contracts work well enough to do the message ring benchmark, and it's really ...Eric Holk-0/+327
2012-07-06send only takes one data argument.Eric Holk-2/+2
2012-07-06Macro and iface tricks to simulate self move.Eric Holk-0/+307
2012-07-06Progress towards pipes.Eric Holk-37/+61
2012-07-06An example using pipes with most of the synchronization code in place.Eric Holk-0/+247
2012-07-06First example of a program using pipes.Eric Holk-2/+112
2012-07-06Basic functionality for new ports and chansEric Holk-1/+1
2012-07-06cargo: Fix building dependenciesErick Tryzelaar-2/+2
2012-07-05Ignore a should_fail test on windowsBrian Anderson-0/+1
2012-07-05Fix test that was using rust_task_allow_kill incorrectlyBrian Anderson-2/+4
2012-07-05A new `times` method on numeric typesBen Striegel-17/+91
2012-07-05Allow soft failure of the macro parser.Paul Stansifer-14/+23
2012-07-05Add new syntax for interpolation and repetition, and allow the transcription ...Paul Stansifer-39/+70
2012-07-05Start letting the parser catch interpolated ASTs.Paul Stansifer-6/+95
2012-07-05Update the new macro demo.Paul Stansifer-7/+21
2012-07-05Macro By Example transcription of token trees with interpolations and dotdotd...Paul Stansifer-32/+141
2012-07-05Store some span information for stride mismatches errors in MBE TT macros.Paul Stansifer-9/+14
2012-07-05Move earley_parser.rs to a more appropriate placePaul Stansifer-3/+3
2012-07-05Some rearranging in perparation for MBE-style TT transcription.Paul Stansifer-123/+198
2012-07-05Document matchers a little better.Paul Stansifer-1/+3
2012-07-05Add test case in task.rs for #2782Ben Blum-0/+38
2012-07-05make disallow_kill an int for nested unkillables (closes #2782)Ben Blum-6/+7
2012-07-05Clean up error message punctuation/capitalizationLindsey Kuper-33/+33
2012-07-05Remove duplicate, un-used copy of astencodeTim Chevalier-940/+0
2012-07-05Uncomment destructor in parser now that dtors workTim Chevalier-2/+1
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-20/+19
2012-07-05Mostly change TODOs to FIXMEs and annotate themTim Chevalier-19/+23
2012-07-05Consider slices to be a structural type. Closes #2748.Michael Sullivan-4/+23
2012-07-05std: Actually buildbase64Brian Anderson-0/+1
2012-07-05core: Actually build to_bytesBrian Anderson-0/+1
2012-07-05std: Export base64Brian Anderson-0/+1
2012-07-05core: Export to_bytesBrian Anderson-1/+1
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-451/+453
2012-07-05Arc requires send trait (issue #2788)Eric Holk-5/+5
2012-07-05Remove create_lock in favor of lock_and_signal() (issue #2780)Eric Holk-8/+6
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-5046/+4983
2012-07-04Add tests for various ways to write 'do' and 'for' without argsBrian Anderson-0/+16
2012-07-04Remove empty argument lists from do expressionsBen Striegel-260/+260
2012-07-04TidyBrian Anderson-2/+5
2012-07-04Merge pull request #2798 from erickt/incomingBrian Anderson-0/+177
2012-07-04When getopts encounters an option that takes an argument, it should treat the...Josh Matthews-1/+39
2012-07-04Fix trans typo noticed by fuzzer. Close #2148.Graydon Hoare-1/+1
2012-07-03Add a to_bytes iface and a handful of implsErick Tryzelaar-0/+19
2012-07-03Add a basic base64 moduleErick Tryzelaar-0/+158
2012-07-03test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2Patrick Walton-1/+1
2012-07-03rustc: Make the error names in resolve3 conform more closely to what the comp...Patrick Walton-6/+3
2012-07-03test: Make run-fail/zip-different-lengths not rely on resolve bugsPatrick Walton-1/+1
2012-07-03test: Fix cyclic import in class-cast-to-iface-cross-crate-2Patrick Walton-2/+1
2012-07-03test: Make tag-exports not use the obsolete tag export syntaxPatrick Walton-3/+6