summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.9] bytes, strings: fix comparison of long byte slices on ...release-branch.go1.9bill_ofarrell2018-07-173-4/+28
* [release-branch.go1.9] cmd/compile: make -asmhdr work with type aliasesMatthew Dempsky2018-06-135-4/+36
* [release-branch.go1.9] go1.9.7go1.9.7Filippo Valsorda2018-06-061-1/+1
* [release-branch.go1.9] doc: document Go 1.9.7Filippo Valsorda2018-06-061-0/+9
* [release-branch.go1.9] cmd/go: fix 'go get' compatibility for direct download...Russ Cox2018-06-043-6/+55
* [release-branch.go1.9] cmd/go: add minimal module-awareness for legacy operationRuss Cox2018-06-0418-72/+343
* [release-branch.go1.9] cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor2018-05-312-4/+38
* [release-branch.go1.9] strings: fix encoding of \u0080 in mapMartin Möhrmann2018-05-262-2/+25
* [release-branch.go1.9] crypto/x509: copy and use adjusted syscall.CertChainPo...Alex Brainman2018-05-091-3/+9
* [release-branch.go1.9] misc/cgo/testcshared: use file descriptor 30 for TestU...Ian Lance Taylor2018-05-082-2/+2
* [release-branch.go1.9] go1.9.6go1.9.6Andrew Bonventre2018-04-301-1/+1
* [release-branch.go1.9] doc: document Go 1.9.6Andrew Bonventre2018-04-301-0/+7
* [release-branch.go1.9] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor2018-04-302-1/+28
* [release-branch.go1.9] cmd/compile: fix evaluation of "" < sJosh Bleecher Snyder2018-04-272-0/+71
* [release-branch.go1.9] go1.9.5go1.9.5Andrew Bonventre2018-03-291-1/+1
* [release-branch.go1.9] cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor2018-03-292-6/+46
* [release-branch.go1.9] cmd/go: permit pkg-config flags in any argument positionIan Lance Taylor2018-03-292-4/+45
* [release-branch.go1.9] cmd/go: add options to security whitelistIan Lance Taylor2018-03-293-9/+63
* [release-branch.go1.9] cmd/compile: use unsigned loads for multi-element comp...Keith Randall2018-03-293-1/+62
* [release-branch.go1.9] doc: update 1.9.5 release notes to include net/http/pprofAndrew Bonventre2018-03-291-1/+2
* [release-branch.go1.9] doc: update release notes for Go 1.9.5Andrew Bonventre2018-03-291-2/+1
* [release-branch.go1.9] doc: document Go 1.9.5Andrew Bonventre2018-03-291-0/+7
* [release-branch.go1.9] net/http/pprof: harden handler responsesAndrew Bonventre2018-03-292-23/+98
* [release-branch.go1.9] cmd/go: restrict meta imports to valid schemesIan Lance Taylor2018-03-292-2/+75
* [release-branch.go1.9] cmd/compile: fix constant folding of right shifts on s...Keith Randall2018-03-293-7/+7
* [release-branch.go1.9] cmd/compile: fix constant folding of right shiftsKeith Randall2018-03-294-21/+55
* [release-branch.go1.9] go1.9.4go1.9.4Russ Cox2018-02-071-1/+1
* [release-branch.go1.9] doc: document Go 1.9.4Russ Cox2018-02-071-0/+13
* [release-branch.go1.9] cmd/go: accept only limited compiler and linker flags ...Russ Cox2018-02-0712-57/+767
* [release-branch.go1.9] doc: document Go 1.8.6Andrew Bonventre2018-01-231-0/+7
* [release-branch.go1.9] go1.9.3go1.9.3Andrew Bonventre2018-01-221-1/+1
* [release-branch.go1.9] doc/contrib.html: fix outdated linkStanislav Afanasev2018-01-221-1/+1
* [release-branch.go1.9] doc: update 1.9.3 release dateAndrew Bonventre2018-01-221-1/+1
* [release-branch.go1.9] doc: change anchor URLs from golang.org/dl/ to /dl/Andrew Bonventre2018-01-223-12/+12
* [release-branch.go1.9] net/http: update bundled http2Andrew Bonventre2018-01-221-0/+8
* [release-branch.go1.9] cmd/compile: fix mapassign_fast* routines for pointer ...Keith Randall2018-01-225-8/+232
* [release-branch.go1.9] net/url: reject invalid userinfo values when parsing URLsBrad Fitzpatrick2018-01-222-0/+40
* [release-branch.go1.9] runtime: call amd64 VDSO entry points on large stackIan Lance Taylor2018-01-221-8/+49
* [release-branch.go1.9] runtime: use MAP_ANON in sigstack checkAustin Clements2018-01-221-1/+1
* [release-branch.go1.9] runtime: restore the Go-allocated signal stack in unminitAustin Clements2018-01-227-5/+131
* [release-branch.go1.9] cmd/compile: fix decomposition of 1-element arraysKeith Randall2018-01-224-11/+47
* [release-branch.go1.9] doc: document Go 1.9.3Andrew Bonventre2018-01-221-3/+11
* [release-branch.go1.9] cmd/compile: fix large load/store offsets on 386Keith Randall2018-01-223-135/+157
* [release-branch.go1.9] database/sql: fix transaction leakkirk2018-01-221-3/+9
* [release-branch.go1.9] math/big: protect against aliasing in nat.divLargeAlberto Donizetti2018-01-222-2/+22
* [release-branch.go1.9] runtime: fix gctrace STW CPU time and CPU fractionAustin Clements2018-01-221-1/+6
* [release-branch.go1.9] cmd/compile: fix runtime.KeepAliveKeith Randall2018-01-222-4/+33
* [release-branch.go1.9] cmd/compile: make sure not to use SP as an index registerKeith Randall2018-01-222-0/+24
* doc: hide content blocked by GFW when served in CNAndrew Bonventre2018-01-202-14/+37
* [release-branch.go1.9] doc: document Go 1.8.5Russ Cox2017-10-251-0/+10