]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-03-16 Carl Johnsonflag: add BoolFunc; FlagSet.BoolFunc
2023-03-16 Filippo Valsordacrypto/elliptic: deprecate unsafe APIs
2023-03-16 Filippo Valsordacrypto/rsa: deprecate multiprime RSA support
2023-03-16 Vasili Revelaserrors: correct spelling
2023-03-16 Roland Shoemakerinternal/fuzz: fix debug statement
2023-03-16 Roland Shoemakerinternal/fuzz: more debug logging
2023-03-15 Austin Clementsruntime: fix callee tracking in traceback printing
2023-03-15 Ian Lance Tayloros, internal/poll: don't use splice with tty
2023-03-15 Robert Griesemerinternal/types/errors: add String method to Code
2023-03-15 Tobias Klausersyscall: let EPLAN9 and EWINDOWS implement errors.ErrUn...
2023-03-15 Keith Randallcmd/asm: improve detector for incorrect R15 usage when...
2023-03-15 Roland Shoemakerinternal/fuzz: improve debugging messages
2023-03-15 Tobias Klausernet: correct TestIPConnSpecificMethods comment after...
2023-03-15 Michael Prattruntime: pass M to traceReleaseBuffer
2023-03-15 Bryan C. Millsnet/http: avoid making a request to a closed server...
2023-03-15 Than McIntoshcmd/link/internal/arm: fix off-by-1 in trampoline reach...
2023-03-15 Ian Lance Taylorsyscall: restore original NOFILE rlimit in child process
2023-03-15 Ian Lance Tayloros, syscall: move rlimit code to syscall
2023-03-15 Tobias Klausernet: skip tests if creating a socket is disallowed
2023-03-15 Ian Lance Taylornet: remove max timeout from TestDialTimeout
2023-03-15 Joe Tsaiencoding/json: make use of Buffer.AvailableBuffer
2023-03-15 Tobias Klauserinternal/testenv, syscall: move isNotSupported to inter...
2023-03-15 Tobias Klausersyscall: handle errors.ErrUnsupported in isNotSupported
2023-03-15 Bryan C. Millsinternal/platform: add a function to report whether...
2023-03-15 Paul E. Murphyruntime: add arg storage to ppc64le/linux runtime.sigpr...
2023-03-15 WANG Xueruicmd/link/internal/loong64: use BREAK 0 as the code...
2023-03-15 WANG Xueruicmd/compile/internal, runtime: use NOOP for hardware...
2023-03-15 Guoqi Chenruntime: mark morestack_noctxt SPWRITE for linux/loong64
2023-03-15 Guoqi Chenruntime: refactor the linux/loong64 entrypoint
2023-03-15 Ian Lance Tayloros: don't hide all methods in recursive call to io...
2023-03-14 Tobias Klausercmd/go/internal/modfetch: use errors.ErrUnsupported
2023-03-14 Brad Fitzpatrickdatabase/sql: remove a distracting alloc, use atomic...
2023-03-14 Paul E. Murphyruntime,runtime/cgo: fix tsan/pprof/cgo issues
2023-03-14 Than McIntoshcmd/go,cmd/link: prefer external linking when strange...
2023-03-14 qmuntalcmd/link: store COFF symbol complex type in the LSB...
2023-03-14 David Chasecmd/go: restore 'extend path shortening to all paths...
2023-03-14 Wayne Zuoruntime/internal/sys: remove 386 assembly code
2023-03-14 Wayne Zuocmd/compile: instrinsify TrailingZeros{8,32,64} for 386
2023-03-14 Ludi Rehakregexp/syntax: test for lowercase letters first in...
2023-03-14 Tianon Graviruntime/debug: replace "GOARM64" with "GOARM" in docs
2023-03-14 Russ Coxcmd/dist: add needCC comment, fix needCC
2023-03-13 Cherry Muicmd/compile: tighten for huge functions in -N mode
2023-03-13 Ian Lance Taylortesting: add Testing function
2023-03-13 Bryan C. Millsnet/http: remove more arbitrary timeouts from server...
2023-03-13 Aaron Gablecrypto/x509: surface ReasonCode in RevocationList API
2023-03-13 Tobias Klausersyscall: use clone3 syscall with CLONE_NEWTIME
2023-03-13 Filippo Valsordacrypto/internal/nistec: refactor scalar multiplication
2023-03-13 Geon Kimtime: fix timezone lookup logic for non-DST zones
2023-03-13 Joe Tsaibytes: add Buffer.Available and Buffer.AvailableBuffer
2023-03-13 cui flitercmd/go: unify the format of the go help xxx command
2023-03-13 cui fliterall: fix some problematic comments
2023-03-13 Russ Coxcmd/dist: omit DWARF in build release toolchain binaries
2023-03-13 Russ Coxcmd/dist: reproducibility fixes
2023-03-13 qmuntalruntime: remove NOFRAME from asmcgocall, systemstack...
2023-03-13 qmuntalruntime: implement high resolution timer on windows...
2023-03-13 Guoqi Chencmd/internal/obj/loong64: remove invalid branch delay...
2023-03-13 Tobias Klauseros: correct func name in WriteFile godoc comment
2023-03-11 Andy Panerrors: add ErrUnsupported
2023-03-10 qmuntalcmd/link: define correct complex types values for COFF...
2023-03-10 Bryan C. Millsos: skip TestExecutableDeleted earlier when 'go build...
2023-03-10 Bryan C. Millsall: skip tests that fail on android/arm64
2023-03-10 Robert Griesemercmd/compile: pass type checker error codes in the compiler
2023-03-10 Austin Clementsruntime: delete gentraceback
2023-03-10 Austin Clementsruntime: new API for filling PC traceback buffers
2023-03-10 Austin Clementsruntime: move cgo traceback into unwinder
2023-03-10 Austin Clementsruntime: simplify traceback PC back-up logic
2023-03-10 Austin Clementsruntime: replace all callback uses of gentraceback...
2023-03-10 Austin Clementsruntime: make unsafe.Slice usable from nowritebarrierrec
2023-03-10 Austin Clementsruntime: implement traceback iterator
2023-03-10 Austin Clementsruntime: replace cgoCtxt slice with index in traceback
2023-03-10 Austin Clementsruntime: skip TestTracebackInlined if inlining is disabled
2023-03-10 Austin Clementsruntime: use inlineUnwinder
2023-03-10 Austin Clementsruntime: add tests of printing inlined frames in tracebacks
2023-03-10 Austin Clementsruntime: use srcFunc for showframe
2023-03-10 Austin Clementsruntime: create an API for unwinding inlined frames
2023-03-10 Austin Clementsruntime: dedup function name logic into moduledata...
2023-03-10 Austin Clementsruntime: resolve caller funcInfo after processing curre...
2023-03-10 Austin Clementsruntime: eliminate waspanic from gentraceback
2023-03-10 Austin Clementsruntime: don't track stack separately in gentraceback
2023-03-10 Austin Clementsruntime: add a benchmark of Callers
2023-03-10 Robert Griesemercmd/compile/internal/types2: record error code in Error...
2023-03-10 Roland Shoemakerinternal/fuzz: avoid deadlock on duplicate entries...
2023-03-10 Guoqi Chenruntime: implement cputicks with the stable counter...
2023-03-09 Than McIntoshcmd/compile: reorder operations in SCCs to enable more...
2023-03-09 Bryan C. Millscmd/link: use only the configured C compiler in TestCGOLTO
2023-03-09 Cherry Muicmd/link: use label symbols for Duff's devices on darwi...
2023-03-09 Robert Griesemergo/types, types2: clean up defined type identity check...
2023-03-09 Than McIntoshcmd/compile: remove -wrapglobalmapinit flag
2023-03-09 Andy Pancmd/compile: clarify a few redundant deletions of inter...
2023-03-09 Keith RandallRevert "cmd/link: establish dependable package initiali...
2023-03-09 Keith RandallRevert "cmd/internal/objabi: regenerate RelocType strin...
2023-03-09 Nick Ripleyruntime/trace: update outdated Task and Region document...
2023-03-09 Leo Antunesnet/http: use Copy in ServeContent if CopyN not needed
2023-03-09 Michael Prattcmd/compile: report profile open/parse errors
2023-03-09 Joel Singinternal/bytealg: remove aix and linux build tags from...
2023-03-09 millersyscall: avoid race in plan9 while syncing Chdir across...
2023-03-08 Bryan C. Millsnet/http: remove arbitrary timeout in TestServerAllowsB...
2023-03-08 Ian Lance Taylorruntime/cgo: add tsan sync for traceback function
2023-03-08 Keith Randalltest: test for issue 53087
2023-03-08 Nikola Jokicdebug/buildinfo: recognize macOS fat binary in go version
next