]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-08-01 David Chase[dev.ssa] cmd/compile: PPC64, add more zeroing and...
2016-07-29 Cherry Zhangcmd/compile: fix possible spill of invalid pointer...
2016-07-28 Brad Fitzpatrickdoc/go1.7.html: add known issues section for FreeBSD...
2016-07-28 Cherry Zhang[dev.ssa] cmd/compile: fix build for old backend on...
2016-07-27 Rhys Hiltnerruntime: reduce GC assist extra credit
2016-07-27 Cherry Zhang[dev.ssa] cmd/compile: fix possible invalid pointer...
2016-07-27 Cherry Zhang[dev.ssa] cmd/compile: add more on ARM64 SSA
2016-07-27 Brad Fitzpatricknet/http: fix data race with concurrent use of Server...
2016-07-26 Brad Fitzpatrickcrypto/x509: detect OS X version for FetchPEMRoots...
2016-07-26 Brad Fitzpatricknet/http: update bundled http2
2016-07-26 Austin Clementsruntime/pprof: document use of pprof package
2016-07-26 Brad Fitzpatrickcrypto/x509: use Go 1.6 implementation for FetchPEMRoot...
2016-07-26 David Chase[dev.ssa] cmd/compile: PPC64, basic support for all...
2016-07-26 Jack Lindamoodcontext: add test for WithDeadline in the past
2016-07-26 Brad Fitzpatricknet/http: make Transport.RoundTrip return raw Conn...
2016-07-26 Michael Mundaydoc: add s390x information to asm.html
2016-07-25 Joe Tsaicompress/flate: document HuffmanOnly
2016-07-24 David Chase[dev.ssa] cmd/compile: replace storeconst w/ storezero...
2016-07-23 Cherry Zhang[dev.ssa] cmd/compile: initial ARM64 SSA port
2016-07-22 Brad Fitzpatricknet/http: fix potential for-select spin with closed...
2016-07-22 David Chase[dev.ssa] cmd/compile: some improvements to PPC codegen
2016-07-21 Chris Broadfootgo1.7rc3 go1.7rc3
2016-07-21 Keith Randall[dev.ssa] cmd/compile: 386 port now works
2016-07-21 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-21 Brad Fitzpatrickmisc/trace: disable trace resolution warning
2016-07-21 Cherry Zhang[dev.ssa] cmd/compile: simplify MOVWreg on ARM
2016-07-21 David Chasecmd/compile: change phi location to be optimistic at...
2016-07-21 Keith Randallcmd/compile: move phi args which are constants closer...
2016-07-21 Ian Lance Taylorruntime: add explicit `INT $3` at end of Darwin amd64...
2016-07-20 Austin Clementsruntime: support smaller physical pages than PhysPageSize
2016-07-20 Cherry Zhang[dev.ssa] cmd/internal/obj, etc.: add and use NEGF...
2016-07-20 Dmitry Vyukovruntime/race: fix memory leak
2016-07-20 Ian Lance Taylorruntime: add as many extra M's as needed
2016-07-20 Brad Fitzpatricknet/smtp: document that the smtp package is frozen
2016-07-19 Keith Randall[dev.ssa] cmd/compile: more 386 port changes
2016-07-18 Keith Randall[dev.ssa] cmd/compile: fix verbose typing of DIV
2016-07-18 Austin Clementsdoc/go1.7.html: start sentence on a new line
2016-07-18 Austin Clementsdoc/go1.7.html: avoid term of art
2016-07-18 Keith Randall[dev.ssa] cmd/compile: implement more 64-bit ops on 386
2016-07-18 Keith Randall[dev.ssa] cmd/compile: use 2-result divide op
next