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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2018-06-19
remove redundant implicit casting code
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
Merge pull request #1136 from alexnask/typeinfo_improvements
Andrew Kelley
2018-06-19
@typeInfo now uses optional types instead of @typeOf(undefined)
Alexandros Naskos
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
standard library fixes
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
disallow opaque as a return type of fn type syntax
Andrew Kelley
2018-06-18
fix compiler crash when using @intToFloat with float literal
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-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-13
disallow implicit casts that break rules for optionals
Andrew Kelley
2018-06-12
fix ability to call mutating methods on zero size structs
Andrew Kelley
2018-06-11
implement @tagName as a switch instead of table lookup
Andrew Kelley
2018-06-10
std.zig: update syntax for orelse keyword
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
fix assertion failure when debug printing comptime values
Andrew Kelley
2018-06-09
nullable pointers follow const-casting rules
Andrew Kelley
2018-06-08
disable some implicit casts for unknown length pointers
Andrew Kelley
2018-06-08
Allow access of array.len through a pointer
Jimmi HC
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-06
Pointer Reform: update @typeInfo
Andrew Kelley
2018-06-05
disable deref syntax for unknown length pointers
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
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
better compile error for error sets behind nullable
Andrew Kelley
2018-06-01
fix regressions
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
2018-05-30
Adding workaround for when the user tries to unwrap 'type'
Jimmi HC
2018-05-30
Removed copy-pasted resolve_inferred_error_set
Jimmi HC
2018-05-30
fixed #1009
Jimmi HC
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-16
Merge remote-tracking branch 'origin/master' into pointer-reform
Andrew Kelley
2018-05-15
fix @typeInfo not setting a field to comptime
Andrew Kelley
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-12
fix AST dumping code in self hosted compiler
Andrew Kelley
2018-05-12
add @newStackCall builtin function
Andrew Kelley
2018-05-11
fix comptime code modification of global const
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
[next]