]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-03-29 Matthieu Baertsnet: mptcp: implement dialMPTCP
2023-03-29 Bryan C. Millscmd/go: compute BuildInfo and EmbedFiles when listing...
2023-03-29 Daniel Frederick... doc: normalize proposal-process links
2023-03-29 Jeff Hodgescmd/go: change +build doc references to //go:build
2023-03-29 Keith Randallcmd/compile: casts from slices to array pointers are...
2023-03-29 Robert Griesemergo/types, types2: adjust Check.funcInst signature
2023-03-29 Robert Griesemergo/types, types2: slightly tighter checks in Checker.use
2023-03-29 Robert Griesemergo/types, types2: reverse inference of function type...
2023-03-29 Jonathan Amsterdamsrc/log/slog: JSONHandler checks if error implements...
2023-03-29 Sameer Ajmanicontext: add WithoutCancel
2023-03-29 Mateusz Poliwczakencoding/asn1: improve memory efficiency of ObjectIdent...
2023-03-29 Ian Lance Tayloros: remove mixed dot- and non-dot- imports in tests
2023-03-29 qmuntalcmd/link,cmd/internal/objabi: support ADDR32NB relocati...
2023-03-29 Guoqi Chenruntime: add comment for sys_linux_loong64
2023-03-29 Guoqi Chenruntime: save/restore callee-saved registers in loong64...
2023-03-29 Guoqi Chenruntime: remove unnecessary writes to gp.sched.g on...
2023-03-28 Guoqi Chenruntime: clean atomic_loong64.s of unnecessary package...
2023-03-28 Robert Griesemergo/types, types2: don't report assignment mismatch...
2023-03-28 Ian Lance Taylortest: add test that caused a gofrontend crash
2023-03-28 Than McIntoshRevert "cmd/link: use path from "cc --print-prog-name...
2023-03-28 Keith Randallcmd/compile: don't assume pointer of a slice is non-nil
2023-03-28 Robert Griesemergo/types, types2: simplify Checker.exprList
2023-03-28 Robert Griesemergo/types, types2: remove return values from Checker...
2023-03-28 Robert Griesemergo/types, types2: refactor initVars
2023-03-28 Than McIntoshcmd/link: use path from "cc --print-prog-name ar" for...
2023-03-28 Robert Griesemergo/types, types2: refactor assignVars
2023-03-28 Keith Randallcmd/compile: lower priority of avoiding registers
2023-03-28 Mateusz Poliwczaknet: support forceCgoDNS and forceGoDns on windows
2023-03-28 Michael Teichgraeberencoding/asn1: support fractions of a second when unmar...
2023-03-28 Robert Griesemergo/types, types2: remove unnecessary tests for x.typ...
2023-03-28 Robert Griesemergo/types, types2: more systematic use of Checker.use...
2023-03-28 Guoqi Chencmd/internal/obj/loong64: save LR after decrementing SP
2023-03-27 Paul E. Murphyruntime: consolidate function descriptor definitions...
2023-03-27 Ian Lance Taylornet: don't assume that NOFILE rlimit fits in an int
2023-03-27 WANG Xueruicmd/internal/obj/loong64: clean up code for short condi...
2023-03-27 Tobias Klauserinternal/syscall/unix: fix PosixFallocate on 32-bit...
2023-03-27 Daniel Martícmd/compile: start using reflect.Value.IsZero
2023-03-27 Michael Prattruntime: skip TestGdbCoreSignalBacktrace on arches...
2023-03-27 Tobias Klausercmd/link/internal/ld, internal/syscall/unix: use posix_...
2023-03-27 Robert Griesemergo/types, types2: better error message for some invalid...
2023-03-27 Jonathan Amsterdamsrc/log/slog: disallow == on Values
2023-03-27 Jonathan Amsterdamlog/slog: fix string representation of Group values
2023-03-27 Robert Griesemercmd/compile: don't panic if unsafe.Sizeof/Offsetof...
2023-03-27 Cherry Muiruntime: don't inject a sigpanic if not on user G stack
2023-03-25 Jonathan Amsterdamlog/slog/internal/benchmarks: slog benchmarks
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-03-24 Mateusz Poliwczaknet: call getSystemDNSConfig inside lookupWithFake...
2023-03-24 Jonathan Amsterdamlog/slog: clarify the limits of TextHandler output...
2023-03-24 0xc0dnet/mail: fix EOF error while reading header-only message
2023-03-24 Ian Lance Taylorencoding/gob: update decgen to generate current dec_helpers
2023-03-24 Robert Griesemergo/types, types2: adjust Checker.recordCommaOkTypes...
2023-03-24 Michael Prattruntime: add "sigaction" to sigreturn symbol name
2023-03-24 Michael Prattruntime: add GODEBUG=dontfreezetheworld=1
2023-03-24 Cherry Muiruntime: fix ARM assembly code in cgocallback
2023-03-24 Lynn Bogercmd/internal/obj/ppc64: fix incorrect base reg causing...
2023-03-24 Matthieu Baertsnet: add initial MPTCP support
2023-03-24 Joe Tsailog/slog: use Infinity instead of Inf
2023-03-24 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-24 Cherry Muicmd/link: add padding after runtime.etext
2023-03-24 Matthieu Baertsnet: add mptcpStatus type
2023-03-24 Mateusz Poliwczakcrypto/x509: remove unnecessary !Empty() check
2023-03-24 Mateusz Poliwczakcrypto/x509: remove letters from the end of basic const...
2023-03-24 erifan01cmd/compile: optimize cmp to cmn under conditions ...
2023-03-24 erifan01cmd/compile: combine similar optimization rules on...
2023-03-24 Paschalis Tsiliasnet/http: continue using referer header if it's present
2023-03-24 Michał Matczuknet/http: fix typo
2023-03-23 Heschi KreinickRevert "os/user: lookup Linux users and groups via...
2023-03-23 Michael Prattall: replace leading spaces with tabs in assembly
2023-03-23 Bryan C. Millstesting: quote -test.v=test2json output when logging it
2023-03-23 Johan Abildskovencoding/gob: extend partially allocated string slices
2023-03-23 Ananth Bhaskararamanos/user: lookup Linux users and groups via systemd...
2023-03-22 Cherry Muicmd/go: enable -pgo=auto by default
2023-03-22 Cherry Muicmd/go: permit "go list" error in some tests
2023-03-22 Cherry Muicmd/go: make get_dash_t test more specific
2023-03-22 Bryan C. Millsnet/http: improve logging in TestServerSetKeepAlivesEna...
2023-03-22 Bryan C. Millsnet/http: simplify Conn lifetimes in TestClientTimeoutK...
2023-03-22 Bryan C. Millsnet/http: in the IdleConnStrsForTesting_h2 helper,...
2023-03-22 Michael Matloobcmd/go: use --ffile-prefix-map instead of --debug-prefi...
2023-03-22 Huang Qiqiruntime: save and restore fcc registers in async preemp...
2023-03-22 Ian Lance Taylortest: add test that caused gofrontend crash
2023-03-22 Collin Wrightsync: fix TestCondSignalStealing flake
2023-03-22 WANG Xueruicmd/internal/obj/loong64: realize all unconditional...
2023-03-22 Paul E. Murphycmd/internal/obj/ppc64: add VC[LT]ZLSBB instructions
2023-03-22 Cuong Manh Lecmd/compile: mark negative size memclr non-inlineable
2023-03-22 Cuong Manh Lereflect: add test for interface type NumMethod
2023-03-22 Archana Rruntime: improve memmove on ppc64x/power10
2023-03-22 Jonathan Amsterdamslog: eliminate needsQuotingSet
2023-03-22 Cuong Manh Lelog/slog: fix window race builder
2023-03-22 erifan01cmd/compile: fix incorrect truncating when converting...
2023-03-22 Nont Thanonchaios: avoid creating a new file in Truncate on Windows
2023-03-22 Cuong Manh Lecmd/compile: re-compile instantiated generic methods...
2023-03-22 Jonathan Amsterdamlog/slog: rename and remove files
2023-03-21 Robert Griesemercmd/compile/internal/types2: avoid unpacking single...
2023-03-21 Robert Griesemergo/types: remove Checker.useLHS - not needed
2023-03-21 Robert Griesemergo.types, types2: factor out checking of LHS in variabl...
2023-03-21 Robert Griesemergo/types, types2: refactor multiExpr and exprList
2023-03-21 Robert Griesemercmd/compile/internal/types2: respect commaerr in Checke...
2023-03-21 Robert Findleycmd/go: add a -debug-runtime-trace flag
2023-03-21 Cherry Muicmd/go: extend the linker -o workaround for plugins...
2023-03-21 Jonathan Amsterdamlog/slog: clarify Logger.WithGroup doc
next