summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* all: go get golang.org/x/net@ab3426394381Russ Cox2020-07-073-4/+4
* cmd/go: display test binary output if invoked with -helpIan Lance Taylor2020-07-063-1/+26
* cmd/oldlink: port bug fixes to old linkerCherry Zhang2020-07-066-18/+38
* cmd/link: skip fallocate test if not supported, and adjust allocation size on...Cherry Zhang2020-07-012-2/+20
* cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang2020-07-012-9/+22
* cmd/link: mark special symbols reachableCherry Zhang2020-07-011-0/+2
* Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang2020-06-302-22/+9
* cmd/link: fix GC data reading from shared libraryCherry Zhang2020-06-302-9/+22
* cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky2020-06-261-0/+5
* cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall2020-06-251-9/+7
* crypto/x509: restore support for ios tag on darwin/amd64Filippo Valsorda2020-06-241-0/+12
* cmd/link: skip zero values in fingerprint checkCherry Zhang2020-06-231-1/+6
* 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
* 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-182-66/+83
* cmd/internal/obj/ppc64: update docLynn Boger2020-06-181-6/+46
* cmd/compile: mark block control instruction unsafe in "all unsafe" functionsCherry Zhang2020-06-172-5/+11
* cmd/go: fix mod_gomodcache and generate_env TestScripts on Plan 9Fazlul Shahriar2020-06-162-2/+4
* cmd: update golang.org/x/toolsJay Conrod2020-06-165-5/+14
* cmd/compile: fix ordering problems in struct equalityKeith Randall2020-06-151-13/+50
* cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386Dmitri Shuralyov2020-06-121-7/+13
* cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor2020-06-111-1/+1
* cmd/go/internal/web: don't follow an infinite number of redirectsBaokun Lee2020-06-113-0/+37
* cmd/internal/objabi: enable frame-pointer for iOS arm64Gawen Arab2020-06-101-1/+1
* cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday2020-06-103-54/+62
* run.bat: do not unset GOROOT_FINAL before running testsBryan C. Mills2020-06-101-3/+5
* cmd/asm: fix the encoding error of VCNT instruction for arm64eric fang2020-06-092-2/+3
* cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji2020-06-097-254/+390
* cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills2020-06-099-18/+40
* all: avoid awkward wording from CL 236857Russ Cox2020-06-084-15/+14
* cmd/go: remove a bogus assertion in mod_convert_depBryan C. Mills2020-06-081-1/+0
* cmd/internal/moddeps: don't skip directories if there are unusual filesDmitri Shuralyov2020-06-081-1/+1
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-086-22/+22
* cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox2020-06-052-2/+7
* cmd/compile/internal: gofmtTobias Klauser2020-06-052-23/+23
* all: fix dead links to inferno-os bitbucket repositoryTobias Klauser2020-06-0488-101/+101
* cmd/internal/goobj2: add referenced symbol names to object fileCherry Zhang2020-06-034-5/+101
* Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"Cherry Zhang2020-06-034-39/+11
* cmd/link: new DWARF line table test caseThan McIntosh2020-06-033-0/+130
* Revert "cmd/compile: improve equality algs for arrays of interfaces"Keith Randall2020-06-031-18/+0
* Revert "cmd/compile: improve generated eq algs for structs containing interfa...Keith Randall2020-06-031-8/+0
* cmd/internal/obj/arm64: fix typos in documentfanzha022020-06-031-1/+2
* cmd/{compile,link}: fix problem with DWARF end_sequence opsThan McIntosh2020-06-031-0/+12
* cmd/go: add -Wl,-wrap,symbol to linker flag whitelistAndrew G. Morgan2020-06-031-0/+1
* testing: capture testname on --- PASS and --- FAIL linesJean de Klerk2020-06-021-0/+39
* cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99Ian Lance Taylor2020-06-025-6/+8
* cmd/link: flush file mapping before unmappingCherry Zhang2020-06-011-1/+7
* cmd/go/internal/modload: document mvsReqs.MaxJay Conrod2020-06-012-5/+24