]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-08-19 Julie Qiu.github/ISSUE_TEMPLATE: add issue template for Go vulne...
2022-08-19 qmuntalunicode/utf16: add AppendRune
2022-08-19 Robert Griesemergo/printer: rename printPos to setPos
2022-08-19 Cuong Manh Lestrings: reduce allocation for byteReplacer
2022-08-19 Tobias Klausersyscall: remove cloexecSocket fallback path
2022-08-19 Andy Panstrings: speed up ToUpper()/ToLower() by batch writing...
2022-08-19 Kir Kolyshkinsyscall: add new CLONE_ flags for Linux
2022-08-19 ruinancmd/compile: add intrinsic for MulUintptr on arm64
2022-08-19 Ludi Rehakruntime: fix formula for computing number of padding...
2022-08-19 Ian Lance Taylorencoding/gob: use saferio to read large buffer
2022-08-19 Cuong Manh Leruntime: remove pageAlloc.scav padding for atomic field...
2022-08-19 Ian Lance Taylortest: add test that caused gccgo crash
2022-08-19 Ian Lance Taylortest: add test that caused gccgo to crash
2022-08-19 Ian Lance Taylormisc/cgo/testcarchive: permit SIGQUIT for TestSignalFor...
2022-08-19 Andy Pannet: allow single dot in resolv.conf search statement
2022-08-19 Cuong Manh Lesync: use atomic.Uint64 for WaitGroup state
2022-08-19 Yuval Pavel... runtime: fast clock_gettime on FreeBSD, split getHPETTi...
2022-08-19 Cuong Manh Leruntime: add and use runtime/internal/sys.NotInHeap
2022-08-18 Matthew Dempskyinternal/buildcfg: enable unified IR by default
2022-08-18 Robert Griesemercmd/compile/internal/types2: use go/types/testdata...
2022-08-18 Robert Griesemergo/types, types2: consolidate testdata/spec test files
2022-08-18 Robert Griesemergo/types, types2: consolidate testdata/examples test...
2022-08-18 Robert Griesemercmd/compile/internal/syntax: handle missing index like...
2022-08-18 Russ Coxcrypto/internal/boring: update to newer boringcrypto...
2022-08-18 Robert Griesemergo/types: match types2 error msg formatting for convers...
2022-08-18 Paul E. Murphyinternal/buildcfg: support GOPPC64=power10
2022-08-18 Cuong Manh Leruntime: remove p padding field for atomic fields alignment
2022-08-18 Keith Randallcmd/compile: remove OFORUNTIL
2022-08-18 Keith Randallcmd/compile: rip out support for OpVarKill from ssa...
2022-08-18 Keith Randallcmd/compile: stop using VARKILL
2022-08-18 Keith Randallcmd/compile: don't use OFORUNTIL when implementing...
2022-08-18 Matthew Dempskycmd/compile: enable more inlining for unified IR
2022-08-18 Matthew Dempskycmd/compile: fix devirtualization bug with unified IR
2022-08-18 Matthew Dempskycmd/compile/internal/noder: set ir.Name.DictIndex for...
2022-08-18 Matthew Dempskycmd/compile/internal/noder: pointer shaping for unified IR
2022-08-18 vpachkovruntime: remove dead code and unnecessary checks for...
2022-08-18 Cuong Manh Leruntime: convert timer0When/timerModifiedEarliest to...
2022-08-18 Lynn Bogercmd/dist: enable testsanitizer test on ppc64le
2022-08-18 Daniel Martígo/printer: avoid allocating for every position printed
2022-08-18 Tobias Klauserhash/crc32: remove single-use {castagnoli,ieee}ArchImpl...
2022-08-18 Tobias Klausercmd/internal/osinfo: use unix.ByteSliceToString
2022-08-18 Ian Lance Taylordebug/pe: use saferio to set symbol slice capacity
2022-08-18 Abhinav Guptatime: fix LoadLocation documentation formatting
2022-08-18 Tobias Klauserinternal/poll: remove fallback path in accept
2022-08-18 Tobias Klausersyscall: implement EpollCreate using EpollCreate1 on...
2022-08-18 Bryan C. Millscmd/go: avoid passing testing.T to isCaseSensitive...
2022-08-18 Bryan C. Millscmd/go: run tests when cmd/go is cross-compiled
2022-08-18 Abirdcflyall: remove duplicate "the" words in comments
2022-08-18 Matthew Dempskycmd/compile/internal/noder: shape-based stenciling...
2022-08-18 Tobias Klauserinternal/poll: remove detection of buggy splice on...
2022-08-18 Yuval Pavel... os: only add file descriptors which are set to non...
2022-08-18 Ori Bernsteindebug/buildinfo: implement for Plan 9 a.out
2022-08-18 Cuong Manh Leruntime: convert profbuf.eof to atomic type
2022-08-18 Cuong Manh Leruntime: convert profbuf.overflowTime to atomic type
2022-08-18 Cuong Manh Leruntime: convert profbuf.overflow to atomic type
2022-08-18 Cuong Manh Leruntime: convert m.cgoCallersUse to atomic type
2022-08-18 Dan Kortschakruntime: delete repeated word
2022-08-18 Cuong Manh Leruntime: convert p.timerModifiedEarliest to atomic...
2022-08-18 Russ Coxcrypto/internal/boring/bcache: make Cache type-safe...
2022-08-17 hopehookruntime: gofmt -w -s
2022-08-17 hopehookcmd/compile: gofmt -w -s
2022-08-17 Bryan C. Millsrun: set GOENV=off when running 'go tool dist env'
2022-08-17 Michael Prattruntime: refactor ARM VDSO call setup to helper
2022-08-17 Bryan C. Millscmd/go: skip test cases that depend on gopkg.in
2022-08-17 Russ Coxcrypto/subtle: add XORBytes
2022-08-17 Russ Coxcrypto/internal/subtle: rename to crypto/internal/alias
2022-08-17 Damien Neilnet: revert "reenable TestLookupLongTXT"
2022-08-17 Cuong Manh Leruntime: convert p.timer0When to atomic type
2022-08-17 Cuong Manh Leruntime: convert m.preemptGen to atomic type
2022-08-17 Cuong Manh Leruntime: convert freezing to atomic type
2022-08-17 Cuong Manh Leruntime/trace: convert tracing.enabled to atomic type
2022-08-17 Cuong Manh Leruntime: convert netpoll netpollInited to atomic type
2022-08-17 Cuong Manh Leruntime: convert kqueue netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert windows netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert solaris netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert aix netpollWakeSig to atomic type
2022-08-17 Cuong Manh Leruntime: convert linux netpollWakeSig to atomic type
2022-08-17 muyizixiunet/http: return ErrNoCookie from Request.Cookie when...
2022-08-17 Damien Neilnet: reenable TestLookupLongTXT
2022-08-17 Cuong Manh Leruntime: convert m.signalPending to atomic type
2022-08-17 Cuong Manh Leruntime: convert mSpanStateBox.s to atomic type
2022-08-17 Cuong Manh Leruntime: convert g.parkingOnChan to atomic type
2022-08-17 Bryan C. Millscmd/go: propagate match errors in 'go run'
2022-08-17 Bryan C. Millsinternal/testenv: add a test for the GoTool function
2022-08-17 Archana Rtest/codegen: updated multiple tests to verify on ppc64...
2022-08-17 Amarjeet Anandtime: optimize GoString
2022-08-17 Cuong Manh Leall: use "noopt" build tag for checking optimization...
2022-08-17 Dmitri Goutnikruntime: add symbolic constants for freebsd/amd64 syscalls
2022-08-17 Russ Coxcmd/go: add go generate -skip flag
2022-08-17 Dmitri Goutnikruntime: add symbolic constants for freebsd/386 syscalls
2022-08-17 ErikPelliencoding/base64: optimize decodemap memory set
2022-08-17 Ian Lance Taylorinternal/xcoff: use saferio to read string table
2022-08-17 Ian Lance Taylordebug/macho, internal/saferio: limit slice allocation
2022-08-17 Abirdcflyarchive/tar: delete unreachable continue code
2022-08-17 Ian Lance Taylordebug/pe, internal/saferio: use saferio to read PE...
2022-08-17 hopehookall: clean up unreachable Continue after Fatal
2022-08-16 Keith Randallruntime: process ptr bitmaps one word at a time
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-16 Damien Neilnet/http/httputil: add ReverseProxy.Rewrite
2022-08-16 Changkun Oustrings, bytes: add CutPrefix and CutSuffix
next