]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2023-11-15 Damien Neilnet/http: don't set length for non-range encoded conten...
2023-11-15 Achille Rousselinternal/cpu: detect support of AVX512
2023-11-15 Michael Prattruntime/metrics: add STW stopping and total time metrics
2023-11-15 Than McIntoshcmd/compile/internal/inline: score call sites exposed...
2023-11-15 Than McIntoshcmd/compile/internal/inline: rework call scoring for...
2023-11-15 Than McIntoshcmd/compile/internal/inline: fix buglet in panic path...
2023-11-15 qiulaidongfengreflect: optimize Value.IsZero for array types
2023-11-15 Park Zhoucmd/compile/internal/ir: fix doc
2023-11-15 Robert Griesemergo/types, types2: remove local version processing in...
2023-11-14 Michael Anthony... runtime: prevent send on closed channel in wakeableSleep
2023-11-14 Roland Shoemakercrypto/tls: remove RSA KEX ciphers from the default...
2023-11-14 Roland Shoemakercrypto/tls: change default minimum version to 1.2
2023-11-14 Ezzno Jruntime: remove useless nil checking during init of...
2023-11-14 Deleplaceslices: zero the slice elements discarded by Delete...
2023-11-14 Robert Griesemermath/big: update comment in the implementation of FloatPrec
2023-11-14 Jes Cokcmd/link/internal/loadpe: remove unused dynimports...
2023-11-14 Michael Anthony... internal/trace/v2: resolve syscall parsing ambiguity
2023-11-14 Michael Anthony... internal/trace/v2: halve the memory footprint of the...
2023-11-14 Michael Anthony... internal/trace/v2: don't enforce batch order on Ms
2023-11-14 Cuong Manh Lecmd/compile/internal/types2: mark gotypesalias as undoc...
2023-11-14 Dmitri Shuralyovcmd/api: use api/next directory for beta versions
2023-11-14 Robert Griesemermath/big: implement Rat.FloatPrec
2023-11-13 Robert Griesemergo/types, types2: add FileVersions map to test Info
2023-11-13 Michael Prattruntime: remove work.pauseStart
2023-11-13 Paul E. Murphycmd/compile/internal/ssa: on PPC64, merge (CMPconst...
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-13 Michael Prattcmd/compile: support lookup of functions from export...
2023-11-13 Michael Prattcmd/compile: initial function value devirtualization
2023-11-13 aimuzcmd/compile: remove redundant function pkgNameOf
2023-11-13 Michael Anthony... runtime: call enableMetadataHugePages and its callees...
2023-11-11 Robert Griesemergo/types, types2: implement Info.PkgNameOf
2023-11-10 Andy Panlog/slog: add LogLoggerLevel to enable setting level...
2023-11-10 Tobias Klausersyscall: regen zsyscall_{aix_ppc64,solaris_amd64}.go
2023-11-10 Robert Griesemergo/types, types2: always run tests with and without...
2023-11-10 Michael Prattcmd/compile: move FuncPC intrinsic handling to common...
2023-11-10 Michael Anthony... internal/trace/v2: disable TestTrace* tests on Windows...
2023-11-10 Michael Anthony... internal/trace/v2: disable cgo callback test if cgo...
2023-11-10 Michael Anthony... internal/trace: implement goroutine analysis for v2...
2023-11-10 Michael Anthony... internal/trace: implement MutatorUtilizationV2
2023-11-10 Michael Anthony... runtime: add execution tracer v2 behind GOEXPERIMENT...
2023-11-10 Michael Anthony... runtime: fix user arena heap bits writing on big endian...
2023-11-10 Robert Griesemercmd/compile: update types2.Info.FileVersions API to...
2023-11-09 Damien Neilpath/filepath: consider \\?\c: as a volume on Windows
2023-11-09 Michael Anthony... runtime: improve tickspersecond
2023-11-09 Michael Anthony... runtime: make all GC mark workers yield for forEachP
2023-11-09 Michael Anthony... runtime: make it harder to introduce deadlocks with...
2023-11-09 Michael Anthony... runtime: refactor runtime->tracer API to appear more...
2023-11-09 Michael Anthony... runtime: enable allocheaders by default
2023-11-09 Michael Anthony... runtime: make alloc headers footers instead
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-11-09 Michael Anthony... runtime: add the allocation headers GOEXPERIMENT and...
next