aboutsummaryrefslogtreecommitdiff
path: root/lib/std/builtin.zig
AgeCommit message (Expand)Author
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
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-06allow calling with a new stack to regress a bitAndrew Kelley
2019-12-05remove `@noInlineCall` from zigAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-12-03WinMainCRTStartup implies defaulting to console subsystemAndrew Kelley
2019-12-03activate start code when pub main existsAndrew Kelley
2019-12-03move more startup code to std libVexu
2019-11-25zig fmtAndrew Kelley
2019-11-23structs can have fields with type `var`Andrew Kelley
2019-11-23update the stage1 implementation to the new proposalAndrew Kelley
2019-11-21add null terminated pointers and arrays to self-hostedAndrew Kelley
2019-11-21implement null terminated pointersAndrew Kelley
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-10-23move types from builtin to stdAndrew Kelley