summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.types] all: merge master into dev.typesdev.typesRob Findley2020-09-11401-12121/+15484
|\
| * cmd/go: move repository resolution from internal/get to internal/vcsJay Conrod2020-09-117-205/+217
| * cmd/go: move get.Insecure to cfg.Insecure to break dependency cycleJay Conrod2020-09-115-11/+9
| * cmd/go: make 'go mod download' update go.sum after downloads are completeJay Conrod2020-09-112-0/+21
| * cmd/link: add a test to test RODATA is indeed read-onlyCherry Zhang2020-09-112-0/+36
| * cmd/link: put read-only data in __DATA_CONST segmentCherry Zhang2020-09-113-24/+43
| * cmd/internal/objfile: recognize Mach-O __DATA_CONST segment as read-only dataCherry Zhang2020-09-111-1/+1
| * cmd/go: refactor modload.Import for better -mod=readonly errorsJay Conrod2020-09-112-14/+41
| * cmd/go: refactor -mod flag parsingJay Conrod2020-09-1114-43/+61
| * cmd/link: record only the first occurance in Reachparent graphCherry Zhang2020-09-111-1/+1
| * cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod2020-09-1152-76/+146
| * runtime: remove darwin/arm specifc codeCherry Zhang2020-09-111-1/+1
| * unicode/utf8: refactor benchmarks for FullRune functioneric fang2020-09-101-11/+19
| * cmd/asm: add more SIMD instructions on arm64Junchen Li2020-09-105-55/+100
| * cmd/link: add copyright headerCherry Zhang2020-09-101-0/+4
| * runtime: update docs for GOMAXPROCSipriver2020-09-101-3/+2
| * all: check GOROOT_BOOTSTRAP executable before bootsrapppingCuong Manh Le2020-09-101-5/+5
| * cmd/internal/obj/arm64: enable some SIMD instructionsfanzha022020-09-105-14/+139
| * cmd/go/internal/modload: refactor pathInModuleCacheBryan C. Mills2020-09-091-13/+20
| * cmd/go/internal/modload: rename LoadBuildList and BuildListBryan C. Mills2020-09-098-33/+36
| * cmd/go/internal/modget: move MVS code to a separate fileBryan C. Mills2020-09-092-187/+203
| * cmd/go/internal/modload: consolidate buildList and associated functions into ...Bryan C. Mills2020-09-093-103/+121
| * cmd/go/internal/modload: implement the "all" pattern for lazy loadingBryan C. Mills2020-09-096-12/+154
| * cmd: update golang.org/x/tools to v0.0.0-20200901153117-6e59e24738daTzu-Chiao Yeh2020-09-099-32/+912
| * cmd/go/internal/modload: fix spurious import resolution errorBryan C. Mills2020-09-095-12/+76
| * net/http: fix data race due to writeLoop goroutine left runningSteven Hartland2020-09-092-1/+108
| * cmd/go/internal/modload: rework import resolutionBryan C. Mills2020-09-098-80/+158
| * cmd/go/internal/modload: remove (*loader).forceStdVendorBryan C. Mills2020-09-093-38/+57
| * cmd/go/internal/modload: track which packages are in 'all' during loadingBryan C. Mills2020-09-092-206/+525
| * runtime: ignore SIGPROF if profiling disable for threadIan Lance Taylor2020-09-091-0/+7
| * runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iterationMichael Anthony Knyszek2020-09-092-7/+23
| * cmd/link: remove unnecessary type conversion for nitablinksCuong Manh Le2020-09-091-2/+2
| * cmd/link: pre-resolve package referenceCherry Zhang2020-09-091-14/+22
| * cmd/go: make 'go get' preserve sums for content of new requirementsJay Conrod2020-09-092-10/+39
| * cmd/compile: add Type.IsUintptr() to detect type is an uintptrCuong Manh Le2020-09-095-8/+13
| * cmd/compile: consistently use Type.IsUnsafePtr()Cuong Manh Le2020-09-094-11/+11
| * cmd/compile: fix mishandling of unsafe-uintptr arguments in go/deferCuong Manh Le2020-09-094-24/+117
| * cmd/link: enable DWARF combining on macOS ARM64Cherry Zhang2020-09-083-18/+5
| * cmd/link: mark ELF PLT sections executableCherry Zhang2020-09-081-1/+1
| * cmd/link: rewrite some code without using reflectionCherry Zhang2020-09-081-57/+38
| * cmd/link: strip STAB (symbolic debugging) symbols on darwinCherry Zhang2020-09-081-10/+19
| * runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen2020-09-084-3/+6
| * runtime: remove outdated comment in mkduff.go about usage of STOSQMartin Möhrmann2020-09-071-1/+0
| * cmd/compile: handle ODDD in exprformatCuong Manh Le2020-09-072-1/+13
| * cmd/asm: fix the error of checking the post-index offset of VLD[1-4]R instruc...fanzha022020-09-073-14/+28
| * runtime: rotate map key seed on clearing up mapsCuong Manh Le2020-09-074-0/+20
| * go/ast: note that in BasicLit CHARs and STRINGs are quotedAlberto Donizetti2020-09-061-0/+6
| * net/http: mark http/2 connections activeMichael Fraenkel2020-09-063-8/+45
| * mime: add examples for FormatMediaType and ParseMediaTypeAinar Garipov2020-09-061-0/+26
| * doc/go1.16: reformat the minor changes section as a definition listAinar Garipov2020-09-051-19/+23