aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2020-07-17Add trait.isTupledata-man
2020-07-17add is_tuple field to struct typeinfoVexu
2020-07-16std.mem.zeroes use std.mem.set instead of `@memset`Vexu
2020-07-16std.mem.zeroInit support initiating with tuplesVexu
2020-07-15stage2: breaking AST memory layout modificationsAndrew Kelley
2020-07-15stage2: breaking AST memory layout modificationsAndrew Kelley
2020-07-15TrailerFlags test: fix bad alignment assumption on 32-bitAndrew Kelley
2020-07-15stage2: VarDecl and FnProto take advantage of TrailerFlags APIAndrew Kelley
2020-07-14add std.meta.TrailerFlags APIAndrew Kelley
2020-07-14Merge pull request #5868 from ziglang/stage2-improvementsAndrew Kelley
2020-07-14Added octal formatting fo `fmt` functions. (#5867)~nue
2020-07-13stage2 parser: split out PrefixOp into separate AST NodesAndrew Kelley
2020-07-12CBE: Make C an ObjectFormat instead of a special bool (#5849)pixelherodev
2020-07-12std: add mem.joinZIsaac Freund
2020-07-12document a few functions in std.memxackus
2020-07-12Merge pull request #5857 from daurnimator/use-unmanagedAndrew Kelley
2020-07-12Make allocator test functions publicSam Tebbs
2020-07-12Fix incorrect continue condition in PreopeonListJakub Konka
2020-07-13std: don't store allocator inside of std.http.HeaderEntrydaurnimator
2020-07-13std: use *Unmanaged data structures in http.Headers objectdaurnimator
2020-07-13std: add StringHashMapUnmanageddaurnimator
2020-07-12Merge pull request #5846 from Vexu/anytypeAndrew Kelley
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11use 'anytype' in translate-cVexu
2020-07-11fix parser tests and add test for anytype conversionVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-11use typeInfo instead of hardcoded tables in std.TargetVexu
2020-07-11add 'anytype' to self-hosted parserVexu
2020-07-10remove stray allocator parameterJosh Wolfe
2020-07-08start to make test runner aware of loggingAndrew Kelley
2020-07-08Merge remote-tracking branch 'origin/master' into register-allocationAndrew Kelley
2020-07-08stage2: `if` AST=>ZIRAndrew Kelley
2020-07-08stage2: machine code for condbr jumpsAndrew Kelley
2020-07-07Merge pull request #5755 from kubkon/dir-iter-testsAndrew Kelley
2020-07-08Add comment about memory invalidation in Iterator.next on WinJakub Konka
2020-07-06fix HashMap.clone()Vexu
2020-07-06std: expose unmanaged hash mapsAndrew Kelley
2020-07-06std: add new array list functionsAndrew Kelley
2020-07-05Rewrite std.fmt.parseIntAlluet
2020-07-05add doc comment for std.Target.Os.WindowsVersionAndrew Kelley
2020-07-05added custom format method for WindowsVersionemekoi
2020-07-05Fix issue 5757: increase branch quota for formatting enumsJonathan Marler
2020-07-05Merge pull request #5797 from xackus/intcast-runtime-safetyAndrew Kelley
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
2020-07-05update more HashMap API usageAndrew Kelley
2020-07-05std hash map: do the pow2 improvement againAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-05reimplement std.HashMapAndrew Kelley
2020-07-05compiler-rt: fix bugs uncovered by previous commitxackus
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557