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
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2021-10-05
stage2: implement runtime `@intToEnum`
Andrew Kelley
2021-10-05
stage2: LLVM backend: miscompilation fixes
Andrew Kelley
2021-10-05
stage1: work around LLVM's buggy fma lowering
Andrew Kelley
2021-10-05
stage2: analyzeSliceLen on comptime slices
Jacob G-W
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-04
stage2: fix comptime `@bitCast`
Andrew Kelley
2021-10-04
zig test: Add a --test-no-exec flag.
Alex Rønne Petersen
2021-10-04
stage2: fix Type max/min int calculation
Andrew Kelley
2021-10-04
Merge pull request #9885 from Snektron/big-int-wrapping
Andrew Kelley
2021-10-04
Merge pull request #9882 from mattbork/astgen-cursor
Andrew Kelley
2021-10-04
Apply new big int wrap/saturate to Value.zig
Robin Voetter
2021-10-04
Adapt Value.intAddSat and intSubSat to new big int saturating functions
Robin Voetter
2021-10-04
Adapt Type.minInt and maxInt to use setTwosCompLimit
Robin Voetter
2021-10-04
Comptime wrapping addition/subtraction
Robin Voetter
2021-10-04
Update Value.intTrunc to use new big int truncate
Robin Voetter
2021-10-03
C backend: improved Decl name lowering
Andrew Kelley
2021-10-03
C backend: fix lowering of struct types
Andrew Kelley
2021-10-03
C backend: fix lowering of struct, float, and slice constants
Andrew Kelley
2021-10-03
stage2: Type: fix eql impl for error unions
Andrew Kelley
2021-10-02
AstGen: fix `while` and `for` with unreachable bodies
Andrew Kelley
2021-10-02
AstGen: fix if, orelse, catch, with unreachable bodies
Andrew Kelley
2021-10-02
Remove address of pointer
Martin Wickham
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-10-02
Change *Scope to *Scope.Block, use Sema when required
Martin Wickham
2021-10-02
Revert collateral changes, clarify abortAnonDecl()
Martin Wickham
2021-10-02
Remove my dumb "namespace decl" hack
Martin Wickham
2021-10-02
Declare generic fn dependency earlier to keep invariant
Martin Wickham
2021-10-02
Resolve struct fields in a separate sema context
Martin Wickham
2021-10-02
Fix abortAnonDecl()
Martin Wickham
2021-10-02
Implement hashing and equals for some pointer values
Martin Wickham
2021-10-02
Improve debug names of decls
Martin Wickham
2021-10-02
Fix ownership of array type and elements
Martin Wickham
2021-10-02
Fix decl removal from namespace when destroyed
Martin Wickham
2021-10-02
Fix rendering of type names
Martin Wickham
2021-10-02
Fix namespace references for deeply nested structs
Martin Wickham
2021-10-02
Merge pull request #9875 from g-w1/timestimes
Andrew Kelley
2021-10-02
astgen.zig formatting
Matthew Borkowski
2021-10-02
astgen.zig: assert that advanceSourceCursor never has to rewind cursor
Matthew Borkowski
2021-10-02
astgen.zig: have defer scopes cache source cursor to reduce redundant scannin...
Matthew Borkowski
2021-10-02
astgen.zig: make switchExpr generate cases in source order to keep source cur...
Matthew Borkowski
2021-10-02
astgen.zig: pass lbrace line and column to addFunc to keep source cursor incr...
Matthew Borkowski
2021-10-02
print_zir.zig: always print 1-based line and column numbers
Matthew Borkowski
2021-10-01
libcxx: pass -faligned-allocation flag when needed
Andrew Kelley
2021-10-01
stage2: emit Value.repeated for `**` where the array size is one
Jacob G-W
2021-10-01
libcxx: update to compile with -std=c++20
Andrew Kelley
2021-10-01
clang API bindings: fix enum detection functions
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-30
stage2 llvm backend: implement codegen for Value.repeated
Jacob G-W
2021-09-30
stage2: implement array_init instruction (#9843)
g-w1
2021-09-30
Add a panic handler to give better errors for crashes in sema
Martin Wickham
[next]