index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
std.zig
Age
Commit message (
Expand
)
Author
2016-02-02
unreachable causes a trap in debug mode
Andrew Kelley
2016-02-02
add abort function and "cold" fn attribute
Andrew Kelley
2016-01-29
fix some inaccuracy in float printing
MovingtoMars
2016-01-29
remove some magic numbers from float printing
MovingtoMars
2016-01-29
float printing mostly works
MovingtoMars
2016-01-28
std: remove incorrect float printing code
Andrew Kelley
2016-01-28
remove accidental printf from float printing
MovingtoMars
2016-01-28
cleanup float printing
MovingtoMars
2016-01-28
basic float printing
MovingtoMars
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
update std lib to use error type and global variables
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-23
various small cleanups
Andrew Kelley
2016-01-23
codegen: fix field access of arrays
Andrew Kelley
2016-01-22
character literal returns a number literal
Andrew Kelley
2016-01-22
support statically initialized array literal
Andrew Kelley
2016-01-22
add test for const number literal
Andrew Kelley
2016-01-21
number literal rework
Andrew Kelley
2016-01-20
parsing error value decls and error value literals
Andrew Kelley
2016-01-18
use signed integer for sizes of things
Andrew Kelley
2016-01-18
refactor std to use for loop
Andrew Kelley
2016-01-15
rename "use" to "import"
Andrew Kelley
2016-01-14
overflow intrinsics take type as first argument
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-10
detect and report top level decl dependency loop
Andrew Kelley
2016-01-09
add memcpy and memset intrinsics
Andrew Kelley
2016-01-09
implement pub const
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
implement unknown size array indexing and slicing
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-08
fix codegen for implicit maybe wrap
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
fix undefined reference to memcpy in release mode
Andrew Kelley
2016-01-06
support unknown size arrays
Andrew Kelley
2016-01-05
array syntax is [10]i32 instead of [i32; 10]
Andrew Kelley
2016-01-05
add #min_value() and #max_value()
Andrew Kelley
2016-01-03
add rand example that doesn't yet work
Andrew Kelley
2016-01-02
fix various bugs related to guess number example
Andrew Kelley
2016-01-02
fix implicit cast after unreachable bad code gen
Andrew Kelley
2016-01-02
ability to access pointers with array indexing syntax
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2015-12-23
inline assembly uses -> instead of return
Andrew Kelley
2015-12-15
std: more efficient inline assembly
Andrew Kelley
2015-12-15
support inline assembly expressions with return type
Andrew Kelley
2015-12-15
std: expose exit syscall
Andrew Kelley
2015-12-14
add global variable support
Andrew Kelley
2015-12-14
`const` and `var` instead of `let` and `let mut`
Andrew Kelley
[next]