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
/
RangeSet.zig
Age
Commit message (
Expand
)
Author
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-07-03
std.math.big.int: better name for equal function
r00ster91
2023-06-10
behavior: get more test cases passing with llvm
Jacob Young
2023-06-10
stage2: move integer values to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-10
stage2: Rename `Value.compare` to `compareAll`, etc.
Cody Tapscott
2022-06-29
std.math.big.int: breaking API changes to prevent UAF
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-07-30
stage2: fix hashing and comparison design flaw with Value
Andrew Kelley
2021-05-02
AstGen: decouple from Module/Compilation
Andrew Kelley
2021-03-31
stage2: clean up RangeSet and fix swapped Sema switch logic for lhs/rhs
Andrew Kelley
2021-03-31
Sema: implement switch validation for ranges
Andrew Kelley
2021-03-29
Sema: implement switch expressions
Andrew Kelley
2020-10-30
stage2: implement switch validation for integers
Vexu