aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-01x86_64: implement float arithmetic builtinsJacob Young
2023-10-01x86_64: implement float round builtinsJacob Young
2023-10-01x86_64: add missing caller preserved regsJacob Young
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-10-01behavior: cleanup floatop testsJacob Young
2023-10-01x86_64: implement and test unary float builtinsJacob Young
2023-10-01x86_64: emit R_X86_64_GOT32 for non-PIC GOT referencesJakub Konka
2023-10-01Merge pull request #17346 from Vexu/errSetCastAndrew Kelley
2023-10-01update zig1.wasmVeikka Tuominen
2023-10-01Sema: add `@errorCast` which works for both error sets and error unionsVeikka Tuominen
2023-10-01std.mem.zeroes: Zero out entire `extern union`, including paddingJay Petacat
2023-10-01Merge pull request #17161 from tiehuis/vectorize-index-of-scalarAndrew Kelley
2023-09-30Support fetching dependencies over git+http(s)Ian Johnson
2023-09-30Improve (Unmanaged)ArrayList.insertLucas Santos
2023-09-30fix indexOfSentinel alignment for types larger than 1 byteMarc Tiehuis
2023-09-30Merge pull request #17328 from ziglang/simplify-cbe-depsAndrew Kelley
2023-09-30std.mem: check backend vector support for indexOfSentinel/indexOfScalarPosMarc Tiehuis
2023-09-30std.mem: add vectorized indexOfScalarPos and indexOfSentinelMarc Tiehuis
2023-09-30Merge pull request #17319 from ziglang/elf-tlsJakub Konka
2023-09-29C backend: iterate decl_table via sliceAndrew Kelley
2023-09-29C backend: remove ?*Decl from DeclGenAndrew Kelley
2023-09-29C backend: remove unneeded ordering mechanismAndrew Kelley
2023-09-29Merge pull request #17312 from LucasSantos91/masterAndrew Kelley
2023-09-30elf: skip writing out zerofill atoms to fileJakub Konka
2023-09-29Add include_extensions to InstallDir Options (#17300)Krzysztof Wolicki
2023-09-29std.ArrayList: fixups for the previous commitAndrew Kelley
2023-09-29elf: set sh_size to 0 for nobit sections in collision detectionJakub Konka
2023-09-29elf: dump state for debugging after writing it all outJakub Konka
2023-09-29elf: fix setting st_value of _end synthetic symbolJakub Konka
2023-09-29std.ArrayList: insertSlice avoids extra memcpyLucas Santos
2023-09-29elf: set shdr/phdr file size before growing in VMJakub Konka
2023-09-29elf: simplify logic for growing non-alloc sectionsJakub Konka
2023-09-29Step.Run: fix assert of the wrong value (#17303)Krzysztof Wolicki
2023-09-29elf: fix calculating current allocated section size when growing alloc sectionsJakub Konka
2023-09-29Merge pull request #14603 from AdamGoertz/file-urisAndrew Kelley
2023-09-29Extract logic for directory packagesAdam Goertz
2023-09-29Fix diamond dependencies with directory packagesAdamGoertz
2023-09-29Purge absolute paths and remove unneeded path processingAdamGoertz
2023-09-29Allow only relative paths.Adam Goertz
2023-09-29Support file:/// URIs and relative pathsAdam Goertz
2023-09-29std.math.big.int.Const.order 0 == -0 (#17299)Philipp Lühmann
2023-09-28std.Build.ConfigHeader: override include guard option for blank style (#17310)Luis Cáceres
2023-09-28Compilation: introduce saveState()Andrew Kelley
2023-09-28Merge pull request #17318 from gh-fork-dump/linux-5.6-cachestatAndrew Kelley
2023-09-28Allow empty `enum` to be used in `EnumSet`/`EnumMap`Christofer Nolander
2023-09-28elf: fix 32bit buildJakub Konka
2023-09-28test: add x86_64-linux-musl-no-lld as a test targetJakub Konka
2023-09-28elf: move logic for extracing atom's code into input filesJakub Konka
2023-09-28std.mem: use for loop instead of while in indexOf* to reduce bound checkingKarl Seguin
2023-09-28elf: test TLS in static programsJakub Konka