aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-23math/big: validate result of Float.GobDecodeAlexander Yastrebov
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-23cmd/compile: make loopbce handle 8, 16 and 32 bit induction variablesJakub Ciolek
2023-01-23runtime: remove duplicate check of work.full in gcMark.j2gg0s
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-23runtime: use copy as spotted by staticcheckDaniel Martí
2023-01-21test: test that we schedule OpArgIntReg earlyKeith Randall
2023-01-21cmd/compile: sort liveness variable reportsKeith Randall
2023-01-21net: add testing.Short Skip to test affected by local network configurationDavid Chase
2023-01-20bytes,strings: add some examplesfangguizhen
2023-01-20path/filepath: fix evaluation of symlinks to paths under /tmp on macOSmatsuyoshi30
2023-01-20errors: move example functions into example_test filefangguizhen
2023-01-20internal/coverage/decodemeta: fix coding error in func literal handlingThan McIntosh
2023-01-20runtime/coverage: avoid non-test coverage profiles in test report helperThan McIntosh
2023-01-20context: add APIs for setting a cancelation cause when deadline or timer expiresSameer Ajmani
2023-01-20go/types: add a test that generated files match types2Robert Findley
2023-01-20cmd/link: fix incorrect DOS header on Windows binariesKevin Parsons
2023-01-20cmd/compile: ensure register args come before on-stack args in scheduleKeith Randall
2023-01-20sync: document memory model for Swap/CompareAnd{Swap,Delete} in MapChangkun Ou
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2023-01-20go/types: generate instantiate.goRobert Griesemer
2023-01-20go/types: provision for generating initorder.go, but disabled for nowRobert Griesemer
2023-01-20cmd/dist: mark linux/sparc64 as a broken port, remove incomplete mapDmitri Shuralyov
2023-01-20cmd/dist: add map of broken ports and -force flagDmitri Shuralyov
2023-01-20cmd/dist: remove GOTESTONLY environment variableDmitri Shuralyov
2023-01-20cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov
2023-01-20crypto/tls: improve client auth failure alertsAnit Gandhi
2023-01-20cmd/go: update test for change in panic(nil) behaviorIan Lance Taylor
2023-01-20go/types: use internal/lazyregexp for goVersionRxDaniel Martí
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2023-01-20internal/profile: use internal/lazyregexp for the legacy parserDaniel Martí
2023-01-20cmd/link: use strings.LastIndexByte to fix a TODODaniel Martí
2023-01-20cmd/compile: use a boolean as a avoid clobbering flags mov markerJakub Ciolek
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwoJorropo
2023-01-20cmd/compile: rewrite empty makeslice to zerobase pointerJorropo
2023-01-20runtime: remove 104 byte stack guardliu-xuewen
2023-01-20cmd/compile: improve scheduling passKeith Randall
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-20go/types: generate infer.goRobert Griesemer
2023-01-20cmd/compile/internal/types2: remove useConstraintTypeInference flg (cleanup)Robert Griesemer
2023-01-20bytes, strings: rename field in CutSuffix testsfangguizhen
2023-01-20misc/cgo/testsanitizers: use fmt.Printf instead fmt.PrintlnAlice
2023-01-20time: no need to wrap error with errors.Newfangguizhen
2023-01-20net/http: close Request.Body when pconn write loop exits earlyDamien Neil
2023-01-20archive/zip: use base offset 0 if it has a valid entryIan Lance Taylor
2023-01-19cmd/internal/obj/riscv: add check for invalid shift amount inputWayne Zuo
2023-01-19cmd/compile: add memory argument to GetCallerSPKeith Randall
2023-01-19cmd/internal/osinfo: report Node.js versionDmitri Shuralyov