2022-10-20 |
Bryan C. Mills | cmd/go/internal/modload: update TestQueryImport to... |
commit | commitdiff | tree |
2022-10-20 |
Mikael Urankar | runtime: Add vdso on freebsd/riscv64 |
commit | commitdiff | tree |
2022-10-20 |
Daniel Martà | go/build: remove stale reference to ioutil.ReadDir |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: replace typecheck with mustTypecheck... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: consolidate helper functions for... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: simplify test setup in a couple of... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types: remove special handling for .go1 files in... |
commit | commitdiff | tree |
2022-10-19 |
Robert Griesemer | go/types, types2: remove global goVersion flag (cleanup) |
commit | commitdiff | tree |
2022-10-19 |
qmuntal | runtime: ignore exceptions from non-Go threads on windo... |
commit | commitdiff | tree |
2022-10-19 |
Bryan C. Mills | go/internal/gcimporter,cmd/compile/internal/importer... |
commit | commitdiff | tree |
2022-10-19 |
Bryan C. Mills | go/internal/gcimporter,cmd/compile/internal/importer... |
commit | commitdiff | tree |
2022-10-18 |
Michael Pratt | runtime: throw in unreachable exitThread |
commit | commitdiff | tree |
2022-10-18 |
Michael Pratt | runtime: always keep global reference to mp until mexit... |
commit | commitdiff | tree |
2022-10-18 |
Robert Griesemer | go/types: remove pkgForMode in favor of pkgFor (cleanup) |
commit | commitdiff | tree |
2022-10-18 |
Robert Griesemer | go/types, types2: add test verifying types/values of... |
commit | commitdiff | tree |
2022-10-18 |
Michael Matloob | go/types: migrate importer usage in tests |
commit | commitdiff | tree |
2022-10-18 |
Michael Matloob | go,cmd,internal: update to anticipate missing targets... |
commit | commitdiff | tree |
2022-10-18 |
Russ Cox | cmd/go: fix longtest builder after runtime/internal... |
commit | commitdiff | tree |
2022-10-18 |
Than McIntosh | cmd/compile: special case coverage vars in pkg init... |
commit | commitdiff | tree |
2022-10-18 |
Youlin Feng | runtime: replace all uses of CtzXX with TrailingZerosXX |
commit | commitdiff | tree |
2022-10-18 |
Michael Pratt | runtime: avoid unsafe.{Slice,String} in debuglog |
commit | commitdiff | tree |
2022-10-18 |
Russ Cox | math/rand: refactor to delay allocation of global source |
commit | commitdiff | tree |
2022-10-18 |
Russ Cox | internal/godebug: remove dependency on os |
commit | commitdiff | tree |
2022-10-18 |
Russ Cox | runtime/internal/atomic: add write barrier-enabled... |
commit | commitdiff | tree |
2022-10-17 |
fangguizhen | errors: add test for Join |
commit | commitdiff | tree |
2022-10-17 |
Russ Cox | cmd/go: fix TestScript/test_fuzz_mutate_crash for short... |
commit | commitdiff | tree |
2022-10-17 |
Russ Cox | all: use Go 1.17.13 for bootstrap |
commit | commitdiff | tree |
2022-10-17 |
Russ Cox | internal/fuzz: write shorter testdata corpus file names |
commit | commitdiff | tree |
2022-10-17 |
ezz-no | cmd/compile: fix a typo in comment |
commit | commitdiff | tree |
2022-10-17 |
Than McIntosh | runtime/coverage: skip more tests in short mode |
commit | commitdiff | tree |
2022-10-17 |
David Chase | cmd/compile: fix position of fake receivers; be more... |
commit | commitdiff | tree |
2022-10-17 |
Ian Lance Taylor | os/signal: pass *int32 to ioctl that expects pid_t |
commit | commitdiff | tree |
2022-10-17 |
Austin Clements | misc/cgo/fortran: convert to Go test |
commit | commitdiff | tree |
2022-10-17 |
Austin Clements | runtime: run TestCgoSigfwd on all Unix platforms |
commit | commitdiff | tree |
2022-10-17 |
Austin Clements | runtime: improve coverage of TestCgoSigfwd |
commit | commitdiff | tree |
2022-10-17 |
Austin Clements | misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo |
commit | commitdiff | tree |
2022-10-17 |
Austin Clements | misc/cgo/testsigfwd: delete unused code |
commit | commitdiff | tree |
2022-10-17 |
Wayne Zuo | cmd/compile: move {SHL,SHR,SAR}X rules to late lower... |
commit | commitdiff | tree |
2022-10-17 |
Wayne Zuo | cmd/compile: split 3 operand LEA in late lower pass |
commit | commitdiff | tree |
2022-10-17 |
hopehook | reflect: panic when Value.Equal using two non-comparabl... |
commit | commitdiff | tree |
2022-10-17 |
Zamicol | flag: remove "// BUG" comment |
commit | commitdiff | tree |
2022-10-17 |
cuiweixie | cmd/link/internal/s390: return comparison directly |
commit | commitdiff | tree |
2022-10-17 |
Dan Kortschak | runtime: remove redundant conversion |
commit | commitdiff | tree |
2022-10-15 |
Joe Tsai | reflect: add Value.Grow |
commit | commitdiff | tree |
2022-10-14 |
Michael Pratt | os/signal: add missing newlines to TestTerminalSignal |
commit | commitdiff | tree |
2022-10-14 |
Austin Clements | misc/cgo/testasan: drop test |
commit | commitdiff | tree |
2022-10-14 |
Cherry Mui | runtime/internal/startlinetest: add NO_LOCAL_POINTERS... |
commit | commitdiff | tree |
2022-10-14 |
Austin Clements | cmd/dist: drop support for pre-compiled test binaries |
commit | commitdiff | tree |
2022-10-14 |
Dmitri Goutnik | cmd/link: return correct default linker for the platform |
commit | commitdiff | tree |
2022-10-14 |
Florian Zenker | debug/elf: fix inccorrect value in COMPRESS_ZLIB string... |
commit | commitdiff | tree |
2022-10-14 |
Damien Neil | net/http: skip TestTransportPersistConnLeak/h2 |
commit | commitdiff | tree |
2022-10-14 |
ianwoolf | cmd/go/internal/modload: return error when tidyRoots... |
commit | commitdiff | tree |
2022-10-14 |
Michael Pratt | os/signal: rewrite TestTerminalSignal without bash |
commit | commitdiff | tree |
2022-10-14 |
Russ Cox | go/build: simplify coverage rules in deps_test |
commit | commitdiff | tree |
2022-10-14 |
Russ Cox | go/build: use tabs consistently in deps test rules |
commit | commitdiff | tree |
2022-10-14 |
Michael Pratt | runtime/pprof: set Function.start_line field |
commit | commitdiff | tree |
2022-10-14 |
Michael Pratt | cmd/compile,cmd/link,runtime: add start line numbers... |
commit | commitdiff | tree |
2022-10-14 |
Dmitri Goutnik | cmd/dist, misc/cgo/testsanitizers: enable msan tests... |
commit | commitdiff | tree |
2022-10-14 |
Dmitri Goutnik | cmd/go: enable -msan on freebsd/amd64 |
commit | commitdiff | tree |
2022-10-14 |
Dmitri Goutnik | runtime: add msan support on freebsd/amd64 |
commit | commitdiff | tree |
2022-10-14 |
Alexander Efremov | image/png: optimise RGBA encoding |
commit | commitdiff | tree |
2022-10-13 |
Bryan C. Mills | os: split wait6 syscall wrapper into per-platform files |
commit | commitdiff | tree |
2022-10-13 |
Dmitri Goutnik | cmd/link: define ELF .note section on FreeBSD |
commit | commitdiff | tree |
2022-10-13 |
Michael Matloob | cmd/go: avoid setting mod=vendor in workspace mode |
commit | commitdiff | tree |
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 |
next |