]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-04-22 Keith Randallcmd/compile: fix cmpstring rewrite rule
2024-04-22 Michael Anthony... net/netip: use the unique package instead of internal...
2024-04-22 Michael Anthony... unique: add unique package and implement Make/Handle
2024-04-22 Ian Lance Taylorcmd/go: update comment to not say GO386 does not exist
2024-04-22 Than McIntoshcmd/link/internal/ld: temporarily add skip for new...
2024-04-22 zhangjiancmd/compile/internal/ssa: fix the description of auxCCo...
2024-04-22 jefferycmd/compile: combine phielim and copyelim into a single...
2024-04-22 Rhys Hiltnerruntime: always acquire M when acquiring locks by rank
2024-04-22 Than McIntoshcmd/link: move .dynamic and .got sections to relro...
2024-04-19 Michael Prattinternal/reflectlite: remove unused mapType
2024-04-19 Ian Lance Taylorreflect: remove unnecessary type conversions of untyped...
2024-04-19 Keith Randallruntime: for fallback hash, get rid of constant xors
2024-04-19 khr@golang.orgruntime: remove odd-forcing of hash constants
2024-04-19 khr@golang.orgruntime: make it harder to find collisions in the 64...
2024-04-19 Michael Anthony... runtime: track frame pointer while in syscall
2024-04-19 Michael Anthony... cmd/trace/v2: tolerate traces with broken tails
2024-04-19 Michael Anthony... internal/concurrent: handle boundary case for hash...
2024-04-19 Ian Lance Taylorreflect: omit anonymous field name from StructOf type...
2024-04-19 Roland Shoemakercrypto/tls: don't cache marshal'd bytes
2024-04-19 Michael Prattruntime: use bootstrapRand to initialize hashkey
2024-04-19 khr@golang.orgcmd/compile: remove redundant calls to cmpstring
2024-04-19 Michael Prattinternal/goexperiment: remove unused range experiment
2024-04-19 Tobias Klauserinternal/syscall/unix: implement Eaccess on darwin
2024-04-19 Jacobsyscall/js: allocate arg slices on stack for small...
2024-04-19 Jes Cokdoc: make symbol links simpler for relnotes
2024-04-19 Nuno Gonçalvesnet/http: add field Cookie.Quoted bool
2024-04-18 Alan Donovango/types: add Func.Signature method
2024-04-18 Michael Anthony... internal/weak: add package implementing weak pointers
2024-04-18 Michael Anthony... internal/concurrent: add HashTrieMap
2024-04-18 Michael Prattcmd/go: only attempt to match subset of $GOCACHE in...
2024-04-18 Robert Griesemergo/types, types2: use correct predicate when asserting...
2024-04-18 Jes Cokdoc: simplify symbol links for relnotes
2024-04-18 Jes Coknet/http: add case for TestParseSetCookie
2024-04-18 Than McIntoshcmd/compile/internal: stack slot merging region formati...
2024-04-18 Michael Prattcmd/dist: allow arbitrary package renames for bootstrap...
2024-04-18 apocelipesnet/http: add comments that servemux121.go should remai...
2024-04-18 Michael Prattcmd/go: use cache for PGO preprocessing
2024-04-18 Michael Prattcmd/go: preprocess PGO profiles
2024-04-18 Michael Prattcmd/go: inital plumbing for PGO profiles preprocessing
2024-04-18 Robert Griesemergo/types: track gotypesalias non-default behavior
2024-04-18 Robert Griesemergo/types, types2: use types2.Config flag to control...
2024-04-17 Damien Neilnet/http: don't cancel Dials when requests are canceled
2024-04-17 Michael Anthony... internal/abi: define EmptyInterface, TypeOf, and NoEscape
2024-04-17 Roland Shoemakercrypto/tls: add a bogo shim
2024-04-17 Than McIntoshcmd/compile/internal/ssa: delay rewrite cycle detection...
2024-04-17 Jes Coknet/http: add ParseCookie, ParseSetCookie
2024-04-17 guoguangwucmd/covdata: close cpu and mem profile
2024-04-17 Dmitri Shuralyovall: update vendored golang.org/x/crypto
2024-04-17 Lasse FolgerRevert "go/types, types2: track gotypesalias non-defaul...
2024-04-16 Robert Griesemergo/types, types2: track gotypesalias non-default behavior
2024-04-16 Robert Griesemertypes2: flip the default value of GODEBUG=gotypesalias=1
2024-04-16 Alan Donovango/internal/gcimporter: suppress 3 test cases when...
2024-04-16 David Chaseruntime/pprof: test for Darwin flake in TestVMInfo
2024-04-16 Lynn Bogermath/big: improve use of addze in mulAddVWW on ppc64x
2024-04-16 apocelipescmd,crypto/elliptic: fix typos in comments
2024-04-16 Tobias Klauseros: remove unused issueNo field
2024-04-16 Ian Lance Taylordoc: fix tense in godebug (s/revert/reverted)
2024-04-16 Dmitri Shuralyovruntime: remove no-op slice operation in Caller
2024-04-16 Ian Lance Taylordebug/elf: define non-standard but well-known symbol...
2024-04-15 Michael Podtserkovskiicmd/cgo: create -objdir if not exist
2024-04-15 Alan Donovanos: make File.Readdir et al concurrency-safe
2024-04-15 Robert Griesemergo/types, types2: simplify TestUnaliasTooSoonInCycle...
2024-04-15 Alan Donovango/types: flip the default value of GODEBUG=gotypesalias=1
2024-04-15 Alan Donovancmd/compile/internal/types2: port CL 576975 to types2
2024-04-15 aimuzcompress/bzip2: simplify Huffman tree construction
2024-04-15 Guoqi Chencmd/internal/obj/loong64: recheck jump offset boundary...
2024-04-15 Guoqi Cheninternal/abi, internal/buildcfg: always enable register...
2024-04-15 Chemaclassio: fix typo inside copyBuffer
2024-04-15 Carlos Amedeeinternal/goexperiment: remove the ExecTracer2 experiment
2024-04-15 Carlos Amedeeruntime: rename v2 execution tracer files
2024-04-15 Carlos Amedeeruntime, cmd/trace: remove code paths that include...
2024-04-15 guoguangwucmd/pprof: close resp body after the profile.Parse...
2024-04-15 guoguangwucmd/cover: fix typo in comment
2024-04-15 Andy Pannet: implement TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEE...
2024-04-14 guoguangwucmd/go/internal/modfetch: fix typos in comment
2024-04-14 Mateusz Poliwczaknet: add Unwrap to *DNSError
2024-04-14 Andy Pannet: separate the Solaris fast/slow path of setting...
2024-04-14 Andy Pannet: bifurcate the TCP Keep-Alive mechanism into Solari...
2024-04-12 Andy Panruntime: utilize EVFILT_USER to wake up kevent for...
2024-04-12 Jes Cokdoc: make use of simpler symbol links for relnotes
2024-04-12 Alan Donovango/types: update package doc
2024-04-12 Ian Lance Tayloros: document file mode of temporary files
2024-04-12 guangwunet/http: fix debugRoundTrip log typo
2024-04-11 Michael Anthony... cmd/trace/v2: make the -pprof actually useful
2024-04-11 Michael Anthony... cmd/trace/v2: handle the -pprof flag
2024-04-11 Ian Lance Taylornet: check SkipAdditional error result
2024-04-11 Michael Anthony... internal/trace/v2: make TestGCStress less random
2024-04-11 Joe Tsaiall: consistently use "IEEE 754" over "IEEE-754"
2024-04-11 Johan Brandhorst... misc/wasm: drop wasmtime < 14 support
2024-04-11 apocelipesencoding/json: use slices to simplify the code
2024-04-11 Tobias Klauserinternal/syscall/unix: implement Eaccess on openbsd
2024-04-11 Roland Shoemakerimage/gif: revert incorrect usage of clear
2024-04-11 Ian Lance Taylorinternal/poll: better panic for invalid write return...
2024-04-10 guoguangwucmd/link: close cpu profile
2024-04-10 Damien Neildatabase/sql: avoid clobbering driver-owned memory...
2024-04-10 Jonathan Amsterdamdoc/README.md: note simpler symbol links
2024-04-10 Michael Anthony... internal/trace/v2: halve the memory footprint of TestGC...
2024-04-10 Michael Anthony... runtime: rewrite traceMap to scale better
2024-04-10 Michael Anthony... runtime: push down systemstack requirement for tracer...
2024-04-10 Jes Cokdoc: update relnote for sync.Map.Clear
next