aboutsummaryrefslogtreecommitdiff
path: root/lib/std/builtin.zig
AgeCommit message (Expand)Author
2020-09-07Implement @Type for UnionTadeo Kondrak
2020-09-02builtin: Add TypeInfo.StructField.is_comptimeTadeo Kondrak
2020-08-22Remove TypeInfo.Error.valueTadeo Kondrak
2020-08-20Merge pull request #6099 from tadeokondrak/@Type(.Struct)Andrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-19Remove offset field from TypeInfo.StructFieldTadeo Kondrak
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-08-11GeneralPurposeAllocator: use std.log instead of std.debug.printAndrew Kelley
2020-07-17add is_tuple field to struct typeinfoVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-18Merge pull request #5203 from tadeokondrak/@type-for-even-more-typesAndrew Kelley
2020-06-18make file and fn_name fields of SourceLocation also null-terminatedAndrew Kelley
2020-06-18implement `@src`Vexu
2020-05-02Implement @Type for ErrorSetTadeo Kondrak
2020-05-02Constify TypeInfoTadeo Kondrak
2020-05-02Implement @Type() for EnumLiteral and FnFrameTadeo Kondrak
2020-04-04rename mem.separate to mem.splitxackus
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Convert builtin to fmtstreamBenjamin Feng
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06stage1: make get_optional_type more robustAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-01add new functions to std.mem and deprecate othersAndrew Kelley
2020-02-28separate std.Target and std.zig.CrossTargetAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-28restructuring std.Target for OS version ranges, pass 1Andrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-06more std lib async I/O integrationAndrew Kelley
2020-01-30drop @newStackCallAndrew Kelley
2020-01-29Add support for code model selectionValentin Anger
2020-01-29fix typo in doc commentAndrew Kelley
2020-01-20improve `zig targets`Andrew Kelley
2020-01-20stage1 is building. `zig targets` now self-hostedAndrew Kelley
2020-01-19progress towards mergingAndrew Kelley
2020-01-17Merge pull request #4191 from Vexu/non-exhaustive-enumsAndrew Kelley
2020-01-16add struct field default value to typeinfoVexu
2020-01-15add is_exhaustive field to typeinfoVexu
2020-01-09New @export() handlingLemonBoy
2020-01-06Merge branch 'LemonBoy-cc-work'Andrew Kelley
2020-01-06remove stdcallcc, extern, nakedcc from stage1; zig fmt rewritesAndrew Kelley
2020-01-06Removes proc_raise from WASI implementationColin Svingen
2020-01-02Implement Thiscall CCLemonBoy
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-12un-special-case startup code in the std libAndrew Kelley
2019-12-12allow custom OS entrypointChristine Dodrill
2019-12-09remove var args from the languageAndrew Kelley
2019-12-09implement async function call with `@call`Andrew Kelley