aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2023-02-17cmd/compile: move raw writes out of write barrier codeKeith Randall
2023-02-17runtime: remove the restriction that write barrier ptrs come in pairsKeith Randall
2023-02-17cmd/api: add API checks for freebsd/riscv64Dmitri Goutnik
2023-02-17cmd/cgo: include seed string with -frandom-seed for ltoMorten Linderud
2023-02-17cmd/api: add API checks for freebsd/arm64Dmitri Goutnik
2023-02-17Revert "cmd/compile: use ONAME node directly from generated hash func"Matthew Dempsky
2023-02-17cmd/compile: ensure constant folding of pointer arithmetic remains a pointerKeith Randall
2023-02-16cmd/link: don't switch to gold on ARM LinuxIan Lance Taylor
2023-02-16cmd/compile: ensure InitMem comes after ArgsKeith Randall
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2023-02-16cmd/compile: detect write barrier completion differentlyKeith Randall
2023-02-16cmd/compile: reorganize write barrier code a bitKeith Randall
2023-02-15cmd/compile: share compiler allocations of similar shapesKeith Randall
2023-02-15cmd/compile: schedule SP earlierKeith Randall
2023-02-15cmd/go: fuzz test splitPkgConfigOutput and fix minor bugsBryan C. Mills
2023-02-13cmd/compile: fix wrong escape analysis for go/defer generic callsCuong Manh Le
2023-02-13cmd/link/internal/ld: fix text section splitting for ARMThan McIntosh
2023-02-13cmd/internal/cov: fix typo in readcovdata.goIkko Eltociear Ashimine
2023-02-13cmd/dist: use a copy of platform.BuildModeSupportedIan Lance Taylor
2023-02-10cmd/go: mod vendor: fixed checking for vendor directoryDavid Barshow
2023-02-10cmd/go: handle escapes in pkg-config ldflags outputzlasd
2023-02-10cmd/trace: fix error message for bad goroutine state transitionNick Ripley
2023-02-10cmd/compile/internal/pgo: fix hard-coded PGO sample data positionFrederic Branczyk
2023-02-10vendor, cmd/vendor: update standard library dependenciesDavid Chase
2023-02-10cmd/internal/cov: fix misuse of bufio.Reader.Read in read helperThan McIntosh
2023-02-10cmd/go: remove tests that assume lack of new versions of external modulesBryan C. Mills
2023-02-10cmd/dist: remove windows-amd64-2008 code pathqmuntal
2023-02-10cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local"Than McIntosh
2023-02-10cmd/link: improve error for missing SDYNIMPORT support on mips/mips64Than McIntosh
2023-02-09go/types, types2: remove need to store type parameter list in unifierRobert Griesemer
2023-02-09go/types, types2: simplify unify.inferred signatureRobert Griesemer
2023-02-09cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-09cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysisCuong Manh Le
2023-02-09cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang
2023-02-09cmd/go/internal/test: rewrite generate tests using the new maps packageBryan C. Mills
2023-02-09cmd/compile: remove constant arithmetic overflows during typecheckCuong Manh Le
2023-02-08cmd/go/internal/test: refresh flagdefs.go and fix testBryan C. Mills
2023-02-08cmd/compile: use MakeResult in empty MakeSlice eliminationJorropo
2023-02-08Revert "cmd/compile/internal/pgo: fix hard-coded PGO sample data position"Michael Pratt
2023-02-08cmd/cover: add newline to fix -covermode=atomic build errorThan McIntosh
2023-02-08cmd/compile/internal/pgo: fix hard-coded PGO sample data positionFrederic Branczyk
2023-02-08cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386Wayne Zuo
2023-02-08cmd/compile: fix inline static init arguments substitued treeCuong Manh Le
2023-02-07cmd/go: honor user-specified -c=NXiangdong Ji
2023-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-02-07cmd/compile: remove unused ISELB PPC64 ssa opcodePaul E. Murphy
2023-02-06cmd/link: linker portion of dead map removalThan McIntosh
2023-02-06cmd/compile: enable deadcode of unreferenced large global mapsThan McIntosh
2023-02-06cmd/compile: ensure first instruction in a function is not inlinedKeith Randall
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh