summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [dev.unified] all: merge master (462b78f) into dev.unifiedMatthew Dempsky2022-07-2836-4536/+389
|\ \ | |/
| * misc/cgo/test: use fewer threads in TestSetgidStress in long modeCherry Mui2022-07-271-4/+1
| * math/big: check buffer lengths in GobDecodeRoland Shoemaker2022-07-274-0/+37
| * net: document UDPConn.ReadFromUDPAddrPort's AddrPort result moreBrad Fitzpatrick2022-07-271-0/+4
| * net: fix WriteMsgUDPAddrPort addr handlingdatabase641282022-07-262-1/+48
| * doc/go1.19: note that updated race syso files require GNU ld 2.26Ian Lance Taylor2022-07-261-1/+2
| * bytes: document that Reader.Reset affects the result of SizeMuhammed Can Küçükaslan2022-07-261-2/+1
| * runtime/cgo: use frame address to set g0 stack boundCherry Mui2022-07-261-1/+3
| * cmd/compile: fix blank label codeKeith Randall2022-07-252-1/+5
| * runtime: fix runtime.Breakpoint() on windows/arm64qmuntal2022-07-251-7/+17
| * cmd/go: add space after comma in 'go help test'Justin Traglia2022-07-252-2/+2
| * doc/go1.19: minor fixesTobias Klauser2022-07-251-5/+5
| * time: clarify documentation for allowed formats and add tests to prove themMarcus Watkins2022-07-252-4/+11
| * internal/fuzz: fix typo in function commentsAbirdcfly2022-07-251-1/+1
| * doc/go1.19: expand crypto release notesFilippo Valsorda2022-07-251-18/+74
| * runtime: fix typo in function commentsAbirdcfly2022-07-241-1/+1
| * cmd/compile/internal/noder: correct spelling errors for instantiationjacobishao2022-07-241-1/+1
| * cmd/compile: make jump table symbol localCherry Mui2022-07-225-0/+104
| * A+C: delete AUTHORS and CONTRIBUTORSRuss Cox2022-07-222-4470/+0
| * unsafe: document when Sizeof/Offsetof/Alignof are not constantIan Lance Taylor2022-07-211-3/+10
| * net/http: remove accidental heading in Head documentationDmitri Shuralyov2022-07-211-1/+1
| * cmd/dist: enable race detector test on S390XCherry Mui2022-07-211-1/+1
| * cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30Keith Randall2022-07-201-5/+18
| * test: use go tool from tree, not pathKeith Randall2022-07-201-1/+17
| * cmd/compile: improve GOAMD64=v1 violation testKeith Randall2022-07-201-6/+25
| * crypto/internal/nistec,debug/gosym: fix typosDan Kortschak2022-07-192-2/+2
* | [dev.unified] go/internal/gcimporter: flatten importsMatthew Dempsky2022-07-281-1/+31
* | [dev.unified] cmd/compile: move "has init" to private metadataMatthew Dempsky2022-07-284-12/+19
* | [dev.unified] cmd/compile: implement simple inline body pruning heuristicMatthew Dempsky2022-07-284-51/+161
* | [dev.unified] cmd/compile: allow inlining to fail gracefullyMatthew Dempsky2022-07-282-5/+9
* | [dev.unified] cmd/compile: extract nil handling from exprTypeMatthew Dempsky2022-07-282-21/+26
* | [dev.unified] cmd/compile: write iface conversion RTTI into unified IRMatthew Dempsky2022-07-283-63/+116
* | [dev.unified] cmd/compile: write RTTI into unified IR export dataMatthew Dempsky2022-07-283-32/+91
* | [dev.unified] cmd/compile: add method expressions to dictionariesMatthew Dempsky2022-07-253-15/+93
* | [dev.unified] cmd/compile: remove obsolete RTTI wiringMatthew Dempsky2022-07-251-13/+1
* | [dev.unified] cmd/compile: make Unified IR always writes concrete type for co...Cuong Manh Le2022-07-223-27/+37
* | Merge "[dev.unified] all: merge master (8e1e64c) into dev.unified" into dev.u...Gerrit Code Review2022-07-20143-995/+3559
|\ \
| * \ [dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase2022-07-19143-995/+3559
| |\ \ | | |/
| | * cmd/compile: fix mknode scriptKeith Randall2022-07-192-0/+10
| | * A+C: add Weizhi Yanyanweizhi2022-07-192-0/+2
| | * runtime: revert to using the precomputed trigger for pacer calculationsMichael Anthony Knyszek2022-07-191-2/+20
| | * CONTRIBUTORS: update for the Go 1.19 releaseCarlos Amedee2022-07-191-2/+101
| | * runtime: fix typosJun10ng2022-07-181-1/+1
| | * cmd/compile: revert "remove -installsuffix flag"Matthew Dempsky2022-07-184-1/+10
| | * http: improve Get documentationminherz2022-07-181-1/+2
| | * go/types, types2: correct alignment of atomic.Int64Austin Clements2022-07-155-2/+128
| | * encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor2022-07-151-1/+1
| | * go/parser: skip TestParseDepthLimit for short testsRoland Shoemaker2022-07-141-6/+2
| | * encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker2022-07-141-3/+2
| | * cmd/go/internal/modfetch: avoid duplicating path components in Git fetch errorsBryan C. Mills2022-07-143-11/+28