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
/
link
/
MachO
/
Trie.zig
Age
Commit message (
Expand
)
Author
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-08-29
macho: merge Zld state with MachO state
Jakub Konka
2023-07-26
macho: create export trie root explicitly with Trie.init
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-10-22
macho: fix bug in incorrectly splicing nodes in trie
Jakub Konka
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-01
macho: fix Trie and CodeSignature unit tests
Jakub Konka
2021-08-01
macho: make Trie accept allocator as a param
Jakub Konka
2021-06-29
zld: put all global symbols in the export trie
Jakub Konka
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-01-01
macho: unblock stage2 on 32bit platforms (#7632)
Jakub Konka
2020-12-19
macho: auto-coerce to slice
Jakub Konka
2020-12-17
macho: refactor calculating LEB128 sizes
Jakub Konka
2020-12-17
macho: cleanup (lazy) binding info tables
Jakub Konka
2020-12-09
macho: parsing Trie now takes a reader and returns bytes read
Jakub Konka
2020-12-09
macho: split writing Trie into finalize and const write
Jakub Konka
2020-12-09
macho: add generic terminal info nullable struct to a node
Jakub Konka
2020-12-09
macho: cleanup export trie generation and parsing
Jakub Konka
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-10-09
Apply nitpick: top-level doc comments
Jakub Konka
2020-10-08
Clean up writing the trie into ULEB128 byte stream
Jakub Konka
2020-10-08
Fix ULEB128 encoding of trie
Jakub Konka
2020-10-07
Add writeULEB128Mem test and couple fixes
Jakub Konka
2020-10-07
Move trie structure into its own file-module
Jakub Konka