Sign in
go
/
go
/
932c1e3dd32f636ab3f25b23d9dcef194a577bca
932c1e3
cmd/compile/internal: some janitoring
by Marvin Stenger
· 10 years ago
3132299
runtime: add stub sigreturn on arm
by Michael Hudson-Doyle
· 10 years ago
60f0345
cmd/dist: fix mkzversion to produce gofmt'd output
by Dave Cheney
· 10 years ago
dab0dac
cmd/compile: convert typecheck_stack to []*Node
by Dave Cheney
· 10 years ago
63e2bed
cmd/asm: fix another infinite loop in register list parser
by Didier Spezia
· 10 years ago
22452ac
cmd/compile: use []*Node instead of NodeList in bottomUpVisitor
by Dave Cheney
· 10 years ago
5a3ff6c
net: Make Listen(":port") use IPv6 when IPv4 is not supported.
by Paul Marks
· 10 years ago
703bd83
cmd/compile: use []*Node instead of NodeList in sinit
by Dave Cheney
· 10 years ago
928fe05
reflect: record unsafe.Pointer, not uintptr, during DeepEqual
by Russ Cox
· 10 years ago
ace3032
cmd/compile/internal/gc: fix go.y (rename of Fatal -> Fatalf)
by Robert Griesemer
· 10 years ago
4f74de1
cmd/go: fix Go buildid reading on Solaris
by Shawn Walker-Salas
· 10 years ago
e49b246
Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object"
by Dave Cheney
· 10 years ago
ced0646
net: make DNSError.Temporary return true on SERVFAIL
by Dan Peterson
· 10 years ago
6fd82d8
net/http: optimize some io.Copy calls by reusing buffers
by Artyom Pervukhin
· 10 years ago
8c2c35d
net/http/httptest: ResponseRecorder.WriteString
by Nodir Turakulov
· 10 years ago
3c37a61
cmd/compile/internal: slice/map literals janitoring
by Didier Spezia
· 10 years ago
220b5f7
image/gif: map/slice literals janitoring
by Didier Spezia
· 10 years ago
876b7cc
cmd/compile, cmd/go: generate position independent code with -buildmode=c-shared on arm
by Michael Hudson-Doyle
· 10 years ago
40af15f
runtime: teach softfloat interpreter about "add r11, pc, r11"
by Michael Hudson-Doyle
· 10 years ago
821e124
cmd/link/internal/ld: align PE .text section to 32-byte when external linking
by Shenghou Ma
· 10 years ago
2c2cbb6
cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object
by Michael Hudson-Doyle
· 10 years ago
eaea5ad
cmd/asm: fix handling of nested #if[n]defs
by Michael Hudson-Doyle
· 10 years ago
13e06d8
internal/syscall/windows/registry: do not panic when data is large
by Alex Brainman
· 10 years ago
b8efc00
all: remove executable bit from several files
by Andrew Gerrand
· 10 years ago
06da8fd
cmd/link: only embed runtime.goarm in the module that contains the runtime package
by Michael Hudson-Doyle
· 10 years ago
dac87e9
cmd/compile/internal/gc: allow //go:systemstack only in runtime
by Shenghou Ma
· 10 years ago
e16d803
hash: update documentation for MakeTable in crc32 and crc64
by Joe Tsai
· 10 years ago
c788a8e
Revert "cmd/link: only embed runtime.goarm in the module that contains the runtime package"
by Michael Hudson-Doyle
· 10 years ago
3702553
net/rpc: don't exit if Accept gets an error
by Rob Pike
· 10 years ago
d5e32eb
syscall: fix formatting calls in tests
by Alexander Morozov
· 10 years ago
36af087
cmd/asm: handle CMPF and CMPD on ARM
by Rob Pike
· 10 years ago
d737639
database/sql: close bad connections in commit or rollback:
by Chris Hines
· 10 years ago
bf99d8f
cmd/link: only embed runtime.goarm in the module that contains the runtime package
by Michael Hudson-Doyle
· 10 years ago
9e6ba37
cmd/internal/obj: some platform independent bits of proper toolchain support for thread local storage
by Michael Hudson-Doyle
· 10 years ago
499c827
doc: add Go Security Policy document
by Andrew Gerrand
· 10 years ago
7bf959c
cmd/internal/obj: remove Link.Tlsoffset
by Michael Hudson-Doyle
· 10 years ago
5c78589
compress/flate: simplify inflate logic
by Joe Tsai
· 10 years ago
9f0baca
runtime: fixes for arm64 shared libraries
by Michael Hudson-Doyle
· 10 years ago
df37c4b
cmd/asm: fix several panics with erroneous input
by Didier Spezia
· 10 years ago
dc3540d
compile/internal/gc: make typecheckok a bool
by Håvard Haugen
· 10 years ago
45537d8
cmd/doc: document that json.Decode documents encoding/json.Decoder.Decode
by Rob Pike
· 10 years ago
43a7a9c
cmd/vet: diagnose using Printf on a function value
by Rob Pike
· 10 years ago
5f2cda5
doc: only show Share button when enabled
by Andrew Gerrand
· 10 years ago
dd42eff
cmd/compile/internal/gc: use slice instead of NodeList for Label.Use
by Håvard Haugen
· 10 years ago
e8da46f
cmd/compile/internal/gc: remove dead code found by vet
by Håvard Haugen
· 10 years ago
25b0017
net/http: make FileServer sort directory entries
by Dan Peterson
· 10 years ago
1ac84d4
build: Fix bootstrap.bash for official source tarballs
by Fabian Wickborn
· 10 years ago
e92d0d8
cmd/link: remove some dead code
by Michael Hudson-Doyle
· 10 years ago
9c514e1
io: add WriteString support to MultiWriter
by Brad Fitzpatrick
· 10 years ago
8ceaefb
io/ioutil: clarify docs for ReadDir sort order.
by Nigel Tao
· 10 years ago
e424d59
image/draw: optimize out some bounds checks.
by Nigel Tao
· 10 years ago
754d4c0
net: Increase the acceptable delay in TestDialerDualstack
by Paul Marks
· 10 years ago
8d478e8
cmd/internal/obj/arm: remove CASE and BCASE
by Dave Cheney
· 10 years ago
a088f1b
runtime: soften up hash checks a bit
by Keith Randall
· 10 years ago
24e4cd9
fmt: fix scientific notation in docs
by Shenghou Ma
· 10 years ago
32d3b96
runtime: implement cmpstring and bytes.Compare in assembly for ppc64
by Shenghou Ma
· 10 years ago
5483761
syscall: remove unused kernelVersion function from tests
by Alexander Morozov
· 10 years ago
ae82315
syscall: move check of unprivileged_userns_clone to whoamiCmd
by Alexander Morozov
· 10 years ago
3578bdf
internal/obj/arm64: remove CASE and BCASE
by Dave Cheney
· 10 years ago
019297a
os: remove a redundant branch in File.Read.
by Aaron Jacobs
· 10 years ago
3c9fa38
cmd/compile/internal/gc: rename Fatal to Fatalf
by Håvard Haugen
· 10 years ago
af799d9
cmd/link: pass value being relocated to archreloc
by Michael Hudson-Doyle
· 10 years ago
5f2c420
net: add -lsendfile to cgo LDFLAGS for solaris
by Shenghou Ma
· 10 years ago
77e5282
runtime: check that stack barrier unwind is in sync
by Austin Clements
· 10 years ago
3bfc9df
runtime: add GODEBUG for stack barriers at every frame
by Austin Clements
· 10 years ago
e2bb03f
runtime: don't install a stack barrier in cgocallback_gofunc's frame
by Austin Clements
· 10 years ago
0cced63
crypto/x509: emit PKIX names in a more standard order.
by Adam Langley
· 10 years ago
cb5bca8
crypto/tls: reject ServerHellos with empty ALPN protocols.
by Adam Langley
· 10 years ago
34695c4
crypto/tls: note in comments that setting GetCertificate is now sufficient.
by aubble
· 10 years ago
efeeee3
crypto/aes: dedicated asm version of AES-GCM
by Vlad Krasnov
· 10 years ago
bfa0161
crypto/tls: allow tls.Listen when only GetCertificate is provided.
by aubble
· 10 years ago
74245b03
testing/quick: terminate for arbitrary recursive types
by Håvard Haugen
· 10 years ago
ea0491b
math/big: use optimized formula in ModSqrt for 3 mod 4 primes
by David Leon Gil
· 10 years ago
fac1039
encoding/asn1: fix panic when Marshaling nil.
by Michal Bohuslávek
· 10 years ago
805e56e
runtime: short-circuit bytes.Compare if src and dst are the same slice
by Keith Randall
· 10 years ago
d93f3b5
time: fix 400 year offset in comment
by Ian Lance Taylor
· 10 years ago
383a360
misc/nacl: fix nacl build
by Dave Cheney
· 10 years ago
3d3bc88
cmd/compile/internal/gc: use slice instead of linked list for nodes to export
by Robert Griesemer
· 10 years ago
68f4f96
cmd/compiler/internal/gc: fix argument for Sprintf
by Robert Griesemer
· 10 years ago
8acaacb
compress/gzip: clarify Latin-1 restrictions on gzip.Header
by Matthew Dempsky
· 10 years ago
63862af
cmd/internal/rsc.io: delete
by Russ Cox
· 10 years ago
90dbd97
cmd/internal/objfile: use golang.org/x/arch instead of rsc.io
by Russ Cox
· 10 years ago
10efac8
cmd/vendor/golang.org/x/arch: import arm/armasm and x86/x86asm
by Russ Cox
· 10 years ago
9c04d00
runtime: check explicitly for short unwinding of stacks
by Russ Cox
· 10 years ago
06b0f15
doc: mention vendoring in go1.6.txt (forgot git add before)
by Russ Cox
· 10 years ago
16cf880
doc/go1.6.txt: start go1.6.txt with a note about nacl
by Dave Cheney
· 10 years ago
12663b4
registry: Explain how GetMUIStringValue works and where it falls short
by Daniel Johansson
· 10 years ago
de78696
syscall: remove nacl srpc helper
by Dave Cheney
· 10 years ago
6403c95
compress/bzip2: make decoding faster
by Alberto Donizetti
· 10 years ago
499845b
cmd/go: -a does apply to the standard library
by Ian Lance Taylor
· 10 years ago
a82ed3b
cmd/go: enable vendoring experiment by default
by Russ Cox
· 10 years ago
35365b9
net: restore LookupPort for integer strings
by Russ Cox
· 10 years ago
8261c88
syscall: don't call Setgroups if Credential.Groups is empty
by Alexander Morozov
· 10 years ago
b55c4a0
cmd/go: properly ignore import comments for vendored packages rooted at GOPATH
by Vincent Vanackere
· 10 years ago
34db31d
src/runtime: Add missing defs for android/386.
by Tim Cooijmans
· 10 years ago
7437e3f
cmd/asm: fix potential infinite loop in parser
by Didier Spezia
· 10 years ago
be33e20
text/template: add ExecError type and return it from Execute on error
by Rob Pike
· 10 years ago
d497eeb
runtime: remove unused xchgp/xchgp1
by Michael Hudson-Doyle
· 10 years ago
b9e4867
go/types: fix real(a) and imag(a) for untyped arguments
by Robert Griesemer
· 10 years ago
a34b8cb
net/http/httputil: permit nil request body in ReverseProxy
by Brad Fitzpatrick
· 10 years ago
Next »