Sign in
go
/
go
/
b3a8b0574ad94c0b26cacb2e926848f18ecb29f3
b3a8b05
runtime: abort on fatal errors and panics in c-shared and c-archive modes
by Elias Naur
· 10 years ago
d5004ee
runtime: use AddVectoredContinueHandler on Windows XP amd64
by Alex Brainman
· 10 years ago
8b22109
math: Expm1 returns -1 with large negative argument.
by Charlie Dorian
· 10 years ago
1082e23
cmd/link/internal/ld: stricter object file decoding
by Matthew Dempsky
· 10 years ago
6a90b1d
runtime, cmd/go: fix tests to work when GOROOT_FINAL is set
by Ian Lance Taylor
· 10 years ago
2de67e9
runtime: clarify that NumCPU returns only available CPUs
by Ian Lance Taylor
· 10 years ago
91ba0ab
net: fix misidentification of link-local, global unicast IP addresses
by Mikio Hara
· 10 years ago
7b5d536
net: ensure that ResolveIPAddr(addr.String()) reproduces addr
by Mikio Hara
· 10 years ago
a625b91
cmd/doc: submit to the punched card tyranny
by Rob Pike
· 10 years ago
315e5c9
debug/pe: truncate pe sections to their size in memory
by Alex Brainman
· 10 years ago
b615ad8
net: add mechanisms to force go or cgo lookup, and to debug default strategy
by Brad Fitzpatrick
· 10 years ago
4c33250
CONTRIBUTORS: add Ross Light's google.com email
by Ross Light
· 10 years ago
4b2774f
runtime: make sysmon-triggered GC concurrent
by Austin Clements
· 10 years ago
012917a
doc: document the machine-independent changes to the assembler
by Rob Pike
· 10 years ago
2e6ed61
doc: R13 is stack pointer on ARM, not 386
by Rob Pike
· 10 years ago
e71276c
doc: add -test.count and get -insecure to go1.5.html
by Rob Pike
· 10 years ago
91976aa
cmd/doc: suppress symbols for commands when showing package docs
by Rob Pike
· 10 years ago
1b74c71
cmd/asm: add copyright notices to tests
by Rob Pike
· 10 years ago
bd45bce
doc/go1.5: mention net/http.Request.Cancel
by Aaron Jacobs
· 10 years ago
b6ead9f
cmd/go: disable vendoredImportPath for code outside $GOPATH
by Russ Cox
· 10 years ago
go1.5beta1
9f90f31
cmd/compile: allow static init for unsafe.Pointer(&x) where x is global
by Russ Cox
· 10 years ago
d6e6baa
net/http: fix MaxBytesReader at EOF
by Brad Fitzpatrick
· 10 years ago
1438225
net/http: revert overly-strict part of earlier smuggling defense
by Brad Fitzpatrick
· 10 years ago
7929a0d
cmd/compile: initialize line number properly for temporaries
by David Chase
· 10 years ago
2028077
runtime: randomize scheduling in -race mode
by Russ Cox
· 10 years ago
0409158
cmd/go: ignore volume name case when checking vendor path
by Daniel Theophanes
· 10 years ago
11a19ae
cmd/go: create executable when installing to working directory
by Ross Light
· 10 years ago
06b2802
cmd/go: do not panic on invalid import path containing "/vendor/"
by Daniel Theophanes
· 10 years ago
72970f7
net/http/httputil: make ReverseProxy support Trailers
by Brad Fitzpatrick
· 10 years ago
ef37184
doc: tools for go1.5.html
by Rob Pike
· 10 years ago
d5994f4
doc/go1.5.html: fix typo
by Elias Naur
· 10 years ago
173fa1d
cmd/go: delete references to old tools (5a etc.) from cmd/go docs
by Rob Pike
· 10 years ago
71832ff
math/rand: improve NewZipf documentation
by Josh Bleecher Snyder
· 10 years ago
40a1516
image/draw: fix double-draw when the dst is paletted.
by Nigel Tao
· 10 years ago
09b5463
doc: finish the small library changes in go1.5.html; start work on tools
by Rob Pike
· 10 years ago
11f50f4
cmd/trace: log errors to console in AJAX handler
by Dmitry Vyukov
· 10 years ago
2a0fc9e
Revert "net, internal/syscall/unix: add SocketConn, SocketPacketConn"
by Mikio Hara
· 10 years ago
8593871
mime/multipart: fix bug when body contains prefix of the boundary
by Brad Fitzpatrick
· 10 years ago
1b96091
internal/trace: add comment for stable sort
by Dmitry Vyukov
· 10 years ago
d16c7f8
crypto: fix non-sentence in documentation for Decrypter
by Rob Pike
· 10 years ago
64e48bb
internal/trace: stable sort events
by Dmitry Vyukov
· 10 years ago
cd2e2f6
doc: add most major changes and most net changes to go1.5.html
by Rob Pike
· 10 years ago
5ae822b
encoding/xml: minor changes
by Roger Peppe
· 10 years ago
1cbbd7f
cmd/trace: fix time scale
by Dmitry Vyukov
· 10 years ago
6fe9c4a
doc: more library in go1.5.html
by Rob Pike
· 10 years ago
fc2eee8
database/sql: make Register safe for concurrent use
by Brad Fitzpatrick
· 10 years ago
300d9a2
net/http: harden Server against request smuggling
by Brad Fitzpatrick
· 10 years ago
2714005
internal/singleflight: deflake test
by Brad Fitzpatrick
· 10 years ago
f11109f
go/types: change {Type,Object,Selection}String to accept a Qualifier function
by Alan Donovan
· 10 years ago
6f80e5e
cmd/link: reject data size > 2 GB
by Russ Cox
· 10 years ago
e8f2eb4
cmd/compile: allow linker to drop string headers when not needed
by Russ Cox
· 10 years ago
3b6e86f
cmd/compile: fix race detector handling of OBLOCK nodes
by Russ Cox
· 10 years ago
117ddcb
net/textproto: don't treat spaces as hyphens in header keys
by Brad Fitzpatrick
· 10 years ago
8884fa7
cmd/trace: sort procs
by Dmitry Vyukov
· 10 years ago
9462bce
net/http: harden, document func SetCookie and type Cookie
by Brad Fitzpatrick
· 10 years ago
8e6dc76
net/url: only record RawPath when it is needed
by Russ Cox
· 10 years ago
19b8aa3
cmd/compile/internal/gc: give OASWB name
by Dmitry Vyukov
· 10 years ago
bb7e665
encoding/xml: fix xmlns= behavior
by Roger Peppe
· 10 years ago
ab9c25f
cmd/go: use GOOS and GOARCH from build context for "go generate"
by Andrew Gerrand
· 10 years ago
b8d2d6b
image/gif: accept LZW encodings that do not have an explicit end marker.
by Nigel Tao
· 10 years ago
fea18f5
compress/lzw: return the partial decoding for a truncated input.
by Nigel Tao
· 10 years ago
53eb478
archive/tar: move round-trip reading into common os file
by Alex Brainman
· 10 years ago
8b4278f
net/http: add a Request.Cancel channel.
by Aaron Jacobs
· 10 years ago
1122836
cmd/compile: reject large floating point exponents without math/big
by Russ Cox
· 10 years ago
643ef15
io: tweak Reader comment
by Russ Cox
· 10 years ago
4df6b1e
path/filepath: document and test behavior of SkipDir on files
by Russ Cox
· 10 years ago
69f0d4c
cmd/link: detect -X setting non-string variable
by Russ Cox
· 10 years ago
c418fe7
doc: finish listing the non-crypto non-net small API changes
by Rob Pike
· 10 years ago
c77809e
go/types: go/types: add an API test of the Scope type
by Alan Donovan
· 10 years ago
34846ae
cmd/link: fix -s with external linking
by Russ Cox
· 10 years ago
27edd72
cmd/compile: enable PAUTO capture variables on arch != 6
by Russ Cox
· 10 years ago
2814906
crypto/rsa: check for primes ≤ 1 in Validate
by Adam Langley
· 10 years ago
9b2d84e
net/http/httptest: increase test Server's key size
by Brad Fitzpatrick
· 10 years ago
162d2c1
cmd/go: 'go env' print GO15VENDOREXPERIMENT in Go1.5
by Tom Heng
· 10 years ago
7749a9a
sync: disable flaky WaitGroup misuse test in short mode
by Brad Fitzpatrick
· 10 years ago
5267bf0
cmd/go: disable TestIssue10952 without external network
by Russ Cox
· 10 years ago
55203c7
cmd/compile: allow unnamed constants to set line number
by Russ Cox
· 10 years ago
8b99bb7
runtime: fix broken arm builds
by Russ Cox
· 10 years ago
434e0bc
cmd/link: record missing pcdata tables correctly
by Russ Cox
· 10 years ago
1b91748
runtime: reset mark state before checkmark and gctrace=2 mark
by Austin Clements
· 10 years ago
d57056b
runtime: don't free stack spans during GC
by Austin Clements
· 10 years ago
f73b2fca
runtime: remove unused _GCsweep state
by Austin Clements
· 10 years ago
4e61c51
cmd/cgo: fix a problem with 'go build -compiler gccgo'
by Russ Cox
· 10 years ago
840965f
runtime: always clear stack barriers on G exit
by Austin Clements
· 10 years ago
fac7b86a
encoding/binary: update protobuf documentation link
by Dmitry Savintsev
· 10 years ago
a76c1a5
fmt: restore padding for %x on byte slices and strings
by Rob Pike
· 10 years ago
c97e73d
doc: fix typo in faq
by Rob Pike
· 10 years ago
694b244
doc: update FAQ for Go 1.5
by Rob Pike
· 10 years ago
1bab3a1
net/http: fix now-flaky TransportAndServerSharedBodyRace test
by Brad Fitzpatrick
· 10 years ago
0bafe0e
syscall: return error instead of panicking in windows StartProcess
by Alex Brainman
· 10 years ago
214c7a2
cmd/link/internal/ld: exclude only real container symbols from symtab
by Keith Randall
· 10 years ago
0a6df4a
encoding/asn1: don't parse invalid UTF-8.
by Adam Langley
· 10 years ago
fdd921c
encoding/asn1: be stricter by reserialising parsed times.
by Adam Langley
· 10 years ago
85d4d46
runtime: store syscall parameters in m not on stack
by Alex Brainman
· 10 years ago
3b7841b
cmd/go: reset read-only flag during TestIssue10952
by Alex Brainman
· 10 years ago
d0ed87d
builtin: remove errant space in hyphenated adjective phrase
by Brad Fitzpatrick
· 10 years ago
7511806
net/http: fix race on postPendingDial test hook
by Todd Neal
· 10 years ago
ca91de7
html/template: prevent panic while escaping pipelines
by Didier Spezia
· 10 years ago
58578de
cmd/link: no dwarf on darwin/arm
by David Crawshaw
· 10 years ago
64078bf
cmd/go: ignore custom import check when there is no import comment
by Ross Light
· 10 years ago
Next »