aboutsummaryrefslogtreecommitdiff
path: root/std/rand.zig
AgeCommit message (Expand)Author
2016-01-25variable initializations are now mandatoryAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-24fix parameter access of sret functionsAndrew Kelley
2016-01-22character literal returns a number literalAndrew Kelley
2016-01-18use signed integer for sizes of thingsAndrew Kelley
2016-01-18refactor std to use for loopAndrew Kelley
2016-01-15add void arrays testAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-10detect and report top level decl dependency loopAndrew Kelley
2016-01-08implement unknown size array indexing and slicingAndrew Kelley
2016-01-06while detects simple constant conditionAndrew Kelley
2016-01-06support pub structs. move rand to std lib.Andrew Kelley