2022-09-27 |
Carlo Alberto... | bytes,strings: optimize Repeat |
commit | commitdiff | tree |
2022-09-27 |
Zeke Lu | debug/elf: suport files with >= 65280 (0xff00) sections |
commit | commitdiff | tree |
2022-09-27 |
Than McIntosh | cmd: relocate search.MatchPattern to cmd/internal/pkgpa... |
commit | commitdiff | tree |
2022-09-27 |
doujiang24 | runtime/trace: add missing events for the locked g... |
commit | commitdiff | tree |
2022-09-27 |
cui fliter | cmd/go/internal: use strings.CutSuffix |
commit | commitdiff | tree |
2022-09-27 |
Ian Lance Taylor | reflect: clarify that Value.Comparable checks the value |
commit | commitdiff | tree |
2022-09-27 |
Ian Lance Taylor | debug/dwarf: don't crash on invalid range/rnglist offset |
commit | commitdiff | tree |
2022-09-27 |
Andy Pan | net/http: fix the potential leak of textproto.Reader... |
commit | commitdiff | tree |
2022-09-27 |
Joel Sing | image/gif,image/jpeg,image/png: skip FuzzDecode in... |
commit | commitdiff | tree |
2022-09-27 |
cuiweixie | internal/goroot: using strings.CutPrefix replace string... |
commit | commitdiff | tree |
2022-09-27 |
TomCao New... | all: replace [0-9] with \d in regexps |
commit | commitdiff | tree |
2022-09-27 |
Than McIntosh | runtime: add cgo guard for exit hooks test |
commit | commitdiff | tree |
2022-09-27 |
cui fliter | cmd/go/internal: use time.DateTime constant |
commit | commitdiff | tree |
2022-09-27 |
Than McIntosh | cmd/compile: add coverage fixup mode |
commit | commitdiff | tree |
2022-09-27 |
Than McIntosh | cmd/compile,cmd/link: hooks for identifying coverage... |
commit | commitdiff | tree |
2022-09-27 |
cui fliter | all: use strings.CutPrefix |
commit | commitdiff | tree |
2022-09-26 |
Robert Griesemer | go/types, types2: report "undefined: p.x" instead of... |
commit | commitdiff | tree |
2022-09-26 |
Robert Griesemer | go/types, types2: report "undefined: x" instead of... |
commit | commitdiff | tree |
2022-09-26 |
Isaiah Becker... | sync: clarify Cond.Wait documentation |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | runtime: add an exit hook facility |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | runtime: add hook to register coverage-instrumented... |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | internal/coverage: add apis for reading/writing counter... |
commit | commitdiff | tree |
2022-09-26 |
cuiweixie | reflect: create funcTypes using StructOf |
commit | commitdiff | tree |
2022-09-26 |
Robert Griesemer | go/types, types2: use "invalid recursive type" instead... |
commit | commitdiff | tree |
2022-09-26 |
Robert Griesemer | go/types, types2: provide error codes where they were... |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | internal/coverage: add coverage meta-data decoder |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | internal/coverage: add coverage meta-data encoder |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | cmd: add a new goexperiment for redesigned code coverage |
commit | commitdiff | tree |
2022-09-26 |
cuiweixie | syscall: check if to is nil to prevent panic from WSASendto |
commit | commitdiff | tree |
2022-09-26 |
Zeke Lu | internal/saferio: handle potential total size overflow... |
commit | commitdiff | tree |
2022-09-26 |
Bryan C. Mills | os/exec: split parent I/O pipes by whether they are... |
commit | commitdiff | tree |
2022-09-26 |
Bryan C. Mills | os/exec: clean up pipe-closing logic |
commit | commitdiff | tree |
2022-09-26 |
Joel Sing | internal/cpu: deduplicate arm64 ISAR parsing code |
commit | commitdiff | tree |
2022-09-26 |
Joel Sing | internal/cpu: enable arm64 SHA512 detection for freebsd... |
commit | commitdiff | tree |
2022-09-26 |
cuiweixie | reflect: simplify Value.Comparable |
commit | commitdiff | tree |
2022-09-26 |
Tobias Klauser | cmd/go/internal/mmap: fix build for js/wasm |
commit | commitdiff | tree |
2022-09-26 |
Tobias Klauser | cmd/go/internal, go/build: remove unused errGoBuildWith... |
commit | commitdiff | tree |
2022-09-26 |
Andy Pan | syscall: check if to is nil to prevent panic from Sendto |
commit | commitdiff | tree |
2022-09-26 |
Than McIntosh | cmd/go: avoid internal errors on "go test -testwork" |
commit | commitdiff | tree |
2022-09-25 |
Ian Lance Taylor | encoding/gob: use saferio.SliceCap when decoding a... |
commit | commitdiff | tree |
2022-09-24 |
cuiweixie | cmd/compile: use "missing method m" instead of "missing... |
commit | commitdiff | tree |
2022-09-23 |
Tobias Klauser | Revert "net/netip: use slice-to-array conversions" |
commit | commitdiff | tree |
2022-09-23 |
Damien Neil | net/http/httputil: avoid query parameter smuggling |
commit | commitdiff | tree |
2022-09-23 |
Tobias Klauser | net/netip: use slice-to-array conversions |
commit | commitdiff | tree |
2022-09-23 |
Robert Griesemer | cmd/compile: use "init... cycle" instead of "init.... |
commit | commitdiff | tree |
2022-09-23 |
Robert Griesemer | cmd/compile: handle go.mod error msg reference in noder... |
commit | commitdiff | tree |
2022-09-23 |
Damien Neil | cmd: update vendored golang.org/x/tools for multiple... |
commit | commitdiff | tree |
2022-09-23 |
Tobias Klauser | cmd/compile/internal/ir: add missing import to mknode.go |
commit | commitdiff | tree |
2022-09-23 |
Cuong Manh Le | cmd/compile: update bottomUpVisitor.visit comments |
commit | commitdiff | tree |
2022-09-23 |
Russ Cox | text/template/parse: fix confusion about markers near... |
commit | commitdiff | tree |
2022-09-23 |
Joe Tsai | path/filepath: optimize isReservedName |
commit | commitdiff | tree |
2022-09-23 |
Russ Cox | runtime/pprof: force use of 4-column profiles in pprof... |
commit | commitdiff | tree |
2022-09-22 |
Cherry Mui | cmd/internal/objfile: read file/line information for... |
commit | commitdiff | tree |
2022-09-22 |
Cuong Manh Le | cmd/compile/internal/walk: remove reduceSlice |
commit | commitdiff | tree |
2022-09-22 |
Bryan C. Mills | cmd/go: omit VCS stamping during bootstrap |
commit | commitdiff | tree |
2022-09-22 |
Kevin Chen | cmd/compile/internal/syntax: remove TypeList syntax... |
commit | commitdiff | tree |
2022-09-22 |
cuiweixie | crypto/tls: convert Conn.activeCall to atomic type |
commit | commitdiff | tree |
2022-09-21 |
Damien Neil | all: tidy std module |
commit | commitdiff | tree |
2022-09-21 |
Damien Neil | net/http: add tracing to TestTransportReuseConnection_G... |
commit | commitdiff | tree |
2022-09-21 |
Damien Neil | net/http: accept HEAD requests with a body |
commit | commitdiff | tree |
2022-09-21 |
Damien Neil | all: update vendored golang.org/x/net |
commit | commitdiff | tree |
2022-09-21 |
Shulhan | math: show value of integer constants in comments |
commit | commitdiff | tree |
2022-09-21 |
Cuong Manh Le | spec: describe an edge case for slice expression of... |
commit | commitdiff | tree |
2022-09-21 |
Cuong Manh Le | spec: describe an edge case of slice-to-array conversions |
commit | commitdiff | tree |
2022-09-21 |
Charlie Vieth | bytes, strings: add ASCII fast path to EqualFold |
commit | commitdiff | tree |
2022-09-21 |
Joe Tsai | fmt: rely on utf8.AppendRune |
commit | commitdiff | tree |
2022-09-21 |
Ian Lance Taylor | runtime: treat SI_TKILL like SI_USER on Linux |
commit | commitdiff | tree |
2022-09-20 |
Keith Randall | Revert "cmd/compile: enable carry chain scheduling... |
commit | commitdiff | tree |
2022-09-20 |
Joe Tsai | time: optimize Parse for []byte arguments |
commit | commitdiff | tree |
2022-09-20 |
VRDighe | spec: fix typo in a type parameter example |
commit | commitdiff | tree |
2022-09-20 |
Tobias Klauser | syscall: drop compatibility for FreeBSD < 10.0 |
commit | commitdiff | tree |
2022-09-20 |
Tobias Klauser | cmd/cgo: mention //go:build line in godoc |
commit | commitdiff | tree |
2022-09-20 |
Erik Pellizzon | crypto: use encoding append functions |
commit | commitdiff | tree |
2022-09-20 |
Andy Pan | all: replace package ioutil with os and io in src |
commit | commitdiff | tree |
2022-09-20 |
thinkofher | mime/multipart: use %w when wrapping error in NextPart |
commit | commitdiff | tree |
2022-09-20 |
eric fang | cmd/compile: enable carry chain scheduling for arm64 |
commit | commitdiff | tree |
2022-09-20 |
eric fang | cmd/compile: Add some CMP and CMN optimization rules... |
commit | commitdiff | tree |
2022-09-19 |
cuiweixie | net/http: convert Server.disableKeepAlives to atomic... |
commit | commitdiff | tree |
2022-09-19 |
Keith Randall | runtime: make mSpanStateBox accessors nosplit |
commit | commitdiff | tree |
2022-09-19 |
Rob Pike | flag: test IsBoolFlag when creating the usage message |
commit | commitdiff | tree |
2022-09-19 |
Matthew Dempsky | cmd/compile: skip emitting dictionaries with missing... |
commit | commitdiff | tree |
2022-09-19 |
Joel Sing | cmd/compile: combine operations with immediate on riscv64 |
commit | commitdiff | tree |
2022-09-19 |
Joel Sing | cmd/compile: avoid the use of XOR for boolean equality... |
commit | commitdiff | tree |
2022-09-19 |
Joel Sing | internal/bytealg: correct alignment checks for compare... |
commit | commitdiff | tree |
2022-09-19 |
Matthew Dempsky | cmd/compile: implement slice-to-array conversions |
commit | commitdiff | tree |
2022-09-19 |
Matthew Dempsky | go/internal/gcimporter: fix ureader.go handling of... |
commit | commitdiff | tree |
2022-09-19 |
Matthew Dempsky | test: add regress test for issue 55101 |
commit | commitdiff | tree |
2022-09-19 |
Tobias Klauser | os: use wait6 to avoid wait/kill race on netbsd |
commit | commitdiff | tree |
2022-09-19 |
Keith Randall | cmd/compile: avoid using destination pointer base type... |
commit | commitdiff | tree |
2022-09-19 |
cuiweixie | reflect: rtype.MethodByName using binary search |
commit | commitdiff | tree |
2022-09-19 |
Damien Neil | net/http: correctly test for leading header spaces... |
commit | commitdiff | tree |
2022-09-19 |
Roger Peppe | time: implement Compare method |
commit | commitdiff | tree |
2022-09-19 |
Zeke Lu | debug/elf: validate shstrndx |
commit | commitdiff | tree |
2022-09-19 |
Michael Matloob | cmd/go: clear GOPATH from build context when importing... |
commit | commitdiff | tree |
2022-09-19 |
Sasha Melentyev | runtime/pprof: set labelMap length |
commit | commitdiff | tree |
2022-09-19 |
hopehook | misc/cgo: replace ioutil.ReadFile with os.ReadFile |
commit | commitdiff | tree |
2022-09-19 |
hopehook | misc/cgo: replace os.SEEK_SET with io.SeekStart |
commit | commitdiff | tree |
2022-09-19 |
Tobias Klauser | internal/syscall/unix: reuse existing {Fstat,Open,Unlin... |
commit | commitdiff | tree |
2022-09-19 |
Cuong Manh Le | Revert "runtime: treat SI_TKILL like SI_USER on Linux" |
commit | commitdiff | tree |
2022-09-19 |
Cuong Manh Le | cmd/compile/internal/typebits: relax alignment check |
commit | commitdiff | tree |
next |