]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-01-19 Michael Prattruntime: do not inherit labels on system goroutines
2022-01-19 Bryan C. Millsruntime: eliminate arbitrary timeout in TestStackGrowth
2022-01-19 Cherry Muicmd/compile: don't elide extension for LoadReg to FP...
2022-01-19 Austin Clementsruntime: deflake TestPreemptionAfterSyscall
2022-01-19 Bryan C. Millscmd/go: fix TestScript/version_buildvcs_git_gpg
2022-01-19 Robert Griesemerspec: add another example for an invalid shift case
2022-01-18 Robert Griesemergo/types, types2: report error for invalid string(1...
2022-01-18 Robert Griesemergo/types, types2: avoid field/method lookup error on...
2022-01-18 Dan Scalescmd/compile: add missing copyright notice
2022-01-18 Russ Coxcmd/compile, go/types: restore 'too many return values...
2022-01-18 Bryan C. Millsdoc/go1.18: add a release note for 'go mod tidy' checks...
2022-01-18 Russ Coxcmd/compile, go/types: fix checking of bad type switch
2022-01-18 Bryan C. Millsnet/http: skip TestClientTimeout_Headers_h{1,2} on...
2022-01-18 Dan Scalescmd/compile: support field access for typeparam with...
2022-01-18 Bryan C. Millscmd/go: remove the -buildinfo flag
2022-01-18 Russ Coxcmd/dist: avoid lapsing into x86 builds on ARM64 Macs
2022-01-17 eric fangcmd/internal/obj/arm64: adjust rule for VMOVQ instruction
2022-01-14 Austin Clementsruntime/race: be less picky about test run time
2022-01-14 Michael PrattRevert "cmd/dist: log CPU model when testing"
2022-01-14 Michael PrattRevert "cmd/dist: log OS version when testing"
2022-01-14 Michael Prattcmd/dist: log OS version when testing
2022-01-14 Michael Prattcmd/dist: log CPU model when testing
2022-01-14 Alessandro... debug/elf: do not read unrelated bytes for SHT_NOBITS...
2022-01-14 Bryan C. Millsruntime: skip known TestSegv failure mode on linux...
2022-01-14 Russ Coxruntime: fix net poll races
2022-01-14 Dan Scalescmd/compile: add call to ImportedBody() when exporting...
2022-01-13 Keith Randallcmd/compile: stop interface conversions for generic...
2022-01-13 Patrik Nyblomtesting: skip flaky TestRaiseException on windows-amd64...
2022-01-13 Dan Scalescmd/compile: descend through types to find fully-instan...
2022-01-13 Matthew Dempskycmd/compile: unique LinkString for renamed, embedded...
2022-01-13 Bryan C. Millsdatabase/sql: consolidate test polling loops
2022-01-13 Michael Matloobcmd/go: run go install in workspace mode
2022-01-13 Michael Matloobcmd/go: reset modfetch state between modules in go...
2022-01-13 Roland Shoemakerall: add a handful of fuzz targets
2022-01-13 Keith Randalldoc: mention that GOAMD64 is a compile-time setting
2022-01-12 Ayan Georgecmd/go: enable fuzz testing for FreeBSD
2022-01-12 Robert Griesemergo/types, types2: fix tracing output for type and expr...
2022-01-12 Robert Griesemergo/types, types2: prevent unification from recursing...
2022-01-12 Robert Griesemergo/types, types2: make function type inference argument...
2022-01-12 Robert Findleygo/ast: mention that FieldLists can now be enclosed...
2022-01-12 Bryan MillsRevert "all: add a handful of fuzz targets"
2022-01-12 Robert Griesemergo/types, types2: do not run CTI before FTI
2022-01-12 Robert Griesemerspec: adjust rules for specific types once more
2022-01-12 Roland Shoemakerall: add a handful of fuzz targets
2022-01-12 Emmanuel T... cmd/compile/types2, go/types: add position for "have...
2022-01-11 Dan Scalescmd/compile: fix the names of methods created during...
2022-01-11 Dan Scalescmd/compile: in typ0(), load base type before checking...
2022-01-11 Dan Scalescmd/compile: resolve dictionaries/shape methods in...
2022-01-11 Robert Findleygo/types, types2: mention type decl scopes in Info...
2022-01-11 Dan Scalescmd/compile: print "internal compiler error" message...
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...
next