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
/
src
/
all_types.hpp
Age
Commit message (
Expand
)
Author
2018-09-07
stage1: refactor variable inits to use c abi fn walk
Andrew Kelley
2018-09-07
stage1: refactor param vars for C ABI
Andrew Kelley
2018-09-07
stage1: refactor fn type analysis to use C ABI walk fn
Andrew Kelley
2018-09-07
stage1: c abi for big struct works
Andrew Kelley
2018-09-05
start creating a hash of input parameters
Andrew Kelley
2018-09-05
add compile error for using outer scoped runtime variables
Andrew Kelley
2018-09-05
stage1: rename more TypeTableEntry types to ZigType
Andrew Kelley
2018-09-05
stage1: rename VariableTableEntry to ZigVar
Andrew Kelley
2018-09-05
stage1: rename FnTableEntry to ZigFn
Andrew Kelley
2018-09-05
stage1: rename TypeTableEntry to ZigType
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-09-04
add compile error for comptime control flow inside runtime block
Andrew Kelley
2018-09-04
fix incorrect variable ref count
Andrew Kelley
2018-09-03
better anonymous struct naming
Andrew Kelley
2018-08-28
fix crash when var in inline loop has different types
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-02
src/all_types.hpp: remove promise_symbol from suspend;
kristopher tate
2018-08-02
src/codegen.cpp: @handle(): replace hacky ref chain with llvm intrinsic;
kristopher tate
2018-08-02
src/all_types.hpp: add enums for Handle Builtin;
kristopher tate
2018-07-27
remove ability to break from suspend blocks
Andrew Kelley
2018-07-27
update coroutine return codegen with new status bits
Andrew Kelley
2018-07-26
coroutines have 3 more bits of atomic state
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-11
ir: refactor lvalues
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-06
alternate implementation of previous commit
Andrew Kelley
2018-06-27
add f16 type
Ben Noordhuis
2018-06-26
rename get_maybe_type to get_optional_type
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
remove error set casting syntax. add `@errSetCast`
Andrew Kelley
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-11
implement @tagName as a switch instead of table lookup
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
nullable pointers follow const-casting rules
Andrew Kelley
2018-06-07
add implicit casts from `*[N]T`
Andrew Kelley
2018-06-07
remove @canImplicitCast builtin
Andrew Kelley
2018-06-07
fix structs that contain types which require comptime
Andrew Kelley
2018-06-05
Renamed UndefinedLiteral to Undefined
Jimmi HC
2018-06-05
Removed NullLiteral to Null
Jimmi HC
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-06-02
introduce [*] for unknown length pointers
Andrew Kelley
2018-05-31
ir: rip out special logic for using addr-of instruction for types
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
[prev]
[next]