aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-06-27std.crypto.25519.field: avoid excessive inliningAndrew Kelley
2022-06-27std.os.linux.clone: upgrade to stage2 fn ptr semanticsAndrew Kelley
2022-06-27std.x.os.net: make error set consistent across targetsAndrew Kelley
2022-06-27LLVM: fix invalid IR on `@returnAddress` of wasm/bpfAndrew Kelley
2022-06-27Fix stack traces with non-null `first_address` on WindowsRyan Liptak
2022-06-25macho: implement -headerpad_max_install_namesJakub Konka
2022-06-25macho: implement -headerpad_size optionJakub Konka
2022-06-25link-tests: defer parsing of the RPN program until running the actionJakub Konka
2022-06-24macho: implement -search_dylibs_first linker optionJakub Konka
2022-06-24Merge pull request #11910 from ziglang/linker-testsJakub Konka
2022-06-23std.debug: fix ConfigurableTrace.dump OOBFlandreScarlet
2022-06-23link-tests: rename check() to checkStart()Jakub Konka
2022-06-23link-tests: fix parsing symtab for machoJakub Konka
2022-06-22link-tests: add better docsJakub Konka
2022-06-22link-tests: clean up error messages in case of failureJakub Konka
2022-06-22link-tests: clean up linker testing harnessJakub Konka
2022-06-22link-tests: fix dumping of LOAD_DYLIB: name instead of path fieldJakub Konka
2022-06-22link-tests: rename CheckMachOStep to CheckObjectStep and accept obj formatJakub Konka
2022-06-22link-tests: extract values into variablesJakub Konka
2022-06-21link-tests: move macho tests to subfolderJakub Konka
2022-06-21link-tests: dump metadata to string and grep resultsJakub Konka
2022-06-21link-tests: add CheckMachOStepJakub Konka
2022-06-21Merge pull request #11899 from Vexu/stage2Veikka Tuominen
2022-06-21std.os.execvpe: fix buffer overflowJonathan Marler
2022-06-20link-tests: test pagezero_size option for machoJakub Konka
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-06-20std.fmt: update test to stage2 fn pointer semanticsVeikka Tuominen
2022-06-20std.crypto: fix invalid pass by valueVeikka Tuominen
2022-06-18value: handle slices in canMutateComptimeVarStateVeikka Tuominen
2022-06-17stage2: check that struct is a tuple when value tags differ in eqlVeikka Tuominen
2022-06-17std.tz: fix function returning pointer to local variableVeikka Tuominen
2022-06-15std/crypto: add support for ECDSA signatures (#11855)Frank Denis
2022-06-13std.math.big.int: update Managed.toString() to use provided allocator (#11839)Mikael Berthe
2022-06-13crypto/pcurves: compute constants for inversion at comptime (#11780)Frank Denis
2022-06-12Merge pull request #11837 from Vexu/stage2Andrew Kelley
2022-06-12Sema: add missing set_union_tagVeikka Tuominen
2022-06-12add std.debug.Trace.formatAndrew Kelley
2022-06-12std.mem.zeroes: remove call to std.metaAndrew Kelley
2022-06-12std: disable failing tests, add zig2 build test-std to CIVeikka Tuominen
2022-06-11stage2: improve anon name strategy for local variablesVeikka Tuominen
2022-06-11stage2: make `error{}` the same size as `anyerror`Veikka Tuominen
2022-06-11stage2: small fixes + adjustments to std testsVeikka Tuominen
2022-06-11Sema: handle tuple and anon_struct in resolveTypeFullyVeikka Tuominen
2022-06-09std.debug.Trace: improve APIAndrew Kelley
2022-06-09introduce std.debug.TraceAndrew Kelley
2022-06-08parser: sync comments with formal grammarIsaac Freund
2022-06-08std.build: Expose `-z norelro` and `-z lazy`Isaac Freund
2022-06-07std.math: Add O(log N) implementation of log2(x) for comptime_intCody Tapscott
2022-06-07Merge pull request #11813 from Vexu/stage2Andrew Kelley
2022-06-07add const to msghdr_const iov and control pointersJonathan Marler