]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-09-16 Austin Clementscmd/dist: simplify exec.Cmd helpers for Go 1.19
2022-09-16 Austin Clementscmd/dist: simplify exec.Cmd helpers
2022-09-16 Shengyu Zhanggo/printer: make ExampleFprint correctly run as online...
2022-09-16 Russ Coxcmd/go: delete useless env var setting in test
2022-09-16 Russ Coxcmd/go, testing: add go test -skip flag
2022-09-16 Russ Coxcmd/internal/objabi: record GO$GOARCH setting in object...
2022-09-16 Yuval Pavel... runtime: switch FreeBSD to use the non-COMPAT_FREEBSD11...
2022-09-16 Yuval Pavel... syscall: remove FreeBSD 11 and below 64bit inode compat...
2022-09-16 Cuong Manh Lereflect: allow conversion from slice to array
2022-09-15 Rob Piketext/template/parse: simplify I/O in lexing
2022-09-15 Paul E. Murphycmd/internal/obj/ppc64: add ISA 3.1 instructions
2022-09-15 Archana Rcmd/asm, cmd/internal/obj/ppc64: increase asm test...
2022-09-15 cuiweixieos: convert Process.isdone to atomic type
2022-09-15 cuiweixiedatabase: convert DB.{waitDuration,numClosed} to atomic...
2022-09-15 Paul E. Murphycmd/link: support -fno-plt compiled gcc objects on...
2022-09-15 Joe Tsaitime: move RFC 3339 optimizations to separate file
2022-09-15 Tobias Klausersyscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...
2022-09-15 cui fliterstrconv: add a test case when base is illegal
2022-09-15 Erik Pellizzonhash/crc32: remove redundant code
2022-09-15 Tobias Klausersyscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi...
2022-09-15 kurochantext/template: fixed typo in a nested template definition
2022-09-15 Wayne Zuocmd/compile: make encoding/binary appends cheaper to...
2022-09-15 Wayne Zuocmd/compile: avoid sign extension after word arithmetic...
2022-09-15 cuiweixiecmd/go: use strings.Builder
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
next