]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-08-16 Keith Randallcmd/compile: use shorter versions of zero-extend ops
2016-08-16 Josh Bleecher... cmd/internal/obj: add opcode space safety check
2016-08-16 Brad Fitzpatrickdoc/go1.7.html: fix name of tls.Config.NextProtos
2016-08-16 Tamir Dubersteinregexp: add some tests that were fixed in #12980
2016-08-16 Jaana Burcu... cmd/go: document -v flag for get
2016-08-16 Keith Randallcmd/compile: allow unsafe.Pointer(nil) as static data
2016-08-16 Josh Bleecher... cmd/compile: accept literals in samesafeexpr
2016-08-16 Cherry Zhangcmd/compile: fix uint<->float conversion on 386
2016-08-16 Keith Randallcmd/compile: add size hint to map literal allocations
2016-08-16 Josh Bleecher... cmd/internal/obj/x86: minor code cleanup
2016-08-16 Josh Bleecher... cmd/compile: optimize bool to int conversion
2016-08-16 Robert Griesemercmd/compile: don't crash when exporting self-recursive...
2016-08-16 David Crawshawreflect: clear tflag on new types
2016-08-16 Keith Randallcmd/compile: don't fold >32bit constants into a MULQ
2016-08-16 Josh Bleecher... cmd/compile: inline _, ok = i.(T)
2016-08-16 Michael Prattcmd/internal/obj: convert Aconv to a stringer
2016-08-16 Josh Bleecher... cmd/compile/internal/big: re-vendor
2016-08-16 Josh Bleecher... runtime: move printing of extra newline
2016-08-16 Josh Bleecher... net/http: use keyed composite literal
2016-08-16 Josh Bleecher... crypto/cipher, math/big: fix example names
2016-08-16 Josh Bleecher... crypto/tls: fix WriteTo method signature
2016-08-16 Josh Bleecher... net: change t.Error to t.Errorf
2016-08-16 Josh Bleecher... container/list: silence vet warnings
2016-08-16 Cherry Zhangcmd/compile: remove nil check in accessing PAUTOHEAP...
2016-08-16 Josh Bleecher... all: fix "result not used" vet warnings
2016-08-16 Josh Bleecher... cmd/compile: fix bad generated format strings in test
2016-08-16 Josh Bleecher... syscall: unify unix/amd64 asm implementations
2016-08-16 Josh Bleecher... syscall: split out unix Syscall9 asm support
2016-08-16 Josh Bleecher... syscall: superficial cleanup of amd64 unix assembly
2016-08-16 Josh Bleecher... syscall: fix dragonfly/amd64 assembly argument sizes
2016-08-16 Josh Bleecher... syscall: unify unix 386 implementations
2016-08-16 Cherry Zhangcmd/compile: disable Duff's device on darwin/arm64
2016-08-16 Brad Fitzpatricknet/http: make Transport retry non-idempotent requests...
2016-08-16 Josh Bleecher... cmd/compile: reduce garbage from autolabel
2016-08-16 Gyu-Ho Leearchive/tar: preallocate slice from paxHeaders
2016-08-16 Mikio Haracrypto/tls: gofmt -w -s
2016-08-16 Brad Fitzpatricknet/http: deflake BenchmarkClient and its use of a...
2016-08-16 Jan Merclgo/token: Fix race in FileSet.PositionFor.
2016-08-16 Carlos Cbytes: add examples
2016-08-16 Chris Broadfootdoc: add 1.7 to golang.org/project
2016-08-16 Mikio Haraos/exec: fix nit found by vet
2016-08-16 Sina Siadatcontainer/heap: remove one unnecessary comparison in Fix
2016-08-16 Michael Hudson... cmd/link: when dynlinking, do not mangle short symbol...
2016-08-16 Brad Fitzpatrickstrings: add special cases for Join of 2 and 3 strings
2016-08-16 Josh Bleecher... cmd/internal/obj: add generated String method for AddrType
2016-08-16 Josh Bleecher... cmd/compile: move auto label gen variables to local...
2016-08-16 Josh Bleecher... go/types: fix bad printf verbs
2016-08-16 Josh Bleecher... go/types: fix multiword data structure alignment on...
2016-08-16 Carlos Cencoding/json: add example for RawMessage marshalling
2016-08-16 Josh Bleecher... math/big: use array instead of slice for deBruijn lookups
2016-08-16 Ilya Tocarcmd/internal/obj/x86: VPSHUFD takes an unsigned byte.
2016-08-16 Josh Bleecher... go/types: remove struct Sizeof cache
2016-08-16 Brad Fitzpatrickcmd/compile/internal/gc: get rid of useless autopkg...
2016-08-16 Robert Griesemergo/types: minor cleanups
2016-08-16 Robert Griesemergo/types: fix computation of initialization order
2016-08-16 Brad Fitzpatricksyscall: test Gettimeofday everywhere, not just on...
2016-08-16 Hiroshi Iokaos: consolidate files
2016-08-16 Gerrit Code... Merge "Merge remote-tracking branch 'origin/dev.ssa...
2016-08-16 Keith RandallMerge remote-tracking branch 'origin/dev.ssa' into...
2016-08-15 Chris Broadfootdoc: document go1.7
2016-08-15 Chris Broadfootdoc: update version tag in source install instructions
2016-08-15 Chris Broadfootdoc/go1.7.html: remove DRAFT
2016-08-15 David Chase[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.
2016-08-15 Cherry Zhang[dev.ssa] cmd/compile, etc.: more ARM64 optimizations...
2016-08-11 Keith Randall[dev.ssa] cmd/compile: simplify 386+PIC+globals a bit
2016-08-11 Keith Randall[dev.ssa] cmd/compile: fix fp constant loads for 386+PIC
2016-08-11 Cherry Zhang[dev.ssa] cmd/compile: add some ARM64 optimizations
2016-08-10 Cherry Zhang[dev.ssa] cmd/internal/obj/arm64: fix encoding constant...
2016-08-10 Josh Bleecher... testing: respect benchtime on very fast benchmarks
2016-08-10 Keith Randall[dev.ssa] cmd/compile: implement GO386=387
2016-08-10 Keith Randall[dev.ssa] cmd/compile: more fixes for 386 shared libraries
2016-08-09 David Chase[dev.ssa] cmd/compile: PPC: FP load/store/const/cmp...
2016-08-09 Keith Randall[dev.ssa] cmd/compile: fix PIC for SSA-generated code
2016-08-09 Keith Randall[dev.ssa] cmd/compile: port SSA backend to amd64p32
2016-08-09 Chris Broadfootdoc/go1.7.html: update compress/flate section
2016-08-08 Gerrit Code... Merge "[dev.ssa] Merge commit 'f135c326402aaa757aa96aad...
2016-08-08 Brad Fitzpatricknet/http: make Transport use new connection if over...
2016-08-07 Cherry Zhang[dev.ssa] cmd/compile: remove flags from regMask
2016-08-06 Brad Fitzpatrickdoc: fix required OS X version inconsistency for binary...
2016-08-06 David Chase[dev.ssa] cmd/compile: PPC64, load/store by type, shift...
2016-08-05 Shenghou Maruntime: make stack 16-byte aligned for external code...
2016-08-05 Shenghou Maruntime, syscall: fix kernel gettimeofday ABI change...
2016-08-05 Ian Lance Tayloros: check for waitid returning ENOSYS
2016-08-05 Brad Fitzpatricknet/http: update bundled http2 for flow control window...
2016-08-04 Brad Fitzpatricksyscall: fix Gettimeofday on macOS Sierra
2016-08-04 David Chase[dev.ssa] cmd/compile: PPC64, add cmp->bool, some shift...
2016-08-04 Keith Randall[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a918...
2016-08-04 David Crawshawruntime: initialize hash algs before typemap
2016-08-04 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-08-03 Josh Bleecher... [dev.ssa] cmd/compile: refactor out rulegen value parsing
2016-08-02 Chris BroadfootVERSION: remove erroneously committed VERSION file
2016-08-02 Chris Broadfootall: merge master into release-branch.go1.7
2016-08-02 Brad Fitzpatrickruntime: fix nanotime for macOS Sierra, again.
2016-08-02 Joe Tsaicmd/doc: ensure functions with unexported return values...
2016-08-02 Chris Broadfootgo1.7rc4 go1.7rc4
2016-08-02 Joe Tsaicmd/doc: handle embedded interfaces properly
2016-08-02 Chris Broadfootall: merge master into release-branch.go1.7
2016-08-02 Brad Fitzpatricknet: prevent cancelation goroutine from adjusting fd...
2016-08-02 Brad Fitzpatrickdoc/go1.7.html: mention Server.Serve HTTP/2 behavior...
2016-08-02 Brad Fitzpatricknet/http: update bundled http2
next