]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-08-28 Russ Coxcmd/vendor/golang.org/x/arch: import arm/armasm and...
2015-08-28 Russ Coxruntime: check explicitly for short unwinding of stacks
2015-08-28 Russ Coxdoc: mention vendoring in go1.6.txt (forgot git add...
2015-08-28 Dave Cheneydoc/go1.6.txt: start go1.6.txt with a note about nacl
2015-08-28 Daniel Johanssonregistry: Explain how GetMUIStringValue works and where...
2015-08-28 Dave Cheneysyscall: remove nacl srpc helper
2015-08-28 Alberto Donizetticompress/bzip2: make decoding faster
2015-08-27 Ian Lance Taylorcmd/go: -a does apply to the standard library
2015-08-27 Russ Coxcmd/go: enable vendoring experiment by default
2015-08-27 Russ Coxnet: restore LookupPort for integer strings
2015-08-27 Alexander Morozovsyscall: don't call Setgroups if Credential.Groups...
2015-08-27 Vincent Vanackerecmd/go: properly ignore import comments for vendored...
2015-08-27 Tim Cooijmanssrc/runtime: Add missing defs for android/386.
2015-08-27 Didier Speziacmd/asm: fix potential infinite loop in parser
2015-08-27 Rob Piketext/template: add ExecError type and return it from...
2015-08-27 Michael Hudson... runtime: remove unused xchgp/xchgp1
2015-08-26 Robert Griesemergo/types: fix real(a) and imag(a) for untyped arguments
2015-08-26 Brad Fitzpatricknet/http/httputil: permit nil request body in ReverseProxy
2015-08-26 Robert Griesemergo/types: check for duplicate values in expression...
2015-08-26 Robert Griesemergo/types, go/constant: remove backward-compatibility...
2015-08-26 Todd Nealnet/http: remove always true comparison
2015-08-26 Daniel Johanssontime: handle localized time zone names
2015-08-26 Uttam C Pawarbytes: improve Compare function on amd64 for large...
2015-08-26 Michael Hudson... misc/cgo/testshared: do not run gccgo tests when gccgo...
2015-08-26 Todd Nealruntime: remove always false comparison in sigsend
2015-08-26 Michael Hudson... cmd/compile, cmd/link, reflect, runtime: remove type...
2015-08-26 Andy Maloneycmd/cgo: annotate named return struct members in comments
2015-08-26 Michael Hudson... cmd/compile, runtime: stop returning t.zero on hashmap...
2015-08-26 Andy Maloneycmd/cgo: change comments in generated C code to be...
2015-08-25 Michael Hudson... cmd/link: call moduledata symbols "local.moduledata...
2015-08-25 Ulrich Kunitzcmd/compile: fix register allocation for == operator
2015-08-25 Austin Clementscmd/compile: fix uninitialized memory in compare of...
2015-08-25 Dave Cheneyruntime: check pointer equality in arm64 cmpbody
2015-08-25 Todd Nealruntime: fix nmspinning comparison
2015-08-25 Shenghou Maruntime: add a missing hex conversion
2015-08-25 Didier Speziadebug/elf: map/slice literals janitoring
2015-08-25 Shenghou Macmd/go: skip test using external linking on linux/ppc64 too
2015-08-25 Todd Nealencoding/gob: remove always false comparison
2015-08-25 Aaron Jacobsos/signal: skip the nohup test on darwin when running...
2015-08-24 Joe Tsaihash/fnv: fix wiki url
2015-08-24 Dave Cheneyruntime: check pointer equality in arm cmpbody
2015-08-24 Rob Pikefmt: in Scanf, %c can scan a space, so don't skip space...
2015-08-24 Andrew Gerranddoc: remove mention of defunct golang-bugs mailing...
2015-08-24 Tarmigan Caseboltencoding/asn1: fix unused assignments
2015-08-24 Matt Layhernet: allow ParseMAC to parse 20-octet IPoIB link-layer...
2015-08-24 Tarmigan Caseboltimage/gif: avoid unused assignment
2015-08-24 Marcel van... unicode: include rune 0 in RangeTables.
2015-08-24 Tarmigan Caseboltgo/internal/gcimporter: remove unused assignment
2015-08-24 Tarmigan Caseboltmath: avoid unused assignment in jn.go
2015-08-24 Alex Brainmaninternal/syscall/windows/registry: remove debugging...
2015-08-24 Dave Cheneymake.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT
2015-08-23 Josh Bleecher... cmd/internal/obj: delete Debugzerostack dead code
2015-08-23 Mikio Haranet: drop redundant domain name length check
2015-08-22 Andrew Gerrandmime: move examples to external test file
2015-08-22 Brad Fitzpatrickcmd/compile: in usage messages, name the binary "compil...
2015-08-22 Ingo Oeserhtml: speed up UnescapeString
2015-08-22 Justin Nußtime: Use AppendFormat in Marshal[Text|JSON]
2015-08-21 Brad Fitzpatrickcmd/compile/internal, cmd/internal/obj: used keyed...
2015-08-21 Alberto Donizetticmd/compile: allow huge rsh in constants arithmetic
2015-08-21 Robert Griesemercmd/compile/internal/big: update vendored math/big
2015-08-21 Robert Griesemermath/big: fix TestBytes test
2015-08-21 David du Colombiercmd/trace: don't fail when no browser is available
2015-08-21 Alberto Donizettimath/big: correctly handle large exponent in SetString
2015-08-21 Robert Griesemermath/big: remove superfluous comparison
2015-08-21 Hyang-Ah (Hana... runtime/cgo: remove __stack_chk_fail_local
2015-08-21 Shawn Walker... runtime, syscall: remove unused bits from Solaris imple...
2015-08-21 Rob Pikedoc: fix typo in release notes
2015-08-21 Rob Pikeall: fix some vet-caught formatting errors, mostly...
2015-08-21 Robert Griesemergo/types: fix complex(a, b) for untyped arguments a, b
2015-08-21 Robert Griesemergo/types: don't crash for erroneous program involving...
2015-08-21 Robert Griesemergo/types: convert untyped switch expressions to default...
2015-08-21 Dominik Honnefos/user: don't depend on _SC_GETPW_R_SIZE_MAX on Linux
2015-08-21 Brad Fitzpatrickencoding/base64: fix copy-paste-o bug in RawURLEncoding...
2015-08-20 Andrew Gerrandnet/http: document that [ListenAnd]Serve always returns...
2015-08-20 David Glassercmd/go: fix vendoredImportPath comment
2015-08-19 Russ Coxdoc: document Go 1.5 on release page
2015-08-19 Russ Coxnet: respect go vs cgo resolver selection in all lookup...
2015-08-19 Russ Coxnet: force LookupAddr results to be rooted DNS paths...
2015-08-19 Russ Coxnet: document GODEBUG=netdns=xxx settings
2015-08-19 Rob Pikedoc: fix typos in go1.5.html
2015-08-19 Russ Coxdoc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not...
2015-08-19 Russ Coxdoc: adjust binary install page supported system list
2015-08-18 Russ Coxcmd/vet: power64 is now ppc64
2015-08-18 Russ Coxcmd/go: really skip TestNoteReading on linux/ppc64le
2015-08-18 Russ Coxcmd/go: disable TestNoteReading on solaris, linux/ppc64le
2015-08-18 Russ Coxcmd/compile: fix interaction between GOEXPERIMENT=field...
2015-08-18 Russ Coxcmd/go: fix vendor-related index out of range panic...
2015-08-18 Russ Coxcmd/go: fix spurious rebuild of binaries using cgo...
2015-08-18 Russ Coxcmd/yacc: fix compile error in empty grammar
2015-08-18 Brad Fitzpatricknet/http: fix races cloning TLS config
2015-08-17 Ian Lance Taylordoc: only the Logger.SetOutput method is new in Go 1.5
2015-08-17 Matt Bostocksort: Fix typo in Stable() comment
2015-08-16 Dave Cheneycmd/compile/internal/arm64: remove Reginuse check in...
2015-08-15 Dmitry Vyukovcmd/trace: fix static file reference
2015-08-15 Rahul Chaudhrycmd/go: make "go test" recognize -exec flag again.
2015-08-15 Keith Randallcmd/compile: remove stale register use array
2015-08-12 Dave Cheneycmd/compile/internal/ppc64: disable DUFFZERO
2015-08-11 Russ Coxcmd/go: run test binaries in original environment
2015-08-11 Russ Coxcmd/go: fix addition of "math" dependency for arm binaries
2015-08-11 Russ Coxcmd/link: make -a output not crash
next