aboutsummaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Expand)Author
2018-01-06Merge branch 'master' of github.com:zig-lang/zigAndrea Orru
2018-01-06Darwin -> MacOSX, added Zen. See #438Andrea Orru
2018-01-07Fixed the call to mem.readInt in endian.swapJimmi Holst Christensen
2018-01-07Fixed the call to mem.readInt in Rand.scalarJimmi Holst Christensen
2018-01-06fix exp1m implementationAndrew Kelley
2018-01-04appveyor: enable verbose link for self hosted compilerAndrew Kelley
2018-01-04fix test regressions on windows from previous commitAndrew Kelley
2018-01-04self-hosted compiler works on macosAndrew Kelley
2018-01-04self-hosted compiler works on windowsAndrew Kelley
2018-01-03fix self-hosted build on windowsAndrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2018-01-02ir: new pass iteration strategyAndrew Kelley
2017-12-31Added format for floating point numbers. {.x} where x is the number of decimals.Peter Rönnquist
2017-12-26move utf8 parsing to stdJosh Wolfe
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-12-24fix segfault when passing union enum with sub byte...Andrew Kelley
2017-12-23debug needs to export FailingAllocatorJosh Wolfe
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-23build: add --search-prefix optionAndrew Kelley
2017-12-23std.os.path.resolve handles an absolute path that is missing the driveAndrew Kelley
2017-12-23port most of main.cpp to self hosted compilerAndrew Kelley
2017-12-22std.math: remove unnecessary inline calls andAndrew Kelley
2017-12-22bufPrint returns an errorJosh Wolfe
2017-12-22fix darwin and windows from previous commitAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-20add labeled loops, labeled break, labeled continue. remove gotoAndrew Kelley
2017-12-19add sort.min and sort.max functions to stdlibAndrew Kelley
2017-12-19Merge branch 'export-rewrite'Andrew Kelley
2017-12-19bring back code that uses export and fix testsAndrew Kelley
2017-12-18wip export rewriteAndrew Kelley
2017-12-17fix std.mem missing error.OutOfMemory declAndrew Kelley
2017-12-15change mem.cmp to mem.lessThan and add testAndrew Kelley
2017-12-14fix missing import from previous commitAndrew Kelley
2017-12-14disable sort tests for 32-bit windows because of issue #537Andrew Kelley
2017-12-14replace quicksort with blocksortAndrew Kelley
2017-12-13fix const and volatile qualifiers being dropped sometimesAndrew Kelley
2017-12-12self-hosted: build tries to find llvm-config.exeAndrew Kelley
2017-12-12self-hosted: cleanup build looking for llvm-configAndrew Kelley
2017-12-12self-hosted: move code to std.os.ChildProcess.execAndrew Kelley
2017-12-12stack traces: support DW_AT_rangesAndrew Kelley
2017-12-11self-hosted: link with LLVMAndrew Kelley
2017-12-11self-hosted: test all out of memory conditionsAndrew Kelley
2017-12-11refactor debug.global_allocator into mem.FixedBufferAllocatorAndrew Kelley
2017-12-11self-hosted: parsing and rendering blocksAndrew Kelley
2017-12-10add self-hosted parsing and rendering to main testsAndrew Kelley
2017-12-10Merge remote-tracking branch 'origin/master' into self-hostedAndrew Kelley
2017-12-10rendering source code without recursionAndrew Kelley
2017-12-10mem.Allocator initializes bytes to undefinedAndrew Kelley
2017-12-08parse a simple variable declarationAndrew Kelley
2017-12-06Merge branch 'master' into self-hostedAndrew Kelley