summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2012-08-29std: Camel case some constructorsBrian Anderson-4/+4
2012-08-28CamelCasify lots of stdBen Striegel-8/+8
2012-08-28Convert core::pipes to camel caseBrian Anderson-12/+12
2012-08-27Camel case various core constructorsBrian Anderson-44/+42
2012-08-27Convert core::result to camel caseBrian Anderson-6/+6
2012-08-26fix bench test for arc::arc camelcaseBen Blum-3/+3
2012-08-26Camel case the option typeBrian Anderson-101/+101
2012-08-26Fix build breakageBrian Anderson-3/+4
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-18/+13
2012-08-23remove a print in msgsend-ring-rw-arcsBen Blum-1/+0
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-5/+5
2012-08-23Remove match check from test casesTim Chevalier-5/+10
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-8/+8
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-10/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-163/+163
2012-08-21Add msgsend-ring-{rw,mutex}-arcs bench testsBen Blum-0/+229
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+178
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+3
2012-08-17Remove the class keywordBrian Anderson-3/+3
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-6/+6
2012-08-15Convert more core types to camel caseBrian Anderson-26/+28
2012-08-14Convert more core types to camel caseBrian Anderson-30/+30
2012-08-14fix more fallout from future de-mode-ing.Graydon Hoare-6/+6
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-1/+1
2012-08-10Fix compile-fail arc/sync testsBen Blum-0/+1
2012-08-08Convert impls to new syntaxBrian Anderson-17/+8
2012-08-08Add spawn_conversationJesse Ruderman-6/+3
2012-08-07Change task().future_result's argument modeBen Blum-5/+5
2012-08-06Make 100 generations perf test sensitive to spawn failuresBen Blum-3/+11
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-45/+45
2012-08-06Enabling pingpong benchmark.Eric Holk-16/+21
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-121/+121
2012-08-03Add task-perf-linked-failure.rsBen Blum-2/+69
2012-08-03Xfailing until the pipe race is fixed.Eric Holk-0/+2
2012-08-02Purge placement new; Make borrowck know about unary move.Niko Matsakis-4/+5
2012-08-02Convert pfib to pipes. This is a useful stress test.Eric Holk-12/+12
2012-08-02Removing an obsolete benchmarkEric Holk-459/+0
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-20/+27
2012-08-02Linked failure: Add '100 generations' bench test (#1868)Ben Blum-0/+32
2012-08-01Convert ret to returnBrian Anderson-76/+76
2012-07-31Fix failing testsBrian Anderson-17/+17
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-138/+138
2012-07-30Revert "Fix build by xfailing tests which produce irreducible CFGs."Elliott Slaughter-2/+0
2012-07-29Rewrite bitv to use classes and optimize its representationTim Chevalier-3/+3
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-14/+21
2012-07-26re-xfailing pingpongEric Holk-0/+1
2012-07-26Added .peek for recv_packetsEric Holk-1/+0
2012-07-26Fix borrow check errors in k-nucleotide.Eric Holk-2/+2