2023-05-10 |
Shogo Hida | cmd/go/internal: update documentation of go test and... |
commit | commitdiff | tree |
2023-05-10 |
Bryan C. Mills | cmd/go/internal/modload: skip reading go.mod files... |
commit | commitdiff | tree |
2023-05-10 |
Meng Zhuo | cmd/internal/obj/riscv: regenerate instruction encoding... |
commit | commitdiff | tree |
2023-05-10 |
Robert Griesemer | go/types, types2: explicitly look for nil type argument... |
commit | commitdiff | tree |
2023-05-10 |
IvoGoman | encoding/csv: update doc comment of Read method |
commit | commitdiff | tree |
2023-05-10 |
cui fliter | all: fix a lot of comments |
commit | commitdiff | tree |
2023-05-10 |
Jonathan Amsterdam | log/slog: test built-in handlers with slogtest |
commit | commitdiff | tree |
2023-05-10 |
Jonathan Amsterdam | log/slog: add json struct tags to Source |
commit | commitdiff | tree |
2023-05-10 |
cui fliter | cmd: use slices.Equal to simplify code |
commit | commitdiff | tree |
2023-05-10 |
Keith Randall | runtime: fix misaligned SP for libfuzzer entry |
commit | commitdiff | tree |
2023-05-09 |
qmuntal | syscall,internal/poll: move pipe check from syscall... |
commit | commitdiff | tree |
2023-05-09 |
David Chase | internal/bisect: adjust stack PCs relative to Callers[2] |
commit | commitdiff | tree |
2023-05-09 |
qmuntal | cmd/go: fix cgo prefix mapping for non-vendored modules |
commit | commitdiff | tree |
2023-05-09 |
Michael Pratt | runtime: exclude extra M's from debug.SetMaxThreads |
commit | commitdiff | tree |
2023-05-09 |
Johan Brandhorst... | misc/wasm: add wasmer to wasip1 script |
commit | commitdiff | tree |
2023-05-09 |
Russ Cox | cmd/compile: remove FS debug hash form |
commit | commitdiff | tree |
2023-05-09 |
Russ Cox | cmd/compile: use more of internal/bisect in HashDebug |
commit | commitdiff | tree |
2023-05-09 |
Russ Cox | cmd/compile: standardize on outer-to-inner for pos... |
commit | commitdiff | tree |
2023-05-09 |
Russ Cox | internal/godebug: add bisect support |
commit | commitdiff | tree |
2023-05-09 |
Guoqi Chen | runtime: calculate nanoseconds in usleep on linux/loong64 |
commit | commitdiff | tree |
2023-05-09 |
Jabar Asadi | net: correct Dialer.ControlContext documentation |
commit | commitdiff | tree |
2023-05-09 |
Paul E. Murphy | cmd/link/internal/ppc64: fix export of R_DWARFSECREF... |
commit | commitdiff | tree |
2023-05-09 |
Bryan C. Mills | net/http: regenerate h2_bundle.go |
commit | commitdiff | tree |
2023-05-09 |
David Chase | cmd/compile/loopvar: adjust logging messages |
commit | commitdiff | tree |
2023-05-09 |
Russ Cox | cmd: vendor golang.org/x/tools/cmd/bisect |
commit | commitdiff | tree |
2023-05-09 |
Russ Cox | cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor |
commit | commitdiff | tree |
2023-05-08 |
Robert Griesemer | go/types, types2: infer minimum default type for untype... |
commit | commitdiff | tree |
2023-05-08 |
Robert Griesemer | go/types, types2: move functions for untyped constants... |
commit | commitdiff | tree |
2023-05-08 |
Robert Griesemer | cmd/compile/internal/types2: pass pos argument to Check... |
commit | commitdiff | tree |
2023-05-08 |
Robert Griesemer | go/types, types2: remove genericMultiExpr (inline it... |
commit | commitdiff | tree |
2023-05-08 |
Russ Cox | all: make safe for new vet analyzer |
commit | commitdiff | tree |
2023-05-08 |
Michael Matloob | cmd/go/internal/envcmd: on unix pass script contents... |
commit | commitdiff | tree |
2023-05-08 |
qmuntal | runtime: remove TestCrashExitCode |
commit | commitdiff | tree |
2023-05-08 |
Lynn Boger | test: add memcombine testcases for ppc64 |
commit | commitdiff | tree |
2023-05-08 |
Michael Pratt | runtime: clean up extra M API |
commit | commitdiff | tree |
2023-05-08 |
Junxian Zhu | math: optimize math.Abs on mipsx |
commit | commitdiff | tree |
2023-05-08 |
Emily Shaffer | cmd/go/internal/modfetch/codehost: explicitly specify... |
commit | commitdiff | tree |
2023-05-05 |
Bryan C. Mills | internal/testenv: reduce init-time work for MustHaveExec |
commit | commitdiff | tree |
2023-05-05 |
Robert Griesemer | go/types, types2: factor out maximum type computation |
commit | commitdiff | tree |
2023-05-05 |
Than McIntosh | cmd/compile: allow more inlining of functions that... |
commit | commitdiff | tree |
2023-05-05 |
Than McIntosh | cmd/compile: un-hide closure func if parent expr moved... |
commit | commitdiff | tree |
2023-05-05 |
Than McIntosh | cmd/compile: rework marking of dead hidden closure... |
commit | commitdiff | tree |
2023-05-05 |
Cherry Mui | runtime, runtime/pprof: record instantiated symbol... |
commit | commitdiff | tree |
2023-05-05 |
Cherry Mui | cmd/link, runtime: include full symbol name for generic... |
commit | commitdiff | tree |
2023-05-05 |
Cherry Mui | cmd/link: remove zdebug from ELF section header table |
commit | commitdiff | tree |
2023-05-05 |
Cherry Mui | cmd/link: remove elfsetstring out of the loader |
commit | commitdiff | tree |
2023-05-05 |
Robert Griesemer | go/types, types2: better error message for bad assignment |
commit | commitdiff | tree |
2023-05-05 |
Robert Griesemer | go/types, types2: exclude untyped nil arguments early... |
commit | commitdiff | tree |
2023-05-05 |
Than McIntosh | internal/coverage/encodecounter: followup changes from... |
commit | commitdiff | tree |
2023-05-05 |
David Chase | cmd/dist: add explicit module version to generated... |
commit | commitdiff | tree |
2023-05-05 |
Bryan C. Mills | cmd/go: save checksums for go.mod files needed for... |
commit | commitdiff | tree |
2023-05-05 |
Russ Cox | cmd/compile: work with new bisect command |
commit | commitdiff | tree |
2023-05-05 |
Russ Cox | internal/bisect: copy from golang.org/x/tools/bisect |
commit | commitdiff | tree |
2023-05-05 |
David Chase | internal/abi: refactor (basic) type struct into one... |
commit | commitdiff | tree |
2023-05-05 |
David Chase | cmd/compile: add "loop-transformed" (for whole loop... |
commit | commitdiff | tree |
2023-05-05 |
Junxian Zhu | math: optimize math.Abs on mips64x |
commit | commitdiff | tree |
2023-05-05 |
Chressie Himpel | Revert "runtime/cgo: store M for C-created thread in... |
commit | commitdiff | tree |
2023-05-05 |
Michael Matloob | cmd/go: sanitize go env outputs |
commit | commitdiff | tree |
2023-05-05 |
Bryan C. Mills | cmd/go/internal/modfetch/codehost: skip tests that... |
commit | commitdiff | tree |
2023-05-05 |
qmuntal | runtime: don't check the exit code in TestWERDialogue |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | testenv: allow HasGoBuild to be false on -noopt builders |
commit | commitdiff | tree |
2023-05-04 |
Jonathan Amsterdam | log/slog: remove special float handling from JSONHandler |
commit | commitdiff | tree |
2023-05-04 |
Cherry Mui | runtime: don't run TestStackGrowth in parallel with... |
commit | commitdiff | tree |
2023-05-04 |
Jonathan Amsterdam | log/slog: rearrange package doc |
commit | commitdiff | tree |
2023-05-04 |
Jonathan Amsterdam | log/slog: Group takes ...any |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | internal/testenv: remove HasExec and simplify other... |
commit | commitdiff | tree |
2023-05-04 |
Jonathan Amsterdam | log/slog: built-in handler constructors take options... |
commit | commitdiff | tree |
2023-05-04 |
Paul E. Murphy | runtime/cgo: preserve VRs across crosscall_ppc64 on... |
commit | commitdiff | tree |
2023-05-04 |
Paul E. Murphy | runtime/cgo: preserve nonvolatile VRs when crosscalling... |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | cmd/fix: move cgo and 'go build' support checks into... |
commit | commitdiff | tree |
2023-05-04 |
Keith Randall | cmd/compile: fix bswap/load rewrite rules |
commit | commitdiff | tree |
2023-05-04 |
Robert Griesemer | go/types, types2: remove Config.EnableReverseTypeInfere... |
commit | commitdiff | tree |
2023-05-04 |
Robert Griesemer | go/types, types2: consider generic functions in inferen... |
commit | commitdiff | tree |
2023-05-04 |
Frediano Ziglio | syscall: reduce memory allocated by UTF16FromString |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | cmd/go: fix short tests on ios |
commit | commitdiff | tree |
2023-05-04 |
Robert Griesemer | go/types, types2: rename generic function arguments |
commit | commitdiff | tree |
2023-05-04 |
Robert Griesemer | go/types, types2: make Checker.renameTParams work on... |
commit | commitdiff | tree |
2023-05-04 |
Mateusz Poliwczak | net: net remove completed return from cgo lookup functions |
commit | commitdiff | tree |
2023-05-04 |
Ian Lance Taylor | all: add String for fs.{FileInfo,DirEntry} implementations |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | cmd/go/internal/modfetch/codehost: initialize localGitU... |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | runtime: skip TestSegv/SegvInCgo earlier on ios |
commit | commitdiff | tree |
2023-05-04 |
Bryan C. Mills | cmd/go: remove a redundant HasExec check in TestScript... |
commit | commitdiff | tree |
2023-05-04 |
nilsocket | slog: fix grammatical mistakes in docs |
commit | commitdiff | tree |
2023-05-03 |
Paul E. Murphy | cmd/link/internal/ppc64: support non-PIC PLT call stubs |
commit | commitdiff | tree |
2023-05-03 |
Matthew Dempsky | cmd/compile: fix compilation of inferred type arguments |
commit | commitdiff | tree |
2023-05-03 |
Daniel Martà | Revert "cmd/compile: enhance tighten pass for memory... |
commit | commitdiff | tree |
2023-05-03 |
Ian Lance Taylor | Revert "crypto/sha1: add WriteString and WriteByte... |
commit | commitdiff | tree |
2023-05-03 |
Ian Lance Taylor | Revert "crypto/sha256: add WriteString and WriteByte... |
commit | commitdiff | tree |
2023-05-03 |
Ian Lance Taylor | Revert "crypto/sha512: add WriteString and WriteByte... |
commit | commitdiff | tree |
2023-05-03 |
Robert Griesemer | go/types, types2: rename allowVersionf to verifyVersionf |
commit | commitdiff | tree |
2023-05-03 |
Than McIntosh | runtime/coverage: fix problematic test from issue 59563 |
commit | commitdiff | tree |
2023-05-03 |
Carlos Amedee | lib/time: update to 2023c/2023c |
commit | commitdiff | tree |
2023-05-03 |
erifan01 | cmd/compile: enhance tighten pass for memory values |
commit | commitdiff | tree |
2023-05-03 |
Robert Griesemer | go/types, types2: use version data type instead of... |
commit | commitdiff | tree |
2023-05-03 |
Robert Griesemer | go/types, types2: combine version check with version... |
commit | commitdiff | tree |
2023-05-03 |
Robert Griesemer | cmd/compile: enable reverse type inference |
commit | commitdiff | tree |
2023-05-03 |
Robert Griesemer | go/types, types2: implement reverse type inference... |
commit | commitdiff | tree |
2023-05-03 |
Bryan C. Mills | cmd/compile,cmd/link: skip tests that require DWARF... |
commit | commitdiff | tree |
2023-05-03 |
Austin Clements | misc/android: improve exit code workaround |
commit | commitdiff | tree |
2023-05-03 |
Bryan C. Mills | cmd/api: move support checks into individual tests |
commit | commitdiff | tree |
next |