2022-06-27 |
Ian Lance Taylor | test: add test that caused gofrontend crash |
commit | commitdiff | tree |
2022-06-27 |
Michael Pratt | cmd/go: compile runtime/internal/syscall as a runtime... |
commit | commitdiff | tree |
2022-06-27 |
Russ Cox | crypto/internal/boring: factor Cache into crypto/intern... |
commit | commitdiff | tree |
2022-06-26 |
Ian Lance Taylor | runtime: avoid fma in mkfastlog2table |
commit | commitdiff | tree |
2022-06-26 |
Ian Lance Taylor | test: add test that gofrontend gets wrong |
commit | commitdiff | tree |
2022-06-26 |
Robert Griesemer | cmd/compile: do branch/label checks only once |
commit | commitdiff | tree |
2022-06-26 |
Robert Griesemer | cmd/compile/internal/syntax: check fallthrough in Check... |
commit | commitdiff | tree |
2022-06-25 |
Khaled Yakdan | runtime: mark string comparison hooks as no split |
commit | commitdiff | tree |
2022-06-25 |
HowJMay | io: clarify SeekEnd offset value |
commit | commitdiff | tree |
2022-06-25 |
qmuntal | cmd/go: prepend builtin prolog when checking for preamb... |
commit | commitdiff | tree |
2022-06-24 |
Rémy Oudompheng | strconv: avoid panic on invalid call to FormatFloat |
commit | commitdiff | tree |
2022-06-24 |
Rhys Hiltner | internal/trace: add Go 1.19 test data |
commit | commitdiff | tree |
2022-06-24 |
Bryan C. Mills | cmd/internal/archive: don't rely on an erroneous instal... |
commit | commitdiff | tree |
2022-06-24 |
Michael Matloob | cmd/go: add per-package indexing for modules outside... |
commit | commitdiff | tree |
2022-06-24 |
Sean Liao | cmd/go/internal/list: update help info with Deprecated... |
commit | commitdiff | tree |
2022-06-24 |
Robert Griesemer | go/types, types2: print qualified object names in cycle... |
commit | commitdiff | tree |
2022-06-24 |
Robert Griesemer | go/types, types2: better errors for == when type sets... |
commit | commitdiff | tree |
2022-06-24 |
Ian Lance Taylor | doc/go1.19: Linux race detector now requires glibc... |
commit | commitdiff | tree |
2022-06-23 |
Than McIntosh | debug/dwarf: handle malformed line table with bad progr... |
commit | commitdiff | tree |
2022-06-23 |
tulip | embed: document additional file name restrictions |
commit | commitdiff | tree |
2022-06-22 |
Ian Lance Taylor | test: add test that causes gofrontend crash |
commit | commitdiff | tree |
2022-06-22 |
Wayne Zuo | cmd/compile: don't use dictionary convert to shaped... |
commit | commitdiff | tree |
2022-06-22 |
Dmitri Goutnik | cmd/go: make module .zip files group/world readable |
commit | commitdiff | tree |
2022-06-22 |
Ian Lance Taylor | cmd/go, cmd/link: support failure to create _cgo_import.go |
commit | commitdiff | tree |
2022-06-22 |
Bryan C. Mills | cmd/go: avoid indexing modules in GOROOT |
commit | commitdiff | tree |
2022-06-22 |
Guoqi Chen | all: update to current golang.org/x/sys revision |
commit | commitdiff | tree |
2022-06-22 |
Wayne Zuo | cmd/compile: fix assert condition in generic method... |
commit | commitdiff | tree |
2022-06-22 |
Ian Lance Taylor | compress/gzip: always close bodyReader in Example_compr... |
commit | commitdiff | tree |
2022-06-22 |
shaoliming | encoding/xml: check nil pointer in DecodeElement |
commit | commitdiff | tree |
2022-06-22 |
kkHAIKE | cmd/cgo: dont override declared struct type |
commit | commitdiff | tree |
2022-06-22 |
Ian Lance Taylor | net: don't set netGo = true on Windows with no cgo |
commit | commitdiff | tree |
2022-06-22 |
Alan Donovan | cmd/trace: add basic documentation to main page |
commit | commitdiff | tree |
2022-06-22 |
Robert Griesemer | go/types, types2: fix parameter order dependence in... |
commit | commitdiff | tree |
2022-06-21 |
Robert Griesemer | spec: document operations which accept []byte|string... |
commit | commitdiff | tree |
2022-06-21 |
Rhys Hiltner | runtime/trace: ignore fallback stacks in test |
commit | commitdiff | tree |
2022-06-21 |
Ian Lance Taylor | doc/go1.19: use correct link to sync/atomic docs |
commit | commitdiff | tree |
2022-06-21 |
Michael Anthony... | runtime: convert flaky semaphore linearity test into... |
commit | commitdiff | tree |
2022-06-21 |
Bryan C. Mills | cmd/go/internal/modindex: avoid walking modules when... |
commit | commitdiff | tree |
2022-06-21 |
Keith Randall | cmd/compile: allow 128-bit values to be spilled |
commit | commitdiff | tree |
2022-06-21 |
Matthew Dempsky | test: add regress test for #53477 |
commit | commitdiff | tree |
2022-06-20 |
Tobias Klauser | doc/go1.19: fix HTML validation issues |
commit | commitdiff | tree |
2022-06-18 |
Cuong Manh Le | cmd/compile: skip substituting closures in unsafe built... |
commit | commitdiff | tree |
2022-06-17 |
Matthew Dempsky | test: add regress test for #53419 |
commit | commitdiff | tree |
2022-06-17 |
Josh Powers | cmd/go/internal/modfetch: prevent duplicate hashes... |
commit | commitdiff | tree |
2022-06-17 |
Kevin Burke | sync: add more notes about Cond behavior |
commit | commitdiff | tree |
2022-06-17 |
Bryan C. Mills | cmd/go/internal/work: log clearer detail for subprocess... |
commit | commitdiff | tree |
2022-06-17 |
Dmitri Goutnik | net: fix flaky *TimeoutMustNotReturn tests |
commit | commitdiff | tree |
2022-06-17 |
Alan Donovan | go/token: delete unused File.set field |
commit | commitdiff | tree |
2022-06-16 |
Bryan C. Mills | cmd/dist: add package . to 'go test' commands |
commit | commitdiff | tree |
2022-06-16 |
Michael Anthony... | runtime: write much more direct test for semaphore... |
commit | commitdiff | tree |
2022-06-16 |
Michael Matloob | cmd/go: add more tracing |
commit | commitdiff | tree |
2022-06-16 |
Russ Cox | cmd/go: pass GOEXPERIMENT through to subtests |
commit | commitdiff | tree |
2022-06-16 |
Ian Lance Taylor | expvar: don't crash if map value set to nil |
commit | commitdiff | tree |
2022-06-16 |
Robert Griesemer | go/parser: remove unused method checkBinaryExpr |
commit | commitdiff | tree |
2022-06-16 |
Michael Matloob | cmd/go: parallelize matchPackages work in each module |
commit | commitdiff | tree |
2022-06-16 |
Cherry Mui | cmd/link: consider alignment in carrier symbol size... |
commit | commitdiff | tree |
2022-06-16 |
Robert Griesemer | spec: adjust incorrect sentence in section on rune... |
commit | commitdiff | tree |
2022-06-16 |
Ian Lance Taylor | test: add test that gofrontend fails |
commit | commitdiff | tree |
2022-06-15 |
Ian Lance Taylor | internal/goarch, internal/goos: update generators for... |
commit | commitdiff | tree |
2022-06-15 |
Koichi Shiraishi | reflect: fix reference comment to runtime/map.go |
commit | commitdiff | tree |
2022-06-15 |
Vojtěch Boček | syscall: clarify Pdeathsig documentation on Linux |
commit | commitdiff | tree |
2022-06-15 |
Robert Griesemer | go/types, types2: add test case for issue for coverage |
commit | commitdiff | tree |
2022-06-15 |
Tobias Klauser | doc/go1.19: use matching closing tag in unix build... |
commit | commitdiff | tree |
2022-06-15 |
Guoqi Chen | syscall, runtime/internal/syscall: always zero the... |
commit | commitdiff | tree |
2022-06-15 |
subham sarkar | net/netip: add missing ) in ParsePrefix errors |
commit | commitdiff | tree |
2022-06-15 |
Cherry Mui | cmd/link: set alignment for carrier symbols |
commit | commitdiff | tree |
2022-06-15 |
Bryan C. Mills | cmd/go/internal/modindex: disable indexing for modules... |
commit | commitdiff | tree |
2022-06-15 |
Robert Griesemer | test: add tests for string/[]byte/[]rune conversions |
commit | commitdiff | tree |
2022-06-15 |
Ian Lance Taylor | net: avoid infinite recursion in Windows Resolver.lookupTXT |
commit | commitdiff | tree |
2022-06-14 |
Robert Griesemer | spec: clarify "slice of bytes" and "slice of runes... |
commit | commitdiff | tree |
2022-06-14 |
Keith Randall | reflect: when StructOf overflows computing size/offset... |
commit | commitdiff | tree |
2022-06-14 |
Keith Randall | cmd/compile,runtime,reflect: move embedded bit from... |
commit | commitdiff | tree |
2022-06-14 |
Ian Lance Taylor | cmd/go: quote package directory when calling glob |
commit | commitdiff | tree |
2022-06-14 |
ag9920 | cpu: fix typos in test case |
commit | commitdiff | tree |
2022-06-13 |
Austin Clements | runtime: add HACKING section on nosplit functions |
commit | commitdiff | tree |
2022-06-13 |
Austin Clements | doc/go1.19: minor edits |
commit | commitdiff | tree |
2022-06-13 |
Michael Anthony... | sync: improve linearity test robustness |
commit | commitdiff | tree |
2022-06-13 |
Michael Anthony... | sync: move lock linearity test and treat it like a... |
commit | commitdiff | tree |
2022-06-13 |
Michael Anthony... | internal/testmath: add two-sample Welch's t-test for... |
commit | commitdiff | tree |
2022-06-13 |
Dmitri Shuralyov | doc/go1.19: prefer relative links to other parts of... |
commit | commitdiff | tree |
2022-06-13 |
Ian Lance Taylor | cmd/cgo: remove -fsanitize=hwaddress hardware tags |
commit | commitdiff | tree |
2022-06-13 |
Robert Griesemer | spec: clarify behavior of map size hint for make built-in |
commit | commitdiff | tree |
2022-06-13 |
Robert Griesemer | spec: add missing optional type arguments after TypeNam... |
commit | commitdiff | tree |
2022-06-13 |
Damien Neil | net: avoid darwin_arm64 bug in TestDialParallelSpurious... |
commit | commitdiff | tree |
2022-06-13 |
Michael Matloob | doc/go1.19: add a release note for module indexing |
commit | commitdiff | tree |
2022-06-13 |
Cuong Manh Le | cmd/compile: fix missing dict pass for type assertions |
commit | commitdiff | tree |
2022-06-13 |
Roland Shoemaker | doc/go1.19: fix crypto tags |
commit | commitdiff | tree |
2022-06-10 |
Louis PORTAY | net/http: doc: update RFC reference for appropriate... |
commit | commitdiff | tree |
2022-06-10 |
Dominik Honnef | doc: fix typos in Go memory model |
commit | commitdiff | tree |
2022-06-10 |
Cherry Mui | cmd/dist, cmd/internal/metadata: don't install metadata... |
commit | commitdiff | tree |
2022-06-10 |
Khaled Yakdan | runtime: fix stack split at bad time when fuzzing |
commit | commitdiff | tree |
2022-06-09 |
Dmitri Goutnik | cmd/cgo: recognize clang 14 DWARF type names go1.19beta1 |
commit | commitdiff | tree |
2022-06-09 |
Michael Pratt | runtime/cgo: retry _beginthread on EACCES |
commit | commitdiff | tree |
2022-06-09 |
Michael Pratt | runtime/cgo: merge bodies of cgo_sys_thread_start on... |
commit | commitdiff | tree |
2022-06-09 |
Cherry Mui | api: promote next to go1.19 |
commit | commitdiff | tree |
2022-06-09 |
Robert Findley | go/types, types2: only set instance context if packages... |
commit | commitdiff | tree |
2022-06-08 |
Michael Matloob | cmd/go/testdata/script: fix skip on list_replace_absolu... |
commit | commitdiff | tree |
2022-06-08 |
Cherry Mui | api/next: minor reformat |
commit | commitdiff | tree |
2022-06-08 |
Michael Pratt | runtime: use pidleget for faketime jump |
commit | commitdiff | tree |
2022-06-08 |
Michael Matloob | cmd/go: clean paths before using them form index functions |
commit | commitdiff | tree |
next |