2022-01-14 |
Bryan C. Mills | runtime: skip known TestSegv failure mode on linux... |
commit | commitdiff | tree |
2022-01-14 |
Russ Cox | runtime: fix net poll races |
commit | commitdiff | tree |
2022-01-14 |
Dan Scales | cmd/compile: add call to ImportedBody() when exporting... |
commit | commitdiff | tree |
2022-01-13 |
Keith Randall | cmd/compile: stop interface conversions for generic... |
commit | commitdiff | tree |
2022-01-13 |
Patrik Nyblom | testing: skip flaky TestRaiseException on windows-amd64... |
commit | commitdiff | tree |
2022-01-13 |
Dan Scales | cmd/compile: descend through types to find fully-instan... |
commit | commitdiff | tree |
2022-01-13 |
Matthew Dempsky | cmd/compile: unique LinkString for renamed, embedded... |
commit | commitdiff | tree |
2022-01-13 |
Bryan C. Mills | database/sql: consolidate test polling loops |
commit | commitdiff | tree |
2022-01-13 |
Michael Matloob | cmd/go: run go install in workspace mode |
commit | commitdiff | tree |
2022-01-13 |
Michael Matloob | cmd/go: reset modfetch state between modules in go... |
commit | commitdiff | tree |
2022-01-13 |
Roland Shoemaker | all: add a handful of fuzz targets |
commit | commitdiff | tree |
2022-01-13 |
Keith Randall | doc: mention that GOAMD64 is a compile-time setting |
commit | commitdiff | tree |
2022-01-12 |
Ayan George | cmd/go: enable fuzz testing for FreeBSD |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: fix tracing output for type and expr... |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: prevent unification from recursing... |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: make function type inference argument... |
commit | commitdiff | tree |
2022-01-12 |
Robert Findley | go/ast: mention that FieldLists can now be enclosed... |
commit | commitdiff | tree |
2022-01-12 |
Bryan Mills | Revert "all: add a handful of fuzz targets" |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | go/types, types2: do not run CTI before FTI |
commit | commitdiff | tree |
2022-01-12 |
Robert Griesemer | spec: adjust rules for specific types once more |
commit | commitdiff | tree |
2022-01-12 |
Roland Shoemaker | all: add a handful of fuzz targets |
commit | commitdiff | tree |
2022-01-12 |
Emmanuel T... | cmd/compile/types2, go/types: add position for "have... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: fix the names of methods created during... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: in typ0(), load base type before checking... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: resolve dictionaries/shape methods in... |
commit | commitdiff | tree |
2022-01-11 |
Robert Findley | go/types, types2: mention type decl scopes in Info... |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | cmd/compile: print "internal compiler error" message... |
commit | commitdiff | tree |
2022-01-11 |
Austin Clements | runtime: improve asanread/asanwrite nosplit comment |
commit | commitdiff | tree |
2022-01-11 |
Paul E. Murphy | test: workaround SIGILL on issue11656 on aix |
commit | commitdiff | tree |
2022-01-11 |
Tobias Klauser | cmd/go: skip TestScript/test_fuzz_test_race on !race |
commit | commitdiff | tree |
2022-01-11 |
Dan Scales | test: re-enable most go/tests that were disabled becaus... |
commit | commitdiff | tree |
2022-01-10 |
Robert Griesemer | go/types, types2: refer to type parameter if so for... |
commit | commitdiff | tree |
2022-01-10 |
Robert Griesemer | go/types, types2: better error message for type paramet... |
commit | commitdiff | tree |
2022-01-10 |
Robert Griesemer | go/types, types2: better error message when using ... |
commit | commitdiff | tree |
2022-01-10 |
Roland Shoemaker | testing: only snapshot coverage during fuzzing |
commit | commitdiff | tree |
2022-01-10 |
Ian Lance Taylor | cmd/compile: use exact constant in go_asm.h |
commit | commitdiff | tree |
2022-01-10 |
Matthew Dempsky | Revert "cmd/compile: unique LinkString for renamed... |
commit | commitdiff | tree |
2022-01-10 |
Dan Scales | cmd/compile, test: updated comments in crawler.go,... |
commit | commitdiff | tree |
2022-01-10 |
Matthew Dempsky | cmd/compile: unique LinkString for renamed, embedded... |
commit | commitdiff | tree |
2022-01-10 |
Bryan C. Mills | runtime: expand TestGdbPythonCgo skip to include mips64le |
commit | commitdiff | tree |
2022-01-10 |
Dan Scales | cmd/compile: fix interaction between generics and inlining |
commit | commitdiff | tree |
2022-01-10 |
Michael Pratt | runtime/pprof: run TestCPUProfileMultithreadMagnitude... |
commit | commitdiff | tree |
2022-01-10 |
Jonathan Amsterdam | net/http: map FS Open errors just like Dir |
commit | commitdiff | tree |
2022-01-09 |
Robert Griesemer | go/types, types2: better error message for invalid... |
commit | commitdiff | tree |
2022-01-08 |
Damien Neil | net/http/internal/testcert: use FIPS-compliant certificate |
commit | commitdiff | tree |
2022-01-07 |
Michael Pratt | runtime: skip TestSegv traceback check on 386 |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | cmd/compile: accept string|[]byte-constrained 2nd argum... |
commit | commitdiff | tree |
2022-01-07 |
Bryan C. Mills | syscall: in TestDirent, make as many ReadDirent calls... |
commit | commitdiff | tree |
2022-01-07 |
Dan Scales | cmd/compile: fix conv of slice of user-define byte... |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | doc/go1.18: document type parameter name restriction |
commit | commitdiff | tree |
2022-01-07 |
Cuong Manh Le | cmd/compile: fix instantiation of types referenced... |
commit | commitdiff | tree |
2022-01-07 |
Dmitri Shuralyov | .github: remove duplicate security link |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | test/typeparam: adjust test preamble (fix longtests) |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | spec: be more precise with rules on specific types |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | doc/go1.18: point to spec in same directory for release... |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | test/typeparam: adjust test preamble (fix longtests) |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | test/typeparam: adjust test preamble (fix longtests) |
commit | commitdiff | tree |
2022-01-07 |
Russ Cox | math/big: fix spurious race in Rat.Denom, Float.SetRat |
commit | commitdiff | tree |
2022-01-07 |
Robert Griesemer | go/types, types2: disallow multiple blank type parameters |
commit | commitdiff | tree |
2022-01-06 |
Robert Griesemer | cmd/compile: report type parameter error for methods... |
commit | commitdiff | tree |
2022-01-06 |
Katie Hockman | testing: fix deadlock with t.Parallel in testing seed... |
commit | commitdiff | tree |
2022-01-06 |
Robert Griesemer | go/types, types2: implement field access for struct... |
commit | commitdiff | tree |
2022-01-06 |
Robert Griesemer | go/types, types2: remove unused code in lookupFieldOrMethod |
commit | commitdiff | tree |
2022-01-06 |
Robert Griesemer | go/types, types2: ensure that signature type bounds... |
commit | commitdiff | tree |
2022-01-06 |
Bryan C. Mills | time: skip TestTimerModifiedEarlier on plan9/arm |
commit | commitdiff | tree |
2022-01-06 |
Ian Lance Taylor | test: add test of incorrect gofrontend error |
commit | commitdiff | tree |
2022-01-06 |
Robert Findley | go/types, types2: eagerly check that constraints are... |
commit | commitdiff | tree |
2022-01-06 |
Robert Griesemer | cmd/compile/internal/types2: better error message for... |
commit | commitdiff | tree |
2022-01-06 |
Bryan C. Mills | net: synchronize instead of sleeping in TestDialParalle... |
commit | commitdiff | tree |
2022-01-06 |
Benny Siegert | runtime: crash on netbsd-arm64 when setcontext fails |
commit | commitdiff | tree |
2022-01-06 |
Ulrich Kunitz | doc: improve documentation for GOAMD64 |
commit | commitdiff | tree |
2022-01-05 |
Roland Shoemaker | cmd/go: add fuzzing coverage test |
commit | commitdiff | tree |
2022-01-05 |
Bryan C. Mills | net/http: skip TestClientTimeout_h{1,2} on windows... |
commit | commitdiff | tree |
2022-01-05 |
Clément Chigot | runtime: ensure that asmsyscall6 follow AIX stack conve... |
commit | commitdiff | tree |
2022-01-05 |
fanzha02 | src/runtime: mark asanread and asanwrite functions... |
commit | commitdiff | tree |
2022-01-05 |
Jason A. Donenfeld | net: do not panic on nil IPNet.String() |
commit | commitdiff | tree |
2022-01-04 |
Dan Scales | cmd/compile: save selector/inst info for generic method... |
commit | commitdiff | tree |
2022-01-04 |
Dan Scales | cmd/compile: pop instantiations of local types when... |
commit | commitdiff | tree |
2022-01-04 |
Ian Lance Taylor | doc/go1.18: mention new cmd/go fuzzing flags |
commit | commitdiff | tree |
2022-01-03 |
Jonathan Amsterdam | go/doc: handle generic receiver strings |
commit | commitdiff | tree |
2022-01-03 |
Jonathan Amsterdam | go/doc: use subtests |
commit | commitdiff | tree |
2022-01-02 |
Tobias Klauser | os: simplify ios checks in tests |
commit | commitdiff | tree |
2022-01-02 |
Tobias Klauser | os: enable TestMkdirAllWithSymlink on darwin/arm64 |
commit | commitdiff | tree |
2021-12-29 |
Ian Lance Taylor | misc/cgo/testsanitizers: accept compilers that don... |
commit | commitdiff | tree |
2021-12-29 |
Ian Lance Taylor | misc/cgo/testsanitizers: don't fail asan test if no... |
commit | commitdiff | tree |
2021-12-29 |
fanzha02 | runtime: fix the issue that the -asan option cannot... |
commit | commitdiff | tree |
2021-12-29 |
Meng Zhuo | runtime: invalid negative frequency while tracing |
commit | commitdiff | tree |
2021-12-23 |
Ian Lance Taylor | doc/go1.18: add section for runtime/debug changes |
commit | commitdiff | tree |
2021-12-23 |
Ian Lance Taylor | doc/go1.18: mention debug/plan9obj.ErrNoSymbols |
commit | commitdiff | tree |
2021-12-23 |
Cherry Mui | cmd/go: remove MallocNanoZone environment variable... |
commit | commitdiff | tree |
2021-12-23 |
zhangjian | cmd/compile/internal/ir: fix a typo in node.go |
commit | commitdiff | tree |
2021-12-22 |
Carl Johnson | doc/go1.18: fix broken HTML in net/http.MaxBytesHandler |
commit | commitdiff | tree |
2021-12-22 |
Cherry Mui | runtime: handle stray profiling signal better |
commit | commitdiff | tree |
2021-12-22 |
Ian Lance Taylor | doc/go1.18: list new net/netip and net functions and... |
commit | commitdiff | tree |
2021-12-22 |
Ian Lance Taylor | doc/go1.18: mention testing.F in testing package section |
commit | commitdiff | tree |
2021-12-22 |
Ian Lance Taylor | doc/go1.18: document {text,html}/template {break,contin... |
commit | commitdiff | tree |
2021-12-21 |
Carl Johnson | doc/go1.18: add net/http.MaxBytesHandler |
commit | commitdiff | tree |
2021-12-21 |
Tobias Klauser | os: enable TestPipeThreads on FreeBSD |
commit | commitdiff | tree |
2021-12-21 |
Ian Lance Taylor | doc/go1.18: mention new go/types/Config.Context field |
commit | commitdiff | tree |
2021-12-21 |
Filippo Valsorda | all: update vendored golang.org/x/crypto for cryptobyte fix |
commit | commitdiff | tree |
next |