]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-10 Josh Bleecher... cmd/vet/all/whitelist: add readme.txt
2016-09-10 Josh Bleecher... cmd/vet: add vet runner script for core
2016-09-10 Josh Bleecher... encoding/hex: fix example function name
2016-09-10 Josh Bleecher... cmd: fix format strings used with obj.Headtype
2016-09-10 Joonas Kuorilehtocrypto/tls: Add mutex to protect KeyLogWriter
2016-09-10 Josh Bleecher... internal/testenv: add GoTool
2016-09-10 bogemos: delete code duplications in error files
2016-09-10 Ian Lance Taylorbuiltin: clarify that make(map[K]V, n) allocates space...
2016-09-10 bogemflag: use strconv instead of fmt in values' String...
2016-09-10 Jaana Burcu... cmd/go: organize test profiling flags into their own...
2016-09-10 Edward Mullergo/build: add help info for unset $GOPATH
2016-09-09 Brad Fitzpatricknet/url: add URL.Hostname and URL.Port accessors
2016-09-09 Brad Fitzpatricknet/http: make Client copy headers on redirect
2016-09-09 Carlos Ccontext: add examples
2016-09-09 Robert Griesemercmd/compile: use regular rather than indexed format...
2016-09-09 Matthew Dempskycmd/compile/internal/syntax: remove strbyteseql
2016-09-09 David Crawshawcmd/link, etc: introduce SymKind type
2016-09-09 David Crawshawcmd: use obj.GOOS, obj.GOARCH, etc
2016-09-09 Tormod Erevik Leareflect: update location of vet tool in comment
2016-09-09 David Crawshawcmd/link, cmd/internal/obj: give Headtype a type
2016-09-09 David Crawshawcmd/link: remove the -shared flag
2016-09-09 Dhaivat Panditnet/http/cookiejar: added simple example test
2016-09-09 Jack Lindamoodcontext: reduce memory usage of context tree
2016-09-09 Brad Fitzpatrickdoc: clarify that any C compiler works for cgo
2016-09-09 Nigel Taoimage/draw: optimize drawFillOver as drawFillSrc for...
2016-09-09 Robert Griesemercmd/compile: permit use of %S (short) and %L (long...
2016-09-09 Michael Mundayruntime: fix SIGILL in checkvectorfacility on s390x
2016-09-09 Cherry Zhangruntime/cgo: fix callback on big-endian MIPS64
2016-09-09 Jim Kingdondoc: avoid mentioning non-existence of u flag to fmt...
2016-09-08 Dave Daynet/url: handle escaped paths in ResolveReference
2016-09-08 Robert Griesemercmd/compile: fix bug in oconv
2016-09-08 Robert Griesemercmd/compile: update and reenable Formats test
2016-09-08 Robert Griesemercmd/compile: remove superfluous returns in fmt.go
2016-09-08 Robert Griesemercmd/compile: remove fmt.go printer again, now that...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Nodes formats...
2016-09-08 Robert Griesemercmd/compile: use fmt.State in nodedump
2016-09-08 Robert Griesemercmd/compile: use fmt.State in exprfmt
2016-09-08 Robert Griesemercmd/compile: use fmt.State in nodefmt and stmtfmt
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Node formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Sym formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Type formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Val formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Op formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Node formats...
2016-09-08 Robert Griesemercmd/compile: temporarily disable Formats test
2016-09-08 Emmanuel Odekeencoding/hex: implement examples using all exported...
2016-09-08 Cherry Zhangcmd/compile: intrinsify Ctz, Bswap, and some atomics...
2016-09-08 Sina Siadatnet/http/httputil: remove custom hop-by-hop headers...
2016-09-08 Kevin Burkeencoding/json: Use a lookup table for safe characters
2016-09-08 Martin Möhrmannbytes: improve WriteRune performance
2016-09-08 Josh Bleecher... runtime: simplify getargp
2016-09-08 Cherry Zhangcmd/compile/internal/ssa/gen: fix error message for...
2016-09-08 Michal Bohuslávekdoc: fix typo in the release notes
2016-09-08 Martin Möhrmannruntime: remove maxstring
2016-09-08 Brad Fitzpatrickio/ioutil: return better error when TempDir called...
2016-09-08 Matthew Dempskycmd/compile: remove unnecessary FuncType cloning
2016-09-08 Sina Siadatnet/http/httputil: copy header map if necessary in...
2016-09-08 Alberto Donizettigo/format: add format.Node example
2016-09-08 Brad Fitzpatrickio: add test that MultiReader zeros exhausted Readers
2016-09-07 Chris Broadfootdoc: document go1.7.1
2016-09-07 Joe Tsainet: remove parsing of negative decimals in IPv4 literal
2016-09-07 Robert Griesemercmd/compile: add format verification test
2016-09-07 Ilya Tocarstrings: use AVX2 for Index if available
2016-09-07 Keith Randallcmd/compile: ignore contentEscapes for marking nodes...
2016-09-07 Brad Fitzpatricksyscall: avoid convT2I allocs for common Windows error...
2016-09-07 Robert Griesemergo/constant: document that Value.String and ExactString...
2016-09-07 Brad FitzpatrickRevert of cmd/compile: ignore contentEscapes for markin...
2016-09-07 Keith Randallcmd/compile: ignore contentEscapes for marking nodes...
2016-09-07 David Chasecmd/compile: add BVC/BVS to branch ops in ppc64/prog.go
2016-09-07 Hiroshi Iokastrings: make IndexRune faster
2016-09-07 Brad Fitzpatricksyscall: use MNT_NOWAIT in TestGetfsstat
2016-09-07 Josh Bleecher... cmd/compile: omit some temp panicdivide calls
2016-09-06 Hiroshi Iokabytes: make IndexRune faster
2016-09-06 Austin Clementsruntime/debug: enable TestFreeOSMemory on all arches
2016-09-06 Austin Clementssyscall: make Getpagesize return page size from runtime
2016-09-06 Austin Clementsruntime: don't hard-code physical page size
2016-09-06 Austin Clementsruntime: fetch physical page size from the OS
2016-09-06 Austin Clementsruntime: assume 64kB physical pages on ARM
2016-09-06 Austin Clementsruntime: bound scanobject to ~100 µs
2016-09-06 Austin Clementsruntime: clean up more traces of the old mark bit
2016-09-06 Cherry Zhangcmd/compile: remove nil check if followed by storezero...
2016-09-06 David Chasecmd/compile: remove ld/st-followed nil checks for PPC64
2016-09-06 David Crawshawcmd/link: remove outdated cast and comment
2016-09-06 Aliaksandr... regexp: reduce mallocs in Regexp.Find* and Regexp.Repla...
2016-09-06 David Crawshawcmd/compile: generate table of main symbol types
2016-09-06 Ilya Tocarmath: fix sqrt regression on AMD64
2016-09-06 Josh Bleecher... cmd/go: run mkalldocs.sh
2016-09-06 Cherry Zhangcmd/compile: fix intrinsifying sync/atomic.Swap* on...
2016-09-06 Cherry Zhangcmd/compile: mark some AMD64 atomic ops as clobberFlags
2016-09-06 Brad Fitzpatricksyscall: add yet more TestGetfsstat debugging
2016-09-06 Erik Staabruntime: remove redundant expression from SetFinalizer
2016-09-05 Shenghou Maos: deduplicate File definition
2016-09-05 Brad Fitzpatrickio: make MultiReader nil exhausted Readers for earlier GC
2016-09-05 Caio Marcelo... cmd/go: use httpGET helper in bug command
2016-09-05 Josh Bleecher... cmd/go: add bug command
2016-09-05 Brad Fitzpatricksyscall: add more TestGetfsstat debugging
2016-09-05 Josh Bleecher... cmd/compile: clean up ctxt params in sinit
2016-09-05 Hiroshi Iokapath/filepath: handle "C:." correctly in EvalSymlinks...
2016-09-04 Josh Bleecher... net/http/httputil: t.Error -> t.Errorf
2016-09-04 Josh Bleecher... cmd/compile: simplify staticname
next