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
Age
Commit message (
Expand
)
Author
2020-01-27
`@bitCast` result location: fix passing invalid alignment
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
2020-01-27
Merge branch 'fx-4274' of https://github.com/LemonBoy/zig into LemonBoy-fix-4274
Andrew Kelley
2020-01-26
fix compilation error
Andrew Kelley
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-25
Merge pull request #4290 from ziglang/split-ir-structs
Andrew Kelley
2020-01-25
fix memory profiling
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-24
translate-c: Don't make const parameters mutable. (#4273)
Feix Weiglhofer
2020-01-24
Merge pull request #4279 from mikdusan/create-global-cache
Michael Dusan
2020-01-23
Don't include stdbool.h for void and unreachable
Tadeo Kondrak
2020-01-23
stage1: make sure to create native_libc.txt dir
Michael Dusan
2020-01-23
More error checking for unresolved TLDs
LemonBoy
2020-01-23
fix incorrect list of sub-arches for aarch64
Andrew Kelley
2020-01-22
aarch64: less feature-full baseline CPU
Andrew Kelley
2020-01-22
Fix unsafe cast in translate_c
LemonBoy
2020-01-22
fix not respecting sub-arch feature
Andrew Kelley
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-21
enable native CPU feature for windows; disable failing tests
Andrew Kelley
2020-01-21
put hack back in to disable windows native cpu features
Andrew Kelley
2020-01-21
hit a comptime limitation with computing dense sets
Andrew Kelley
2020-01-21
fix target_triple_zig to emit zig-compatible triples
Andrew Kelley
2020-01-21
target_triple_llvm: emit none instead of unknown
Andrew Kelley
2020-01-21
properly forward baseline target cpu features to llvm
Andrew Kelley
2020-01-21
make zig targets show native cpu name and features
Andrew Kelley
2020-01-21
fixups to arch data, support any number of cpu features
Andrew Kelley
2020-01-20
improve `zig targets`
Andrew Kelley
2020-01-20
stage1 is building. `zig targets` now self-hosted
Andrew Kelley
2020-01-19
figure out zig0/stage1 and scanning for native CPU
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2020-01-19
Pass target_details to child CodeGens
Layne Gustafson
2020-01-19
Pass target details to c compiler
Layne Gustafson
2020-01-19
Add defaut feature support
Layne Gustafson
2020-01-19
Add builtin.zig support
Layne Gustafson
2020-01-19
Add TargetDetails abstraction
Layne Gustafson
2020-01-19
Rename subfeatures -> dependencies
Layne Gustafson
2020-01-19
Add cpu/feature to cache hash
Layne Gustafson
2020-01-19
Add cpu/feature specification to cmndline
Layne Gustafson
2020-01-19
Fix spacing in main.cpp
Layne Gustafson
2020-01-19
Make targets cmd able to list CPUs and features
Layne Gustafson
2020-01-19
Fix wrong error code being returned in enum analisys
LemonBoy
2020-01-18
Merge pull request #4222 from LemonBoy/eutwouwth
Andrew Kelley
2020-01-18
Fix edge case in tagName handling of unions
LemonBoy
2020-01-18
Get rid of some dead logic
LemonBoy
2020-01-18
Prevent crash with empty non-exhaustive enum
LemonBoy
2020-01-18
Allow @tagName on enum literals
LemonBoy
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
fix failing array test by improving copy_const_val
Andrew Kelley
2020-01-16
revert one part of ir get_elem_ptr analysis
Andrew Kelley
[next]