]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-15 Tobias Klauserinternal/syscall/unix: remove superfluous var declarati...
2022-09-15 Joe Tsaicompress/flate: update NewReader documentation
2022-09-15 Joel Singruntime: optimise memclrNoHeapPointers on riscv64
2022-09-15 Cherry Muicmd/link: stop passing -pagezero_size to darwin linker
2022-09-15 Keith Randallruntime/race: introduce subarch versioning of race...
2022-09-15 Tobias Klausercmd, syscall: use syscall.Mmap on solaris for Go ≥...
2022-09-14 Kévin Dunglasnet/http/httputil: forward 1xx responses in ReverseProxy
2022-09-14 Emmanuel T... all: remove unnecessary allocations from w.WriteString...
2022-09-14 Ali Yousefi... go/types, types2: improve readability of _InvalidUntype...
2022-09-14 Anuraag Agrawalstrings: reuse the input string for Repeat count of 1
2022-09-14 Ian Lance Taylorgo/build: remove unnecessary copies of package variables
2022-09-14 Bryan C. Millscmd/go/testdata/script: remove reference to fixed issue
2022-09-14 Ian Lance Taylorpath/filepath: document that WalkDir uses OS paths
2022-09-14 Tobias Klauserall: move //go:build lines below copyright notice
2022-09-14 jiepengcmd/go/internal/vcs: replace [A-Za-z0-9_] with \w in...
2022-09-13 Cherry Muicmd/compile: don't use R25 as input for LoweredMove...
2022-09-13 cui fliterruntime: convert timer.status to atomic type
2022-09-13 Vladimir Varankinnet/http: make DefaultTransport docs about HTTP proxy...
2022-09-13 Cuong Manh Lereflect: move benchmarks to its own file
2022-09-13 Leonard Wangruntime: set userForced while holding gcsema
2022-09-13 Cuong Manh Lesyscall: simplify unsafe.Slice usage
2022-09-13 Joel Singcmd/internal/objabi: declare HeadType String on a non...
2022-09-13 cui fliterstrings: add a test case of growLen is negative
2022-09-13 Joel Singcmd/link: generate an error if the entry symbol cannot...
2022-09-13 Joe Tsaitime: optimize Parse for RFC3339 and RFC3339Nano
2022-09-13 Cuong Manh Leruntime: replace stringStruct with unsafe.String where...
2022-09-13 Tobias Klausercmd/link/internal/ld, syscall: use libc based msync...
2022-09-13 Tobias Klausercmd/link/internal/ld: drop Go 1.12 compatibility on...
2022-09-13 Robert Griesemergo/types, types2: don't print function parameter names...
2022-09-13 Robert Griesemergo/types, types2: consistently use _UnsupportedFeature...
2022-09-13 Robert Griesemertypes2: provide error codes to error reporting
2022-09-09 Cuong Manh Leinternal/syscall/windows: simplify unsafe.Slice usage
2022-09-09 cuiweixiecmd/go: record the -buildmode flag in debug.BuildInfo
2022-09-09 cui fliternet/http: convert allowQuerySemicolonsInUse to atomic...
2022-09-09 Cuong Manh Lesync: convert RWMutex.{readerCount,readerWait} to atomi...
2022-09-09 Cuong Manh Lesync/atomic: reduce inlining cost for atomic types...
2022-09-09 Tobias Klauserinternal/poll, syscall: convert writev to direct libc...
2022-09-09 Tobias Klauserruntime/race: also unmap memory if TestNonGoMemory...
2022-09-09 cui flitergo/ast: use strings.Builder
2022-09-09 Andy Paninternal/poll: drop redundant ENOSYS in CopyFileRange
2022-09-09 Andy Panos: add a test case of copying a file itself via io...
2022-09-09 Kir Kolyshkinsyscall: add CgroupFD support for ForkExec on Linux
2022-09-09 Tobias Klausersyscall: use unsafe.Slice instead of unsafeheader package
2022-09-09 Abirdcflycmd/go/internal/modload: use atomic.Pointer for Require...
2022-09-09 Daniel Martígo/printer: reduce allocations to improve performance
2022-09-09 Tobias Klauserinternal/syscall/windows: use unsafe.Slice instead...
2022-09-09 hopehookall: transfer reflect.{SliceHeader, StringHeader} to...
2022-09-09 hopehookreflect: deprecate SliceHeader and StringHeader
2022-09-09 Ian Lance Taylorcmd/asm/internal/asm: don't set testOut in testErrors
2022-09-09 cui fliterstrconv: remove redundant type conversion
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"
next