Sign in
go
/
go
/
895df143a2d76cc5bb5f49f8e6c1675fc95cd183
895df14
math: explain OEIS link
by Andrew Gerrand
· 10 years ago
bf5e19f
net/http: tolerate old buggy user agents, per RFC 2616 section 4.1
by Brad Fitzpatrick
· 10 years ago
fe1cecf
misc/cgo/testcshared: don't leave garbages after test
by Mikio Hara
· 10 years ago
751eef8
doc: first cut at prose for big changes in go1.5.html
by Rob Pike
· 10 years ago
055e1a3
runtime/race: fix test driver
by Dmitry Vyukov
· 10 years ago
1045351
net/http: bound the number of bytes read seeking EOF in Handler's Body.Close
by Brad Fitzpatrick
· 10 years ago
26f12be
doc: add a missing space in func signature
by Brad Fitzpatrick
· 10 years ago
4e834cf
fmt: handle negative width/prec when supplied as an argument
by Todd Neal
· 10 years ago
2bcdb5a
net/http: sync Get and Head's documentation
by Matthew Dempsky
· 10 years ago
d6ef6eb
doc: move go1.5.txt to go1.5.html
by Rob Pike
· 10 years ago
190313e
net/http: document that Hijack's net.Conn might have left-over timeouts set
by Brad Fitzpatrick
· 10 years ago
dbe9ab6
cmd/compile/internal/gc: make sure nonzero-sized objects have nonzero alignment
by Keith Randall
· 10 years ago
f81f6d6
net/http: don't always require certFile, keyFile in Server.ListenAndServerTLS
by Brad Fitzpatrick
· 10 years ago
2917ab2
net/http: document that FormValue returns the empty string
by Brad Fitzpatrick
· 10 years ago
33ce9c1
text/template: make zero Template work again
by Russ Cox
· 10 years ago
6613090
cmd/compile: handle copy in escape analysis
by Russ Cox
· 10 years ago
a9e5364
runtime: set m.procid always on Linux
by Russ Cox
· 10 years ago
c68f2f8
go/format: fix //line corner case when formatting statements
by Didier Spezia
· 10 years ago
7708248
runtime/race: make test more robust
by Dmitry Vyukov
· 10 years ago
703166e
net/url: validate ports in URLs and bytes after IPv6 literals
by Brad Fitzpatrick
· 10 years ago
222b23a
net: make LookupIP("1.2.3.4") behavior consistent
by Russ Cox
· 10 years ago
0dccee6
text/scanner: add runnable example for package
by Carlos C
· 10 years ago
5bf1853
cmd/go: don't fetch from insecure repositories without -insecure
by Andrew Gerrand
· 10 years ago
d8c6dac
spec: clarify effect of rounding of constant expressions
by Robert Griesemer
· 10 years ago
eb30fda
go/types: in string(x) conversions, x must be of integer type
by Robert Griesemer
· 10 years ago
4ba1f25
go/types: better error message for certain unary/binary expression errors
by Robert Griesemer
· 10 years ago
a8ae93f
runtime: fix heap bitmap repeating with large scalar tails
by Austin Clements
· 10 years ago
eabdd05
runtime: document memory ordering for h_spans
by Austin Clements
· 10 years ago
ef4a17b
go/types: add missing test for constant shifts
by Robert Griesemer
· 10 years ago
989b372
cmd/asm: fix shifts again, this time for sure
by Rob Pike
· 10 years ago
4bba672
image/gif: set default loop count to 0 when app ext. is not present
by Andrew Bonventre
· 10 years ago
f2662f2
text/template: explain better the semantics of ParseFiles
by Rob Pike
· 10 years ago
c8aea7b
net/http: Remove unused code
by Todd Neal
· 10 years ago
cb3e2bf
cmd/doc: fix copy/paste error in test
by Rob Pike
· 10 years ago
58d177c
cmd/asm: fix handling of negative shifts.
by Rob Pike
· 10 years ago
98c9e9e
cmd/vet: refer info about -printfuncs to the -printf flag
by Rob Pike
· 10 years ago
1ab9176
runtime: remove race and increase precision in pointer validation.
by Rick Hudson
· 10 years ago
ffbed5c
net/http: fix tests for recent URL.RawPath addition
by Russ Cox
· 10 years ago
9a3112b
runtime: one more Map{Bits,Spans} before arena_used update
by Austin Clements
· 10 years ago
2a331ca
runtime: document relaxed access to arena_used
by Austin Clements
· 10 years ago
874a605
net/url: add RawPath field, a hint at the desired encoding of Path
by Russ Cox
· 10 years ago
794c01b
cmd/go: fix test for issue 8181
by Russ Cox
· 10 years ago
1be335b
encoding/csv: add examples for package
by Carlos C
· 10 years ago
71859ef
cmd/asm: remove needless check for negative right shift
by Rob Pike
· 10 years ago
626188d
net/textproto: skip zero-length keys
by Jeff R. Allen
· 10 years ago
3cab476
cmd/asm: remove pointless check for negative uint
by Rob Pike
· 10 years ago
13c44d2
cmd/doc: add test for constructor, fix build
by Rob Pike
· 10 years ago
79d4d6e
syscall: skip non-root user namespace test if kernel forbids
by Ian Lance Taylor
· 10 years ago
2f2908b
cmd/doc: fix test on nacl
by Rob Pike
· 10 years ago
d0652e7
cmd/doc: add test
by Rob Pike
· 10 years ago
5ac5a98
doc: mention moderation delay in contributing docs
by Josh Bleecher Snyder
· 10 years ago
cc6554f
cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64
by Srdjan Petrovic
· 10 years ago
dc89350
cmd/go: fix build
by Russ Cox
· 10 years ago
1eb8c4a
math/big: fix GCD in presence of aliasing
by Robert Griesemer
· 10 years ago
5b458fb
doc/go1.5.txt: cmd/go: add vendoring support
by Rob Pike
· 10 years ago
183cc0c
cmd/go: add preliminary support for vendor directories
by Russ Cox
· 10 years ago
7bcc6a1
cmd/compile: add -importmap option
by Russ Cox
· 10 years ago
f5d494b
runtime: ensure GC sees type-safe memory on weak machines
by Austin Clements
· 10 years ago
75ce330
image/gif: re-enable some invalid-palette tests.
by Nigel Tao
· 10 years ago
a3c0730
html: add examples to the functions
by Carlos C
· 10 years ago
9d968cb
runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall
by Alex Brainman
· 10 years ago
1a040c9
cmd/cgo: static variables in the preamble may not be referenced
by Ian Lance Taylor
· 10 years ago
679fd5b
cmd/go: do not permit importing a main package
by Ian Lance Taylor
· 10 years ago
8668ac0
doc: update gccgo docs for move of gofrontend to git
by Ian Lance Taylor
· 10 years ago
18d9a8d
cmd/go: format temporary Go files in testsuite
by Ian Lance Taylor
· 10 years ago
9f3a2d5
doc: clarify duplicate symbol condition in cgo
by Andrey Petrov
· 10 years ago
2f3d103
os: fix nits found by vet
by Mikio Hara
· 10 years ago
3269683
os: skip TestStartProcess and TestHostname on android
by Mikio Hara
· 10 years ago
82020f8
image/gif: return an error on missing palette
by Jeff R. Allen
· 10 years ago
682ecea
image/gif: (temporarily) disable broken tests.
by Nigel Tao
· 10 years ago
ccec934
compress/lzw: reject writing bytes that don't fit into litWidth.
by Nigel Tao
· 10 years ago
0c247bf
math/big: refine Fibonacci example
by Andrew Gerrand
· 10 years ago
2a5745d
compress/lzw: mention relation between litWidth and input bytes
by Jeff R. Allen
· 10 years ago
90a1996
runtime: reduce latency by aggressively ending mark phase
by Rick Hudson
· 10 years ago
e6d2112
internal/testenv: skip network tests only when -short is specified
by Andrew Gerrand
· 10 years ago
ee1ef8f
math/big: Add small complete example of big.Float usage
by ALTree
· 10 years ago
2e7831a
go/parser: document that parser accepts a wider language than specified
by Robert Griesemer
· 10 years ago
32f2f72
cmd/compile: provide better error when method called without receiver
by Michael Matloob
· 10 years ago
3925a7c
all: switch to the new deprecation convention
by Shenghou Ma
· 10 years ago
526b501
time: correct unrepresentable Unix time comment
by Shenghou Ma
· 10 years ago
1e07603
hash/crc32: speedup crc32 of IEEE using slicingBy8
by Davies Liu
· 10 years ago
d1e7980
log: fix flaky test
by Josh Bleecher Snyder
· 10 years ago
9490fbf
xml: add check of version in document declaration
by Giulio Iotti
· 10 years ago
a13606e
encoding/json: Remove extra allocation in scanner.
by Peter Waldschmidt
· 10 years ago
4f4da07
cmd/go: suggest running 'go help gopath' with problematic GOPATH
by Egon Elbre
· 10 years ago
01187f7
build: fix clean scripts
by Shenghou Ma
· 10 years ago
7733a7c
archive/tar: add missing error checks
by Michael Gehring
· 10 years ago
1b26946
cmd/trace: gracefully handle empty profiles
by Dmitry Vyukov
· 10 years ago
e72f5f6
runtime: fix tracing of syscallexit
by Dmitry Vyukov
· 10 years ago
62f169c
compress/lzw: be consistent with error message prefixes.
by Nigel Tao
· 10 years ago
2858b73
runtime: remove cgocall and asmcgocall
by Alex Brainman
· 10 years ago
24db235
net: fix build on android
by Mikio Hara
· 10 years ago
3cc7b27
go/internal/gccgoimporter: enable tests on Plan9
by Robert Griesemer
· 10 years ago
8fa1a69
go/types: use testenv.MustHaveGoBuild to exclude some builds
by Robert Griesemer
· 10 years ago
bc7a3a6
go/importer: implement support for gccgo
by Robert Griesemer
· 10 years ago
289e282
go/internal/gccgoimporter: adjust to std repo libraries (fix build)
by Robert Griesemer
· 10 years ago
f6ae5f9
go/internal/gccgoimporter: unmodified copy of x/tools/go/gccgoimporter
by Robert Griesemer
· 10 years ago
bbf7957
math/big: incorporate feedback by josharian (Example_fibonacci)
by Robert Griesemer
· 10 years ago
cfa3eda
runtime: fix race in scanvalid assertion
by Russ Cox
· 10 years ago
f0fee97
math/big: Added small complete example of big.Int usage
by ALTree
· 10 years ago
Next »