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 |
2021-12-21 |
Ian Lance Taylor | doc/go1.18: mention new debug/elf.R_PPC64_RELATIVE... |
commit | commitdiff | tree |
2021-12-21 |
Ian Lance Taylor | cmd/link: use SHT_INIT_ARRAY for .init_array section |
commit | commitdiff | tree |
2021-12-21 |
Jing维 | reflect: update relative path in comment |
commit | commitdiff | tree |
2021-12-21 |
Reilly Watson | net/http: fix link to ResponseWriter trailer example |
commit | commitdiff | tree |
2021-12-21 |
“kinggo” | runtime: typo fix cyle -> cycle |
commit | commitdiff | tree |
2021-12-21 |
Cherry Mui | runtime: check the correct environment variable in... |
commit | commitdiff | tree |
2021-12-20 |
Andrew LeFevre | net/netip: add a fuzz test |
commit | commitdiff | tree |
2021-12-20 |
Ian Lance Taylor | cmd/doc: don't log on constraint type elements |
commit | commitdiff | tree |
2021-12-20 |
Dan Kortschak | all: fix spelling errors found by misspell |
commit | commitdiff | tree |
2021-12-20 |
Cherry Mui | cmd/internal/obj/riscv: mark stack bounds check prologu... |
commit | commitdiff | tree |
2021-12-20 |
Robert Griesemer | go/types: better error message when using comparable... |
commit | commitdiff | tree |
2021-12-20 |
Robert Griesemer | go/types, types2: delay "does not satisfy comparable... |
commit | commitdiff | tree |
2021-12-19 |
clamyang | runtime: mgc.go typo fix: becuse -> because |
commit | commitdiff | tree |
2021-12-17 |
Cherry Mui | cmd/link: force eager binding when using plugins on... |
commit | commitdiff | tree |
2021-12-17 |
Ian Lance Taylor | doc/go1.18: document union element restriction |
commit | commitdiff | tree |
2021-12-17 |
Robert Griesemer | spec: describe constraint parsing ambiguity and work... |
commit | commitdiff | tree |
2021-12-17 |
Robert Griesemer | spec: clarify that comparable cannot be a union element |
commit | commitdiff | tree |
2021-12-17 |
Bryan C. Mills | net: lengthen arbitrary SetDeadline timeout by a few... |
commit | commitdiff | tree |
2021-12-17 |
Bryan C. Mills | os/exec: skip TestContextCancel on netbsd/arm64 |
commit | commitdiff | tree |
2021-12-17 |
Robert Griesemer | go/types, types2: use compiler error message for undefi... |
commit | commitdiff | tree |
2021-12-17 |
Robert Griesemer | cmd/compile/internal/types2: better error message when... |
commit | commitdiff | tree |
2021-12-17 |
Robert Griesemer | cmd/compile/internal/syntax: fix parsing of type parame... |
commit | commitdiff | tree |
2021-12-16 |
Michael Matloob | cmd/go: update go work docs |
commit | commitdiff | tree |
2021-12-16 |
Dan Scales | cmd/compile: only avoid escaping package paths for... |
commit | commitdiff | tree |
2021-12-16 |
Andre Marianiello | cmd/go/internal/vcs: prevent Git signatures from breaki... |
commit | commitdiff | tree |
2021-12-16 |
Bryan C. Mills | misc/cgo/testcarchive: log command output more consistently |
commit | commitdiff | tree |
2021-12-16 |
Bryan C. Mills | net/http/pprof: skip TestDeltaProfile on openbsd/arm |
commit | commitdiff | tree |
2021-12-16 |
Bryan C. Mills | cmd/go: add missing cgo condition in TestScript/mod_lis... |
commit | commitdiff | tree |
2021-12-16 |
Michael Matloob | cmd/go: examine dependencies of main modules in workspa... |
commit | commitdiff | tree |
2021-12-16 |
zhouguangyuan | reflect: fix name of type parameter |
commit | commitdiff | tree |
2021-12-16 |
Keith Randall | cmd/compile: don't re-typecheck while importing |
commit | commitdiff | tree |
2021-12-16 |
Keith Randall | cmd/compile: upgrade ssa to do (int or float) -> complex |
commit | commitdiff | tree |
2021-12-15 |
Dan Scales | test: add simpler test for issue 50109 |
commit | commitdiff | tree |
2021-12-15 |
Bryan C. Mills | net: increase timing slop in TimeoutFluctuation tests... |
commit | commitdiff | tree |
2021-12-15 |
Bryan C. Mills | net: skip Lookup tests of external hosts on builders... |
commit | commitdiff | tree |
2021-12-15 |
Robert Griesemer | cmd/compile/internal/types2: record types for union... |
commit | commitdiff | tree |
next |