| 2023-01-24 | 
qmuntal | os: use handle based APIs to read directories on windows | 
commit | commitdiff | tree | 
| 2023-01-24 | 
qmuntal | runtime: remove unused badsignal2 on windows | 
commit | commitdiff | tree | 
| 2023-01-24 | 
qmuntal | runtime: factor out windows sigtramp | 
commit | commitdiff | tree | 
| 2023-01-24 | 
qmuntal | runtime: run TestVectoredHandlerDontCrashOnLibrary...  | 
commit | commitdiff | tree | 
| 2023-01-24 | 
qmuntal | path/filepath: remove extra Clean call in EvalSymlinks...  | 
commit | commitdiff | tree | 
| 2023-01-24 | 
James Yang | archive: error check when parse archive | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Koichi Shiraishi | cmd/compile/internal/pgo: gofmt and simplify | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Bryan C. Mills | os: treat non-symlink reparse points as irregular files | 
commit | commitdiff | tree | 
| 2023-01-23 | 
qmuntal | utf16: reduce utf16.Decode allocations | 
commit | commitdiff | tree | 
| 2023-01-23 | 
David Chase | internal/abi: repair broken self-bootstrap | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Matt Horsnell | runtime: enable sha512 optimizations on arm64 via hwcaps. | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Jorropo | cmd/compile: teach prove about unsigned division, modul...  | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Alexander Yastrebov | math/big: validate result of Float.GobDecode | 
commit | commitdiff | tree | 
| 2023-01-23 | 
qmuntal | runtime,cmd/internal/obj/x86: use TEB TLS slots on...  | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Jakub Ciolek | cmd/compile: make loopbce handle 8, 16 and 32 bit induc...  | 
commit | commitdiff | tree | 
| 2023-01-23 | 
j2gg0s | runtime: remove duplicate check of work.full in gcMark. | 
commit | commitdiff | tree | 
| 2023-01-23 | 
David Chase | internal/abi,runtime: refactor map constants into one...  | 
commit | commitdiff | tree | 
| 2023-01-23 | 
Daniel Martí | runtime: use copy as spotted by staticcheck | 
commit | commitdiff | tree | 
| 2023-01-21 | 
Keith Randall | test: test that we schedule OpArgIntReg early | 
commit | commitdiff | tree | 
| 2023-01-21 | 
Keith Randall | cmd/compile: sort liveness variable reports | 
commit | commitdiff | tree | 
| 2023-01-21 | 
David Chase | net: add testing.Short Skip to test affected by local...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
fangguizhen | bytes,strings: add some examples | 
commit | commitdiff | tree | 
| 2023-01-20 | 
matsuyoshi30 | path/filepath: fix evaluation of symlinks to paths...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
fangguizhen | errors: move example functions into example_test file | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Than McIntosh | internal/coverage/decodemeta: fix coding error in func...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Than McIntosh | runtime/coverage: avoid non-test coverage profiles...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Sameer Ajmani | context: add APIs for setting a cancelation cause when...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Findley | go/types: add a test that generated files match types2 | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Kevin Parsons | cmd/link: fix incorrect DOS header on Windows binaries | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Keith Randall | cmd/compile: ensure register args come before on-stack...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Changkun Ou | sync: document memory model for Swap/CompareAnd{Swap...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Griesemer | go/types, types2: use go.dev/issue/nnnnn when referring...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Griesemer | types2: add *Config to typecheck functions for tests...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Griesemer | go/types: generate instantiate.go | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Griesemer | go/types: provision for generating initorder.go, but...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Dmitri Shuralyov | cmd/dist: mark linux/sparc64 as a broken port, remove...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Dmitri Shuralyov | cmd/dist: add map of broken ports and -force flag | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Dmitri Shuralyov | cmd/dist: remove GOTESTONLY environment variable | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Dmitri Shuralyov | cmd/dist: remove hardcoded timeout scale for arm and...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Anit Gandhi | crypto/tls: improve client auth failure alerts | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Ian Lance Taylor | cmd/go: update test for change in panic(nil) behavior | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Daniel Martí | go/types: use internal/lazyregexp for goVersionRx | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Daniel Martí | encoding/gob: shave off some init time cost | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Daniel Martí | internal/profile: use internal/lazyregexp for the legac...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Daniel Martí | cmd/link: use strings.LastIndexByte to fix a TODO | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Jakub Ciolek | cmd/compile: use a boolean as a avoid clobbering flags...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Srinivas Pokala | cmd/internal/obj/s390x, runtime: fix breakpoint in...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Jorropo | cmd/compile: AMD64v3 remove unnecessary TEST comparisio...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Jorropo | cmd/compile: rewrite empty makeslice to zerobase pointer | 
commit | commitdiff | tree | 
| 2023-01-20 | 
liu-xuewen | runtime: remove 104 byte stack guard | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Keith Randall | cmd/compile: improve scheduling pass | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Marcel Meyer | all: fix typos in go file comments | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Griesemer | go/types: generate infer.go | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Robert Griesemer | cmd/compile/internal/types2: remove useConstraintTypeIn...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
fangguizhen | bytes, strings: rename field in CutSuffix tests | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Alice | misc/cgo/testsanitizers: use fmt.Printf instead fmt...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
fangguizhen | time: no need to wrap error with errors.New | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Damien Neil | net/http: close Request.Body when pconn write loop...  | 
commit | commitdiff | tree | 
| 2023-01-20 | 
Ian Lance Taylor | archive/zip: use base offset 0 if it has a valid entry | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Wayne Zuo | cmd/internal/obj/riscv: add check for invalid shift...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Keith Randall | cmd/compile: add memory argument to GetCallerSP | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Dmitri Shuralyov | cmd/internal/osinfo: report Node.js version | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Keith Randall | cmd/compile: add anchored version of SP | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Dmitri Shuralyov | cmd/compile/internal/ssa: generate code via a //go...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Russ Cox | internal/godebug: export non-default-behavior counters...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Russ Cox | runtime: replace panic(nil) with panic(new(runtime...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Russ Cox | cmd/go/internal/modindex: remove copy of build.Package | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | cmd/go: shorten TestScript/test_shuffle and skip it...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | cmd/go/internal/lockedfile: avoid failing tests due...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | cmd/go/internal/vcweb: simplify hgHandler cancellation | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | net: delete TestTCPSelfConnect | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | runtime: remove arbitrary GOARCH constraints in finaliz...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | cmd/go: use Cancel and WaitDelay to terminate test...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | os: clean up tests | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Bryan C. Mills | os: deflake TestPipeEOF and TestFifoEOF | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Tobias Klauser | net/netip: fix type name in TestNoAllocs sub-test names...  | 
commit | commitdiff | tree | 
| 2023-01-19 | 
fangguizhen | cmd/go: fix comment typo | 
commit | commitdiff | tree | 
| 2023-01-19 | 
Kevin Parsons | make.bat: support existing toolchain paths with spaces | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Joe Tsai | time: revert strict parsing of RFC 3339 | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Russ Cox | cmd: update x/tools to latest internal Go 1.20 branch | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Bryan C. Mills | cmd/go: do not attempt to install cmd/addr2line in...  | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Robert Griesemer | go/types: factor out type parameter renaming (cleanup) | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Ian Lance Taylor | misc/reboot: overlay $GOROOT/lib in temporary goroot | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Cuong Manh Le | cmd/compile: fix unsafe.{SliceData,StringData} escape...  | 
commit | commitdiff | tree | 
| 2023-01-18 | 
Robert Griesemer | go/types, types2: factor out type parameter renaming...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Russ Cox | src: update go.mod files to go 1.21 | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Russ Cox | cmd/go: introduce GOROOT/go.env and move proxy/sumdb...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Russ Cox | cmd/dist: make toolchain build reproducible | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Russ Cox | make.bash, make.rc: fix GOROOT detection when GOEXPERIM...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Russ Cox | time/tzdata: generate zip constant during cmd/dist | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Russ Cox | cmd/go: do not confuse files for standard library packages | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Matthew Dempsky | cmd/compile: fix static init inlining for hidden node...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types, types2: more uses of factored functions;...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types, types2: use factored parse/typecheck function...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | cmd/compile: remove support for old comparable semantics | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types: consistently use _ prefix for unexported...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types: generate util_test.go, cosmetic changes to...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types: generate unify.go | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types: allow filename arguments to generator for...  | 
commit | commitdiff | tree | 
| 2023-01-17 | 
Robert Griesemer | go/types: use the same interface method sorting as...  | 
commit | commitdiff | tree | 
| next |