]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-03-21 Jonathan Amsterdamlog/slog: initial commit
2023-03-21 Michael Anthony... runtime: bias the pacer's cons/mark smoothing against...
2023-03-21 Austin Clementsruntime: for deep stacks, print both the top 50 and...
2023-03-21 Tobias Klauserruntime: let (*sigctxt).r9 return the correct register...
2023-03-21 Cherry Muicmd/link: improve error message and debugging
2023-03-21 Paul E. Murphyinternal/bytealg: rewrite PPC64 Compare
2023-03-21 Huang Qiqicmd/internal/obj/loong64: add support for movgr2cf...
2023-03-21 WANG Xueruicmd/asm, runtime: remove the RSB register from loong64
2023-03-21 Achille Rousselruntime: reuse freed memory blocks on wasm
2023-03-21 Ian Lance Taylorcmd/go: use platform.MustLinkExternal in externalLinkin...
2023-03-21 Ian Lance Taylorcmd/go: rewrite externalLinkingForced slightly for...
2023-03-20 Ian Lance Taylorcmd/go: use DefaultPIE to see if external linking is...
2023-03-20 Ian Lance Taylorinternal/platform: pass race mode to DefaultPIE
2023-03-20 Damien Neilall: gofmt
2023-03-20 Ian Lance Taylorcmd/go: import runtime/cgo when externally linking
2023-03-20 Ian Lance TaylorRevert "cmd/go: use platform.MustLinkExternal in extern...
2023-03-20 qmuntalcmd/link/internal/ld: emit better complex types for...
2023-03-20 Yi Yangcmd/compile: add rewrite rules for arithmetic operations
2023-03-20 Bryan MillsRevert "cmd/go: import runtime/cgo when externally...
2023-03-18 Joel Singdebug/dwarf: return ErrUnknownPC rather than nil on...
2023-03-18 Joel Singruntime: provide and use a GO_PPC64X_HAS_FUNCDESC define
2023-03-18 Joel Singinternal/cpu: add default osinit for ppc64/ppc64le
2023-03-18 Joel Singcmd/dist: add openbsd/ppc64 as a known GOOS/GOARCH
2023-03-17 David Bendoryerrors: clarify Join documentation
2023-03-17 Michael Matloobcmd/go: make sure linker -o for plugin doesn't include...
2023-03-17 Ian Lance Taylorcmd/go: use platform.MustLinkExternal in externalLinkin...
2023-03-17 Ian Lance Taylorcmd/go: import runtime/cgo when externally linking
2023-03-17 Michael Prattcmd/compile/internal/ssa: drop overwritten regalloc...
2023-03-17 Bryan C. Millsnet/http: eliminate more arbitrary timeouts in tests
2023-03-17 Shang Dingnet/http/httputil: use response controller in reverse...
2023-03-17 Joel Singruntime: remove arm64 non-register ABI fallback code
2023-03-17 Guoqi Chenruntime: remove the fake mstart caller in systemstack...
2023-03-17 Keith Randallcmd/compile: fix extraneous diff in generated files
2023-03-17 ezznocmd/compile: reorder BlankNode assignment to make SetTy...
2023-03-17 Tobias Klausercmd/go/internal/lockedfile/internal/filelock: use error...
2023-03-16 Robert Griesemercmd/compile: add -url flag, print URL with error messag...
2023-03-16 Roland Shoemakerinternal/fuzz: release lock when reading file fails
2023-03-16 Leonard Wangruntime/trace: record HeapGoal when StartTrace
2023-03-16 Ian Lance Tayloros: don't check for TTY before calling splice
2023-03-16 Tobias Klausersyscall: let errors.ErrUnsupported match ERROR_NOT_SUPP...
2023-03-16 David Chasecmd/compile: restore return-in-loop loopvar optimization
2023-03-16 Tobias Klausercmd/go/internal/lockedfile/internal/filelock: re-use...
2023-03-16 Tobias Klausersyscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement...
2023-03-16 Archana Rruntime: improve equal on ppc64x/power10
2023-03-16 WANG Xueruicmd/internal/obj/loong64: add the PCALAU12I instruction...
2023-03-16 Roland Shoemakercmd/go/testdata/script: consistently set GOCACHE in...
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...
next