summary refs log tree commit diff
path: root/src/test/bench/sudoku.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+3
2012-03-15test: Fix breakageBrian Anderson-3/+3
2012-03-13Overhaul constructor naming in libsBrian Anderson-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-1/+1
2012-03-02core: Remove _mut functions from vecBrian Anderson-2/+6
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+1
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-3/+3
2012-02-07String split renaming:Kevin Cantu-2/+1
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-2/+2
2012-01-21fix #1352: change param order on vec::init_fn (and vec::init_fn_mut), putting...Graham Fawcett-2/+2
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19test: "tag" -> "enum" in benchPatrick Walton-1/+1
2012-01-11Major clean-up of std::ioMarijn Haverbeke-6/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+4
2011-11-20Added a little sudoku solver to test/bench for everone's puzzle solving needsStefan Plantikow-0/+170