]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-10-24 Bryan C. Millscmd/go/internal/script: remove special-case escaping...
2022-10-24 Bryan C. Millscmd/go: extract the TestScript engine into a standalone...
2022-10-24 Paul E. Murphycmd/compile: fix PPC64 latelower enablement
2022-10-24 Joe Tsaitime: optimize appendInt and appendNanos
2022-10-24 Paul E. Murphycmd/compile: enable lateLower pass on PPC64
2022-10-24 Roland Shoemakercrypto/tls,crypto/x509: clarify certificate ownership
2022-10-24 Robert Griesemergo/types, types2: implement alternative comparable...
2022-10-24 Paul E. Murphyruntime: fix usleep on linux/PPC64
2022-10-24 qmuntaldoc/go1.20: go version supports non-executable Go binaries
2022-10-24 Filippo Valsordacrypto/ed25519: implement Ed25519ph in Sign and VerifyW...
2022-10-24 Wayne Zuointernal/abi, internal/buildcfg: always enable register...
2022-10-24 Wayne Zuocmd/compile: use correct type in riscv64 late lower...
2022-10-23 Johan Brandhorst... cmd/internal/ssa: correct references to _gen folder
2022-10-21 Michael Matloobcmd/go: correct staleness for packages in modules
2022-10-21 Matt Layhernet/netip: add IPv6LinkLocalAllRouters and IPv6Loopback
2022-10-21 Than McIntoshcmd/cover: fix buglets in counter insertion
2022-10-21 Than McIntoshcmd/cover: fix problem with race mode and inlining
2022-10-21 Michael Matloobcmd/go: don't print cached output for non-build list...
2022-10-21 Nick Craig... math/bits: note that functions here may be compiler...
2022-10-21 Cherry Muiruntime: gofmt
2022-10-21 Park Zhougo/scanner: use constant name rather than its value...
2022-10-21 qmuntalruntime: skip TestVectoredHandlerExceptionInNonGoThread
2022-10-21 Paul E. Murphycrypto/sha256, cmd/internal/notsha256: improve PPC64...
2022-10-21 Keith Randallruntime/race: add GOAMD64=v3 version of linux race...
2022-10-20 Ian Lance Taylorencoding/gob: support large slices in slice decode...
2022-10-20 Cherry Muicmd/compile: copy blank parameter node when substitutin...
2022-10-20 Keith Randallcmd/compile: in compiler errors, print more digits...
2022-10-20 qmuntalruntime: fix TestVectoredHandlerExceptionInNonGoThread
2022-10-20 Joe Tsaitime: implement strict RFC 3339 during marshal and...
2022-10-20 Joel Singcmd/compile/internal/ssa: wire up late lower block...
2022-10-20 Bryan C. Millscmd/go/internal/modload: update TestQueryImport to...
2022-10-20 Mikael Urankarruntime: Add vdso on freebsd/riscv64
2022-10-20 Daniel Martígo/build: remove stale reference to ioutil.ReadDir
2022-10-19 Robert Griesemergo/types, types2: replace typecheck with mustTypecheck...
2022-10-19 Robert Griesemergo/types, types2: consolidate helper functions for...
2022-10-19 Robert Griesemergo/types, types2: simplify test setup in a couple of...
2022-10-19 Robert Griesemergo/types: remove special handling for .go1 files in...
2022-10-19 Robert Griesemergo/types, types2: remove global goVersion flag (cleanup)
2022-10-19 qmuntalruntime: ignore exceptions from non-Go threads on windo...
2022-10-19 Bryan C. Millsgo/internal/gcimporter,cmd/compile/internal/importer...
2022-10-19 Bryan C. Millsgo/internal/gcimporter,cmd/compile/internal/importer...
2022-10-18 Michael Prattruntime: throw in unreachable exitThread
2022-10-18 Michael Prattruntime: always keep global reference to mp until mexit...
2022-10-18 Robert Griesemergo/types: remove pkgForMode in favor of pkgFor (cleanup)
2022-10-18 Robert Griesemergo/types, types2: add test verifying types/values of...
2022-10-18 Michael Matloobgo/types: migrate importer usage in tests
2022-10-18 Michael Matloobgo,cmd,internal: update to anticipate missing targets...
2022-10-18 Russ Coxcmd/go: fix longtest builder after runtime/internal...
2022-10-18 Than McIntoshcmd/compile: special case coverage vars in pkg init...
2022-10-18 Youlin Fengruntime: replace all uses of CtzXX with TrailingZerosXX
2022-10-18 Michael Prattruntime: avoid unsafe.{Slice,String} in debuglog
2022-10-18 Russ Coxmath/rand: refactor to delay allocation of global source
2022-10-18 Russ Coxinternal/godebug: remove dependency on os
2022-10-18 Russ Coxruntime/internal/atomic: add write barrier-enabled...
2022-10-17 fangguizhenerrors: add test for Join
2022-10-17 Russ Coxcmd/go: fix TestScript/test_fuzz_mutate_crash for short...
2022-10-17 Russ Coxall: use Go 1.17.13 for bootstrap
2022-10-17 Russ Coxinternal/fuzz: write shorter testdata corpus file names
2022-10-17 ezz-nocmd/compile: fix a typo in comment
2022-10-17 Than McIntoshruntime/coverage: skip more tests in short mode
2022-10-17 David Chasecmd/compile: fix position of fake receivers; be more...
2022-10-17 Ian Lance Tayloros/signal: pass *int32 to ioctl that expects pid_t
2022-10-17 Austin Clementsmisc/cgo/fortran: convert to Go test
2022-10-17 Austin Clementsruntime: run TestCgoSigfwd on all Unix platforms
2022-10-17 Austin Clementsruntime: improve coverage of TestCgoSigfwd
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
2022-10-17 Austin Clementsmisc/cgo/testsigfwd: delete unused code
2022-10-17 Wayne Zuocmd/compile: move {SHL,SHR,SAR}X rules to late lower...
2022-10-17 Wayne Zuocmd/compile: split 3 operand LEA in late lower pass
2022-10-17 hopehookreflect: panic when Value.Equal using two non-comparabl...
2022-10-17 Zamicolflag: remove "// BUG" comment
2022-10-17 cuiweixiecmd/link/internal/s390: return comparison directly
2022-10-17 Dan Kortschakruntime: remove redundant conversion
2022-10-15 Joe Tsaireflect: add Value.Grow
2022-10-14 Michael Prattos/signal: add missing newlines to TestTerminalSignal
2022-10-14 Austin Clementsmisc/cgo/testasan: drop test
2022-10-14 Cherry Muiruntime/internal/startlinetest: add NO_LOCAL_POINTERS...
2022-10-14 Austin Clementscmd/dist: drop support for pre-compiled test binaries
2022-10-14 Dmitri Goutnikcmd/link: return correct default linker for the platform
2022-10-14 Florian Zenkerdebug/elf: fix inccorrect value in COMPRESS_ZLIB string...
2022-10-14 Damien Neilnet/http: skip TestTransportPersistConnLeak/h2
2022-10-14 ianwoolfcmd/go/internal/modload: return error when tidyRoots...
2022-10-14 Michael Prattos/signal: rewrite TestTerminalSignal without bash
2022-10-14 Russ Coxgo/build: simplify coverage rules in deps_test
2022-10-14 Russ Coxgo/build: use tabs consistently in deps test rules
2022-10-14 Michael Prattruntime/pprof: set Function.start_line field
2022-10-14 Michael Prattcmd/compile,cmd/link,runtime: add start line numbers...
2022-10-14 Dmitri Goutnikcmd/dist, misc/cgo/testsanitizers: enable msan tests...
2022-10-14 Dmitri Goutnikcmd/go: enable -msan on freebsd/amd64
2022-10-14 Dmitri Goutnikruntime: add msan support on freebsd/amd64
2022-10-14 Alexander Efremovimage/png: optimise RGBA encoding
2022-10-13 Bryan C. Millsos: split wait6 syscall wrapper into per-platform files
2022-10-13 Dmitri Goutnikcmd/link: define ELF .note section on FreeBSD
2022-10-13 Michael Matloobcmd/go: avoid setting mod=vendor in workspace mode
2022-10-13 Bryan C. Millsos/exec: reduce arbitrary sleeps in TestWaitid
2022-10-13 Bryan C. Millsos/exec: set traceback to "system" in TestContextCancel
2022-10-13 Cherry Muicmd/link: don't reset variable size when handling ...
2022-10-13 Roland Shoemakerencoding/gob: note pacakge not covered by security...
2022-10-13 Roland Shoemakerdebug: add top level security docs for dwarf, elf,...
2022-10-13 Park Zhoucrypto/x509: add blank line before package declaration
next