2019-10-22 |
Robert Griesemer | go/types: don't update package-external types when... |
commit | commitdiff | tree |
2019-10-22 |
David du Colombier | cmd/go: fix TestScript/list_ambiguous_path on Plan 9 |
commit | commitdiff | tree |
2019-10-22 |
Bryan C. Mills | net: ignore or skip known-flaky localhost Dial operatio... |
commit | commitdiff | tree |
2019-10-22 |
Brave Cow | net/http: update sanitizeCookieValue description |
commit | commitdiff | tree |
2019-10-22 |
Baokun Lee | cmd/go/internal/modcmd: error out if one module with... |
commit | commitdiff | tree |
2019-10-22 |
Ian Lance Taylor | runtime: factor signal stack code out of sigtrampgo |
commit | commitdiff | tree |
2019-10-22 |
Ian Lance Taylor | runtime: correctly negate errno value for *BSD ARM |
commit | commitdiff | tree |
2019-10-22 |
Jason A. Donenfeld | syscall: respect permission bits on file opening on... |
commit | commitdiff | tree |
2019-10-22 |
Ian Lance Taylor | os/exec: skip possible netpoll pipe in known FDs in... |
commit | commitdiff | tree |
2019-10-22 |
Ian Lance Taylor | runtime: force testing calls of netpoll to run on syste... |
commit | commitdiff | tree |
2019-10-22 |
ajz01 | go/parser: remove superfluous case from switch statement |
commit | commitdiff | tree |
2019-10-22 |
Cuong Manh Le | cmd/compile: disable checkptr for //go:nosplit functions |
commit | commitdiff | tree |
2019-10-22 |
Cuong Manh Le | runtime: fix unsafe.Pointer alignment on Linux |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime, syscall, time: prepare for adding timers to P's |
commit | commitdiff | tree |
2019-10-21 |
Robert Griesemer | go/parser: better error (recovery) for Allman/BSD-style... |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime: handle timers on P's in procresize/(*pp).destroy |
commit | commitdiff | tree |
2019-10-21 |
Matthew Dempsky | reflect, internal/reflectlite: set capacity when slicin... |
commit | commitdiff | tree |
2019-10-21 |
Matthew Dempsky | cmd/compile: recognize (*[Big]T)(ptr)[:n:m] pattern... |
commit | commitdiff | tree |
2019-10-21 |
Keith Randall | bytes/hash: initialize all 64 bits of hash seed |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime: add wasm support for timers on P's |
commit | commitdiff | tree |
2019-10-21 |
Michael Munday | cmd/compile/internal/ssa: regenerate rewrite rules |
commit | commitdiff | tree |
2019-10-21 |
Matthew Dempsky | cmd/compile: recognize reflect.{Slice,String}Header... |
commit | commitdiff | tree |
2019-10-21 |
Dmitri Shuralyov | net/http: remove parseURL variable |
commit | commitdiff | tree |
2019-10-21 |
Dmitri Shuralyov | database/sql: remove forced log import from test |
commit | commitdiff | tree |
2019-10-21 |
Bryan C. Mills | crypto/tls: retry net.Dial flakes on Dragonfly |
commit | commitdiff | tree |
2019-10-21 |
Cuong Manh Le | cmd/compile: remove overflow pointer padding for nacl |
commit | commitdiff | tree |
2019-10-21 |
harsimran1 | net/http/pprof: explicitly mention DefaultServeMux... |
commit | commitdiff | tree |
2019-10-21 |
Emmanuel T... | net/http: make TimeoutHandler log spurious WriteHeader... |
commit | commitdiff | tree |
2019-10-21 |
sandyskies | io: make CopyBuffer docs state when buf is not used |
commit | commitdiff | tree |
2019-10-21 |
smasher164 | cmd/compile: add fma intrinsic for arm |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime: initial scheduler changes for timers on P's |
commit | commitdiff | tree |
2019-10-21 |
Emmanuel T... | net/http: make Transport.RoundTrip close body on any... |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime, syscall, time: add and use resettimer |
commit | commitdiff | tree |
2019-10-21 |
smasher164 | cmd/compile: add fma intrinsic for amd64 |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime: add netpollBreak |
commit | commitdiff | tree |
2019-10-21 |
smasher164 | cmd/compile: introduce generic ssa intrinsic for fused... |
commit | commitdiff | tree |
2019-10-21 |
Akhil Indurti | math: add guaranteed-precision FMA implementation |
commit | commitdiff | tree |
2019-10-21 |
Bryan C. Mills | cmd/go: add a flag to avoid creating unwritable directo... |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime: change read and write to return negative errno... |
commit | commitdiff | tree |
2019-10-21 |
Tobias Klauser | vendor: re-vendor golang.org/x/net to fix Dragonfly... |
commit | commitdiff | tree |
2019-10-21 |
Ian Lance Taylor | runtime: use correct pipe call for mips/mips64 GNU... |
commit | commitdiff | tree |
2019-10-21 |
Joshua M. Clulow | runtime: temporarily skip gdb python-related tests... |
commit | commitdiff | tree |
2019-10-20 |
Ian Lance Taylor | runtime: define nonblockingPipe |
commit | commitdiff | tree |
2019-10-20 |
Umang Parmar | go/build: recognize '.sx' as equivalent of '.S' |
commit | commitdiff | tree |
2019-10-20 |
Umang Parmar | cmd/go: allow passing -U flag in cgo CFLAGS |
commit | commitdiff | tree |
2019-10-20 |
Tobias Klauser | syscall: don't use 32-bit aligned access for cmsgAlignO... |
commit | commitdiff | tree |
2019-10-20 |
Giovanni Bajo | cmd/compile: in prove, give a different name to each... |
commit | commitdiff | tree |
2019-10-20 |
Alex Brainman | cmd/link: use libmsvcrt.a during internal link |
commit | commitdiff | tree |
2019-10-20 |
Luke Young | net/http: make Transport.roundTrip close body on invali... |
commit | commitdiff | tree |
2019-10-19 |
Caleb Spare | cmd/vet: re-vendor x/tools upstream for printf verb fix |
commit | commitdiff | tree |
2019-10-19 |
Cherry Zhang | runtime: fix past-the-end write of wasmStack |
commit | commitdiff | tree |
2019-10-18 |
Matthew Dempsky | cmd/compile: only escape unsafe.Pointer conversions... |
commit | commitdiff | tree |
2019-10-18 |
Emmanuel T... | net/http/httptest: add EnableHTTP2 to Server |
commit | commitdiff | tree |
2019-10-18 |
Cuong Manh Le | syscall: fix wrong unsafe.Pointer alignment in syscall |
commit | commitdiff | tree |
2019-10-18 |
Brad Fitzpatrick | doc/go1.14: announce upcoming removal of darwin/386... |
commit | commitdiff | tree |
2019-10-18 |
diaxu01 | cmd/internal/obj/arm64: add support of NOOP instruction |
commit | commitdiff | tree |
2019-10-18 |
Alberto Donizetti | math/bits: add Rem, Rem32, Rem64 |
commit | commitdiff | tree |
2019-10-18 |
Cuong Manh Le | cmd/compile: skip empty init function in fninit |
commit | commitdiff | tree |
2019-10-18 |
Keith Randall | runtime/race: add test for midstack inlining |
commit | commitdiff | tree |
2019-10-18 |
Keith Randall | runtime/race: update race detector shared libraries |
commit | commitdiff | tree |
2019-10-18 |
Robert Griesemer | go/types: don't update the underlying type of an import... |
commit | commitdiff | tree |
2019-10-17 |
Matthew Dempsky | cmd/compile: disable checkptr for //go:cgo_unsafe_args... |
commit | commitdiff | tree |
2019-10-17 |
Keith Randall | runtime: save g register during arm64 race detector... |
commit | commitdiff | tree |
2019-10-17 |
Alexander Rakoczy | doc: document Go 1.13.3 |
commit | commitdiff | tree |
2019-10-17 |
Matthew Dempsky | cmd/compile: fix -d=checkptr for named unsafe.Pointer... |
commit | commitdiff | tree |
2019-10-17 |
Alexander Rakoczy | doc: document Go 1.12.12 |
commit | commitdiff | tree |
2019-10-17 |
Katie Hockman | doc: document Go 1.13.2 and Go 1.12.11 |
commit | commitdiff | tree |
2019-10-17 |
Matthew Dempsky | cmd/compile: escape unsafe.Pointer conversions when... |
commit | commitdiff | tree |
2019-10-17 |
Keith Randall | regexp: skip long-running benchmarks if -short is specified |
commit | commitdiff | tree |
2019-10-17 |
Matthew Dempsky | cmd/compile: detect unsafe conversions from smaller... |
commit | commitdiff | tree |
2019-10-17 |
Brad Fitzpatrick | doc/go1.14.html: add some TODOs about various ports |
commit | commitdiff | tree |
2019-10-17 |
Matthew Dempsky | syscall: avoid "just past the end" pointers in UnixRights |
commit | commitdiff | tree |
2019-10-17 |
Trung Nguyen | net/http, net/textproto: add Header.Values, MIMEHeader... |
commit | commitdiff | tree |
2019-10-17 |
Bryan C. Mills | os/exec: re-enable TestExtraFiles checks skipped on... |
commit | commitdiff | tree |
2019-10-17 |
Brad Fitzpatrick | syscall: remove use of IN_KUBERNETES in test, add a... |
commit | commitdiff | tree |
2019-10-17 |
Brad Fitzpatrick | net: skip some interface tests on Dragonfly for now |
commit | commitdiff | tree |
2019-10-17 |
Artem Alekseev | cmd/asm: add missing x86 instructions |
commit | commitdiff | tree |
2019-10-17 |
Bryan C. Mills | os/exec: preserve the process environment when invoking... |
commit | commitdiff | tree |
2019-10-17 |
Michael Munday | cmd/asm/internal/arch: delete unused s390x functions |
commit | commitdiff | tree |
2019-10-17 |
Alex Brainman | time: change genzabbrs.go to fetch windowsZones.xml... |
commit | commitdiff | tree |
2019-10-17 |
Matthew Dempsky | cmd/compile: add -d=checkptr to validate unsafe.Pointer... |
commit | commitdiff | tree |
2019-10-16 |
Jay Conrod | cmd/go/internal/module: fix inverted condition in Match... |
commit | commitdiff | tree |
2019-10-16 |
Eugene Kalinin | encoding/json: correct caller's name in encoding errors |
commit | commitdiff | tree |
2019-10-16 |
Michael Munday | crypto/ecdsa: remove s390x assembly |
commit | commitdiff | tree |
2019-10-16 |
Bryan C. Mills | Revert "cmd/compile, cmd/link, runtime: make defers... |
commit | commitdiff | tree |
2019-10-16 |
Emmanuel T... | io/ioutil: support predictable prefix,suffix for TempDi... |
commit | commitdiff | tree |
2019-10-16 |
Dan Scales | cmd/compile, cmd/link, runtime: make defers low-cost... |
commit | commitdiff | tree |
2019-10-16 |
Fazlul Shahriar | net: fix multicast and IPv6 related issues on Plan 9 |
commit | commitdiff | tree |
2019-10-16 |
Ben Shi | cmd/internal/obj/arm: remove NaCl related DATABUNDLE |
commit | commitdiff | tree |
2019-10-16 |
Agniva De Sarker | cmd/internal/obj/wasm,cmd/link/internal/wasm: add fast... |
commit | commitdiff | tree |
2019-10-16 |
bill_ofarrell | crypto/ecdsa: fix buffer size on s390x for ecdsa |
commit | commitdiff | tree |
2019-10-16 |
Cherry Zhang | cmd/compile: on Wasm and AIX, let deferred nil function... |
commit | commitdiff | tree |
2019-10-15 |
Ian Lance Taylor | cmd/go: add test for gccgo name mangling crash |
commit | commitdiff | tree |
2019-10-15 |
Robert Griesemer | math/big: make Rat accessors safe for concurrent use |
commit | commitdiff | tree |
2019-10-15 |
Ian Lance Taylor | os: keep attr.Files alive when calling StartProcess |
commit | commitdiff | tree |
2019-10-15 |
Ian Lance Taylor | runtime: change netpoll to take an amount of time to... |
commit | commitdiff | tree |
2019-10-15 |
Brad Fitzpatrick | net/http: remove references to old NPN support |
commit | commitdiff | tree |
2019-10-15 |
Bryan C. Mills | cmd/go: omit new 'vendor/modules.txt' annotations if... |
commit | commitdiff | tree |
2019-10-15 |
Ian Lance Taylor | time: avoid or clarify CEST |
commit | commitdiff | tree |
2019-10-15 |
Michael Anthony... | runtime: call goready in wakeScavenger instead of ready |
commit | commitdiff | tree |
next |