]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-05-25 Russ Coxruntime: align C library startup calls on amd64
2016-05-25 Austin Clementsruntime: pass gcWork to scanstack
2016-05-25 Austin Clementsruntime: document scanstack
2016-05-25 Robert Griesemercmd/compile: document how to update builtin.go
2016-05-25 David Crawshawdoc: reflect {Num,}Method skips unexported methods
2016-05-25 Marcel van... math/big: use run for benchmarks
2016-05-25 Marcel van... runtime: use Run for more benchmarks
2016-05-25 Marcel van... compress/flate: simplify using subtests and sub-benchmarks
2016-05-25 Marcel van... testing: added package doc for sub(tests/benchmarks)
2016-05-25 Marcel van... compress/lzw: use Run for benchmarks
2016-05-25 Marcel van... runtime: use of Run for some benchmarks
2016-05-25 Robert Griesemertext/scanner: better error message if no error handler...
2016-05-25 Keith Randallcmd/compile: add generated tests for constant folding
2016-05-25 David Crawshawreflect: remove type info for unexported methods
2016-05-25 Elias Naurcmd/link: fix ARM gold linker check
2016-05-25 Elias Naurruntime,runtime/cgo: save callee-saved FP register...
2016-05-25 Ian Lance Taylorencoding/csv: clarify that this package supports RFC...
2016-05-24 Robert Griesemerall: fixed a handful of typos
2016-05-24 Austin Clementsruntime: update SP when jumping stacks in traceback
2016-05-24 Jeff R. Allendoc: add notes on good commit messages
2016-05-24 Jeff R. Allenmath/rand: Doc fix for how many bits Seed uses
2016-05-24 Jeff R. Allencmd/go: document testdata directory in "go help test"
2016-05-24 David Crawshawcmd/link: ensure -fuse-ld=gold uses gold
2016-05-24 Marcel van... testing: don't be silent if a test's goroutine fails...
2016-05-24 Aliaksandr... cmd/vet: do not check print-like functions with unknown...
2016-05-24 Russ Coxio: remove SizedReaderAt
2016-05-24 Russ Coxapi: update next.txt
2016-05-24 Russ Coxdoc: first draft of Go 1.7 release notes
2016-05-24 Russ Coxcmd/compile, go/types: omit needless word in error...
2016-05-24 Russ Coxencoding/json: rename Indent method to SetIndent
2016-05-24 Russ Coxencoding/json: change DisableHTMLEscaping to SetEscapeHTML
2016-05-24 Russ CoxA+C: add Andre Nathan (individual CLA)
2016-05-24 Russ Coxnet: revise IP.String result for malformed IP address...
2016-05-24 Russ Coxcmd/go: fix //go:binary-only-package check
2016-05-24 Russ Coxencoding/json: additional tests and fixes for []typedBy...
2016-05-24 Russ Coxmath/big: write t*10 to multiply t by 10
2016-05-23 Keith Randallcmd/compile: benchmark needs dominator tree
2016-05-23 Robert Griesemergo/types: don't drop type in n:1 var decl if one is...
2016-05-23 Kenny Granttime: run genzabbrs.go with new source data
2016-05-22 djherbisAUTHORS: correcting my last name Herbis -> Herbison
2016-05-21 Brad FitzpatrickA+C: automated update (subrepos)
2016-05-21 Brad Fitzpatricknet/http: update bundled http2
2016-05-21 Mikio Haranet: don't crash DNS flood test on darwin
2016-05-20 Brad FitzpatrickA+C: automated updates
2016-05-20 Brad Fitzpatricktime: document that After uses memory until duration...
2016-05-20 Robert Griesemercmd/compile: read safemode bit from package header
2016-05-20 Brad Fitzpatricknet/http: deflake TestTransportEventTrace_h2
2016-05-20 Brad Fitzpatricknet/http: update bundled http2
2016-05-20 Brad Fitzpatrickos/exec: remove Cmd.RunContext and Cmd.WaitContext...
2016-05-20 Brad Fitzpatricknet/http: also clone DynamicRecordSizingDisabled in...
2016-05-20 David Crawshawreflect: hide unexported methods that do not satisfy...
2016-05-20 Brad Fitzpatricknet/http: update bundled http2
2016-05-20 Jess Frazellesyscall: fix unshare test on mips
2016-05-20 Brad Fitzpatricknet/http: update bundled http2
2016-05-20 Mikio Haranet: deflake TestDialTimeoutMaxDuration
2016-05-20 Jess Frazellesyscall: add Unshare flags to SysProcAttr on Linux
2016-05-19 Robert Griesemercmd/compile: don't exit early because of hidden error...
2016-05-19 Brad Fitzpatrickcontext: make DeadlineExceeded have a Timeout method
2016-05-19 Brad Fitzpatricknet/http/httptest: restore historic ResponseRecorder...
2016-05-19 Brad Fitzpatrickbuild: unset GOBIN during build
2016-05-19 Austin Clementsruntime: fix goroutine priority elevation
2016-05-19 Austin Clementsruntime: add 'next' flag to ready
2016-05-19 Ian Lance Taylorcmd/cgo: mark stub functions as no_sanitize_thread
2016-05-19 Joel Singruntime/cgo: make cgo work with openbsd ABI changes
2016-05-19 Keith Randallcmd/compile: large ptr literals must escape
2016-05-19 Mikio Haranet: deflake TestDialerDualStack
2016-05-19 Mikio Haranet: deflake TestDialerDualStackFDLeak
2016-05-19 Ian Lance Taylorruntime: don't do a plain throw when throwsplit ==...
2016-05-19 Scott Bellexpvar: slightly expand documentation for Var's String...
2016-05-19 Brad Fitzpatricknet/http: update bundled http2
2016-05-19 Mikio Haranet: don't return io.EOF from zero byte reads on Plan 9
2016-05-19 Brad Fitzpatricknet: don't return io.EOF from zero byte reads
2016-05-18 Ian Lance Taylorruntime: print PC, not the counter, for a cgo traceback
2016-05-18 Ian Lance Taylorruntime: check only up to ptrdata bytes for pointers
2016-05-18 David Benjamincrypto/tls: Never resume sessions across different...
2016-05-18 Brad Fitzpatricknet/http: update bundled x/net/http2 for Server context...
2016-05-18 Brad Fitzpatricknet/http: further restrict when Transport's automatic...
2016-05-18 Ian Lance Taylordoc/go1.7: add runtime.KeepAlive
2016-05-18 Keith Randallcmd/compile: fix build
2016-05-18 Ian Lance Taylorruntime: add KeepAlive function
2016-05-18 Keith Randallcmd/compile: keep pointer input arguments live througho...
2016-05-18 Andrew Gerrandhtml/template: mention risks of the CSS, HTML, JS,...
2016-05-18 Brad Fitzpatricknet/http: allow Client.CheckRedirect to use most recent...
2016-05-18 Brad Fitzpatrickvendor, net/http: update vendored hpack
2016-05-18 Brad Fitzpatricknet/http: update bundled x/net/http2 for httptrace...
2016-05-18 Brad Fitzpatricknet/http: fix spurious logging in Transport when server...
2016-05-18 Ilya Tocarhash/crc64: Use slicing by 8.
2016-05-18 Lee Hinmancrypto/x509: add Admin & User Keychains to FetchPEMRoot...
2016-05-18 Adam Langleycrypto/ecdsa: reject negative inputs.
2016-05-18 Monty Taylorvcs: Add support for git.openstack.org
2016-05-18 David Chasecmd/compile: reduce element size of arrays in sparse...
2016-05-18 Cuihtlauac... runtime: in tests, make sure gdb does not start with...
2016-05-18 Matthew Dempskycmd/compile: handle unsafe.Pointer(f()) correctly
2016-05-18 Ian Lance Taylordoc/effective_go: clarify backward function reference
2016-05-18 Mikio Haranet: don't increase test table rows when using -test...
2016-05-18 Mikio Haranet: deflake TestLookupPort on Android
2016-05-18 Brad Fitzpatrickregexp/syntax: clarify that \Z means Perl's \Z
2016-05-18 Ian Lance Taylorruntime: deflake TestSignalExitStatus
2016-05-18 Emmanuel Odekecrypto/x509: fix typo in docs for CreateCertificateRequest
2016-05-18 Brad Fitzpatricknet/http: add test confirming a connection reuse case
next