]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-12-29 Russ Coxcmd/dist: run limited tests in race and libgcc=none...
2015-12-29 Russ Coxbuild: shorten a few packages with long tests
2015-12-29 Russ Coxapi/go1.6.txt: add debug.SetTraceback, build.Package...
2015-12-29 Russ Coxcmd/dist: make test default to --no-rebuild
2015-12-29 Mikio Haraos: add missing copyright notice
2015-12-28 Austin Clementsruntime: fix, simplify, and improve scan state in gorou...
2015-12-24 Dan Petersonruntime: fix sigaltstack test Skipf format string
2015-12-24 Ian Lance Taylorruntime: adjust gsignal stack to current signal stack
2015-12-24 Nigel Taoimage/color: have NYCbCrA.RGBA work in 16-bit color.
2015-12-24 Jonathan Boullenet/http: fix typo in docstring
2015-12-22 Rob Pikecrypto/cipher: fix typo from last change
2015-12-22 Rob Pikecrypto/cipher: improve documentation for AEAD
2015-12-22 Ian Lance Taylormisc/cgo/testcarchive: skip test4 on darwin/{arm,arm64}
2015-12-22 Mikio Haranet: fix race in TestTCPStress
2015-12-22 Mikio Haranet/internal/socktest: simplify log message format
2015-12-22 David Symondsnet/http: add new HTTP 451 status code, Unavailable...
2015-12-22 Ian Lance Taylortest: add test that gccgo miscompiled
2015-12-21 Robert Griesemercmd/compile: const name and label name may match
2015-12-19 Mikio Haranet: make use of IPv4 for parsing routing information...
2015-12-19 Alex Brainmannet: adjust TestInterfaceHardwareAddrWithGetmac
2015-12-19 Shenghou Maapi: fix typo in README
2015-12-18 Ian Lance Taylorruntime: for c-archive/c-shared, don't install unnecess...
2015-12-18 Brad Fitzpatrickdoc: change go1.6 http heading
2015-12-18 Ian Lance Taylorruntime: write sigsetstack for Darwin, fix sigaction arg
2015-12-18 Russ Coxdoc: add mention of debug.SetTraceback
2015-12-18 Russ Coxtesting: use debug.SetTraceback("all") to show all...
2015-12-18 Russ Coxruntime/debug: add SetTraceback
2015-12-18 Austin Clementsdebug/elf: rename Chdr64.Reserved to _
2015-12-18 Russ Coxcmd/go: ignore XML errors after Go <meta> tags
2015-12-18 Joe Tsaibytes: document that buffer is reused in Truncate and...
2015-12-18 Brad Fitzpatricknet/http: document that Server.TLSNextProto has automat...
2015-12-18 Russ Coxcmd/go: do not skip dirs with syntax errors in wildcard...
2015-12-18 Austin Clementsruntime: document stack barrier synchronization rules
2015-12-18 Austin Clementsruntime: require the stack barrier lock to traceback...
2015-12-18 Austin Clementsruntime: prevent race between setNextBarrierPC and...
2015-12-18 Emmanuel Odekedoc: fix typo in go1.6.html
2015-12-18 Ian Lance Taylorcmd/vet: add some checks for invalid pointer passing...
2015-12-17 Shenghou Matest: fix linkmain test
2015-12-17 Alan Donovango/types: add link to tutorial
2015-12-17 Brad Fitzpatrickapi: create go1.6.txt go1.6beta1
2015-12-17 Brad Fitzpatricksrc: remove reference to since-deleted dist -s flag
2015-12-17 Brad Fitzpatrickdoc: change go1.6 http heading
2015-12-17 Brad Fitzpatrickdoc: Americanise spelling of wilful
2015-12-17 Brad Fitzpatricknet/http: document ResponseWriter and Handler more...
2015-12-17 Russ Coxcmd/link: reject non-package main toplevel.a file,...
2015-12-17 Russ Coxcmd/go: for go get -insecure, do not fall back to HTTP...
2015-12-17 Russ Coxcmd/go: fix processing of HTTPS 404 without -insecure
2015-12-17 Russ CoxRevert "cmd/go: allow omitted user name in git ssh...
2015-12-17 Brad Fitzpatricknet/http: don't accept invalid bytes in server request...
2015-12-17 Brad Fitzpatricknet/http: be more consistent about Request.Method ...
2015-12-17 Russ Coxcmd/go: fix git submodule fetch
2015-12-17 Brad Fitzpatricknet/http: update bundled http2, add tests reading respo...
2015-12-17 Ian Lance Taylorcmd/go: runtime and runtime/internal packages depend...
2015-12-17 Russ Coxcmd/go: respect umask when creating executables
2015-12-17 Brad Fitzpatricknet: fix the build even harder
2015-12-17 Russ Coxruntime: disable gdb test when a GOROOT_FINAL move...
2015-12-17 Brad Fitzpatricknet/http: updated bundled http2 to finish trailer support
2015-12-17 Alex Brainmannet: include both ipv4 and ipv6 netsh output in TestInt...
2015-12-17 Brad Fitzpatricknet: fix race in test
2015-12-17 Russ Coxcmd/go: allow ~ as first char of path element in genera...
2015-12-17 Russ Coxcmd/go: don't be clever about mtime precision in test
2015-12-17 Russ Coxcmd/go: document that package documentation is ignored
2015-12-17 Russ Coxnet/http: document a few ServeMux behaviors
2015-12-17 Russ Coxcmd/go: allow omitted user name in git ssh repo syntax
2015-12-17 Russ Coxcmd/go: document that tests run in the source directory
2015-12-17 Russ Coxcmd/go: document where get writes, and not vendor direc...
2015-12-17 Russ Coxcmd/go: document that go generate accepts all build...
2015-12-17 Ian Lance Tayloros/signal: document signal handling
2015-12-17 Russ Coxcmd/go: document that -p applies to test binary execution
2015-12-17 Brad Fitzpatrickcmd/pprof: fix scaling of "gigabyte" unit
2015-12-17 mattnos,internal/syscall/windows: use ReadFile/MultiByteToWi...
2015-12-17 Brad Fitzpatricknet: fix build
2015-12-17 Brad Fitzpatricknet/http: document that ListenAndServe is a bit more...
2015-12-17 Joe Tsaiarchive/tar: document how Reader.Read handles header...
2015-12-17 Dan Petersonnet: prefer error for original name on lookups
2015-12-17 Russ Coxcrypto/x509: handle CRLDistributionPoints without FullNames
2015-12-17 Russ Coxcmd/go: use tags when evaluating file system wildcards...
2015-12-17 Russ Coxcmd/go: disable use of -linkmode=external in tests...
2015-12-17 Russ Coxcmd/dist: show output from failed compiler execution
2015-12-17 Ian Lance Taylorcmd/cgo: gccgo support for cgoCheckPointer
2015-12-17 Joe Tsaiarchive/tar: spell license correctly in example
2015-12-17 Brad Fitzpatricknet/http: update Response.Trailer doc
2015-12-17 Russ Coxcmd/go: add -args to 'go test' to resolve -v ambiguity
2015-12-17 Russ CoxRevert "cmd/dist: fix build after "go test" argument...
2015-12-17 Russ Coxgo/build: disable test on nacl (and a few others, unnec...
2015-12-17 Brad Fitzpatricknet/http: update bundled copy of http2, enable TestTrai...
2015-12-17 Adam Langleycrypto/rsa: check CRT result.
2015-12-16 Alex Brainmannet: make windows (*netFD).connect work like its unix...
2015-12-16 Shenghou Macmd/cgo: map C unsigned char back to _Ctype_uchar in...
2015-12-16 Brad Fitzpatricknet/http: updated bundled copy of x/net/http2
2015-12-16 Russ Coxcmd/compile: fix magic multiply smashing AX
2015-12-16 Russ Coxcmd/compile: diagnose invalid switch interface{} case...
2015-12-16 Russ Coxcmd/compile: fix export type conversion loss in inlined...
2015-12-16 Russ CoxRevert "cmd/go: fix processing of flags for test binaries."
2015-12-16 Brad Fitzpatricknet/http: split Trailers tests into two halves
2015-12-16 Russ Coxmath/big: additional Montgomery cleanup
2015-12-16 Russ Coxruntime: remove incorrect TODO added in CL 16035
2015-12-16 Russ Coxcmd/go: tiny cleanup
2015-12-16 Russ Coxgo/build: support vendor directories in Import
2015-12-16 Russ Coxdoc: first draft of Go 1.6 release notes
next