]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2023-02-13 Damien Neilall: update vendored golang.org/x/net
2023-02-13 Ikko Eltociear... cmd/internal/cov: fix typo in readcovdata.go
2023-02-13 Jorropocrypto/internal/edwards25519: reduce Point size by...
2023-02-13 Ian Lance Taylorcmd/dist: use a copy of platform.BuildModeSupported
2023-02-11 Joel Singinternal/bytealg: simplify and improve compare on riscv64
2023-02-11 Max Altgeltruntime: Allow handling of EXCEPTION_IN_PAGE_ERROR
2023-02-10 David Barshowcmd/go: mod vendor: fixed checking for vendor directory
2023-02-10 Damien Neilio: detect Writers that access io.Copy's buffer after...
2023-02-10 zlasdcmd/go: handle escapes in pkg-config ldflags output
2023-02-10 Nick Ripleycmd/trace: fix error message for bad goroutine state...
2023-02-10 David Chasevendor: add new vendored files from update
2023-02-10 Mateusz Poliwczaknet: move context cancellation logic of blocking calls...
2023-02-10 Frederic Branczykcmd/compile/internal/pgo: fix hard-coded PGO sample...
2023-02-10 David Chasevendor, cmd/vendor: update standard library dependencies
2023-02-10 Ian Lance Taylorbufio: permit r.Reset(r) without infinite recursion
2023-02-10 Than McIntoshcmd/internal/cov: fix misuse of bufio.Reader.Read in...
2023-02-10 Than McIntoshRevert "math: add Compare and Compare32"
2023-02-10 Bryan C. Millscmd/go: remove tests that assume lack of new versions...
2023-02-10 Valentin Deleplacemath/rand: fix typo in Seed deprecation comment
2023-02-10 Damien NeilRevert "io: allocate copy buffers from a pool"
2023-02-10 Carlo Alberto... context: reduce init-time allocations
2023-02-10 Russ Coxruntime: skip darwin osinit_hack on ios
2023-02-10 qmuntalcmd/dist: remove windows-amd64-2008 code path
2023-02-10 Than McIntoshcmd/link: try libssp_nonshared.a when looking for ...
2023-02-10 Than McIntoshcmd/cgo: add -fno-stack-protector to CFLAGS (again)
2023-02-10 Than McIntoshcmd/link: improve error for missing SDYNIMPORT support...
next