summary refs log tree commit diff
path: root/src/fuzzer/rand_util.rs
AgeCommit message (Expand)AuthorLines
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-11/+11
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-10/+10
2012-06-21Remove some singleton vector appends.Eric Holk-1/+1
2012-04-13use find not echo; this also brings fuzzer under the iron fist of tidy.py!Niko Matsakis-2/+6
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-01-06Get these files compiling againJesse Ruderman-5/+5
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-6/+6
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-6/+6
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-3/+3
2011-09-23Add rand_util.rsJesse Ruderman-0/+93