about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-5/+5
2012-09-08test: bunch of test cleanup from sendable_futures changeJeff Olson-9/+16
2012-09-07(fix incoming) Add the necessary traits to some generic functionsKevin Cantu-3/+6
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-15/+7
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-25/+25
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-2/+2
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-8/+8
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-4/+4
2012-09-06Remove struct ctorsBrian Anderson-6/+19
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-7/+9
2012-09-05test: "import" -> "use"Patrick Walton-103/+90
2012-09-05test: Fix smallintmap testPatrick Walton-3/+3
2012-09-04std: Camel case listBrian Anderson-17/+17
2012-09-02Camel case core::opsBrian Anderson-2/+2
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-2/+2
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