| 2023-03-22 | Archana R | runtime: improve memmove on ppc64x/power10 | commit | commitdiff | tree | 
| 2023-03-22 | Jonathan Amsterdam | slog: eliminate needsQuotingSet | commit | commitdiff | tree | 
| 2023-03-22 | Cuong Manh Le | log/slog: fix window race builder | commit | commitdiff | tree | 
| 2023-03-22 | erifan01 | cmd/compile: fix incorrect truncating when converting... | commit | commitdiff | tree | 
| 2023-03-22 | Nont Thanonchai | os: avoid creating a new file in Truncate on Windows | commit | commitdiff | tree | 
| 2023-03-22 | Cuong Manh Le | cmd/compile: re-compile instantiated generic methods... | commit | commitdiff | tree | 
| 2023-03-22 | Jonathan Amsterdam | log/slog: rename and remove files | commit | commitdiff | tree | 
| 2023-03-21 | Robert Griesemer | cmd/compile/internal/types2: avoid unpacking single... | commit | commitdiff | tree | 
| 2023-03-21 | Robert Griesemer | go/types: remove Checker.useLHS - not needed | commit | commitdiff | tree | 
| 2023-03-21 | Robert Griesemer | go.types, types2: factor out checking of LHS in variabl... | commit | commitdiff | tree | 
| 2023-03-21 | Robert Griesemer | go/types, types2: refactor multiExpr and exprList | commit | commitdiff | tree | 
| 2023-03-21 | Robert Griesemer | cmd/compile/internal/types2: respect commaerr in Checke... | commit | commitdiff | tree | 
| 2023-03-21 | Robert Findley | cmd/go: add a -debug-runtime-trace flag | commit | commitdiff | tree | 
| 2023-03-21 | Cherry Mui | cmd/go: extend the linker -o workaround for plugins... | commit | commitdiff | tree | 
| 2023-03-21 | Jonathan Amsterdam | log/slog: clarify Logger.WithGroup doc | commit | commitdiff | tree | 
| 2023-03-21 | Jonathan Amsterdam | log/slog: use unsafe.StringData, SliceData | commit | commitdiff | tree | 
| 2023-03-21 | Jonathan Amsterdam | log/slog: initial commit | commit | commitdiff | tree | 
| 2023-03-21 | Michael Anthony... | runtime: bias the pacer's cons/mark smoothing against... | commit | commitdiff | tree | 
| 2023-03-21 | Austin Clements | runtime: for deep stacks, print both the top 50 and... | commit | commitdiff | tree | 
| 2023-03-21 | Tobias Klauser | runtime: let (*sigctxt).r9 return the correct register... | commit | commitdiff | tree | 
| 2023-03-21 | Cherry Mui | cmd/link: improve error message and debugging | commit | commitdiff | tree | 
| 2023-03-21 | Paul E. Murphy | internal/bytealg: rewrite PPC64 Compare | commit | commitdiff | tree | 
| 2023-03-21 | Huang Qiqi | cmd/internal/obj/loong64: add support for movgr2cf... | commit | commitdiff | tree | 
| 2023-03-21 | WANG Xuerui | cmd/asm, runtime: remove the RSB register from loong64 | commit | commitdiff | tree | 
| 2023-03-21 | Achille Roussel | runtime: reuse freed memory blocks on wasm | commit | commitdiff | tree | 
| 2023-03-21 | Ian Lance Taylor | cmd/go: use platform.MustLinkExternal in externalLinkin... | commit | commitdiff | tree | 
| 2023-03-21 | Ian Lance Taylor | cmd/go: rewrite externalLinkingForced slightly for... | commit | commitdiff | tree | 
| 2023-03-20 | Ian Lance Taylor | cmd/go: use DefaultPIE to see if external linking is... | commit | commitdiff | tree | 
| 2023-03-20 | Ian Lance Taylor | internal/platform: pass race mode to DefaultPIE | commit | commitdiff | tree | 
| 2023-03-20 | Damien Neil | all: gofmt | commit | commitdiff | tree | 
| 2023-03-20 | Ian Lance Taylor | cmd/go: import runtime/cgo when externally linking | commit | commitdiff | tree | 
| 2023-03-20 | Ian Lance Taylor | Revert "cmd/go: use platform.MustLinkExternal in extern... | commit | commitdiff | tree | 
| 2023-03-20 | qmuntal | cmd/link/internal/ld: emit better complex types for... | commit | commitdiff | tree | 
| 2023-03-20 | Yi Yang | cmd/compile: add rewrite rules for arithmetic operations | commit | commitdiff | tree | 
| 2023-03-20 | Bryan Mills | Revert "cmd/go: import runtime/cgo when externally... | commit | commitdiff | tree | 
| 2023-03-18 | Joel Sing | debug/dwarf: return ErrUnknownPC rather than nil on... | commit | commitdiff | tree | 
| 2023-03-18 | Joel Sing | runtime: provide and use a GO_PPC64X_HAS_FUNCDESC define | commit | commitdiff | tree | 
| 2023-03-18 | Joel Sing | internal/cpu: add default osinit for ppc64/ppc64le | commit | commitdiff | tree | 
| 2023-03-18 | Joel Sing | cmd/dist: add openbsd/ppc64 as a known GOOS/GOARCH | commit | commitdiff | tree | 
| 2023-03-17 | David Bendory | errors: clarify Join documentation | commit | commitdiff | tree | 
| 2023-03-17 | Michael Matloob | cmd/go: make sure linker -o for plugin doesn't include... | commit | commitdiff | tree | 
| 2023-03-17 | Ian Lance Taylor | cmd/go: use platform.MustLinkExternal in externalLinkin... | commit | commitdiff | tree | 
| 2023-03-17 | Ian Lance Taylor | cmd/go: import runtime/cgo when externally linking | commit | commitdiff | tree | 
| 2023-03-17 | Michael Pratt | cmd/compile/internal/ssa: drop overwritten regalloc... | commit | commitdiff | tree | 
| 2023-03-17 | Bryan C. Mills | net/http: eliminate more arbitrary timeouts in tests | commit | commitdiff | tree | 
| 2023-03-17 | Shang Ding | net/http/httputil: use response controller in reverse... | commit | commitdiff | tree | 
| 2023-03-17 | Joel Sing | runtime: remove arm64 non-register ABI fallback code | commit | commitdiff | tree | 
| 2023-03-17 | Guoqi Chen | runtime: remove the fake mstart caller in systemstack... | commit | commitdiff | tree | 
| 2023-03-17 | Keith Randall | cmd/compile: fix extraneous diff in generated files | commit | commitdiff | tree | 
| 2023-03-17 | ezzno | cmd/compile: reorder BlankNode assignment to make SetTy... | commit | commitdiff | tree | 
| 2023-03-17 | Tobias Klauser | cmd/go/internal/lockedfile/internal/filelock: use error... | commit | commitdiff | tree | 
| 2023-03-16 | Robert Griesemer | cmd/compile: add -url flag, print URL with error messag... | commit | commitdiff | tree | 
| 2023-03-16 | Roland Shoemaker | internal/fuzz: release lock when reading file fails | commit | commitdiff | tree | 
| 2023-03-16 | Leonard Wang | runtime/trace: record HeapGoal when StartTrace | commit | commitdiff | tree | 
| 2023-03-16 | Ian Lance Taylor | os: don't check for TTY before calling splice | commit | commitdiff | tree | 
| 2023-03-16 | Tobias Klauser | syscall: let errors.ErrUnsupported match ERROR_NOT_SUPP... | commit | commitdiff | tree | 
| 2023-03-16 | David Chase | cmd/compile: restore return-in-loop loopvar optimization | commit | commitdiff | tree | 
| 2023-03-16 | Tobias Klauser | cmd/go/internal/lockedfile/internal/filelock: re-use... | commit | commitdiff | tree | 
| 2023-03-16 | Tobias Klauser | syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement... | commit | commitdiff | tree | 
| 2023-03-16 | Archana R | runtime: improve equal on ppc64x/power10 | commit | commitdiff | tree | 
| 2023-03-16 | WANG Xuerui | cmd/internal/obj/loong64: add the PCALAU12I instruction... | commit | commitdiff | tree | 
| 2023-03-16 | Roland Shoemaker | cmd/go/testdata/script: consistently set GOCACHE in... | commit | commitdiff | tree | 
| 2023-03-16 | Carl Johnson | flag: add BoolFunc; FlagSet.BoolFunc | commit | commitdiff | tree | 
| 2023-03-16 | Filippo Valsorda | crypto/elliptic: deprecate unsafe APIs | commit | commitdiff | tree | 
| 2023-03-16 | Filippo Valsorda | crypto/rsa: deprecate multiprime RSA support | commit | commitdiff | tree | 
| 2023-03-16 | Vasili Revelas | errors: correct spelling | commit | commitdiff | tree | 
| 2023-03-16 | Roland Shoemaker | internal/fuzz: fix debug statement | commit | commitdiff | tree | 
| 2023-03-16 | Roland Shoemaker | internal/fuzz: more debug logging | commit | commitdiff | tree | 
| 2023-03-15 | Austin Clements | runtime: fix callee tracking in traceback printing | commit | commitdiff | tree | 
| 2023-03-15 | Ian Lance Taylor | os, internal/poll: don't use splice with tty | commit | commitdiff | tree | 
| 2023-03-15 | Robert Griesemer | internal/types/errors: add String method to Code | commit | commitdiff | tree | 
| 2023-03-15 | Tobias Klauser | syscall: let EPLAN9 and EWINDOWS implement errors.ErrUn... | commit | commitdiff | tree | 
| 2023-03-15 | Keith Randall | cmd/asm: improve detector for incorrect R15 usage when... | commit | commitdiff | tree | 
| 2023-03-15 | Roland Shoemaker | internal/fuzz: improve debugging messages | commit | commitdiff | tree | 
| 2023-03-15 | Tobias Klauser | net: correct TestIPConnSpecificMethods comment after... | commit | commitdiff | tree | 
| 2023-03-15 | Michael Pratt | runtime: pass M to traceReleaseBuffer | commit | commitdiff | tree | 
| 2023-03-15 | Bryan C. Mills | net/http: avoid making a request to a closed server... | commit | commitdiff | tree | 
| 2023-03-15 | Than McIntosh | cmd/link/internal/arm: fix off-by-1 in trampoline reach... | commit | commitdiff | tree | 
| 2023-03-15 | Ian Lance Taylor | syscall: restore original NOFILE rlimit in child process | commit | commitdiff | tree | 
| 2023-03-15 | Ian Lance Taylor | os, syscall: move rlimit code to syscall | commit | commitdiff | tree | 
| 2023-03-15 | Tobias Klauser | net: skip tests if creating a socket is disallowed | commit | commitdiff | tree | 
| 2023-03-15 | Ian Lance Taylor | net: remove max timeout from TestDialTimeout | commit | commitdiff | tree | 
| 2023-03-15 | Joe Tsai | encoding/json: make use of Buffer.AvailableBuffer | commit | commitdiff | tree | 
| 2023-03-15 | Tobias Klauser | internal/testenv, syscall: move isNotSupported to inter... | commit | commitdiff | tree | 
| 2023-03-15 | Tobias Klauser | syscall: handle errors.ErrUnsupported in isNotSupported | commit | commitdiff | tree | 
| 2023-03-15 | Bryan C. Mills | internal/platform: add a function to report whether... | commit | commitdiff | tree | 
| 2023-03-15 | Paul E. Murphy | runtime: add arg storage to ppc64le/linux runtime.sigpr... | commit | commitdiff | tree | 
| 2023-03-15 | WANG Xuerui | cmd/link/internal/loong64: use BREAK 0 as the code... | commit | commitdiff | tree | 
| 2023-03-15 | WANG Xuerui | cmd/compile/internal, runtime: use NOOP for hardware... | commit | commitdiff | tree | 
| 2023-03-15 | Guoqi Chen | runtime: mark morestack_noctxt SPWRITE for linux/loong64 | commit | commitdiff | tree | 
| 2023-03-15 | Guoqi Chen | runtime: refactor the linux/loong64 entrypoint | commit | commitdiff | tree | 
| 2023-03-15 | Ian Lance Taylor | os: don't hide all methods in recursive call to io... | commit | commitdiff | tree | 
| 2023-03-14 | Tobias Klauser | cmd/go/internal/modfetch: use errors.ErrUnsupported | commit | commitdiff | tree | 
| 2023-03-14 | Brad Fitzpatrick | database/sql: remove a distracting alloc, use atomic... | commit | commitdiff | tree | 
| 2023-03-14 | Paul E. Murphy | runtime,runtime/cgo: fix tsan/pprof/cgo issues | commit | commitdiff | tree | 
| 2023-03-14 | Than McIntosh | cmd/go,cmd/link: prefer external linking when strange... | commit | commitdiff | tree | 
| 2023-03-14 | qmuntal | cmd/link: store COFF symbol complex type in the LSB... | commit | commitdiff | tree | 
| 2023-03-14 | David Chase | cmd/go: restore 'extend path shortening to all paths... | commit | commitdiff | tree | 
| 2023-03-14 | Wayne Zuo | runtime/internal/sys: remove 386 assembly code | commit | commitdiff | tree | 
| 2023-03-14 | Wayne Zuo | cmd/compile: instrinsify TrailingZeros{8,32,64} for 386 | commit | commitdiff | tree | 
| next |