]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-07-15 Russ Coxcmd/go: disable password prompt when running git
2015-07-15 Russ Coxdatabase/sql: document closing requirements for Stmts
2015-07-15 Russ Coxcrypto/x509: add /etc/ssl/cacert.pem to OmniOS cert...
2015-07-15 Russ Coxcmd/pprof: store temporary files in temporary directory
2015-07-15 Russ Coxcmd/pprof: run $BROWSER and system browser before Chrome
2015-07-15 Russ Coxcmd/go: fix TestVendorRun when $GOROOT is inside a...
2015-07-15 Russ Coxcmd/go: reject missing source code in go get -d, same...
2015-07-15 Russ Coxcmd/go: give full import stack for errors in dependenci...
2015-07-15 Russ Coxcmd/go: go test -race -i runtime/race must not install...
2015-07-15 Russ Coxdoc: add cmd/go's -pkgdir build option
2015-07-15 Russ Coxcmd/go: add -pkgdir build flag
2015-07-15 Russ Coxcmd/go: remove duplication of build flag info in testfl...
2015-07-15 Russ Coxcmd/go: fix error for go run with files in different...
2015-07-15 Russ Coxcmd/go: document that <meta> tags should be early in...
2015-07-15 Russ Coxcmd/go: diagnose trivial test import cycle
2015-07-15 Russ CoxRevert "cmd/compile: define func value symbols at decla...
2015-07-15 Russ Coxcmd/compile: define func value symbols at declaration
2015-07-15 Russ Coxcmd/internal/obj: fix pc/sp information for prologue
2015-07-15 Jeff R. Allennet/http: do not allow space or slash in Host headers
2015-07-15 David du Colombiernet: fix setKeepAlivePeriod on Plan 9
2015-07-15 Rob Pikedoc: add a few more details about arm and ppc64 to...
2015-07-15 Robert Griesemergo/types: fix internal inInteger operand predicate
2015-07-15 Didier Speziaencoding/xml: improve marshaller sanity checks of direc...
2015-07-15 Jonathan Rudenbergdoc/go1.5.html: fix and expand crypto/tls changes
2015-07-15 Brad FitzpatrickA+C: more updates before release
2015-07-15 Larz Conwellencoding/json: Only allow string option for valid types
2015-07-15 Brad FitzpatrickA+C: update for release
2015-07-15 Jonathan Rudenbergdoc/go1.5.html: fix typo
2015-07-14 Jonathan Rudenbergdoc/go1.5.html: fix typo
2015-07-14 Nevins Bartolomeocrypto: add SHA-512/224 and SHA-512/256 as described...
2015-07-14 David Crawshawcmd/go: do not create subdirs of $GOBIN
2015-07-14 Ian Lance Taylorcmd/go: warn on get from code.google.com that it is...
2015-07-14 Ian Lance Taylordoc/go1.5.html: fix typo.
2015-07-14 Nigel Taoimage/jpeg: don't unread a byte if we've already taken...
next