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-02-26
allow implicit cast from &const to ?&const &const
Ben Noordhuis
2018-02-23
allow implicit cast from `S` to `?&const S`
Ben Noordhuis
2018-02-22
name types inside functions after variable
Ben Noordhuis
2018-02-16
ability to slice an undefined pointer at compile time if the len is 0
Andrew Kelley
2018-02-14
fix crash when doing comptime float rem comptime int
Andrew Kelley
2018-02-14
fix sometimes not type checking function parameters
Andrew Kelley
2018-02-09
fix compiler crash switching on global error with no else
Andrew Kelley
2018-02-09
fix crash with error peer type resolution
Andrew Kelley
2018-02-08
if statements support comptime known test error, runtime payload
Andrew Kelley
2018-02-08
error sets: runtime safety for int-to-err and err set cast
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-08
error sets - fix bad value for constant error literal
Andrew Kelley
2018-02-08
error set casting building
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-07
fix comptime fn execution not returning error unions properly
Andrew Kelley
2018-02-07
DRY 'is slice?' conditionals in parser (#750)
Ben Noordhuis
2018-02-05
error sets - fix most std lib compile errors
Andrew Kelley
2018-02-05
error sets: fix peer resolution of error unions
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-02-05
make OutStream and InStream take an error set param
Andrew Kelley
2018-02-05
error sets - peer resolution for error unions
Andrew Kelley
2018-02-05
error sets - compile error for equality with no common errors
Andrew Kelley
2018-02-04
add --forbid-library
Andrew Kelley
2018-02-03
*WIP* error sets - std lib test compile but try to link against windows
Andrew Kelley
2018-02-03
*WIP* error sets - an inferred error set can end up being the global one
Andrew Kelley
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-02-02
*WIP* error sets - rewrite "const cast only" function
Andrew Kelley
2018-02-01
*WIP* error sets - allow peer type resolution to create new error set
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-31
fix error message mentioning unreachable instead of noreturn
Andrew Kelley
2018-01-29
add compile error for calling naked function
Andrew Kelley
2018-01-25
rename "debug safety" to "runtime safety"
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-22
fix crash on union-enums with only 1 field
Andrew Kelley
2018-01-21
fix crash when switching on enum with 1 field and no switch prongs
Andrew Kelley
2018-01-19
all doc code examples are now tested
Andrew Kelley
2018-01-18
add compile error for shifting by negative comptime integer
Andrew Kelley
2018-01-18
emit a compile error for @panic called at compile time
Andrew Kelley
2018-01-15
fix compiler crash related to @alignOf
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-12
*WIP* proof of concept error return traces
Andrew Kelley
2018-01-11
functions which can return errors have secret stack trace param
Andrew Kelley
2018-01-11
the same string literal codegens to the same constant
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
`a catch unreachable` generates unwrap-error code
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
fix struct inside function referencing local const
Andrew Kelley
[next]