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
/
arch
/
riscv64
Age
Commit message (
Expand
)
Author
2022-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-08-30
coff: cleanup relocations; remove COFF support from other backends
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-06
Merge pull request #11783 from ziglang/stage2-try
Andrew Kelley
2022-06-06
dwarf: fix incorrect type reloc for unions
Jakub Konka
2022-06-05
stage2: implement the new "try" ZIR/AIR instruction
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-26
regalloc: use StaticBitSet internally
Jakub Konka
2022-05-20
regalloc: temporarily nerf back to raw ints until stage2 catches up
Jakub Konka
2022-05-19
regalloc: make register class bitmask non-optional
Jakub Konka
2022-05-19
regalloc: allow for optional selector mask when allocating
Jakub Konka
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-16
stage2: disable error return tracing on unsupported targets
Veikka Tuominen
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-07
regalloc: rename freeze/unfreeze to lock/unlock registers
Jakub Konka
2022-05-07
regalloc: ensure we only freeze/unfreeze at the outermost scope
Jakub Konka
2022-05-02
stage2: improve inline asm stage1 compatibility
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-12
Liveness: modify encoding to support over 32 operands
Andrew Kelley
2022-04-04
dwarf: emit debug info for local variables on x86_64
Jakub Konka
2022-03-31
stage2: handle assembly input names
Veikka Tuominen
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-25
sema: use `pl_op` for `@select`
John Schmidt
2022-03-25
stage2: implement `@select`
John Schmidt
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
stage2: add AIR instruction `cmp_vector`
William Sengir
2022-03-21
Merge pull request #11235 from joachimschmidt557/stage2-riscv
Joachim Schmidt
2022-03-19
stage2 RISCV64: implement add, sub for registers
joachimschmidt557
2022-03-19
stage2 RISCV64: implement move register to register
joachimschmidt557
2022-03-19
stage2 RISCV64: remove MCValue.embedded_in_code
joachimschmidt557
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-16
Sema: emit dbg_func around inline calls
Veikka Tuominen
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-11
Merge pull request #11120 from Vexu/stage2
Andrew Kelley
2022-03-11
stage2 regalloc: replace Register.allocIndex with generic indexOfReg
joachimschmidt557
2022-03-11
stage2: implement `@shuffle` at runtime
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-08
dwarf: move all dwarf into standalone module
Jakub Konka
[next]