aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-08std lib general purpose allocator: disable stack tracing on mipsAndrew Kelley
2020-08-08update langref in light of new general purpose allocatorAndrew Kelley
2020-08-08restore previous behavior of allowing std.testing.allocatorAndrew Kelley
2020-08-08stage1: deal with WebAssembly not supporting @returnAddress()Andrew Kelley
2020-08-08utilize math.ceilPowerOfTwoAndrew Kelley
2020-08-08std.mem.Allocator: add return_address to the interfaceAndrew Kelley
2020-08-07improvements & fixes for general purpose allocator integrationAndrew Kelley
2020-08-07std: introduce GeneralPurposeAllocatorAndrew Kelley
2020-08-07refactor now that stage1 supports anon default struct field initsAndrew Kelley
2020-08-07stage1: elide `@intToPtr` alignment safety check for 1-byte alignmentAndrew Kelley
2020-08-07stage2: make link data in Decl into unionsIsaac Freund
2020-08-05Revert "std.fmt.format: small optimization to avoid runtime bloat"Andrew Kelley
2020-08-05Merge branch 'pixelherodev-elf-refactor'Andrew Kelley
2020-08-05Codegen: 16-bit pointersNoam Preil
2020-08-05Stage2: minor File.ELF refactorNoam Preil
2020-08-04std.os tests: improve robustness of "symlink with relative paths"Andrew Kelley
2020-08-04zig fmtAndrew Kelley
2020-08-04zig build: fix addBuildOption for `[]const u8` and `?[]const u8`Andrew Kelley
2020-08-04stage2: add missing newlines to cli error messagesAndrew Kelley
2020-08-04stage2 tests: fix qemu logicAndrew Kelley
2020-08-04Merge branch 'pfgithub-stage2-testing-Copy-2'Andrew Kelley
2020-08-04stage2 tests: support the -Denable-qemu options and friendsAndrew Kelley
2020-08-04codegen: introduce toCanonicalReg to clean up x86-specific logicAndrew Kelley
2020-08-04stage2: riscv test casepfg
2020-08-04stage2: riscv correctly aligned functionspfg
2020-08-04stage2: riscv 0 argument non-nested function callspfg
2020-08-04stage2: riscv hello worldpfg
2020-08-04stage2: starting on a riscv64 backendpfg
2020-08-04Merge pull request #5978 from ziglang/stage2-dwarf-incrAndrew Kelley
2020-08-04stage2: fix ZIR support and C back endAndrew Kelley
2020-08-04stage2: link: fix not freeing debug line free listAndrew Kelley
2020-08-04stage2: fix updating debug line info not resizing properlyAndrew Kelley
2020-08-04stage2: fix memory leak with exported decl nameAndrew Kelley
2020-08-04stage2 .debug_line: handle Decl line numbers changingAndrew Kelley
2020-08-03stage2: stop needlessly re-analyzing unchanged functionsAndrew Kelley
2020-08-03stage2 .debug_line: handle Decl deletes and updatesAndrew Kelley
2020-08-03stage2: move link.File.ELF.SrcFn field from Module.Fn to Module.DeclAndrew Kelley
2020-08-03stage2: fix use-after-free of export symbol nameAndrew Kelley
2020-08-03self-hosted: add build option for log scopesAndrew Kelley
2020-08-03stage2 codegen: revert the unneeded is_stmt stuffAndrew Kelley
2020-08-03stage2 .debug_line stepping with gdb is workingAndrew Kelley
2020-08-03stage2 .debug_line: simpler strategy for incremental compilationAndrew Kelley
2020-08-04translate-c: recognize other type trait expressionsVexu
2020-08-03stage2: dwarf: fix standard opcode length of LNS_fixed_advance_pcAndrew Kelley
2020-08-03downgrade .debug_info to DWARFv4Andrew Kelley
2020-08-03downgrade .debug_line to DWARFv4Andrew Kelley
2020-08-02codegen: emit .debug_line ops for IR instructionsAndrew Kelley
2020-08-02.debug_line: avoid DW_FORM_strp to work around readelf/gdbAndrew Kelley
2020-08-02.debug_line: don't rely on header_length fieldAndrew Kelley
2020-08-02.debug_line incremental compilation initial supportAndrew Kelley