]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-10-22 Ian Lance Taylorruntime: factor signal stack code out of sigtrampgo
2019-10-22 Ian Lance Taylorruntime: correctly negate errno value for *BSD ARM
2019-10-22 Jason A. Donenfeldsyscall: respect permission bits on file opening on...
2019-10-22 Ian Lance Tayloros/exec: skip possible netpoll pipe in known FDs in...
2019-10-22 Ian Lance Taylorruntime: force testing calls of netpoll to run on syste...
2019-10-22 ajz01go/parser: remove superfluous case from switch statement
2019-10-22 Cuong Manh Lecmd/compile: disable checkptr for //go:nosplit functions
2019-10-22 Cuong Manh Leruntime: fix unsafe.Pointer alignment on Linux
2019-10-21 Ian Lance Taylorruntime, syscall, time: prepare for adding timers to P's
2019-10-21 Robert Griesemergo/parser: better error (recovery) for Allman/BSD-style...
2019-10-21 Ian Lance Taylorruntime: handle timers on P's in procresize/(*pp).destroy
2019-10-21 Matthew Dempskyreflect, internal/reflectlite: set capacity when slicin...
2019-10-21 Matthew Dempskycmd/compile: recognize (*[Big]T)(ptr)[:n:m] pattern...
2019-10-21 Keith Randallbytes/hash: initialize all 64 bits of hash seed
2019-10-21 Ian Lance Taylorruntime: add wasm support for timers on P's
2019-10-21 Michael Mundaycmd/compile/internal/ssa: regenerate rewrite rules
2019-10-21 Matthew Dempskycmd/compile: recognize reflect.{Slice,String}Header...
2019-10-21 Dmitri Shuralyovnet/http: remove parseURL variable
2019-10-21 Dmitri Shuralyovdatabase/sql: remove forced log import from test
2019-10-21 Bryan C. Millscrypto/tls: retry net.Dial flakes on Dragonfly
2019-10-21 Cuong Manh Lecmd/compile: remove overflow pointer padding for nacl
2019-10-21 harsimran1net/http/pprof: explicitly mention DefaultServeMux...
2019-10-21 Emmanuel T... net/http: make TimeoutHandler log spurious WriteHeader...
2019-10-21 sandyskiesio: make CopyBuffer docs state when buf is not used
2019-10-21 smasher164cmd/compile: add fma intrinsic for arm
2019-10-21 Ian Lance Taylorruntime: initial scheduler changes for timers on P's
2019-10-21 Emmanuel T... net/http: make Transport.RoundTrip close body on any...
2019-10-21 Ian Lance Taylorruntime, syscall, time: add and use resettimer
2019-10-21 smasher164cmd/compile: add fma intrinsic for amd64
2019-10-21 Ian Lance Taylorruntime: add netpollBreak
2019-10-21 smasher164cmd/compile: introduce generic ssa intrinsic for fused...
2019-10-21 Akhil Indurtimath: add guaranteed-precision FMA implementation
2019-10-21 Bryan C. Millscmd/go: add a flag to avoid creating unwritable directo...
2019-10-21 Ian Lance Taylorruntime: change read and write to return negative errno...
2019-10-21 Tobias Klauservendor: re-vendor golang.org/x/net to fix Dragonfly...
2019-10-21 Ian Lance Taylorruntime: use correct pipe call for mips/mips64 GNU...
2019-10-21 Joshua M. Clulowruntime: temporarily skip gdb python-related tests...
2019-10-20 Ian Lance Taylorruntime: define nonblockingPipe
2019-10-20 Umang Parmargo/build: recognize '.sx' as equivalent of '.S'
2019-10-20 Umang Parmarcmd/go: allow passing -U flag in cgo CFLAGS
2019-10-20 Tobias Klausersyscall: don't use 32-bit aligned access for cmsgAlignO...
2019-10-20 Giovanni Bajocmd/compile: in prove, give a different name to each...
2019-10-20 Alex Brainmancmd/link: use libmsvcrt.a during internal link
2019-10-20 Luke Youngnet/http: make Transport.roundTrip close body on invali...
2019-10-19 Caleb Sparecmd/vet: re-vendor x/tools upstream for printf verb fix
2019-10-19 Cherry Zhangruntime: fix past-the-end write of wasmStack
2019-10-18 Matthew Dempskycmd/compile: only escape unsafe.Pointer conversions...
2019-10-18 Emmanuel T... net/http/httptest: add EnableHTTP2 to Server
2019-10-18 Cuong Manh Lesyscall: fix wrong unsafe.Pointer alignment in syscall
2019-10-18 Brad Fitzpatrickdoc/go1.14: announce upcoming removal of darwin/386...
2019-10-18 diaxu01cmd/internal/obj/arm64: add support of NOOP instruction
2019-10-18 Alberto Donizettimath/bits: add Rem, Rem32, Rem64
2019-10-18 Cuong Manh Lecmd/compile: skip empty init function in fninit
2019-10-18 Keith Randallruntime/race: add test for midstack inlining
2019-10-18 Keith Randallruntime/race: update race detector shared libraries
2019-10-18 Robert Griesemergo/types: don't update the underlying type of an import...
2019-10-17 Matthew Dempskycmd/compile: disable checkptr for //go:cgo_unsafe_args...
2019-10-17 Keith Randallruntime: save g register during arm64 race detector...
2019-10-17 Alexander Rakoczydoc: document Go 1.13.3
2019-10-17 Matthew Dempskycmd/compile: fix -d=checkptr for named unsafe.Pointer...
2019-10-17 Alexander Rakoczydoc: document Go 1.12.12
2019-10-17 Katie Hockmandoc: document Go 1.13.2 and Go 1.12.11
2019-10-17 Matthew Dempskycmd/compile: escape unsafe.Pointer conversions when...
2019-10-17 Keith Randallregexp: skip long-running benchmarks if -short is specified
2019-10-17 Matthew Dempskycmd/compile: detect unsafe conversions from smaller...
2019-10-17 Brad Fitzpatrickdoc/go1.14.html: add some TODOs about various ports
2019-10-17 Matthew Dempskysyscall: avoid "just past the end" pointers in UnixRights
2019-10-17 Trung Nguyennet/http, net/textproto: add Header.Values, MIMEHeader...
2019-10-17 Bryan C. Millsos/exec: re-enable TestExtraFiles checks skipped on...
2019-10-17 Brad Fitzpatricksyscall: remove use of IN_KUBERNETES in test, add a...
2019-10-17 Brad Fitzpatricknet: skip some interface tests on Dragonfly for now
2019-10-17 Artem Alekseevcmd/asm: add missing x86 instructions
2019-10-17 Bryan C. Millsos/exec: preserve the process environment when invoking...
2019-10-17 Michael Mundaycmd/asm/internal/arch: delete unused s390x functions
2019-10-17 Alex Brainmantime: change genzabbrs.go to fetch windowsZones.xml...
2019-10-17 Matthew Dempskycmd/compile: add -d=checkptr to validate unsafe.Pointer...
2019-10-16 Jay Conrodcmd/go/internal/module: fix inverted condition in Match...
2019-10-16 Eugene Kalininencoding/json: correct caller's name in encoding errors
2019-10-16 Michael Mundaycrypto/ecdsa: remove s390x assembly
2019-10-16 Bryan C. MillsRevert "cmd/compile, cmd/link, runtime: make defers...
2019-10-16 Emmanuel T... io/ioutil: support predictable prefix,suffix for TempDi...
2019-10-16 Dan Scalescmd/compile, cmd/link, runtime: make defers low-cost...
2019-10-16 Fazlul Shahriarnet: fix multicast and IPv6 related issues on Plan 9
2019-10-16 Ben Shicmd/internal/obj/arm: remove NaCl related DATABUNDLE
2019-10-16 Agniva De Sarkercmd/internal/obj/wasm,cmd/link/internal/wasm: add fast...
2019-10-16 bill_ofarrellcrypto/ecdsa: fix buffer size on s390x for ecdsa
2019-10-16 Cherry Zhangcmd/compile: on Wasm and AIX, let deferred nil function...
2019-10-15 Ian Lance Taylorcmd/go: add test for gccgo name mangling crash
2019-10-15 Robert Griesemermath/big: make Rat accessors safe for concurrent use
2019-10-15 Ian Lance Tayloros: keep attr.Files alive when calling StartProcess
2019-10-15 Ian Lance Taylorruntime: change netpoll to take an amount of time to...
2019-10-15 Brad Fitzpatricknet/http: remove references to old NPN support
2019-10-15 Bryan C. Millscmd/go: omit new 'vendor/modules.txt' annotations if...
2019-10-15 Ian Lance Taylortime: avoid or clarify CEST
2019-10-15 Michael Anthony... runtime: call goready in wakeScavenger instead of ready
2019-10-15 Ben Shicmd/compile: remove some nacl SSA rules
2019-10-15 David Chasecmd/compile: preserve statements in late nilcheckelim...
2019-10-15 Keith Randallcmd/compile: fix fmt test
2019-10-15 Joel Singcmd/internal/obj/riscv: implement MOV pseudo-instructions
2019-10-14 Daniel Martícmd/go: refuse -w with an invalid GO111MODULE
next