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
2019-05-10
Fix erroneous test case
LemonBoy
2019-05-04
Added ability to specify endianess of PackedInt(Array/Slice)
tgschultz
2019-05-04
Ugh. I updated these but forgot to git add.
tgschultz
2019-03-29
add std.ascii to std.std test "std"
Rohlem
2019-03-22
std: add ascii with C ASCII character classes
Shawn Landden
2019-03-13
this empty import workaround no longer necessary
Andrew Kelley
2019-03-11
Merge branch 'valgrind' of https://github.com/daurnimator/zig into daurnimato...
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-28
Add support to open, create and close file
notkild
2016-02-09
std: fix parse_u64 implementation and add test
Andrew Kelley
2016-02-07
array.len generates a constant number literal expression
Andrew Kelley
2016-02-07
remove ptr field access of arrays
Andrew Kelley
2016-02-06
std: remove auto flushing of stderr. use printf
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-05
update for loop syntax
Andrew Kelley
2016-02-04
move os_get_random_bytes to os.zig
Andrew Kelley
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
[next]