]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-07-22 Russ Coxruntime/pprof: ignore too few samples on Windows test
2015-07-22 Ian Lance Taylorruntime: if we don't handle a signal on a non-Go thread...
2015-07-22 Konstantin... cmd/go: support git.apache.org Git repos
2015-07-22 Robert Griesemermath/big: document rounding for Rat.FloatToString
2015-07-22 Russ Coxruntime: disable TestGoroutineParallelism on uniprocessor
2015-07-22 Austin Clementsruntime: fix comments referring to trace functions...
2015-07-22 Hari harandoc: add line break in install-source.html
2015-07-22 Ingo Krabbecmd/dist: add command output for dist tests
2015-07-22 Adam Langleycrypto/elliptic: call IsOnCurve via the interface.
2015-07-22 Russ Coxcrypto/x509: disable sha2 test with system APIs
2015-07-22 Russ Coxcmd/go: fix missing internal import error
2015-07-22 Russ Coxcrypto/tls: check cert chain during VerifyHostname
2015-07-22 Carlos Cstrconv: add examples to package
2015-07-22 Dmitry Vyukovruntime/trace: add new package
2015-07-22 Didier Speziaencoding/json: fix decoding of JSON null values
2015-07-22 Andrew Gerrandmisc/makerelease: delete
2015-07-22 David Symondslib/time: update to IANA release 2015e.
2015-07-22 Rob Pikedoc: add a clause about embedded methods to go1compat
2015-07-21 Brad Fitzpatrickcmd/dist: remove prints during test registration
2015-07-21 Ian Lance Taylorcmd/go: fix typo in comment
2015-07-21 Ian Lance Taylorcmd/go: pass an unmodified environment to a go run...
2015-07-21 Robert Griesemergo/types: make types.Typ a slice, unexport UniverseByte...
2015-07-21 Ian Lance Taylorcmd/go: skip TestGoInstallErrorOnCrossCompileToBin...
2015-07-21 Ingo Krabbemisc/cgo/testsovar: needs the `extern` keyword to expor...
2015-07-21 Ian Lance Taylorcmd/link: if -B option was used, pass it to the externa...
2015-07-21 Brad Fitzpatrickdoc: add missing preposition in go1.5.html
2015-07-21 Paul Marksdoc/go1.5.html: update the net.Dial release notes.
2015-07-21 Brad Fitzpatrickapi: add go1.5.txt API file, reset next.txt
2015-07-21 Brad Fitzpatrickdoc: remove mention of default GOMAXPROCS(1) in Effecti...
2015-07-21 Alex Brainmansyscall: warn not to use FormatMessage
2015-07-21 Matthew Dempskygo/internal/gccgoimporter: fix handling of "byte" and...
2015-07-20 Brad Fitzpatrickdoc: document net/http.Request.Cancel in go1.5.html
2015-07-20 Brad Fitzpatrickdoc: add crypto/sha512 additions to go1.5.html
2015-07-20 Robert Griesemergo/types: remove non-existing mention of MethodSetCache...
2015-07-20 Ian Lance Taylorcmd/dist: increase timeout for standard tests
2015-07-20 Ian Lance Taylorcmd/go: build errors rather than fmt in a couple of...
2015-07-20 Ian Lance Taylorcmd/go: build errors rather than strings in some tests
2015-07-20 Ian Lance Taylorcmd/go: don't run TestInstalls in short mode
2015-07-20 Ian Lance Taylorcmd/go: rewrite TestNoteReading to use test harness
2015-07-20 Michael Hudson... cmd/compile: define func value symbols at declaration
2015-07-20 Brad Fitzpatricknet/http: add example for setting trailers in an Handler
2015-07-19 Austin Clementsruntime: clarify runtime.GC blocking behavior
2015-07-18 Ian Lance Taylorruntime: check for findmoduledatap returning nil
2015-07-18 Dmitry Vyukovinternal/trace: fix fuzzer crashers
2015-07-18 Silvan Jegenbufio: Remove unneeded error initialization
2015-07-18 Ian Lance Taylorcmd/compile: ignore carriage return in magic comments
2015-07-18 Mikio Haranet: classify site-local unicast in address selection
2015-07-18 Brad Fitzpatrickos: remove stuttering return value names
2015-07-18 Alex Brainmanruntime: skip TestReturnAfterStackGrowInCallback if...
2015-07-18 Brad Fitzpatrickdoc: document GODEBUG=netdns=X and netcgo in go1.5.txt
2015-07-18 Rob Pikeruntime: make the GC message less committal.
2015-07-17 Ian Lance Taylorcmd/go: ignore import of "C" when fetching dependencies
2015-07-17 Dave Cheneyos: add test to ensure Rename returns *LinkError
2015-07-17 Rob Pikeruntime: document that GC blocks the whole program
2015-07-17 Paolo Martinidoc: fix typo
2015-07-17 Hyang-Ah (Hana... androidtest.bash: robust cleanup in case of failure.
2015-07-17 David Crawshawdoc: document ios build tag for crypto/x509
2015-07-17 Austin Clementsruntime: remove out-of-date comment
2015-07-17 Jeff R. Allenos: improve documentation on Rename
2015-07-17 Mikio Haranet: avoid unnecessary conversion in address selection
2015-07-17 Austin Clementsruntime: don't free large spans until heapBitsSweepSpan... go1.5beta2
2015-07-17 Rob Pikecmd/fix: add gotypes module
2015-07-17 Mikio Haracmd/go: don't put mycmd in wrong directory
2015-07-16 Carlos Cnet/mail: add example to package
2015-07-16 Brad FitzpatrickA+C: more updates
2015-07-16 Brad Fitzpatricknet: RFC 6724 address selection
2015-07-16 David Crawshawcrypto/x509: iOS build tag
2015-07-16 Carlos Cnet/url: add example to URL.ResolveReference
2015-07-16 Rob Pikedoc: describe tracing, mention go fix
2015-07-16 Rob Pikeflag: add comment stating that Set is called in sequenc...
2015-07-16 Russ Coxtest/fixedbugs: disable issue11656.go on arm64
2015-07-16 Russ CoxRevert "runtime: diagnose invalid pointers during GC"
2015-07-16 Nigel Taoimage/color: fix format typo in the tests.
2015-07-16 Chris BroadfootA+C: Add missing entries, full names.
2015-07-15 Russ CoxRevert "cmd/internal/obj: fix pc/sp information for...
2015-07-15 Brad Fitzpatricknet/http: don't reuse conns after incomplete 100-contin...
2015-07-15 Brad FitzpatrickA+C: more updates, including Medium corporate CLA
2015-07-15 Andrew Gerrandcmd/go: fix parsing of Git SCP-like remotes
2015-07-15 Austin Clementsruntime: fix saved PC/SP after safe-point function...
2015-07-15 Austin Clementsruntime: run safe-point function before entering _Psyscall
2015-07-15 Matthew Dempskyruntime: fix go:nowritebarrier annotation on gcmarkwb_m
2015-07-15 Ian Lance Taylorcmd/compile: recognize embedded field in inlined function
2015-07-15 Russ Coxencoding/json: document and test overwrite of slice...
2015-07-15 Rob Pikeasm: fix error messages and comments for "register...
2015-07-15 Russ Coxruntime: diagnose invalid pointers during GC
2015-07-15 Russ Coxcmd/compile: fix PtrTo(t) for unnamed t with embedded...
2015-07-15 Russ Coxmath: fix Log2 test failures on ppc64 (and s390)
2015-07-15 Russ Coxencoding/json: fix out of phase error unmarshaling...
2015-07-15 Russ Coxnet/smtp: give example addrs in docs
2015-07-15 Russ Coxcmd/go: print all test flags in "go test -h"
2015-07-15 Russ Coxcmd/dist: diagnose lack of gcc earlier in build
2015-07-15 Nigel Taoimage/color: tweak the YCbCr to RGBA conversion formula.
2015-07-15 Russ Coxcmd/go: fix nocgo builder
2015-07-15 Rob Piketime: make it clearer how to format a fractional second
2015-07-15 Russ Coxos/exec: document that Cmd.Wait waits for stdin I/O
2015-07-15 Russ Coxreflect: wait longer before declaring select test stuck
2015-07-15 Russ Coxcmd/go: add test for issue 3652
2015-07-15 Russ Coxcmd/go: fix build
2015-07-15 Russ Coxcmd/go: accept go get domain.root
2015-07-15 Russ Coxcmd/go: fix go get -u handling of changing dependencies
next