summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.10-security] go1.10.6go1.10.6release-branch.go1.10-securityDmitri Shuralyov2018-12-131-1/+1
* [release-branch.go1.10-security] doc: document Go 1.10.6Dmitri Shuralyov2018-12-121-0/+7
* [release-branch.go1.10-security] cmd/go/internal/get: relax pathOK check to a...Bryan C. Mills2018-12-071-6/+7
* [release-branch.go1.10-security] cmd/go/internal/get: use a strings.Replacer ...Bryan C. Mills2018-12-071-2/+6
* [release-branch.go1.10-security] cmd/go/internal/get: reject Windows shortnam...Bryan C. Mills2018-12-071-1/+20
* [release-branch.go1.10-security] cmd/go: reject 'get' of paths containing lea...Bryan C. Mills2018-12-072-0/+176
* [release-branch.go1.10-security] crypto/x509: limit number of signature check...Filippo Valsorda2018-12-073-57/+176
* [release-branch.go1.10] go1.10.5go1.10.5Andrew Bonventre2018-11-021-1/+1
* [release-branch.go1.10] doc: document Go 1.10.5Andrew Bonventre2018-11-021-0/+7
* [release-branch.go1.10] cmd/internal/obj/arm64: fix branch-too-far with TBZ l...Cherry Zhang2018-11-022-2/+10
* [release-branch.go1.10] internal/poll: advance file position in windows sendfileAlex Brainman2018-11-011-0/+6
* [release-branch.go1.10] database/sql: check for nil connRequest.conn before useDaniel Theophanes2018-11-011-1/+1
* [release-branch.go1.10] internal/poll, net: fix sendfile on Windows, add testIan Lance Taylor2018-11-012-2/+64
* [release-branch.go1.10] cmd/go: remove test that does nothing in 1.10Ian Lance Taylor2018-11-011-37/+0
* [release-branch.go1.10] internal/poll: specify current file position when cal...Alex Brainman2018-11-011-0/+10
* [release-branch.go1.10] cmd/compile: prevent overflow in walkinrangeAlberto Donizetti2018-11-013-0/+34
* [release-branch.go1.10] cmd/go: add GOMIPS value to build id for mipsleIan Lance Taylor2018-11-012-1/+40
* [release-branch.go1.10] runtime: restore r2 when restoring state from gobuf i...Lynn Boger2018-10-301-0/+1
* [release-branch.go1.10] cmd/link: put runtime.framepointer_enabled in DATA in...Cherry Zhang2018-10-291-2/+2
* [release-branch.go1.10] cmd/go: add -Wl,--export-dynamic to linker flag white...Ian Lance Taylor2018-09-071-0/+1
* [release-branch.go1.10] go1.10.4go1.10.4Andrew Bonventre2018-08-241-1/+1
* [release-branch.go1.10] doc: document Go 1.10.4Andrew Bonventre2018-08-241-0/+8
* [release-branch.go1.10] cmd/compile: fix zero extend after float->int conversionKeith Randall2018-08-245-13/+53
* [release-branch.go1.10] net/http: lock the read-only mutex in shouldRedirectDamien Mathieu2018-08-222-0/+13
* [release-branch.go1.10] cmd/link: treat cgo exported symbols as C symbolsIan Lance Taylor2018-08-211-2/+5
* [release-branch.go1.10] cmd/compile: reset branch prediction when deleting a ...Keith Randall2018-08-093-1/+17
* [release-branch.go1.10] cmd/cgo: don't give inconsistent typedef error for cg...Ian Lance Taylor2018-08-084-0/+34
* [release-branch.go1.10] cmd/cgo: don't resolve typedefs in -godefs modeIan Lance Taylor2018-08-083-1/+26
* [release-branch.go1.10] cmd/cgo: stop expanding typedefs once we reach __buil...Keith Randall2018-08-081-0/+4
* [release-branch.go1.10] cmd/cgo: make sure we FinishType everythingKeith Randall2018-08-082-2/+27
* [release-branch.go1.10] misc/cgo: fix darwin test, againKeith Randall2018-08-083-3/+3
* [release-branch.go1.10] misc/cgo: fix test on iOSKeith Randall2018-08-083-3/+6
* [release-branch.go1.10] misc/cgo/test: fix issue 24161 test for 1.11 and earlierKeith Randall2018-08-083-0/+18
* [release-branch.go1.10] cmd/cgo: fix cgo bad typedefsKeith Randall2018-08-086-31/+169
* [release-branch.go1.10] cmd/cgo: check function argument/return types for bad...Keith Randall2018-08-086-0/+108
* [release-branch.go1.10] cmd/cgo: don't report inconsistency error for incompl...Ian Lance Taylor2018-08-074-0/+46
* [release-branch.go1.10] strings: do much less redundant testing in TestCompar...Ian Lance Taylor2018-07-161-4/+7
* [release-branch.go1.10] bytes, strings: fix comparison of long byte slices on...bill_ofarrell2018-07-163-4/+28
* [release-branch.go1.10] mime/multipart: restore 1.9 handling of missing/empty...Ian Lance Taylor2018-06-262-6/+26
* [release-branch.go1.10] ld/macho: add all missing load commandsMisty De Meo2018-06-152-27/+52
* [release-branch.go1.10] go1.10.3go1.10.3Filippo Valsorda2018-06-061-1/+1
* [release-branch.go1.10] doc: document Go 1.10.3Filippo Valsorda2018-06-061-0/+9
* [release-branch.go1.10] doc: document Go 1.9.7Filippo Valsorda2018-06-061-0/+9
* [release-branch.go1.10] cmd/go: fix 'go get' compatibility for direct downloa...Russ Cox2018-06-043-5/+54
* [release-branch.go1.10] cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor2018-05-312-4/+38
* [release-branch.go1.10] cmd/go: add minimal module-awareness for legacy opera...Russ Cox2018-05-3017-41/+296
* [release-branch.go1.10] cmd/go: remove import path debugging hooksRuss Cox2018-05-303-108/+7
* [release-branch.go1.10] strings: fix encoding of \u0080 in mapMartin Möhrmann2018-05-262-2/+25
* [release-branch.go1.10] doc: sync with masterFilippo Valsorda2018-05-2613-544/+938
* [release-branch.go1.10] crypto/x509: check EKUs like 1.9.Adam Langley2018-05-242-162/+121