aboutsummaryrefslogtreecommitdiff
path: root/example/rand
AgeCommit message (Expand)Author
2016-01-06support pub structs. move rand to std lib.Andrew Kelley
2016-01-06fix bug in RNG exampleAndrew Kelley
2016-01-06codegen: fix member function invocationAndrew Kelley
2016-01-06support unknown size arraysAndrew Kelley
2016-01-05array syntax is [10]i32 instead of [i32; 10]Andrew Kelley
2016-01-05update rand exampleAndrew Kelley
2016-01-05fix some errors in rand exampleAndrew Kelley
2016-01-05add #min_value() and #max_value()Andrew Kelley
2016-01-04fix crash when struct field is invalidAndrew Kelley
2016-01-04multiple files example no longer use libcAndrew Kelley
2016-01-03add #typeof() compiler functionAndrew Kelley
2016-01-03add rand example that doesn't yet workAndrew Kelley