]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-05-25 Ian Lance Taylorgo/printer: if comment gets formatted away, don't squash
2022-05-25 Damien Neilnet: add even more timing slop for TestDialParallel
2022-05-25 Bryan C. Millscmd/go: place GOROOT/bin at the beginning of PATH in...
2022-05-25 Matthew Dempskyinternal/pkgbits: add Index type
2022-05-25 Matthew Dempskyinternal/pkgbits: finish documentation
2022-05-25 Tobias Klauserhash/crc32: fix typo in arm64 archInitCastagnoli panic...
2022-05-24 Yasuhiro Matsumotopath/filepath: do not remove prefix "." when following...
2022-05-24 Carlos Amedeedoc/go1.19: update Go 1.19 relese note TODOs using...
2022-05-24 David Chasecmd/compile: catch pointless recursion on function...
2022-05-24 Sean Liaobuiltin: clarify effect of close on receive
2022-05-24 Robert Findleygo/types, types2: remove redundant calls to Named.resolve
2022-05-24 Bryan C. Millscmd/go/internal/modfetch: wrap errors from HTTP respons...
2022-05-24 Robert Griesemergo/types, types2: don't panic with invalid recursive...
2022-05-24 Robert Griesemercmd/compile/internal/types2: mention go.mod file when...
2022-05-24 Cherry Muimisc/cgo/testsanitizers: use buffered channel in tsan12.go
2022-05-24 Guoqi Chenruntime: add missing {TOPFRAME,NOFRAME} flag for linux...
2022-05-24 Guoqi Chencmd/internal/obj: add FuncInfo SPWRITE flag for linux...
2022-05-23 Cuong Manh Lecmd/compile: fix loong64 constant folding in division...
2022-05-23 Robert Griesemergo/types, types2: detect dupl. map keys in comp. litera...
2022-05-23 WANG Xueruiruntime: fix the vDSO symbol version on loong64
2022-05-23 Cherry Muicmd/internal/obj/arm64: fix encoding of ADR/ADRP instru...
2022-05-23 Bryan C. Millsmisc/cgo/testsanitizers: terminate commands with SIGQUI...
2022-05-23 Cherry Muireflect: store receiver in pointer slot for reflect...
2022-05-23 Khaled Yakdancmd/compile: support libFuzzer value profiling mode...
2022-05-23 Khaled Yakdancmd/link: set coverage counters as expected by the...
2022-05-20 Ian Lance TaylorRevert "cmd/cgo: use --no-gc-sections if available"
2022-05-20 Dan Kortschakinternal/fuzz: trim carriage return from version line
2022-05-20 Khaled Yakdancmd/compile: intercept string compares in libFuzzer...
2022-05-20 Michael Anthony... runtime: allocate physical-page-aligned memory differently
2022-05-20 Khaled Yakdancmd/compile, cmd/link: use libFuzzer 8-bit instead...
2022-05-20 Alex Brachetcmd/cgo: allow DW_TAG_variable's with no name
2022-05-20 Motiejus Jakštyscmd/cgo: use --no-gc-sections if available
2022-05-20 Matthew Dempskyinternal/pkgbits: better documentation
2022-05-20 Xiaodong Liucmd/dist: port to linux/loong64 completed
2022-05-20 Xiaodong Liumisc, test: fix test error for loong64
2022-05-20 Wang Deyuruntime: update description of GODEBUG=scavtrace=1
2022-05-20 Xiaodong Liugo, math, os, reflect: support standard library for...
2022-05-20 Xiaodong Liusyscall: add syscall support for linux/loong64
2022-05-20 Xiaodong Liuruntime: add loong64 to architectures known to TestGCInfo
2022-05-20 Xiaodong Liuruntime: add build tag for common support on linux...
2022-05-20 Xiaodong Liuruntime: implement runtime entry for linux/loong64
2022-05-20 nimelehinruntime: add BenchmarkMemclrRange
2022-05-19 Keith Randallruntime: fix overflow in PingPongHog test
2022-05-19 Ian Lance Taylorcmd/dist: pass a -test.timeout option to a host test
2022-05-19 Xiaodong Liuruntime/cgo: add cgo function call support for loong64
2022-05-19 Xiaodong Liuruntime/internal/atomic: add atomic support for loong64
2022-05-19 Daniel Martícmd/go: reference BuildID field from list's -export...
2022-05-19 Tobias Klausernet/netip: fix receiver name in Addr.{has,without}Zone...
2022-05-19 Jinzhudatabase/sql: fix close rows error ignored in Next
2022-05-19 Mostafa Solaticmd/go: do not ignore flags option with bad quoting
2022-05-19 Keith Randallruntime: test alignment of fields targeted by 64-bit...
2022-05-19 Daniel Martícmd/gofmt: use SkipObjectResolution with -s as well
2022-05-19 Mostafa Solatireflect: add example for FieldByName
2022-05-19 Michael Anthony... runtime: use correct heap goal in GC traces
2022-05-19 Xiaodong Liuruntime: support vdso for linux/loong64
2022-05-19 Xiaodong Liuruntime: implement signal for linux/loong64
2022-05-19 Xiaodong Liuruntime: implement syscalls for runtime bootstrap on...
2022-05-19 Xiaodong Liuruntime: implement duffzero/duffcopy for linux/loong64
2022-05-19 Xiaodong Liuruntime: support memclr/memmove for linux/loong64
2022-05-19 Russ Coxall: gofmt main repo
2022-05-19 Bryan C. Millsmisc/cgo/testplugin: set the package name in TestIssue19534
2022-05-19 Russ Coxsyscall: make //sys lines not doc comments
2022-05-19 Bryan C. Millsmisc/cgo: invoke "go" from $GOROOT/bin instead of ...
2022-05-19 Michael Anthony... runtime: use osyield in runqgrab on netbsd
2022-05-19 Joel Singcmd/compile: regenerate ssa
2022-05-19 Xiaodong Liuruntime: implement asyncPreempt for linux/loong64
2022-05-18 Cherry Muiruntime: relax the threshold for TestPingPongHog
2022-05-18 Tatiana Bradleycrypto/tls: randomly generate ticket_age_add
2022-05-18 Cherry Muicmd/compile: do not use special literal assignment...
2022-05-18 Volker doblernet/http/cookiejar: allow cookies with an IP address...
2022-05-18 Cherry Muicmd/compile/internal/test: make TestIntendedInlining...
2022-05-18 Leonard Wangruntime: remove useless constant definition in malloc.go
2022-05-18 Silke Hofstraos: look up hostname from PATH in test
2022-05-18 Carlo Alberto... reflect: deprecate (Slice|String)Header
2022-05-18 Dmitri Shuralyovall: tidy std module
2022-05-18 John Bamptonall: fix spelling
2022-05-18 Ian Lance Taylortest: add test that caused a gofrontend crash
2022-05-17 Cherry Muiruntime: deflake TestCgoPprofThread
2022-05-17 Tobias Klausernet/netip: fix type name in z0, z4, z6noz comment
2022-05-17 Matthew Dempskycmd/compile/internal/noder: remove TODO about position...
2022-05-17 pooja shyamsundarcrypto/internal/nistec: re-enable s390x asm for P-256
2022-05-17 John Bamptonall: fix spelling
2022-05-17 Robert Findleygo/types, types2: set an origin object for vars and...
2022-05-17 Bryan C. Millsvendor: revert stray edit from CL 406835
2022-05-17 Kévin Dunglasnet/http: unskip TestEarlyHintsRequest_h2
2022-05-17 Xiaodong Liuruntime: load/save TLS variable g on loong64
2022-05-17 John Bamptonruntime: fix code span element
2022-05-17 Xiaodong Liuinternal/syscall/unix: loong64 use generic syscall
2022-05-17 Xiaodong Liuinternal/bytealg: support basic byte operation on loong64
2022-05-17 John Bamptonall: fix spelling
2022-05-17 Tobias Klausercompress/flate: remove var newH
2022-05-17 Xiaodong Liuinternal/{cpu, goarch}: add constant definition for...
2022-05-17 Keith Randalldoc: update jump table performance release note
2022-05-17 Rob Pikefmt: add Append, Appendln, Appendf
2022-05-17 Xiaodong Liucmd/nm, cmd/objdump, cmd/pprof: disassembly is not...
2022-05-17 Cuong Manh Letest,misc: fix builders that do not support plugin
2022-05-17 Xiaodong Liucmd/link: support linker for linux/loong64
2022-05-17 Kévin Dunglasnet/http: allow sending 1xx responses
2022-05-17 Dmitri Shuralyovcmd/pprof: update vendored github.com/google/pprof
2022-05-17 hopehooktime: add Time.ZoneBounds
next