aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-28[dev.unified] all: merge master (462b78f) into dev.unifiedMatthew Dempsky
2022-07-28[dev.unified] go/internal/gcimporter: flatten importsMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: move "has init" to private metadataMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: implement simple inline body pruning heuristicMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: allow inlining to fail gracefullyMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: extract nil handling from exprTypeMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write iface conversion RTTI into unified IRMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write RTTI into unified IR export dataMatthew Dempsky
2022-07-27misc/cgo/test: use fewer threads in TestSetgidStress in long modeCherry Mui
2022-07-27math/big: check buffer lengths in GobDecodeRoland Shoemaker
2022-07-27net: document UDPConn.ReadFromUDPAddrPort's AddrPort result moreBrad Fitzpatrick
2022-07-26net: fix WriteMsgUDPAddrPort addr handlingdatabase64128
2022-07-26doc/go1.19: note that updated race syso files require GNU ld 2.26Ian Lance Taylor
2022-07-26bytes: document that Reader.Reset affects the result of SizeMuhammed Can Küçükaslan
2022-07-26runtime/cgo: use frame address to set g0 stack boundCherry Mui
2022-07-25cmd/compile: fix blank label codeKeith Randall
2022-07-25runtime: fix runtime.Breakpoint() on windows/arm64qmuntal
2022-07-25[dev.unified] cmd/compile: add method expressions to dictionariesMatthew Dempsky
2022-07-25[dev.unified] cmd/compile: remove obsolete RTTI wiringMatthew Dempsky
2022-07-25cmd/go: add space after comma in 'go help test'Justin Traglia
2022-07-25doc/go1.19: minor fixesTobias Klauser
2022-07-25time: clarify documentation for allowed formats and add tests to prove themMarcus Watkins
2022-07-25internal/fuzz: fix typo in function commentsAbirdcfly
2022-07-25doc/go1.19: expand crypto release notesFilippo Valsorda
2022-07-24runtime: fix typo in function commentsAbirdcfly
2022-07-24cmd/compile/internal/noder: correct spelling errors for instantiationjacobishao
2022-07-22cmd/compile: make jump table symbol localCherry Mui
2022-07-22[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...Cuong Manh Le
2022-07-22A+C: delete AUTHORS and CONTRIBUTORSRuss Cox
2022-07-21unsafe: document when Sizeof/Offsetof/Alignof are not constantIan Lance Taylor
2022-07-21net/http: remove accidental heading in Head documentationDmitri Shuralyov
2022-07-21cmd/dist: enable race detector test on S390XCherry Mui
2022-07-20cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30Keith Randall
2022-07-20test: use go tool from tree, not pathKeith Randall
2022-07-20cmd/compile: improve GOAMD64=v1 violation testKeith Randall
2022-07-20Merge "[dev.unified] all: merge master (8e1e64c) into dev.unified" into dev.u...Gerrit Code Review
2022-07-19[dev.unified] cmd/compile/internal/reflectdata: remove hasRType's `required` ...Matthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: simplify mixed tag/case RTTI wiringMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: better switch statementsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: explicit nil handlingMatthew Dempsky
2022-07-19[dev.unified] test: add switch test case for tricky nil handlingMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: preserve RTTI for select statementsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: wire RTTI for implicit conversionsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: implicit conversions for binary exprsMatthew Dempsky
2022-07-19[dev.unified] test: relax panic message expectationsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: prefer *At functionsMatthew Dempsky
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2022-07-19cmd/compile: fix mknode scriptKeith Randall
2022-07-19[dev.unified] test: change Unicode file/package name to use characters not tr...David Chase