]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2023-03-21 Jonathan Amsterdamlog/slog: use unsafe.StringData, SliceData
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
next