aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-30cmd/asm: reject avx512 .Z instructions without a mask registerKeith Randall
2023-01-30internal/syscall/windows: regenerate zsyscall_windows.goqmuntal
2023-01-30crypto/sha512: reduce add usage on PPC64Paul E. Murphy
2023-01-30internal/poll: don't queue port completion entry for udp on windowsqmuntal
2023-01-29time: update windows zoneinfo_abbrsqmuntal
2023-01-28runtime: remove go119MemoryLimitSupport flagKeith Randall
2023-01-28runtime: remove go119ConcurrentGoroutineProfile flagKeith Randall
2023-01-28os: use GetTempPath2 on Windows if availableThanonchai W
2023-01-28runtime: remove go118UseTimerCreateProfilerKeith Randall
2023-01-28os: fix findOneDriveDir to expand strings that contain environment variablesDaniela Petruzalek
2023-01-28cmd/compile: fix -m=2 output for recursive function with closuresKeith Randall
2023-01-27cmd/dist: remove dead code for META_BUILDLET_HOST_TYPEBryan C. Mills
2023-01-27encoding/binary: add var NativeEndiancuiweixie
2023-01-27syscall: avoid making assumptions about syscall permissionsBryan C. Mills
2023-01-27cmd/go/internal/modfetch: avoid path.Join in URL errorsBryan C. Mills
2023-01-27hex: fix panic in Decode when len(src) > 2*len(dst)Benjamin Prosnitz
2023-01-27go/types, types2: move tparamIndex from unify.go into infer.goRobert Griesemer
2023-01-27go/types, types2: simplify unifierRobert Griesemer
2023-01-27cmd/compile/internal/noder: remove unused noding codeMatthew Dempsky
2023-01-27cmd/compile: apply FixVariadicCall and FixMethodCall during typecheckMatthew Dempsky
2023-01-27cmd/compile: remove go119UseJumpTables flagKeith Randall
2023-01-27net/http: fix missing word in ServeMux docOleksii Sholik
2023-01-27net: report completed when context is done in cgoLookupIP and cgoLookupPTRMateusz Poliwczak
2023-01-26runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTripBryan C. Mills
2023-01-26cmd/dist: restore the original GOCACHE before building std and cmdBryan C. Mills
2023-01-26cmd/dist: require absolute path to executable in flattenCommandLineBryan C. Mills
2023-01-26cmd/compile/internal/inline: adjust isBigFunc to recognize unified IR codegenMatthew Dempsky
2023-01-26cmd/dist: consistently use $GOROOT/bin/go instead of just "go"Bryan C. Mills
2023-01-26cmd/compile/internal/types: remove Markdcl/Pushdcl/PopdclMatthew Dempsky
2023-01-26cmd/compile/internal/types: remove unneeded functionalityMatthew Dempsky
2023-01-26cmd/compile/internal/types: remove TTYPEPARAM and TUNION typesMatthew Dempsky
2023-01-26internal/syscall/unix: use atomic.Bool for getrandomUnsupportedTobias Klauser
2023-01-26cmd/compile: remove GOEXPERIMENT=nounified frontendMatthew Dempsky
2023-01-26cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky
2023-01-26go/types, types2: remove misleading example from commentRobert Griesemer
2023-01-26Revert "runtime: use explicit NOFRAME on darwin/amd64"Quim Muntal
2023-01-26crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-beforeTobias Klauser
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-26cmd/go/internal/vcs: fix outdated commentCameron Bedard
2023-01-26net/http: keep sensitive headers on redirects to the same hostGustavo Falco
2023-01-26cmd/compile: change some unreachable code paths into FatalfMatthew Dempsky
2023-01-26cmd/compile: remove -d=typecheckinl flagMatthew Dempsky
2023-01-26cmd/compile/internal/pkginit: remove dependency on typecheck.ResolveMatthew Dempsky
2023-01-26cmd/compile: improve register overwrite decision for resultInArg0 opsKeith Randall
2023-01-25runtime: delete unused cbctxts variable on windows assemblyqmuntal
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-25context: eliminate arbitrary timeouts in examplesBryan C. Mills
2023-01-25os: eliminate arbitrary timeout in testClosewithBlockingReadBryan C. Mills
2023-01-25cmd/link: don't export all symbols for ELF external linkingIan Lance Taylor
2023-01-25Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"Keith Randall