]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-05-07 Robert Griesemercmd/compile: add and enable (internal) option to only...
2016-05-07 Elias Naurcmd/go: add -shared to darwin/arm{,64} default build...
2016-05-07 Tal Shprechercmd/compile: properly handle map assignments for OAS2DO...
2016-05-07 Elias Naurruntime: use entire address space on 32 bit
2016-05-06 Brad Fitzpatricknet/url: remove RFC 3986 mention in package comment
2016-05-06 Brad Fitzpatricknet: skip more flaky net tests on flaky net builders
2016-05-06 Ian Lance Taylormisc/cgo/testcarchive: avoid possible pthread_create...
2016-05-06 Russ CoxRevert "net/url: validate ports in IPv4 addresses"
2016-05-06 Brad Fitzpatricknet/http: wait longer for subprocess to startup in...
2016-05-06 Brad Fitzpatricknet/http: don't assume Response.Request is populated...
2016-05-06 Russ CoxRevert "testing/quick: generate more map and slice...
2016-05-06 Brad Fitzpatrickos: rename remaining four os1_*.go files to os_*.go
2016-05-06 Brad Fitzpatricknet: ignore network failures on some builders
2016-05-06 Brad Fitzpatrickruntime: delete empty files
2016-05-06 Alberto Donizettiall: fix copy-and-paste errors in tests
2016-05-06 Aliaksandr... cmd/vet: check sync.* types' copying
2016-05-06 Richard Millersyscall,os,net: don't use ForkLock in plan9
2016-05-06 Brad Fitzpatrickruntime: merge the last four os-vs-os1 files together
2016-05-06 Cherry Zhangcmd/compile/internal/mips64: fix large uint -> float...
2016-05-06 Ilya Tocarcrypto/sha1: Add AVX2 version for AMD64
2016-05-06 Ilya Tocarcrypto/sha256: Use AVX2 if possible
2016-05-06 Elias Naurmisc/cgo/testcarchive: don't force -no_pie on Darwin
2016-05-06 Ilya Tocarcmd/internal/obj/x86: add AVX2 instrutions needed for...
2016-05-06 Shenghou Maruntime: get randomness from AT_RANDOM AUXV on linux...
2016-05-06 Cherry Zhangcmd/go, cmd/cgo: pass "-mabi=64" to gcc on mips64
2016-05-06 Robert Griesemertest: update test for issue 15548
2016-05-06 Brad Fitzpatrickcmd/go: fail with nice error message on bad GOOS/GOARCH...
2016-05-06 Joe Tsaiarchive/tar: centralize all information about tar heade...
2016-05-06 Russ Coxruntime: stop traceback at foreign function
2016-05-06 Mikio HaraRevert "net: add support for Zone of IPNet"
2016-05-06 Joe Tsaiall: use SeekStart, SeekCurrent, SeekEnd
2016-05-05 David Chasecmd/compile: repair MININT conversion bug in arm softfloat
2016-05-05 Alan Donovango/token: document postcondition of SetLines
2016-05-05 Richard Milleros/exec: re-enable TestExtraFiles for plan9
2016-05-05 Richard Millersyscall: simplify closing of extra fds in plan9 StartPr...
2016-05-05 Andrew Gerranddoc: update broken links in release notes
2016-05-05 Robert Griesemercmd/compile: verify imported types after they are fully...
2016-05-05 Emmanuel Odekeruntime: print signal name in panic, if name is known
2016-05-05 Russ Coxnet: fix hostLookupOrder("")
2016-05-05 Lynn Bogersync/atomic, runtime/internal/atomic: improve ppc64x...
2016-05-05 Shenghou Macontext: use https in docs
2016-05-05 Josh Bleecher... cmd/compile: optimize lookupVarOutgoing
2016-05-05 Cherry Zhangcmd/compile/internal/gc: skip TestFP on mips64x
2016-05-05 Cherry Zhangcmd/compile/internal/gc: remove duplicated TestFP
2016-05-05 Keith Randallcmd/compile: enable constant-time CFG editing
2016-05-05 Cherry Zhangruntime: skip TestCgoCallbackGC on linux/mips64x
2016-05-05 Cherry Zhangcmd/link: fix external linker argument for mips64
2016-05-05 Ian Lance Taylorruntime: put tracebackctxt C functions in .c file
2016-05-05 Alex Brainmandebug/pe: unexport newly introduced identifiers
2016-05-05 Nigel Taocompress/flate: distinguish between base and min match...
2016-05-04 Michael Mundaycmd/compile: fix uint64 to float casts on ppc64
2016-05-04 Robert Griesemercmd/compile: fix debugFormat for new export format
2016-05-04 Mohit Agarwalruntime: clean up profiling data files produced by...
2016-05-04 Shenghou Manet/http: correct RFC for MethodPatch
2016-05-04 Shenghou Macmd/dist: remove the use of debug/elf package
2016-05-04 Josh Bleecher... cmd/compile: check that SSA memory args are in the...
2016-05-04 Brad Fitzpatrickcmd/dist: add flag to build tests only, but not run...
2016-05-04 Shenghou Maruntime/internal/atomic: fix vet warnings
2016-05-04 Shenghou Macmd/vet: add mips64x assembly check support
2016-05-04 Shenghou Madoc: update go1.7.txt
2016-05-04 Cherry Zhangtest: enable fixedbugs/issue10607.go test on linux...
2016-05-04 Cherry Zhangcmd/go: enable TestNodeReading on linux/mips64x
2016-05-04 Cherry Zhangcmd/dist: enable cgo and external linking on linux...
2016-05-04 Cherry Zhangmisc/cgo/test: add mips64x test case for issue9400
2016-05-04 Cherry Zhangcmd/link/internal/ld: force external linking for mips64...
2016-05-04 Cherry Zhangruntime: add linux/mips64x cgo support
2016-05-04 Cherry Zhangruntime/cgo: add context argument to crosscall2 on...
2016-05-04 Martin Möhrmannmisc/cgo/fortran: fix gfortran compile test
2016-05-04 Niko Dziembaarchive/zip: pool flate readers
2016-05-04 Michael Hudson... cmd/link: always read type data for dynimport symbols
2016-05-04 Alex Brainmancmd/api: remove debug/pe replated changes from next.txt
2016-05-04 Keith Randallcmd/compile: use SSA tests on legacy compiler
2016-05-04 Vishvananda... net: allow netgo to use lookup from nsswitch.conf
2016-05-04 Ian Lance Taylorruntime: use cgo traceback for SIGPROF
2016-05-03 Brad Fitzpatrickcmd/vet: fix test's dependence on perl
2016-05-03 Keith Randallcmd/compile: never CSE two memories
2016-05-03 Brad Fitzpatrickstrings, bytes: fix Reader 0 byte read at EOF
2016-05-03 Robert Griesemercmd/compile: use correct packages when exporting/import...
2016-05-03 Dmitry Vyukovcmd/trace: make binary argument optional
2016-05-03 Dmitry Vyukovruntime: per-P contexts for race detector
2016-05-03 Dmitry Vyukovruntime: fix CPU underutilization
2016-05-03 Michael Hudson... cmd/cgo: an approach to tsan that works with gcc
2016-05-03 Brad Fitzpatricknet/http: keep idle conns sorted by usage
2016-05-02 David Crawshawcmd/link: bump object file version number
2016-05-02 Emmanuel Odekenet/http: fix typo in comment in main_test
2016-05-02 Brad Fitzpatricknet/http: remove some TODOs
2016-05-02 Emmanuel Odekeall: make copyright headers consistent with one space...
2016-05-02 Ian Lance Taylorcmd/cgo, misc/cgo/test: make -Wdeclaration-after-statem...
2016-05-02 Michael Hudson... cmd/link: pass -Wl,-z,relro to host linker in -buildmod...
2016-05-02 Keith Randallcmd/compile: don't SSA any variables when -N
2016-05-02 Mikio Haranet/http: gofmt -w -s
2016-05-01 Keith Randallcmd/compile: fix reslice
2016-05-01 Brad Fitzpatricknet/http: fix typo in comment
2016-05-01 Brad Fitzpatricknet/http: add Response.Uncompressed bool
2016-05-01 Brad Fitzpatricknet/http: provide access to the listener address an...
2016-05-01 Brad Fitzpatricknet/http: add Transport.IdleConnTimeout
2016-05-01 Brad Fitzpatricknet/http: fix a few crashes with a ClientTrace with...
2016-05-01 Brad Fitzpatricknet/http: document some errors more, mark ErrWriteAfter...
2016-05-01 Josh Bleecher... archive/zip: improve BenchmarkCompressedZipGarbage
2016-05-01 Brad Fitzpatrickdoc: update go1.7.txt
next