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
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-06-13
std.meta: remove `Vector` (deprecated in 0.10)
Eric Joldasov
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-18
std.builtin: remove layout field from Type.Enum
r00ster91
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-05-04
std.meta.TrailerFlags: improve init type
Erik Arvstedt
2022-05-04
std.meta.TrailerFlags: include in std tests
Erik Arvstedt
2022-03-24
std.meta.trait: remove assumption about vector ABI size
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-29
Make `std.meta.trait.isContainer` true for opaques
InKryption
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-21
Correct hasUniqueRepresentation for vectors
Tau
2021-06-21
std.TrailerFlags: remove superfluous parameter
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
Remove `isIntegerNumber` and `isFloatingNumber`
Aiz672
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-29
std: fix compile errors found by stage2 AstGen
Andrew Kelley
2021-03-18
Add some enum utilities
Martin Wickham
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
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
[next]