summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/link: skip zero values in fingerprint checkCherry Zhang2020-06-234-1/+28
* net/http: document Dir behavior with symlinksKatie Hockman2020-06-231-5/+7
* text/template: fix lint typo in VariableNode docMacks2020-06-231-1/+1
* runtime: fix comment about memequal implementation locationsCholerae Hu2020-06-221-1/+1
* syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on L...Tobias Klauser2020-06-201-1/+15
* cmd/link: use sym.Symbol in addpersrcCherry Zhang2020-06-194-6/+60
* cmd/dist: don't copy arm64 specific files for bootstap buildfanzha022020-06-191-0/+1
* runtime/trace: fix file name in exampleRodolfo Carvalho2020-06-191-1/+1
* runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller2020-06-196-167/+116
* reflect: zero stack slots before writing to them with write barriersKeith Randall2020-06-194-0/+43
* cmd/compile: redo flag constant ops for arm64Keith Randall2020-06-187-1295/+488
* cmd/compile: redo flag constant ops for armKeith Randall2020-06-1815-1211/+839
* cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday2020-06-183-66/+109
* cmd/internal/obj/ppc64: update docLynn Boger2020-06-181-6/+46
* reflect: handling flagIndir in DeepEqual potential cyclesIan Lance Taylor2020-06-182-2/+20
* doc/go1.15: document new bufio.ErrBadReadCountIan Lance Taylor2020-06-181-0/+14
* net/rpc: clarify documention of Call.Done fieldIan Lance Taylor2020-06-181-1/+1
* regexp/syntax: append patchLists in constant timeAndy Balholm2020-06-181-39/+29
* net/http: make Transport.RoundTrip preserve RequestsDamien Neil2020-06-172-1/+7
* cmd/compile: mark block control instruction unsafe in "all unsafe" functionsCherry Zhang2020-06-172-5/+11
* bufio: test for exact error value in TestNegativeEOFReader and TestLargeReaderDmitri Shuralyov2020-06-171-6/+8
* go/token: explain file base offset better in documentationRobert Griesemer2020-06-171-2/+21
* doc/go1.15: enumerate ELF-based OSesAustin Clements2020-06-171-1/+2
* cmd/go: fix mod_gomodcache and generate_env TestScripts on Plan 9Fazlul Shahriar2020-06-162-2/+4
* doc/go1.15: fix two typosAinar Garipov2020-06-161-2/+2
* doc/go1.15: add missing slashesToshihiro Shiino2020-06-161-7/+7
* cmd: update golang.org/x/toolsJay Conrod2020-06-165-5/+14
* runtime: set g to gsignal before adjustSignalStackCherry Zhang2020-06-151-2/+2
* doc/go1.15: document go/printer.StdFormatIan Lance Taylor2020-06-151-0/+10
* doc/gccgo: change gold build instructions to use Git repositoryTobias Klauser2020-06-151-5/+2
* doc/gccgo: update GCC repository after migration to GitTobias Klauser2020-06-151-10/+8
* cmd/compile: fix ordering problems in struct equalityKeith Randall2020-06-152-21/+101
* A+C: add Nikita Gillmann (individual CLA)nikita2020-06-152-0/+2
* encoding/json: revert "avoid work when unquoting strings, take 2"Daniel Martí2020-06-152-42/+48
* runtime: avoid lock starvation in TestNetpollBreak on Plan 9Richard Miller2020-06-141-0/+3
* image/gif: speed up initializing test imageNigel Tao2020-06-141-5/+2
* doc/go1.15: add release notes for database/sql and database/sql/driverAinar Garipov2020-06-131-0/+29
* doc/go1.15: sort debug/pe entry alphabeticallyIan Lance Taylor2020-06-121-11/+11
* runtime: raise alert threshold on window smhasher testKeith Randall2020-06-121-3/+5
* A+C: change email address for Meng ZhuoMeng Zhuo2020-06-122-2/+2
* cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386Dmitri Shuralyov2020-06-121-7/+13
* doc/go1.15: add code tagsToshihiro Shiino2020-06-111-2/+2
* doc/go1.15: replace tab indentation with spacesToshihiro Shiino2020-06-111-5/+5
* cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor2020-06-113-1/+14
* cmd/go/internal/web: don't follow an infinite number of redirectsBaokun Lee2020-06-113-0/+37
* A+C: add Vee Zhang (individual CLA)Vee Zhang2020-06-112-0/+2
* go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky2020-06-105-9/+16
* cmd/internal/objabi: enable frame-pointer for iOS arm64Gawen Arab2020-06-101-1/+1
* runtime: fix typo in FuncForPC docgo1.15beta1Rodolfo Carvalho2020-06-101-2/+2
* cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday2020-06-104-54/+74