aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-04[release-branch.go1.10] cmd/go: fix 'go get' compatibility for direct downloa...Russ Cox
2018-05-31[release-branch.go1.10] cmd/go: accept more safe CFLAGS/LDFLAGSIan Lance Taylor
2018-05-30[release-branch.go1.10] cmd/go: add minimal module-awareness for legacy opera...Russ Cox
2018-05-30[release-branch.go1.10] cmd/go: remove import path debugging hooksRuss Cox
2018-05-26[release-branch.go1.10] strings: fix encoding of \u0080 in mapMartin Möhrmann
2018-05-24[release-branch.go1.10] crypto/x509: check EKUs like 1.9.Adam Langley
2018-05-07[release-branch.go1.10] crypto/tls: copy and use adjusted syscall.CertChainPo...Alex Brainman
2018-04-28[release-branch.go1.10] cmd/internal/obj/mips: load/store even float register...James Cowgill
2018-04-27[release-branch.go1.10] cmd/internal/test2json: support subtests containing c...Daniel Martí
2018-04-27[release-branch.go1.10] cmd/compile: fix evaluation of "" < sJosh Bleecher Snyder
2018-04-27[release-branch.go1.10] cmd/go: fix go list .Stale computationRuss Cox
2018-04-27[release-branch.go1.10] cmd/link: do not pass -no-pie to host linker when -li...Michael Hudson-Doyle
2018-03-29[release-branch.go1.10] cmd/go: skip TestVetWithOnlyCgoFiles when cgo is disa...David du Colombier
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2018-03-29[release-branch.go1.10] net/http/pprof: harden handler responsesAndrew Bonventre
2018-03-29[release-branch.go1.10] cmd/go: add more C compiler/linker options to whitelistIan Lance Taylor
2018-03-29[release-branch.go1.10] cmd/go: if -race, don't run coverage on runtime packagesIan Lance Taylor
2018-03-29[release-branch.go1.10] crypto/x509: matching any requested EKU should be suf...Adam Langley
2018-03-29[release-branch.go1.10] go/internal/srcimporter: simplify and fix package fil...Hiroshi Ioka
2018-03-29[release-branch.go1.10] cmd/compile: mark LAA and LAAG as clobbering flags on...Michael Munday
2018-03-29[release-branch.go1.10] net: don't let cancelation of a DNS lookup affect ano...Ian Lance Taylor
2018-03-29[release-branch.go1.10] syscall: use Android O friendly fstatat syscall to im...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: use Android O friendly faccessat syscall on ...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: add symbol for AT_FDCWD on Linux amd64 and m...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: use Android O friendly syscalls on 64-bit ma...Jason A. Donenfeld
2018-03-29[release-branch.go1.10] cmd/cover: don't crash on non-gofmt'ed inputIan Lance Taylor
2018-03-29[release-branch.go1.10] cmd/go: run vet on packages with only cgo filesIan Lance Taylor
2018-03-29[release-branch.go1.10] encoding/json: avoid assuming side-effect free reflec...Joe Tsai
2018-03-29[release-branch.go1.10] crypto/x509: parse invalid DNS names and email addres...Adam Langley
2018-03-29[release-branch.go1.10] archive/zip: fix handling of Info-ZIP Unix extended t...Joe Tsai
2018-03-29[release-branch.go1.10] runtime: don't check for String/Error methods in prin...Ian Lance Taylor
2018-03-29[release-branch.go1.10] crypto/x509: tighten EKU checking for requested EKUs.Adam Langley
2018-03-29[release-branch.go1.10] cmd/go: permit pkg-config flags in any argument positionIan Lance Taylor
2018-03-29[release-branch.go1.10] cmd/go: restrict meta imports to valid schemesIan Lance Taylor
2018-02-16[release-branch.go1.10] cmd/go: add options to security whitelistIan Lance Taylor
2018-02-16[release-branch.go1.10] cmd/compile: permit go:cgo_import_dynamic anywhereIan Lance Taylor
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shifts on ...Keith Randall
2018-02-15[release-branch.go1.10] cmd/compile: fix constant folding of right shiftsKeith Randall
2018-02-12all: restore changes from faulty merge/revertAndrew Bonventre
2018-02-12Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre
2018-02-09cmd/fix: fix cast checkKeith Randall
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2018-02-07cmd/link/internal/loadelf: fix logic for computing ELF flags on ARMMichael Hudson-Doyle
2018-02-07cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"Ian Lance Taylor
2018-02-06cmd/compile: use unsigned loads for multi-element comparisonsKeith Randall
2018-02-06cmd/go: rebuild as needed for tests of packages that add methodsRuss Cox
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2018-02-06cmd/vet: unexported interface{} fields on %s are okDaniel Martí
2018-02-06cmd/internal/obj/arm64: fix assemble add/adds/sub/subs/cmp/cmn(extended regis...fanzha02
2018-02-05cmd/go: only run -race test if -race worksIan Lance Taylor