]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-11-21 Guoqi Chenruntime: support regABI and add spill functions in...
2023-11-21 Guoqi Chenruntime: make duff device as ABIInternal for loong64
2023-11-21 Guoqi Chencmd/compile: update loong64 CALL* ops
2023-11-21 Guoqi Chencmd/compile/internal: add spill support for loong64...
2023-11-21 Guoqi Chencmd/compile/internal: add register info for loong64...
2023-11-21 Mauri de Souza... runtime/internal/atomic: deduplicate And/Or code on arm
2023-11-21 WANG Xueruicmd/dist, cmd/link, internal, runtime: implement buildm...
2023-11-21 Guoqi Cheninternal/abi: define loong64 regABI constants
2023-11-21 Guoqi Chencmd/compile,cmd/internal,runtime: change registers...
2023-11-21 Guoqi Chencmd/compile: add ABI register definations for loong64
2023-11-21 WANG Xueruicmd/compile: teach regalloc to rightly do nothing on...
2023-11-21 Guoqi Chencmd/internal/obj,cmd/link: access global data via GOT...
2023-11-21 Guoqi Chencmd/compile, cmd/internal, runtime: change the register...
2023-11-21 Carlo Alberto... sync: do not unnecessarily keep alive functions wrapped...
2023-11-21 Than McIntoshcmd/compile/internal/inline: minor compile time improve...
2023-11-21 Than McIntoshcmd/compile/internal/inline: fix bug in param flags...
2023-11-21 Bryan C. Millstesting: use subprocesses in TestTBHelper and TestTBHel...
2023-11-21 Than McIntoshcmd/compile/internal/inline: rework use of ir.StaticValue
2023-11-21 Filippo Valsordacrypto/tls: disable ExportKeyingMaterial without EMS
2023-11-21 qiulaidongfengos: avoid TestFileChdir fail when GOROOT is a symbolic...
2023-11-21 Than McIntoshcmd/compile/internal/ir: add batch-mode reassignment...
2023-11-21 Jes Cokreflect: tweak logic for 'case Array' in IsZero
2023-11-21 Cherry Muiruntime: disable crash stack on Windows
2023-11-21 Jorroponet/http: use pointers to array for copyBufPool
2023-11-21 Anton Telyshevcmd/vet: add lost checks in doc
2023-11-20 Bryan C. Millscmd/go: don't warn about GOROOT equal to GOPATH when...
2023-11-20 Tim Kingcmd: go get golang.org/x/tools@8966034e and revendor
2023-11-20 Mauri de Souza... runtime: add crash stack support for wasm
2023-11-20 Matthew Dempskycmd/compile/internal/devirtualize: use CallExpr.GoDefer...
2023-11-20 Michael KnyszekRevert "math/rand/v2: add ChaCha8"
2023-11-20 Matthew Dempskycmd/compile: interleave devirtualization and inlining
2023-11-20 Ludi Rehakall: add floating point option for ARM targets
2023-11-20 Andrei Mateissa: clarify semantics of ID-to-PC translation function
2023-11-20 Jes Coksyscall: support O_SYNC flag for os.OpenFile on windows
2023-11-20 Ville Skyttäsrc: a/an grammar fixes
2023-11-20 Cherry Muiruntime/race: update race syso for PPC64LE
2023-11-20 Matthew Dempskycmd/compile/internal/inline: remove useless code
2023-11-20 Matthew Dempskycmd/compile/internal/inline: allow inlining of checkptr...
2023-11-20 Matthew Dempskycmd/compile/internal/ir: add CallExpr.GoDefer
2023-11-20 Matthew DempskyRevert "runtime: profile contended lock calls"
2023-11-20 Mauri de Souza... runtime/internal/atomic: add generic implementation...
2023-11-19 Russ Coxmath/rand/v2: add ChaCha8
2023-11-19 Johan Brandhorst... misc/wasm: support new wasmtime CLI
2023-11-19 qiulaidongfengreflect: optimize Value.IsZero for struct types
2023-11-19 go101slices: improve Insert panic message for index out...
2023-11-19 apocelipeshash: simplify binary operations
2023-11-19 go101slices: optimize Delete
2023-11-19 Joel Singruntime: add support for crash stack on ppc64/ppc64le
2023-11-17 Jes Cokall: add missing copyright header
2023-11-17 Andy Pannet,os: arrange zero-copy of os.File and net.TCPConn...
2023-11-17 Michael Anthony... runtime: use span.elemsize for accounting in mallocgc
2023-11-17 Rhys Hiltnerruntime: profile contended lock calls
2023-11-17 Jes Cokslices: add cases for TestInsertPanics when there are...
2023-11-17 Michael Anthony... runtime: put allocation headers back at the start the...
2023-11-17 Bryan C. Millscmd/go: use a nil *Origin to represent "uncheckable"
2023-11-17 Bryan C. Millscmd/go: check that expected Origin fields are present...
2023-11-17 Paul E. Murphycmd/internal/obj/ppc64: cleanup and remove usage of...
2023-11-17 Mateusz Poliwczaknet: document IsNotFound field
2023-11-17 Paul E. Murphycmd/internal/obj/ppc64: remove unused C_XER optab class
2023-11-17 Tobias Klausernet/netip: optimize AddrPort.String for IPv4 addresses
2023-11-17 Tobias Klausernet/netip: optimize AddrPort.String for IPv6 addresses
2023-11-17 Jes Cokinternal/zstd: s/thees/these/
2023-11-17 Daniel Martíall: make more use of the new atomic integer types
2023-11-17 aimuzinternal/zstd: fix seek offset bounds check in skipFrame
2023-11-17 Olivier Menguéembed: fix variable name in example
2023-11-17 Alexander Yastrebovinternal/bytealg: use PCALIGN in memequal
2023-11-17 Jes Coklog/slog: fix comments for *handleState.appendAttr
2023-11-17 Max Riveiroruntime: optimize aeshashbody with PCALIGN in amd64
2023-11-17 Tobias Klauserruntime: remove unused _CTL_KERN on openbsd
2023-11-17 Jes Coklog/slog: make hex a const
2023-11-17 Robert Griesemergo/types, types2: avoid type inference error if argumen...
2023-11-17 Jes Cokruntime: gofmt -w -s
2023-11-17 lotusirousslog: factoring out code to make the examples playable
2023-11-17 Cuong Manh Lecmd/compile: use internal/buildcfg for checking newinli...
2023-11-16 Bryan C. Millscmd/go: propagate origin information for inexact module...
2023-11-16 Rhys Hiltnerruntime: disable automatic GC for STW metric tests
2023-11-16 Cherry Muiruntime: print g pointer in crash stack dump
2023-11-16 Michael Prattcmd/compile: allow disable of PGO function value devirt...
2023-11-16 Michael Prattcmd/compile: don't devirtualize calls to runtime.memhas...
2023-11-16 Robert Griesemergo/types, types2: move exported predicates into separat...
2023-11-16 Davis Goodincmd/link/internal/loadpe: fix xrels search "not found...
2023-11-16 Than McIntoshcmd/compile/internal/inline: refactor AnalyzeFunc
2023-11-16 Than McIntoshcmd/compile/internal/inline: refactor heuristics analyzers
2023-11-16 Than McIntoshcmd/compile/internal/inline: refactor call site scoring
2023-11-16 Than McIntoshcmd/compile/internal/inline: debug flag to alter score...
2023-11-16 Cherry Muiruntime/race: update race syso files to support atomic...
2023-11-16 Cherry Muiinternal/reflectlite: allow Value be stack allocated
2023-11-16 Cherry Muireflect: uncomment allocation test
2023-11-16 Cherry Muireflect: remove go121noForceValueEscape
2023-11-16 David Chasecmd/compile: minor change to simplify addition of exper...
2023-11-16 David Chasecmd/compile: add compiler debug flag to disable range...
2023-11-16 Michael Anthony... runtime: optimize bulkBarrierPreWrite with allocheaders
2023-11-16 Michael Anthony... runtime: fix liveness issue in test-only getgcmask
2023-11-16 Michael Anthony... test: ignore MemProfileRecords with no live objects...
2023-11-15 Robert Griesemermath/big: faster FloatPrec implementation
2023-11-15 David Chasecmd/compile: extend profiling-per-package-into-director...
2023-11-15 David Chasecmd/compile: modify -memprofile flag for multiple profi...
2023-11-15 David Chasecmd/compile: small inlining tweak for range-func panics
2023-11-15 David Chasecmd/compile: check for iteration after range func loop...
2023-11-15 David Chasecmd/compile: replace magic numbers "2" and "1" with...
next