aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
AgeCommit message (Expand)Author
2022-01-24stage2: rework a lot of stuffAndrew Kelley
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-21fix incorrect zir offset loading in semaLoris Cro
2022-01-21astgen saves decl doc comments in zirLoris Cro
2022-01-20Sema: fix requiresComptime infinite recursionAndrew Kelley
2022-01-17Sema: fix comptime break semanticsAndrew Kelley
2022-01-15stage2: fix Decl garbage collection not marking enoughAndrew Kelley
2022-01-08stage2: implement @srcRobin Voetter
2022-01-07Increment `runtime_param_index` for zero sized parametersJimmi Holst Christensen
2022-01-07Add two more resolution status' to Struct and UnionJimmi Holst Christensen
2022-01-02stage2: CacheMode.whole: trigger loading zig source filesAndrew Kelley
2022-01-02stage2: add `@import` and `@embedFile` to CacheHashAndrew Kelley
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-28Sema: more union fixesAndrew Kelley
2021-12-28Sema: implement calling a fn ptr via a union fieldAndrew Kelley
2021-12-27stage2: fix 0-bit function parametersAndrew Kelley
2021-12-23stage2: initial implementation of packed structsAndrew Kelley
2021-12-21stage2: inferred error set coercionRobin Voetter
2021-12-21stage2: allow multiple inferred error sets per FnRobin Voetter
2021-12-21stage2: move inferred error set state into funcRobin Voetter
2021-12-21stage2: replace ErrorSet and ErrorSetMerged arrays with hash mapsRobin Voetter
2021-12-06stage2: improve handling of the generated file builtin.zigAndrew Kelley
2021-12-06stage2: fix double-free when error reading cached ZIRAndrew Kelley
2021-12-05wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-04Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"Andrew Kelley
2021-12-04wasm: Initial behavior tests succeedingLuuk de Gram
2021-12-01allocgate: use correct allocator in `populateTestFunctions`Lee Cannon
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-24stage2: fix unwrap function call with optional pointer return valueAndrew Kelley
2021-11-24stage2: fix cleanup code for `@import` errorsAndrew Kelley
2021-11-24stage2: add cleanup logic for EmbedFileAndrew Kelley
2021-11-21stage2: fix the build for 32-bit architecturesAndrew Kelley
2021-11-09std.Thread.Mutex: change API to lock() and unlock()Andrew Kelley
2021-11-01Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes senseRyan Liptak
2021-10-28C backend: fix enough that zig test worksAndrew Kelley
2021-10-27stage2: fix small memory leak of test_functions when using `zig test`Andrew Kelley
2021-10-26stage2: implement runtime pointer access to global constantsAndrew Kelley
2021-10-22stage2: slice and alignment fixesAndrew Kelley
2021-10-22stage2: fix Decl addrspace being undefinedAndrew Kelley
2021-10-22stage2: change `@bitCast` to always be by-valueAndrew Kelley
2021-10-17stage2: implement `@hasField`Meghan Denny
2021-10-17stage2: implement `@embedFile`Andrew Kelley
2021-10-17stage2: implement error wrappingAndrew Kelley
2021-10-16stage2: fixes to extern variablesAndrew Kelley
2021-10-15stage2: optional comparison and 0-bit payloadsAndrew Kelley
2021-10-14stage2: improved union supportAndrew Kelley
2021-10-13stage2: implement opaque declarationsAndrew Kelley