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
/
lib
/
std
/
meta
Age
Commit message (
Expand
)
Author
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
std: loop in trailer flags can be indexing operation
daurnimator
2021-01-01
std: use FieldEnum from TrailerFlags
daurnimator
2020-12-31
Year++
Frank Denis
2020-12-26
Handle unions in autoHash
Julius Putra Tanu Setiaji
2020-12-26
Make hasUniqueRepresentation false for slices
Julius Putra Tanu Setiaji
2020-12-14
std: Bool has no definite representation too
LemonBoy
2020-12-14
std: non-byte-multiple sized integers have no definite representation
LemonBoy
2020-12-10
std: introduce meta.traits.is{Integral,Float}
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-01
Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
Tadeo Kondrak
2020-09-02
builtin: Add TypeInfo.StructField.is_comptime
Tadeo Kondrak
2020-08-27
std.meta.TrailerFlags fixes
Tadeo Kondrak
2020-08-27
std.meta.TrailerFlags: use @Type to improve API
Tadeo Kondrak
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-14
Support tuples in mem.len and trait.isIndexable (#5897)
Dmitry Atamanov
2020-07-27
Merge pull request #5932 from Sahnvour/hash
Andrew Kelley
2020-07-26
add trait hasUniqueRepresentation
Sahnvour
2020-07-17
Add trait.isTuple
data-man
2020-07-15
TrailerFlags test: fix bad alignment assumption on 32-bit
Andrew Kelley
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
2020-07-14
add std.meta.TrailerFlags API
Andrew Kelley
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-01
Merge pull request #5449 from data-man/more_traits
Andrew Kelley
2020-05-28
Use tuples in multiTrait
data-man
2020-05-28
zig fmt
data-man
2020-05-28
Added tests with tuple
data-man
2020-05-27
Add more traits
data-man
2020-05-24
Treat vectors as indexable
data-man
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-23
remove @bytesToSlice, @sliceToBytes from tests, docs
xackus
2020-02-14
modernize std.meta
xackus
2019-12-11
self-hosted: manually parse args
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley