]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2023-02-16 Oleksandr Redkosrc: rename unexported errors by adding prefix err
2023-02-16 Cuong Manh Ledoc: add missing builtin functions not permitted in...
2023-02-16 Brad Fitzpatrickruntime: expose auxv for use by x/sys/cpu
2023-02-16 Keith Randallcmd/compile: ensure InitMem comes after Args
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2023-02-16 Keith Randallcmd/compile: detect write barrier completion differently
2023-02-16 Keith Randallcmd/compile: reorganize write barrier code a bit
2023-02-15 Keith Randallcmd/compile: share compiler allocations of similar...
2023-02-15 zennet: retry if GetAddrInfoW returns WSTRY_AGAIN when...
2023-02-15 Will Hawkinsnet/http: support streaming POST content in wasm
2023-02-15 Filippo Valsordacrypto/internal/bigmod: flag amd64 assembly as noescape
2023-02-15 Akhil Indurtimath: add Compare and Compare32
2023-02-15 Keith Randallcmd/compile: schedule SP earlier
2023-02-15 Bryan C. Millscmd/go: fuzz test splitPkgConfigOutput and fix minor...
2023-02-14 Michael Anthony... runtime: check for overflow in sweep assist
2023-02-14 Michael Prattall: update vendored golang.org/x/net
2023-02-14 Ian Lance Taylorslices: skip TestGrow allocation test if noopt
2023-02-14 Roland Shoemakercrypto/tls: replace all usages of BytesOrPanic
2023-02-14 Damien Neilmime/multipart: limit memory/inode consumption of ReadForm
2023-02-14 Damien Neilpath/filepath: do not Clean("a/../c:/b") into c:\b...
2023-02-14 cui fliterall: fix some comments
2023-02-14 Damien NeilRevert "io: detect Writers that access io.Copy's buffer...
2023-02-13 Matthew Dempskygo/internal/gcimporter: restore Go 1.19 Package.SetImpo...
2023-02-13 Cuong Manh Lecmd/compile: fix wrong escape analysis for go/defer...
2023-02-13 Ian Lance Taylorslices: new package
2023-02-13 Than McIntoshcmd/link/internal/ld: fix text section splitting for ARM
next