2022-10-13 |
Bryan C. Mills | os/exec: reduce arbitrary sleeps in TestWaitid |
commit | commitdiff | tree |
2022-10-13 |
Bryan C. Mills | os/exec: set traceback to "system" in TestContextCancel |
commit | commitdiff | tree |
2022-10-13 |
Cherry Mui | cmd/link: don't reset variable size when handling ... |
commit | commitdiff | tree |
2022-10-13 |
Roland Shoemaker | encoding/gob: note pacakge not covered by security... |
commit | commitdiff | tree |
2022-10-13 |
Roland Shoemaker | debug: add top level security docs for dwarf, elf,... |
commit | commitdiff | tree |
2022-10-13 |
Park Zhou | crypto/x509: add blank line before package declaration |
commit | commitdiff | tree |
2022-10-13 |
Robert Findley | go/types: remove mode argument from the pkgFiles helper |
commit | commitdiff | tree |
2022-10-13 |
Robert Findley | go/types, types2: optimize instance lookup in LookupFie... |
commit | commitdiff | tree |
2022-10-12 |
Michael Matloob | test: update test/run.go and some tests to use importcfg |
commit | commitdiff | tree |
2022-10-12 |
Ian Lance Taylor | debug/elf: validate phentsize and shentsize |
commit | commitdiff | tree |
2022-10-12 |
Robert Griesemer | go/types, types2: better error if there's a field with... |
commit | commitdiff | tree |
2022-10-12 |
Robert Griesemer | go/types, types2: remove need for invalidAST prefix... |
commit | commitdiff | tree |
2022-10-12 |
Ian Lance Taylor | os/signal: document behavior of SIGPIPE on non-Go thread |
commit | commitdiff | tree |
2022-10-12 |
Michael Anthony... | misc/cgo/test: add asan and msan arena tests |
commit | commitdiff | tree |
2022-10-12 |
Michael Anthony... | arena: add experimental arena package |
commit | commitdiff | tree |
2022-10-12 |
Michael Anthony... | runtime: add safe arena support to the runtime |
commit | commitdiff | tree |
2022-10-12 |
Michael Anthony... | runtime: make (*mheap).sysAlloc more general |
commit | commitdiff | tree |
2022-10-12 |
Michael Anthony... | runtime: factor out GC assist credit accounting |
commit | commitdiff | tree |
2022-10-12 |
Michael Anthony... | runtime: factor out mheap span initialization |
commit | commitdiff | tree |
2022-10-12 |
Bryan C. Mills | os: use the correct constant for P_PID on NetBSD |
commit | commitdiff | tree |
2022-10-12 |
Bill Zissimopoulos | runtime: fix invalid pointer in windows/arm64 badsignal2 |
commit | commitdiff | tree |
2022-10-12 |
Damien Neil | net/http: fix some test flakes caused by test refactoring |
commit | commitdiff | tree |
2022-10-12 |
Abirdcfly | cmd/go: add Context parameter to download function |
commit | commitdiff | tree |
2022-10-12 |
Than McIntosh | cmd/{cover,covdata}: minor code cleanups |
commit | commitdiff | tree |
2022-10-12 |
Cuong Manh Le | all: prevent fakePC overflow on 386 in libfuzzer mode |
commit | commitdiff | tree |
2022-10-11 |
Robert Griesemer | go/types: add errorcalls_test, apply it, and fix errorf... |
commit | commitdiff | tree |
2022-10-11 |
Robert Griesemer | cmd/compile/internal/types2: adjust errorcalls_test... |
commit | commitdiff | tree |
2022-10-11 |
Robert Griesemer | go/types: replace invalid(AST|Arg|Op) with errorf and... |
commit | commitdiff | tree |
2022-10-11 |
Michael Matloob | cmd/go: set dependency go versions for go install ... |
commit | commitdiff | tree |
2022-10-11 |
Ian Lance Taylor | math/big: error on buffer length overflow in Rat.GobDecode |
commit | commitdiff | tree |
2022-10-11 |
Michael Matloob | cmd/go: do not exit with non-zero code from go list... |
commit | commitdiff | tree |
2022-10-11 |
Park Zhou | go/parser: simplify code (cleanup) |
commit | commitdiff | tree |
2022-10-11 |
Bryan C. Mills | os/exec: remove protection against a duplicate Close... |
commit | commitdiff | tree |
2022-10-11 |
Than McIntosh | internal/coverage: minor code cleanups |
commit | commitdiff | tree |
2022-10-11 |
Joel Sing | cmd/compile: fold negation into subtraction on riscv64 |
commit | commitdiff | tree |
2022-10-11 |
Joel Sing | cmd/compile: convert SLT/SLTU with constant into immedi... |
commit | commitdiff | tree |
2022-10-11 |
Joel Sing | cmd/compile: combine masking and zero extension on... |
commit | commitdiff | tree |
2022-10-10 |
Ian Lance Taylor | test: add test case that caused a bogus error from... |
commit | commitdiff | tree |
2022-10-10 |
Cuong Manh Le | cmd/compile: fix missing walk pass for static initializ... |
commit | commitdiff | tree |
2022-10-10 |
Than McIntosh | runtime: mark arenaIdx.l1 and arenaIdx.l2 methods as... |
commit | commitdiff | tree |
2022-10-10 |
Than McIntosh | cmd/compile: tweak inliners handling of coverage counte... |
commit | commitdiff | tree |
2022-10-10 |
qmuntal | cmd/go: support shared libraries in 'go version' on... |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | go/types, types2: use zero error code to indicate unset... |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | internal/types/errors: add InvalidSyntaxTree error |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | cmd/compile/internal/types2: use internal/types/errors... |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | go/types: use internal/types/errors instead of local... |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | internal/types/errors: rename UntypedNil to UntypedNilUse |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | internal/types/errors: export error codes |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | internal/types/errors: add package |
commit | commitdiff | tree |
2022-10-10 |
Robert Griesemer | go/types, types2: better error for generic type decl... |
commit | commitdiff | tree |
2022-10-08 |
Motiejus Jakštys | cmd/cgo: use -O2 when testing compiler features |
commit | commitdiff | tree |
2022-10-08 |
Zeke Lu | cmd/go/internal/modload: improve error message for... |
commit | commitdiff | tree |
2022-10-08 |
Ian Lance Taylor | os: use poll.fdMutex for Plan 9 files |
commit | commitdiff | tree |
2022-10-08 |
eric fang | cmd/compile: enable carry chain scheduling for arm64 |
commit | commitdiff | tree |
2022-10-07 |
Jeremy Brewer | modload: provide a clearer error for standard library... |
commit | commitdiff | tree |
2022-10-07 |
Bryan C. Mills | cmd/go/internal/modload: remove the needSum argument... |
commit | commitdiff | tree |
2022-10-07 |
Andrew Pogrebnoy | runtime: move epoll syscalls to runtime/internal/syscall |
commit | commitdiff | tree |
2022-10-07 |
Bryan C. Mills | cmd/go/internal/modload: remove unused moduleHasRootPac... |
commit | commitdiff | tree |
2022-10-07 |
Wayne Zuo | cmd/compile: intrinsify Sub64 on loong64 |
commit | commitdiff | tree |
2022-10-07 |
Wayne Zuo | cmd/compile: intrinsify Add64 on loong64 |
commit | commitdiff | tree |
2022-10-07 |
Tobias Klauser | net/netip: add test for AddrFromSlice |
commit | commitdiff | tree |
2022-10-07 |
Tobias Klauser | net/netip: use IPv4Unspecified in TestIPProperties |
commit | commitdiff | tree |
2022-10-07 |
Eddie Lopez | testing: add an example showcasing B.RunParallel with... |
commit | commitdiff | tree |
2022-10-07 |
Damien Neil | net/http: refactor tests to run most in HTTP/1 and... |
commit | commitdiff | tree |
2022-10-07 |
Tobias Klauser | internal/poll, internal/syscall/unix, syscall: move... |
commit | commitdiff | tree |
2022-10-07 |
Tobias Klauser | internal/poll, net, syscall: enable writev on aix |
commit | commitdiff | tree |
2022-10-07 |
Lynn Boger | cmd/compile: leverage cc ops in more cases on ppc64x |
commit | commitdiff | tree |
2022-10-07 |
hopehook | os/exec: document ProcessState available after a call... |
commit | commitdiff | tree |
2022-10-06 |
kxxt | all: use grep -E/-F instead of fgrep/egrep |
commit | commitdiff | tree |
2022-10-06 |
Bryan C. Mills | os/exec: parallelize more tests |
commit | commitdiff | tree |
2022-10-06 |
Bryan C. Mills | os/exec: delete TestExtraFilesFDShuffle |
commit | commitdiff | tree |
2022-10-06 |
Michael Matloob | cmd/go: fix incorrect determination of import path... |
commit | commitdiff | tree |
2022-10-06 |
Zeke Lu | debug/buildinfo: correct a typo in calculating next... |
commit | commitdiff | tree |
2022-10-06 |
Wayne Zuo | cmd/compile: fold constant shift with extension on... |
commit | commitdiff | tree |
2022-10-06 |
cui fliter | all: remove redundant type conversion |
commit | commitdiff | tree |
2022-10-06 |
Ian Lance Taylor | os: if dirFS.Open fails, undo use of backslashes in... |
commit | commitdiff | tree |
2022-10-06 |
kijimaD | all: fix some typos |
commit | commitdiff | tree |
2022-10-06 |
cui fliter | cmd/go/internal: use strings.Cut |
commit | commitdiff | tree |
2022-10-05 |
Damien Neil | archive/tar: limit size of headers |
commit | commitdiff | tree |
2022-10-05 |
Russ Cox | regexp: limit size of parsed regexps |
commit | commitdiff | tree |
2022-10-05 |
Michael Matloob | cmd/go/internal/modindex: ignore non-source files for... |
commit | commitdiff | tree |
2022-10-05 |
hopehook | cmd/go: add @latest suffix for go install |
commit | commitdiff | tree |
2022-10-05 |
Wang Deyu | runtime: avoid initializing MemProfileRate in init... |
commit | commitdiff | tree |
2022-10-05 |
Robert Griesemer | go/types, types2: use consistent error messages for... |
commit | commitdiff | tree |
2022-10-05 |
Than McIntosh | runtime/coverage: revise/shorten function names |
commit | commitdiff | tree |
2022-10-05 |
shaoliming | cmd/internal/obj/arm64: add missing operand register... |
commit | commitdiff | tree |
2022-10-05 |
Cherry Mui | runtime: don't jump stack if at entry of systemstack |
commit | commitdiff | tree |
2022-10-05 |
Youlin Feng | runtime/cgo: let darwin pthread stacksize follow rlimit |
commit | commitdiff | tree |
2022-10-05 |
Paul E. Murphy | cmd/link: optimize PPC64 inline plt sequences if local |
commit | commitdiff | tree |
2022-10-05 |
eric fang | cmd/compile: add late lower pass for last rules to run |
commit | commitdiff | tree |
2022-10-05 |
Robert Griesemer | cmd/compile/internal/syntax: better error message for... |
commit | commitdiff | tree |
2022-10-05 |
Robert Griesemer | cmd/compile/internal/types2: remove "unimplemented... |
commit | commitdiff | tree |
2022-10-04 |
Tomasz Jezierski | encoding/asn1: remove allocation from init |
commit | commitdiff | tree |
2022-10-04 |
Bryan C. Mills | os/exec: add a GODEBUG setting to diagnose leaked processes |
commit | commitdiff | tree |
2022-10-04 |
Zeke Lu | reflect: avoid unnecessary copy of funcTypes |
commit | commitdiff | tree |
2022-10-04 |
cui fliter | all: use fmt.Appendf |
commit | commitdiff | tree |
2022-10-04 |
Bryan Mills | Revert "os/exec: make StdoutPipe and StderrPipe safe... |
commit | commitdiff | tree |
2022-10-04 |
Russ Cox | cmd/cgo, cmd/compile, cmd/link: remove old style build... |
commit | commitdiff | tree |
2022-10-04 |
Russ Cox | cmd/compile: rename gen and builtin to _gen and _builtin |
commit | commitdiff | tree |
2022-10-04 |
Than McIntosh | runtime: change exit hooks test to use RaceDetectorSupp... |
commit | commitdiff | tree |
next |