]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-02-27 Andy Panos: skip zero-copy attempts with copy_file_range(2...
2023-02-27 Bryan C. Millscmd/go: convert mkalldocs.sh to a Go program
2023-02-27 Michael Mundaycmd/compile: use zero constants in comparisons where...
2023-02-27 RenKanaicmd/go: reject list when -find and -export are used...
2023-02-27 Wayne Zuocmd/compile: improve logical shift with MASKEQZ on...
2023-02-27 Keith Randallcmd/asm: preserve 3rd arg when GOT-rewriting assembly...
2023-02-27 qmuntalruntime: set procid on Windows
2023-02-27 Maksadbek Akhmedovcmd/go: make go test build multiple executables
2023-02-27 qmuntalruntime: use explicit NOFRAME on solaris/amd64
2023-02-27 Cuong Manh Leinternal/syscall/execenv: refactor handling env variables
2023-02-27 Cuong Manh Lesyscall: fix invalid unsafe.Pointer conversion on Windows
2023-02-27 qmuntalruntime: use explicit NOFRAME on openbsd/amd64
2023-02-27 Joe Tsaibytes, strings: avoid unnecessary zero initialization
2023-02-27 Joe Tsaicompress/zlib: use binary.BigEndian consistently
2023-02-27 millerinternal/poll: avoid race between SetDeadline and timer...
2023-02-27 Than McIntoshcmd/link: revert CL 467715 in favor of better fix
2023-02-27 Joe Tsaiencoding/json: simplify folded name logic
2023-02-27 Joe Tsaiencoding/json: use append for HTMLEscape
2023-02-27 Than McIntoshcmd/link: better fix for arm32 trampgen problem with...
2023-02-27 Joe Tsaiencoding/json: rely on reflect.Value.SetZero
2023-02-27 Joe Tsaiencoding/json: remove legacy fuzz.go file
2023-02-27 Daniel Martíencoding/gob: use reflect.Value.SetZero
2023-02-27 Daniel Martícmd/go: simplify code thanks to reflect.Value.SetZero
2023-02-27 Paul E. Murphycmd/link: check for power10 support on external linker...
2023-02-27 Xiangdong Jicmd/compile/internal/pgo: fix RedirectEdges
2023-02-27 Cuong Manh Lesyscall: use unsafe.Slice in anyToSockaddr
2023-02-27 Joe Tsaiencoding/json: rely on reflect.Value.Grow
2023-02-27 Cuong Manh Leos: checking for testable network before creating local...
2023-02-27 Cuong Manh Lenet: skip test affected by local network config on...
2023-02-27 Andy Panos: ensure File.ReadFrom returns ErrClosed instead...
2023-02-27 Andy Panos: support zero-copy from TCP/Unix socket to file
2023-02-25 Robert Griesemergo/types, types2: add isTypeLit predicate
2023-02-25 Robert Griesemergo/types, types2: fix comment in Checker.renameTParams
2023-02-25 Ian Lance Taylorcmd/link: don't emit PAX_FLAGS segment on Linux
2023-02-24 Filippo Valsordacrypto/internal/nistec: reduce P-256 scalar
2023-02-24 Tobias Klausernet: inline ios check in tests
2023-02-24 Ian Lance Taylornet: document that on macOS c-archive requires -lresolv
2023-02-24 Joe Tsaiencoding/json: use append-like operations for encoding
2023-02-24 Joe Tsaiencoding/json: unify encodeState.string and encodeState...
2023-02-24 Joe Tsaiencoding/json: use append for Compact and Indent
2023-02-24 Joel Singcmd/internal/obj/arm64: factor out code generation...
2023-02-24 qmuntalruntime: use explicit NOFRAME on netbsd/amd64
2023-02-24 Mateusz Poliwczaknet/url: simplify values Get
2023-02-24 qmuntalruntime: use explicit NOFRAME on freebsd/amd64
2023-02-24 Keith Randallcmd/compile: batch write barrier calls
2023-02-24 Alexander Yastrebovimage/jpeg: return io.ErrUnexpectedEOF on truncated...
2023-02-23 Adin Scannellruntime: fix linkname signature for godebug
2023-02-23 Paul E. Murphycmd/compile: rework unbounded shift lowering on PPC64
2023-02-23 Michael Prattcmd/compile: adjust inlined DW_AT_call_line by //line
2023-02-23 Michael Prattcmd/link/internal/ld: split TestInlinedRoutineRecords
2023-02-23 Than McIntoshRevert "cmd/link: default to external linking with...
2023-02-23 Lynn Bogercmd/compile: inline constant sized memclrNoHeapPointers...
2023-02-23 Russ Coxcmd/dist: default to GOARM=7 on all non-arm systems
2023-02-23 qmuntalruntime: use explicit NOFRAME on dragonfly/amd64
2023-02-23 Frank Viernaucmd/go: don't compute Embed fields if they're not needed
2023-02-23 Dmitri Goutniksyscall: add ptracePtr that accepts pointer arg as...
2023-02-23 Russ Coxcmd/go: enable vet directive analyzer during 'go test'
2023-02-23 Russ Coxcmd/go: set default GODEBUG for main packages
2023-02-23 Russ Coxcmd/go, go/build: parse directives in file headers
2023-02-23 Joel Singcmd/internal/obj/arm64: use more appropriate types...
2023-02-23 Joel Singcmd/internal/obj/arm64: invert SP check
2023-02-23 Joel Singcmd/internal/obj/arm64: use obj.REG_NONE where appropriate
2023-02-23 Joel Singcmd/internal/obj/arm64: remove bogus omovlit return...
2023-02-23 Joel Singcmd/internal/obj/arm64: remove spurious assignments...
2023-02-22 Ian Lance Taylordebug/macho: don't crash if dynamic symtab with no...
2023-02-22 Cherry Muicmd/link: default to external linking with cgo std...
2023-02-22 qmuntalruntime: use explicit NOFRAME on linux/amd64
2023-02-22 Damien Neilnet/http: remove warning when parsing a query containin...
2023-02-22 Cherry Muicmd/link: make Exitf panic under -h
2023-02-22 Harald Böhmsyscall: add jail support to ForkExec on FreeBSD
2023-02-22 Archana Rruntime: improve memclr on ppc64x/power10
2023-02-22 Than McIntoshdoc: start draft Go 1.21 release notes
2023-02-22 Ian Lance TaylorRevert "internal/poll: drop redundant ENOSYS in CopyFil...
2023-02-22 Hossein Zolfitesting: add -fullpath to go test
2023-02-22 rohnnyjoycmd/go: return an early error from queryImport when...
2023-02-22 Joel Singcmd/link: add internal linking support for calling...
2023-02-22 Robert Griesemergo/types, types2: point out type parameters with predec...
2023-02-22 Robert Griesemergo/types, types2: avoid unused variable error in invali...
2023-02-21 Dmitri Goutniksyscall: introduce IoctlPtr for exec_unix tests
2023-02-21 Ian Lance Taylordebug/macho: use saferio to read symbol table strings
2023-02-21 cui fliteros: use testenv.Command instead of exec.Command in...
2023-02-21 Damien Neilpath/filepath: document that Clean does not change...
2023-02-21 Wayne Zuocmd/internal/obj/riscv: optimize loading large immediat...
2023-02-21 Nick Ripleyruntime: record parent goroutine ID, and print it in...
2023-02-21 Joe TsaiRevert "hex: fix panic in Decode when len(src) > 2...
2023-02-21 Anuraag Agrawalstrconv: add Atoi test cases with characters less than '0'
2023-02-20 Cuong Manh Ledoc: add clear builtin to spec
2023-02-19 Cuong Manh Ledoc: do not use "==" in slice examples
2023-02-18 Joel Singruntime/cgo: restore correct build tags for linux/mips*
2023-02-17 Damien Neilnet/http: remove five second timeout from TestTransport...
2023-02-17 Keith Randallcmd/compile: move raw writes out of write barrier code
2023-02-17 Keith Randallruntime: remove the restriction that write barrier...
2023-02-17 Dmitri Goutnikcmd/api: add API checks for freebsd/riscv64
2023-02-17 Morten Linderudcmd/cgo: include seed string with -frandom-seed for lto
2023-02-17 Dmitri Goutnikcmd/api: add API checks for freebsd/arm64
2023-02-17 Matthew Dempskytest: add regress test for #58572
2023-02-17 Matthew DempskyRevert "cmd/compile: use ONAME node directly from gener...
2023-02-17 Keith Randallcmd/compile: ensure constant folding of pointer arithme...
2023-02-17 Kir Kolyshkinsyscall: Faccessat: check for CAP_DAC_OVERRIDE on Linux
2023-02-16 Ian Lance Taylorcmd/link: don't switch to gold on ARM Linux
next