]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-08 Kir Kolyshkinos: fix wrong error msg from TestDoubleCloseError
2022-09-08 Tobias Klauseros: use unsafe.{Slice,StringData} instead of unsafehead...
2022-09-08 Joe Tsaitime: optimize FixedZone by caching unnamed zones by...
2022-09-08 hopehookall: use unsafe.{Slice, SliceData, String, StringData...
2022-09-08 Robert Griesemerspec: describe slice-to-array conversions
2022-09-08 Michael Anthony... runtime: remove unused scanSize parameter to gcmarknewo...
2022-09-08 Michael Anthony... runtime: use searchIdx in scavengeOne
2022-09-08 Michael Anthony... runtime: make mheap.pagesInUse an atomic.Uintptr
2022-09-08 Michael Anthony... runtime: remove alignment padding in mheap and pageAlloc
2022-09-08 Michael Anthony... runtime: remove atomic store requirement on pageAlloc...
2022-09-08 Robert Griesemergo/types, types2: implement slice-to-array conversions
2022-09-08 cuiweixiedatabase: convert Tx.done to atomic type
2022-09-08 Michael Anthony... runtime: use atomic types in mspanset.go for alignment...
2022-09-08 Lynn Bogercmd/compile/internal: merge rules in PPC64.rules
2022-09-08 cuiweixieruntime/pprof: use strings.Builder
2022-09-08 cuiweixiecmd/trace: use strings.Builder
2022-09-08 cuiweixiecmd/pack: use strings.Builder
2022-09-08 cuiweixiecmd/link: use strings.Builder
2022-09-08 cuiweixiecmd/fix: use strings.Builder
2022-09-08 cuiweixiecmd/dist: use strings.Builder
2022-09-08 cuiweixiecmd/cover: use strings.Builder
2022-09-08 cuiweixiecmd/cgo: use strings.Builder
2022-09-08 cuiweixiecmd/asm: use strings.Builder
2022-09-08 cuiweixiecmd/api: use strings.Builder
2022-09-08 Paul E. Murphydebug/elf: define additional PPC64 ELFv2 relocations
2022-09-08 cuiweixieruntime/race: use strings.Builder
2022-09-08 cuiweixietext/template: use strings.Builder
2022-09-07 cui fliterinternal: convert calls to atomic type
2022-09-07 Paul E. Murphycmd/asm: improve argument to obj.Prog assignment on...
2022-09-07 Paul E. Murphycmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA...
2022-09-07 ruinancmd/compile: Add shiftIsBounded check for logic shifts...
2022-09-07 Kir Kolyshkinos/exec: skip TestFindExecutableVsNoexec if mount failed
2022-09-07 Matthew Dempskycmd/compile/internal/noder: fix type switch case vars...
2022-09-07 Matthew Dempskytest: add failing test case for inlined type switches
2022-09-07 Matthew Dempskytest: fix typo in escape_unsafe.go
2022-09-07 Joe Tsaireflect: fix stale Value.kind documentation
2022-09-07 Michael Prattdebug/gosym: rename nameoff to nameOff to match runtime
2022-09-07 Michael Prattcmd/link/internal/ld: update _func names to match runtime
2022-09-07 Sean Liao.github: update issue label for pkgsite-removal
2022-09-07 Michael Prattruntime: rename _func.entryoff to entryOff
2022-09-07 cuiweixiecmd/vet: use strings.Builder
2022-09-07 Michael Prattruntime: rename _func.nameoff and friends to nameOff
2022-09-07 Michael Prattruntime: rename inlinedCall.func_ to inlinedCall.nameOff
2022-09-07 Jinzhudatabase/sql: simplify retry logic when the connection...
2022-09-07 Kir Kolyshkinos: fix wrong error msg from TestReadClosed
2022-09-07 Cuong Manh Letest: add regression test for issue 54911
2022-09-07 cui flitergo/parser: use strings.Builder
2022-09-07 cuiweixiereflect: use strings.Builder
2022-09-07 cuiweixienet/textproto: use strings.Builder
2022-09-07 Ian Lance TaylorRevert "sync: convert Once.done to atomic type"
2022-09-07 cuiweixietesting: use strings.Builder
2022-09-07 cuiweixieruntime: use strings.Builder
2022-09-07 cuiweixieos: use strings.Builder
2022-09-07 cuiweixienet/smtp: use strings.Builder
2022-09-07 cuiweixieunicode/utf8: use strings.Builder
2022-09-07 Joel Singcmd/compile: remove redundant SEQZ/SNEZ on riscv64
2022-09-07 Joel Singcmd/compile: avoid zero extension after properly typed...
2022-09-07 Joel Singcmd/compile: improve Slicemask on riscv64
2022-09-07 cuiweixiesyscall: simplify code using unsafe.Slice
2022-09-07 cuiweixieruntime: simplify code using unsafe.{Slice,String}
2022-09-07 cuiweixiestrings: simplify code using unsafe.StringData
2022-09-07 cuiweixieinternal/fuzz: simplify code using unsafe.{SliceData...
2022-09-07 cuiweixiebytes: simplify code using unsafe.SliceData
2022-09-07 cuiweixiecmd/compile/internal/ssagen: use strings.Builder
2022-09-07 cuiweixiecmd/compile/internal/ssa: use strings.Builder
2022-09-07 cuiweixiecmd/compile/internal/pkginit: use strings.Builder
2022-09-07 cuiweixiecmd/compile/internal/ir: use strings.Builder
2022-09-07 cuiweixiecrypto/x509/internal/macos: simplify code using unsafe...
2022-09-07 Andy Pannet: fix a typo in BenchmarkSendFile
2022-09-07 cuiweixienet/rpc/jsonrpc: use strings.Builder
2022-09-07 Kir Kolyshkinos/exec: LookPath: use eaccess for exec check on linux
2022-09-07 cuiweixienet/http: use strings.Builder
2022-09-07 cuiweixienet: use strings.Builder
2022-09-06 Damien Neilall: update vendored golang.org/x/net
2022-09-06 Michael Prattcmd/link,runtime: remove unused fields from inlinedCall
2022-09-06 Cuong Manh Lecmd/compile: do not devirtualize defer/go calls
2022-09-06 zhangyunhaocmd/compile: gofmt comments
2022-09-06 Sean Liaonet/http: clarify proxy selection from environment
2022-09-06 cuiweixiecmd/compile/internal/syntax: use strings.Builder
2022-09-06 cuiweixienet/http: using strings.Builder
2022-09-06 cuiweixiego/doc: using strings.Builder
2022-09-06 cuiweixiego/ast: using strings.Builder
2022-09-06 Cuong Manh Leall: make sure *Pointer[T]'s methods are inlined as...
2022-09-06 Tobias Klauserinternal/poll, internal/syscall/unix, net: enable write...
2022-09-06 cuiweixiemime: use strings.Builder
2022-09-06 cuiweixienet/http/cgi: use strings.Builder
2022-09-06 cuiweixienet/http/httptrace: use strings.Builder
2022-09-06 cuiweixienet/http/httputil: use strings.Builder
2022-09-06 cuiweixiecmd/doc: use strings.Builder
2022-09-06 Daniel Martíruntime: remove unused parameter on runOpenDeferFrame
2022-09-06 Damien Neilnet/http: make triv.go example less insecure
2022-09-06 Tobias Klausernet: mark withTCPConnPair as test helper
2022-09-06 Sasha Melentyevdebug/buildinfo: remove redundant type conversion
2022-09-06 Andy Pannet: add benchmark test for SendFile
2022-09-06 Andy Panos: delete unused errClosed
2022-09-06 Tobias Klauserruntime: add missing copyright header to signal_windows...
2022-09-06 cuiweixiesync: convert Once.done to atomic type
2022-09-06 Alok Menghrajanimath/big: replace dead link in a comment with link...
2022-09-06 Austin Clementsruntime: in traceback, only jump stack if M doesn't...
2022-09-06 cuiweixielog: use strings.Builder
next