aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http
AgeCommit message (Expand)Author
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour
2020-08-20add license header to all std lib filesAndrew Kelley
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-11run zig fmt on std lib and self hostedVexu
2020-07-05Merge pull request #5786 from ziglang/std-hash-mapAndrew Kelley
2020-07-05update std lib to new hash map APIAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-08std.sort: give comparator functions a context parameterAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-02new ArrayList API: fix everything elsexackus
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-12Replace fmt with new fmtstreamBenjamin Feng
2020-03-12Integrated outstreams with new formatterBenjamin Feng
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-01-21std: fix bug in http.headers where .put captures user-held variabledaurnimator
2020-01-01std.mem.compare: breaking API changesAndrew Kelley
2019-12-10remove iterator API from std.ArrayListAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-09-25mv std/ lib/Andrew Kelley