aboutsummaryrefslogtreecommitdiff
path: root/std/std.zig
AgeCommit message (Expand)Author
2016-01-08implement unknown size array indexing and slicingAndrew Kelley
2016-01-08codegen: fix else if expression and maybe unwrap exprAndrew Kelley
2016-01-08fix codegen for implicit maybe wrapAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-06fix undefined reference to memcpy in release modeAndrew Kelley
2016-01-06support unknown size arraysAndrew Kelley
2016-01-05array syntax is [10]i32 instead of [i32; 10]Andrew Kelley
2016-01-05add #min_value() and #max_value()Andrew Kelley
2016-01-03add rand example that doesn't yet workAndrew Kelley
2016-01-02fix various bugs related to guess number exampleAndrew Kelley
2016-01-02fix implicit cast after unreachable bad code genAndrew Kelley
2016-01-02ability to access pointers with array indexing syntaxAndrew Kelley
2016-01-02closer to guess number example workingAndrew Kelley
2015-12-23inline assembly uses -> instead of returnAndrew Kelley
2015-12-15std: more efficient inline assemblyAndrew Kelley
2015-12-15support inline assembly expressions with return typeAndrew Kelley
2015-12-15std: expose exit syscallAndrew Kelley
2015-12-14add global variable supportAndrew Kelley
2015-12-14`const` and `var` instead of `let` and `let mut`Andrew Kelley
2015-12-14instead of *mut and *const, & and &constAndrew Kelley
2015-12-14std: factor out the write syscall and make it publicAndrew Kelley
2015-12-14add number literal typeAndrew Kelley
2015-12-12std: print_str no longer requires length argumentAndrew Kelley
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-11hello world working without libcAndrew Kelley
2015-12-10provide std.zig and add it to import pathsAndrew Kelley