summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-08-08Fix number-peek code in fmt!, close #1610.Graydon Hoare-0/+2
2012-08-08Convert impls to new syntaxBrian Anderson-142/+118
2012-08-08Updating examplesEric Holk-11/+2
2012-08-08Merge pull request #3153 from jruderman/sconvBen Blum-6/+3
2012-08-08add compile-fail test sync-cond-shouldnt-escape.rsBen Blum-0/+9
2012-08-08Make let _ = e; have the same semantics as e;Tim Chevalier-0/+28
2012-08-08lint: Allow trailing underscores in camel case identsBrian Anderson-0/+6
2012-08-08Add spawn_conversationJesse Ruderman-6/+3
2012-08-08xfail-prettyEric Holk-0/+2
2012-08-08Don't add struct names to the value name space if there's no constructorTim Chevalier-0/+24
2012-08-08Adding some examples for my internship presentation.Eric Holk-0/+169
2012-08-08refactor categorization out of borrowck into its own module.Niko Matsakis-0/+20
2012-08-07improve borrowck error messages to explain regions betterNiko Matsakis-1/+15
2012-08-07new test case demonstrating ability to return ptr to interior of optionNiko Matsakis-0/+22
2012-08-07rustc: Parse variant structs; add a trivial test casePatrick Walton-0/+6
2012-08-07Translate const structs.Graydon Hoare-0/+14
2012-08-07Implement static typeclass methods. Closes #3132.Michael Sullivan-0/+134
2012-08-07Const slices now work. Something odd about non-const cases though, see #3138.Graydon Hoare-2/+10
2012-08-07syntax: Fix parsing of inherent traitsBrian Anderson-0/+20
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-56/+0
2012-08-07Working on a macro for selecting from many pipes.Eric Holk-0/+112
2012-08-07Nifty macros for receiving from a protocol.Eric Holk-42/+14
2012-08-07Use a proper protocol definition instead of the already-expanded code.Eric Holk-19/+3
2012-08-07Change task().future_result's argument modeBen Blum-12/+12
2012-08-07Comments, minor refactoring, clean up wording of error messagesLindsey Kuper-3/+3
2012-08-07xfail-fast issue-2242Niko Matsakis-0/+1
2012-08-07move borrowck tests to use ref, fix a few exposed shortcomingsNiko Matsakis-29/+37
2012-08-06test: Modernize and un-XFAIL issue-2242-d.rs (issue #2242)Patrick Walton-9/+7
2012-08-06test: Add a dvec indexing operator test, which serves as a test for #2615 (cr...Patrick Walton-0/+6
2012-08-06Auto-deref the base expr in trans_method_calleeTim Chevalier-0/+24
2012-08-06first shot at integrating ref/value bindings into borrowckNiko Matsakis-0/+44
2012-08-06rustc: Parse and stub (broken) typechecking for bounded function typesPatrick Walton-0/+7
2012-08-06Disallow multiple constructors or destructors in the same classTim Chevalier-0/+27
2012-08-06rustc: Implement pattern matching for structsPatrick Walton-0/+14
2012-08-06Make 100 generations perf test sensitive to spawn failuresBen Blum-3/+11
2012-08-06In resolve, forbid duplicate value, type, and module itemsTim Chevalier-0/+21
2012-08-06s/alt/match/... again.Niko Matsakis-8/+8
2012-08-06s/alt/match/Niko Matsakis-4/+4
2012-08-06make `ref x` bindings produce region ptrs and fix various minor bugsNiko Matsakis-2/+83
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-275/+275
2012-08-06core: Rename task::osmain to platform_thread. #3090Brian Anderson-1/+1
2012-08-06Enabling pingpong benchmark.Eric Holk-16/+21
2012-08-06rustc: Implement functional record update for structsPatrick Walton-0/+12
2012-08-06Add a test for issue #2312Brian Anderson-0/+11
2012-08-06Add missing =>Eric Holk-3/+2
2012-08-06Refcount tasks in packets to avoid races.Eric Holk-2/+0
2012-08-05Switch alts to use arrowsBrian Anderson-462/+468
2012-08-04Fix closure pretty-print testsBrian Anderson-2/+1
2012-08-04xfail-fast run-pass/trait-composition-trivialBrian Anderson-0/+1
2012-08-03Translate const vecs, most of const slices. More for #2317.Graydon Hoare-1/+10