summary refs log tree commit diff
path: root/src/test/bench/sudoku.rs
AgeCommit message (Expand)AuthorLines
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-2/+3
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-5/+1
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-3/+3
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-10-24Test fixes and merge conflictsAlex Crichton-8/+12
2013-10-24Remove even more of std::ioAlex Crichton-6/+5
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30bench: Remove usage of fmt!Alex Crichton-4/+4
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-3/+3
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-9/+9
2013-08-02replace `range` with an external iteratorDaniel Micay-9/+11
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-11/+10
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+3
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-2/+3
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-1/+1
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-4/+9
2013-05-22test: Update tests to use the new syntax.Patrick Walton-4/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-21/+21
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-3/+3
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-23/+23
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-3/+3
2013-03-26Fixed all use sites and testsMarvin Löbel-1/+2
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-4/+4
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-1/+1
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-1/+2
2013-03-18Refactored sudoku benchmark to use traits and added some testsStefan Plantikow-106/+201
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+2
2013-02-24test: xfail-pretty some benchmarks. rs=burningtreePatrick Walton-0/+2
2013-02-17Modernize bitv mut fields and explicit selfAlex Crichton-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-6/+6
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30test: De-export sudoku. rs=burningtreePatrick Walton-6/+4
2013-01-31Fix bench/sudoku, broken by deëxportingBen Striegel-6/+4
2013-01-30Repair RIMOV damage to benchmarksBen Striegel-5/+5
2013-01-30RIMOV, round 10Ben Striegel-1/+1
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10