2022-01-19 |
Bryan C. Mills | runtime: eliminate arbitrary timeout in TestStackGrowth |
commit | commitdiff | tree |
2022-01-19 |
Cherry Mui | cmd/compile: don't elide extension for LoadReg to FP... |
commit | commitdiff | tree |
2022-01-19 |
Austin Clements | runtime: deflake TestPreemptionAfterSyscall |
commit | commitdiff | tree |
2022-01-19 |
Bryan C. Mills | cmd/go: fix TestScript/version_buildvcs_git_gpg |
commit | commitdiff | tree |
2022-01-19 |
Robert Griesemer | spec: add another example for an invalid shift case |
commit | commitdiff | tree |
2022-01-18 |
Robert Griesemer | go/types, types2: report error for invalid string(1... |
commit | commitdiff | tree |
2022-01-18 |
Robert Griesemer | go/types, types2: avoid field/method lookup error on... |
commit | commitdiff | tree |
2022-01-18 |
Dan Scales | cmd/compile: add missing copyright notice |
commit | commitdiff | tree |
2022-01-18 |
Russ Cox | cmd/compile, go/types: restore 'too many return values... |
commit | commitdiff | tree |
2022-01-18 |
Bryan C. Mills | doc/go1.18: add a release note for 'go mod tidy' checks... |
commit | commitdiff | tree |
2022-01-18 |
Russ Cox | cmd/compile, go/types: fix checking of bad type switch |
commit | commitdiff | tree |
2022-01-18 |
Bryan C. Mills | net/http: skip TestClientTimeout_Headers_h{1,2} on... |
commit | commitdiff | tree |
2022-01-18 |
Dan Scales | cmd/compile: support field access for typeparam with... |
commit | commitdiff | tree |
2022-01-18 |
Bryan C. Mills | cmd/go: remove the -buildinfo flag |
commit | commitdiff | tree |
2022-01-18 |
Russ Cox | cmd/dist: avoid lapsing into x86 builds on ARM64 Macs |
commit | commitdiff | tree |
2022-01-17 |
eric fang | cmd/internal/obj/arm64: adjust rule for VMOVQ instruction |
commit | commitdiff | tree |
2022-01-14 |
Austin Clements | runtime/race: be less picky about test run time |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | Revert "cmd/dist: log CPU model when testing" |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | Revert "cmd/dist: log OS version when testing" |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | cmd/dist: log OS version when testing |
commit | commitdiff | tree |
2022-01-14 |
Michael Pratt | cmd/dist: log CPU model when testing |
commit | commitdiff | tree |
2022-01-14 |
Alessandro... | debug/elf: do not read unrelated bytes for SHT_NOBITS... |
commit | commitdiff | tree |
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 |
next |