about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2012-09-20remove cfg(stage0) version of Eq, not needed for testsNiko Matsakis-22/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+22
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-25/+28
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-13/+3
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-5/+5
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-12/+23
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-29/+18
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-18/+29
2012-09-18Tweak graph500-bfs so it pretty-printsBrian Anderson-2/+2
2012-09-18Fix some broken testsBrian Anderson-2/+2
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+14
2012-09-15int/uint parse_buf => parse_bytes (#3444)Erick Tryzelaar-2/+2
2012-09-13Remove unnecessary temporary, add type annot to help inferencer (cc #2280)Niko Matsakis-5/+2
2012-09-12Rename str::unsafe to str::rawBrian Anderson-3/+3
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-2/+2
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-29/+29
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-3/+3
2012-09-10Convert std::map to camel caseBrian Anderson-25/+25
2012-09-10Rename the poorly named Managed<T> type to Mut<T>.Niko Matsakis-5/+5
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-1/+5
2012-09-10Fix broken testsBrian Anderson-3/+5
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