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
/
reduce.zig
Age
Commit message (
Expand
)
Author
2024-02-08
Replace std.rand references with std.Random
e4m2
2023-11-06
zig-reduce: Reduce `if` expressions
Adam Goertz
2023-11-04
zig reduce: add reduction for removing var decls
Andrew Kelley
2023-11-04
zig reduce: don't try to remove discard statements
Andrew Kelley
2023-11-04
zig reduce: some adjustments to make it go faster
Andrew Kelley
2023-11-04
zig reduce: run results through astgen
Andrew Kelley
2023-11-04
zig reduce: rename identifiers when inlining an `@import`
Andrew Kelley
2023-11-04
zig reduce: add transformation for inlining file-based `@import`
Andrew Kelley
2023-11-03
zig reduce: add transformation of replacing var init with undefined
Andrew Kelley
2023-11-03
zig reduce: add "delete unused globals" transform
Andrew Kelley
2023-11-03
zig reduce: redesign
Andrew Kelley
2023-11-03
zig reduce: check once upfront to verify interestingness
Andrew Kelley
2023-11-03
zig reduce proof of concept
Andrew Kelley
2023-11-03
accept a transformation index
Andrew Kelley
2023-11-03
add a transformation for gutting the body of a function
Andrew Kelley
2023-11-03
add zig reduce subcommand
Andrew Kelley