]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-01-11 Austin Clementsruntime: improve asanread/asanwrite nosplit comment
2022-01-11 Paul E. Murphytest: workaround SIGILL on issue11656 on aix
2022-01-11 Tobias Klausercmd/go: skip TestScript/test_fuzz_test_race on !race
2022-01-11 Dan Scalestest: re-enable most go/tests that were disabled becaus...
2022-01-10 Robert Griesemergo/types, types2: refer to type parameter if so for...
2022-01-10 Robert Griesemergo/types, types2: better error message for type paramet...
2022-01-10 Robert Griesemergo/types, types2: better error message when using ...
2022-01-10 Roland Shoemakertesting: only snapshot coverage during fuzzing
2022-01-10 Ian Lance Taylorcmd/compile: use exact constant in go_asm.h
2022-01-10 Matthew DempskyRevert "cmd/compile: unique LinkString for renamed...
2022-01-10 Dan Scalescmd/compile, test: updated comments in crawler.go,...
2022-01-10 Matthew Dempskycmd/compile: unique LinkString for renamed, embedded...
2022-01-10 Bryan C. Millsruntime: expand TestGdbPythonCgo skip to include mips64le
2022-01-10 Dan Scalescmd/compile: fix interaction between generics and inlining
2022-01-10 Michael Prattruntime/pprof: run TestCPUProfileMultithreadMagnitude...
2022-01-10 Jonathan Amsterdamnet/http: map FS Open errors just like Dir
2022-01-09 Robert Griesemergo/types, types2: better error message for invalid...
2022-01-08 Damien Neilnet/http/internal/testcert: use FIPS-compliant certificate
2022-01-07 Michael Prattruntime: skip TestSegv traceback check on 386
2022-01-07 Robert Griesemercmd/compile: accept string|[]byte-constrained 2nd argum...
2022-01-07 Bryan C. Millssyscall: in TestDirent, make as many ReadDirent calls...
2022-01-07 Dan Scalescmd/compile: fix conv of slice of user-define byte...
2022-01-07 Robert Griesemerdoc/go1.18: document type parameter name restriction
2022-01-07 Cuong Manh Lecmd/compile: fix instantiation of types referenced...
2022-01-07 Dmitri Shuralyov.github: remove duplicate security link
2022-01-07 Robert Griesemertest/typeparam: adjust test preamble (fix longtests)
2022-01-07 Robert Griesemerspec: be more precise with rules on specific types
2022-01-07 Robert Griesemerdoc/go1.18: point to spec in same directory for release...
2022-01-07 Robert Griesemertest/typeparam: adjust test preamble (fix longtests)
2022-01-07 Robert Griesemertest/typeparam: adjust test preamble (fix longtests)
2022-01-07 Russ Coxmath/big: fix spurious race in Rat.Denom, Float.SetRat
2022-01-07 Robert Griesemergo/types, types2: disallow multiple blank type parameters
2022-01-06 Robert Griesemercmd/compile: report type parameter error for methods...
2022-01-06 Katie Hockmantesting: fix deadlock with t.Parallel in testing seed...
2022-01-06 Robert Griesemergo/types, types2: implement field access for struct...
2022-01-06 Robert Griesemergo/types, types2: remove unused code in lookupFieldOrMethod
2022-01-06 Robert Griesemergo/types, types2: ensure that signature type bounds...
2022-01-06 Bryan C. Millstime: skip TestTimerModifiedEarlier on plan9/arm
2022-01-06 Ian Lance Taylortest: add test of incorrect gofrontend error
2022-01-06 Robert Findleygo/types, types2: eagerly check that constraints are...
2022-01-06 Robert Griesemercmd/compile/internal/types2: better error message for...
2022-01-06 Bryan C. Millsnet: synchronize instead of sleeping in TestDialParalle...
2022-01-06 Benny Siegertruntime: crash on netbsd-arm64 when setcontext fails
2022-01-06 Ulrich Kunitzdoc: improve documentation for GOAMD64
2022-01-05 Roland Shoemakercmd/go: add fuzzing coverage test
2022-01-05 Bryan C. Millsnet/http: skip TestClientTimeout_h{1,2} on windows...
2022-01-05 Clément Chigotruntime: ensure that asmsyscall6 follow AIX stack conve...
2022-01-05 fanzha02src/runtime: mark asanread and asanwrite functions...
2022-01-05 Jason A. Donenfeldnet: do not panic on nil IPNet.String()
2022-01-04 Dan Scalescmd/compile: save selector/inst info for generic method...
2022-01-04 Dan Scalescmd/compile: pop instantiations of local types when...
2022-01-04 Ian Lance Taylordoc/go1.18: mention new cmd/go fuzzing flags
2022-01-03 Jonathan Amsterdamgo/doc: handle generic receiver strings
2022-01-03 Jonathan Amsterdamgo/doc: use subtests
2022-01-02 Tobias Klauseros: simplify ios checks in tests
2022-01-02 Tobias Klauseros: enable TestMkdirAllWithSymlink on darwin/arm64
2021-12-29 Ian Lance Taylormisc/cgo/testsanitizers: accept compilers that don...
2021-12-29 Ian Lance Taylormisc/cgo/testsanitizers: don't fail asan test if no...
2021-12-29 fanzha02runtime: fix the issue that the -asan option cannot...
2021-12-29 Meng Zhuoruntime: invalid negative frequency while tracing
2021-12-23 Ian Lance Taylordoc/go1.18: add section for runtime/debug changes
2021-12-23 Ian Lance Taylordoc/go1.18: mention debug/plan9obj.ErrNoSymbols
2021-12-23 Cherry Muicmd/go: remove MallocNanoZone environment variable...
2021-12-23 zhangjiancmd/compile/internal/ir: fix a typo in node.go
2021-12-22 Carl Johnsondoc/go1.18: fix broken HTML in net/http.MaxBytesHandler
2021-12-22 Cherry Muiruntime: handle stray profiling signal better
2021-12-22 Ian Lance Taylordoc/go1.18: list new net/netip and net functions and...
2021-12-22 Ian Lance Taylordoc/go1.18: mention testing.F in testing package section
2021-12-22 Ian Lance Taylordoc/go1.18: document {text,html}/template {break,contin...
2021-12-21 Carl Johnsondoc/go1.18: add net/http.MaxBytesHandler
2021-12-21 Tobias Klauseros: enable TestPipeThreads on FreeBSD
2021-12-21 Ian Lance Taylordoc/go1.18: mention new go/types/Config.Context field
2021-12-21 Filippo Valsordaall: update vendored golang.org/x/crypto for cryptobyte fix
2021-12-21 Ian Lance Taylordoc/go1.18: mention new debug/elf.R_PPC64_RELATIVE...
2021-12-21 Ian Lance Taylorcmd/link: use SHT_INIT_ARRAY for .init_array section
2021-12-21 Jing维reflect: update relative path in comment
2021-12-21 Reilly Watsonnet/http: fix link to ResponseWriter trailer example
2021-12-21 “kinggo”runtime: typo fix cyle -> cycle
2021-12-21 Cherry Muiruntime: check the correct environment variable in...
2021-12-20 Andrew LeFevrenet/netip: add a fuzz test
2021-12-20 Ian Lance Taylorcmd/doc: don't log on constraint type elements
2021-12-20 Dan Kortschakall: fix spelling errors found by misspell
2021-12-20 Cherry Muicmd/internal/obj/riscv: mark stack bounds check prologu...
2021-12-20 Robert Griesemergo/types: better error message when using comparable...
2021-12-20 Robert Griesemergo/types, types2: delay "does not satisfy comparable...
2021-12-19 clamyangruntime: mgc.go typo fix: becuse -> because
2021-12-17 Cherry Muicmd/link: force eager binding when using plugins on...
2021-12-17 Ian Lance Taylordoc/go1.18: document union element restriction
2021-12-17 Robert Griesemerspec: describe constraint parsing ambiguity and work...
2021-12-17 Robert Griesemerspec: clarify that comparable cannot be a union element
2021-12-17 Bryan C. Millsnet: lengthen arbitrary SetDeadline timeout by a few...
2021-12-17 Bryan C. Millsos/exec: skip TestContextCancel on netbsd/arm64
2021-12-17 Robert Griesemergo/types, types2: use compiler error message for undefi...
2021-12-17 Robert Griesemercmd/compile/internal/types2: better error message when...
2021-12-17 Robert Griesemercmd/compile/internal/syntax: fix parsing of type parame...
2021-12-16 Michael Matloobcmd/go: update go work docs
2021-12-16 Dan Scalescmd/compile: only avoid escaping package paths for...
2021-12-16 Andre Marianiellocmd/go/internal/vcs: prevent Git signatures from breaki...
2021-12-16 Bryan C. Millsmisc/cgo/testcarchive: log command output more consistently
2021-12-16 Bryan C. Millsnet/http/pprof: skip TestDeltaProfile on openbsd/arm
next