2022-09-29 |
cuiweixie | net/http: using strings.CutPrefix replace strings.HasPr... |
commit | commitdiff | tree |
2022-09-29 |
Keith Randall | cmd/compile: keep typecheck results in syntax tree |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | bufio: use strings.Builder |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | archive/zip: use strings.TrimPrefix |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | net/http: remove deadstore statement |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | net: delete unused code |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | net/http: use time.Compare |
commit | commitdiff | tree |
2022-09-29 |
Paul E. Murphy | debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34 |
commit | commitdiff | tree |
2022-09-29 |
Robert Griesemer | go/types, types2: use "generic" rather than "parameteri... |
commit | commitdiff | tree |
2022-09-29 |
Bryan C. Mills | cmd: add skips as needed to get tests to pass on js... |
commit | commitdiff | tree |
2022-09-29 |
Bryan C. Mills | os/exec: avoid leaking a process in TestDoubleStartLeav... |
commit | commitdiff | tree |
2022-09-29 |
Damien Neil | errors, fmt: add support for wrapping multiple errors |
commit | commitdiff | tree |
2022-09-29 |
Tobias Klauser | cmd/go/internal/lockedfile/internal/filelock: remove... |
commit | commitdiff | tree |
2022-09-29 |
Russ Cox | cmd/compile: limit goroutine count to parallelism |
commit | commitdiff | tree |
2022-09-29 |
Than McIntosh | cmd/{cover,go}: avoid use of os.PathListSeparator in... |
commit | commitdiff | tree |
2022-09-29 |
Robert Griesemer | go/types, types2: more concise error messages for cycle... |
commit | commitdiff | tree |
2022-09-29 |
Than McIntosh | runtime/coverage: apis to emit counter data under user... |
commit | commitdiff | tree |
2022-09-29 |
Than McIntosh | cmd{cover,covdata,go}: better coverage for tests that... |
commit | commitdiff | tree |
2022-09-29 |
Than McIntosh | runtime/coverage: improve unit tests |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | crypto: use fmt.Appendf |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/nm: use print-style not printf-style |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/cgo: use strings.TrimSuffix |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/cgo: delete unused code |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/cgo: use strings.Contains instead of strings.Index |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/asm: use strings.TrimSuffix |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/asm: delete unused func newAddr |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/asm: optimize if statement to return directly |
commit | commitdiff | tree |
2022-09-29 |
cuiweixie | cmd/asm: use opd.String() instead of fmt.Sprintf |
commit | commitdiff | tree |
2022-09-29 |
Bryan C. Mills | os/exec: refactor goroutine error reporting |
commit | commitdiff | tree |
2022-09-29 |
Bryan C. Mills | os/exec: do not close pipes on a double-Start error |
commit | commitdiff | tree |
2022-09-29 |
Roland Shoemaker | encoding/gob: add top level security doc |
commit | commitdiff | tree |
2022-09-28 |
Robert Griesemer | go/types, types2: consistently use "cause" instead... |
commit | commitdiff | tree |
2022-09-28 |
Robert Griesemer | go/types, types2: remove (C/c)ompilerErrorMessages... |
commit | commitdiff | tree |
2022-09-28 |
Robert Griesemer | cmd/compile: use "shifted operand %s (type %s) must... |
commit | commitdiff | tree |
2022-09-28 |
Robert Griesemer | cmd/compile: use "cannot use %s as %s value in %s:... |
commit | commitdiff | tree |
2022-09-28 |
Robert Griesemer | go/types, types2: use "assignment mismatch: x variables... |
commit | commitdiff | tree |
2022-09-28 |
Alan Donovan | go/ast: record start and end of file in File.File{Start... |
commit | commitdiff | tree |
2022-09-28 |
Tobias Klauser | cmd/dist: test cmd module on js/wasm |
commit | commitdiff | tree |
2022-09-28 |
cui fliter | cmd/compile/internal/base: replace io/ioutil with os... |
commit | commitdiff | tree |
2022-09-28 |
Nobuki Fujii | testing: fail if T.Setenv is called via T.Run in a... |
commit | commitdiff | tree |
2022-09-28 |
cuiweixie | cmd/go: using strings.CutSuffix replace strings.HasSuff... |
commit | commitdiff | tree |
2022-09-28 |
Joel Sing | cmd/link/internal/loadelf: add additional relocations... |
commit | commitdiff | tree |
2022-09-28 |
Zeke Lu | os/signal: disable GNU readline to deflake TestTerminal... |
commit | commitdiff | tree |
2022-09-28 |
Archana R | cmd/internal/obj/ppc64: remove unnecessary opcodes |
commit | commitdiff | tree |
2022-09-28 |
cui fliter | all: fix some typos |
commit | commitdiff | tree |
2022-09-28 |
Lynn Boger | cmd/compile: remove some lines from PPC64.rules |
commit | commitdiff | tree |
2022-09-28 |
Than McIntosh | cmd/go: support new hybrid coverage instrumentation |
commit | commitdiff | tree |
2022-09-28 |
Than McIntosh | cmd/go: refactor package references in Builder.build |
commit | commitdiff | tree |
2022-09-28 |
Than McIntosh | cmd/go: add hook to check for GOEXPERIMENT in script... |
commit | commitdiff | tree |
2022-09-28 |
Than McIntosh | cmd/cover: add hybrid instrumentation mode |
commit | commitdiff | tree |
2022-09-28 |
Than McIntosh | runtime/coverage: runtime routines to emit coverage... |
commit | commitdiff | tree |
2022-09-28 |
Than McIntosh | cmd/covdata: add tools to read/manipulate coverage... |
commit | commitdiff | tree |
2022-09-28 |
Robert Griesemer | go/types, types2: use "invalid operation: x rel y ... |
commit | commitdiff | tree |
2022-09-28 |
Ian Lance Taylor | time: add comment explaining >>33 in Now |
commit | commitdiff | tree |
2022-09-28 |
Mikael Urankar | cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64 |
commit | commitdiff | tree |
2022-09-28 |
Mikael Urankar | cmd/dist: enable cgo tests on freebsd/riscv64 |
commit | commitdiff | tree |
2022-09-28 |
cuiweixie | crypto: use bytes.Clone |
commit | commitdiff | tree |
2022-09-28 |
cuiweixie | net/textproto: use bytes.Clone |
commit | commitdiff | tree |
2022-09-28 |
cuiweixie | internal: use bytes.Clone |
commit | commitdiff | tree |
2022-09-28 |
cuiweixie | encoding/xml: use bytes.Clone |
commit | commitdiff | tree |
2022-09-28 |
Mikael Urankar | runtime: add support for freebsd/riscv64 |
commit | commitdiff | tree |
2022-09-28 |
cuiweixie | database: use bytes.Clone |
commit | commitdiff | tree |
2022-09-27 |
Roland Shoemaker | crypto/rsa,crypto/internal/boring: fix PSS salt handling |
commit | commitdiff | tree |
2022-09-27 |
Robert Griesemer | go/types, types2: use 2nd operand position for comparis... |
commit | commitdiff | tree |
2022-09-27 |
Zeke Lu | debug/elf: return error on reading from SHT_NOBITS... |
commit | commitdiff | tree |
2022-09-27 |
Ian Lance Taylor | crypto/x509: use unsafe.Slice |
commit | commitdiff | tree |
2022-09-27 |
Robert Griesemer | cmd/compile: use "method T.m already declared" for... |
commit | commitdiff | tree |
2022-09-27 |
Robert Griesemer | go/types, types2: use "unknown field f in struct litera... |
commit | commitdiff | tree |
2022-09-27 |
Robert Griesemer | go/types, types2: use "multiple-value" instead "n-value... |
commit | commitdiff | tree |
2022-09-27 |
Robert Griesemer | go/types, types2: uniformly use "cannot convert X to... |
commit | commitdiff | tree |
2022-09-27 |
Robert Griesemer | go/types, types2: use "and not used" instead of "but... |
commit | commitdiff | tree |
2022-09-27 |
Paul E. Murphy | cmd/compile: rework PPC64 Mul64uhilo lowering rules |
commit | commitdiff | tree |
2022-09-27 |
David Chase | cmd/compile: make a type-specialized copy of encoding... |
commit | commitdiff | tree |
2022-09-27 |
David Chase | cmd/compile: introduce "temporary" readers for more... |
commit | commitdiff | tree |
2022-09-27 |
Keith Randall | cmd/compile: use stricter rule for possible partial... |
commit | commitdiff | tree |
2022-09-27 |
Alan Donovan | go/scanner: emit implicit semicolon tokens in correct... |
commit | commitdiff | tree |
2022-09-27 |
cuiweixie | bufio: use bytes.Clone |
commit | commitdiff | tree |
2022-09-27 |
Than McIntosh | cmd/link: fix coverage counter issue on AIX |
commit | commitdiff | tree |
2022-09-27 |
Tobias Klauser | cmd/internal/pkgpath: use MustHaveExec in TestToSymbolFunc |
commit | commitdiff | tree |
2022-09-27 |
Tobias Klauser | cmd/api: skip tests on platforms that cannot exec |
commit | commitdiff | tree |
2022-09-27 |
Paul E. Murphy | cmd/link: refactor usage of SymLocalentry helper functions |
commit | commitdiff | tree |
2022-09-27 |
Marko Kungla | misc/wasm: update deprecated substr usage |
commit | commitdiff | tree |
2022-09-27 |
cuiweixie | runtime: using bytes.CutPrefix |
commit | commitdiff | tree |
2022-09-27 |
Keith Randall | cmd/compile: abstract type type+value obtained from... |
commit | commitdiff | tree |
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 |
next |