Sign in
go
/
go
/
adc933726206e7f2be6a2ded826b6a3596df5ffd
adc9337
test: add a compiledir pattern in run.go
by Rémy Oudompheng
· 13 years ago
09f1f5d
misc/dashboard/codereview: add LastUpdate field to CL
by Russ Cox
· 13 years ago
6cbf35c
cmd/gc: fix initialization order involving method calls.
by Rémy Oudompheng
· 13 years ago
67d8a2d
doc: remove mention of weekly tag from source install doc
by Andrew Gerrand
· 13 years ago
2a9478e
misc/dashboard/codereview: pass user information to gobot when assigning reviewer.
by David Symonds
· 13 years ago
7711e61
cmd/go: show $GOPATH in 'go env' output
by Russ Cox
· 13 years ago
e533510
misc/dashboard/codereview: switch to using gobot to update CL reviewer info.
by David Symonds
· 13 years ago
4168804
misc/dashboard/codereview: bump user-specific table limits to 100.
by David Symonds
· 13 years ago
538b212
net/http: don't allow zero byte in FileServer paths
by Brad Fitzpatrick
· 13 years ago
482ceed
misc/dashboard/codereview: interpret zero reviewers as the CL being closed.
by David Symonds
· 13 years ago
dd166b9
cmd/gc: point "no new variables" error at right line number.
by Daniel Morsing
· 13 years ago
be629bf
misc/dashboard/codereview: make all active CL tables hold up to 50 CLs.
by David Symonds
· 13 years ago
3fe5f33
misc/dashboard/codereview: fix tag nesting.
by David Symonds
· 13 years ago
3cc9d16
misc/dashboard/codereview: recognize "NOT LGTM".
by David Symonds
· 13 years ago
f8c6514
net/http: don't modify Request Method's case
by Brad Fitzpatrick
· 13 years ago
7aa60d9
syscall: apply comment from Mikioh
by Russ Cox
· 13 years ago
5197fa8
syscall: workaround accept() bug on Darwin
by Alexey Borzenkov
· 13 years ago
b4402a4
runtime/cgo: fix netbsd build
by Benny Siegert
· 13 years ago
3294404
misc/vim: fix :Import insertion heuristic.
by David Symonds
· 13 years ago
4dc85d6
syscall: don't clobber source files if mksyscall.pl fails.
by Han-Wen Nienhuys
· 13 years ago
eff32f5
exp/html: replace NUL with U+FFFD in text in foreign content
by Andrew Balholm
· 13 years ago
f7f91a0
misc/cgo/test: only run setgid test on GNU/Linux
by Ian Lance Taylor
· 13 years ago
601045e
exp/locale/collate: changed trie in first step towards support for multiple locales.
by Marcel van Lohuizen
· 13 years ago
48ca3f2
flag: fix bug in handling of booleans on error Fixes #3869.
by Rob Pike
· 13 years ago
88e858a
log/syslog: don't append \n if there is one
by Shenghou Ma
· 13 years ago
9c8ae6c
os: move epipecheck from file_posix.go and into file_unix.go to fix windows build
by Alex Brainman
· 13 years ago
ab9cced
os: fix data race in epipecheck() Fixes #3860.
by Dmitriy Vyukov
· 13 years ago
c49af2c
misc/cgo/test: add test for issue 3871: cgo setgid hang on GNU/Linux
by Ian Lance Taylor
· 13 years ago
a1f340f
exp/html: parse CDATA sections in foreign content
by Andrew Balholm
· 13 years ago
b9e051e
runtime: ignore signal 33 == SIGSETXID on GNU/Linux
by Ian Lance Taylor
· 13 years ago
a7c74d5
go/printer: don't crash if ast.FuncType.Params is nil
by Robert Griesemer
· 13 years ago
55f0c8b
exp/html: replace NUL bytes in plaintext, raw text, and RCDATA
by Andrew Balholm
· 13 years ago
d399b68
exp/types: process ast.Fun in checkObj; fix variadic function building
by Andrew Wilkins
· 13 years ago
fda29b6
A+C: added Andrew Wilkins (individual contributor)
by Robert Griesemer
· 13 years ago
899be50
exp/html: don't insert empty text nodes
by Andrew Balholm
· 13 years ago
24ae7e6
cgo: fix declarations in _cgo_export.c
by Ian Lance Taylor
· 13 years ago
fba47dc
cmd/godoc: delete -path flag
by Dave Cheney
· 13 years ago
9b14127
testing: allow concurrent use of T and B
by Brad Fitzpatrick
· 13 years ago
4d22519
exp/html: allow frameset if body contains whitespace
by Andrew Balholm
· 13 years ago
3e980e2
encoding/gob: test for type registration name.
by David Symonds
· 13 years ago
c1f2ec3
net: fix comment
by Mikio Hara
· 13 years ago
ce27433
text/template: fix bug in map indexing
by Rob Pike
· 13 years ago
7b73251
encoding/gob: revert 6348067, which broke compatibility
by Rob Pike
· 13 years ago
a8ce9ab
misc/dashboard/codereview: add admin-only link to force-update a CL.
by David Symonds
· 13 years ago
f979528
exp/html: special handling for entities in attributes
by Andrew Balholm
· 13 years ago
4087c1b
doc: add two I/O talks to "Talks" section
by Andrew Gerrand
· 13 years ago
614cb3b
encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.
by Patrick Mylund Nielsen
· 13 years ago
3a112a8
net: remove unnecessary newline in testing.Logf from tests
by Mikio Hara
· 13 years ago
d380a97
net: fix file descriptor leak on FileListener, FileConn and FilePacketConn
by Mikio Hara
· 13 years ago
b575a98
cgo: add -gccgopkgpath option to match gccgo -fgo-pkgpath
by Ian Lance Taylor
· 13 years ago
c0efcac
bytes: make Join return a new buffer on len(a) == 1
by Gustavo Niemeyer
· 13 years ago
7bf8355
net: fix typo
by Mikio Hara
· 13 years ago
fc360f2
unicode/utf8: reject out-of-range runes.
by Rob Pike
· 13 years ago
55ff3f7
sync: mention that WaitGroup.Add panics Fixes #3839.
by Rob Pike
· 13 years ago
dfd7f18
net/http: revert back to (and test) Go 1 CheckRedirect behavior
by Brad Fitzpatrick
· 13 years ago
dd78f74
testing: fix memory blowup when formatting many lines.
by Rémy Oudompheng
· 13 years ago
f49b7b0
cmd/vet: provide flags to control which tests to run
by Rob Pike
· 13 years ago
8de5080
faq: add status section Fixes #3822.
by Rob Pike
· 13 years ago
36d7830
A+C: Peter Armitage (individual CLA)
by Adam Langley
· 13 years ago
da4eef4
compress/flate: fix panic when nlit is out of bounds.
by Nigel Tao
· 13 years ago
e726197
os: add missing full stop in comment
by Benny Siegert
· 13 years ago
d5c2154
build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32)
by Dmitriy Vyukov
· 13 years ago
8c77706
build: add few tests with GOMAXPROCS=32 to run.bash
by Dmitriy Vyukov
· 13 years ago
bbe6017
encoding/gob: disable fuzz tests unless command-line flag is set
by Rob Pike
· 13 years ago
882b6ef
exp/locale/collate: This CL includes the following changes:
by Marcel van Lohuizen
· 13 years ago
adc19ac
exp/locale/collate: adjusted contraction trie to support Myanmar (Burmese),
by Marcel van Lohuizen
· 13 years ago
656b192
cmd/gc: reject use of ... with multiple-valued expressions.
by Rémy Oudompheng
· 13 years ago
37519d9
encoding/gob: reduce decoder memory
by Rob Pike
· 13 years ago
1255a63
bytes.Buffer: export the Grow method
by Rob Pike
· 13 years ago
1ca7bc2
cmd/gc: avoid an internal error on invalid type switch.
by Rémy Oudompheng
· 13 years ago
bd0bb2b
cmd/gc: fix error message for type errors involving conversions.
by Rémy Oudompheng
· 13 years ago
6a135a0
mat/big: more optimal Karatsuba threshold
by Robert Griesemer
· 13 years ago
98ca655
math/big: minor performance tuning
by Robert Griesemer
· 13 years ago
1fa32d2
encoding/gob: fix check for short input in slice decode
by Rob Pike
· 13 years ago
ac12131
math/big: correct quadratic space complexity in Mul.
by Rémy Oudompheng
· 13 years ago
eb1c03e
cmd/pack: remove unused paging logic
by Dave Cheney
· 13 years ago
8a2a501
net/http: fix Transport race(s) with high GOMAXPROCS
by Brad Fitzpatrick
· 13 years ago
2b4cc6c
spec: correct typo in string conversion examples.
by Rémy Oudompheng
· 13 years ago
93ea79e
crypto/rsa: left-pad PKCS#1 v1.5 outputs.
by Adam Langley
· 13 years ago
82cbcb0
website: various html fixes
by Dave Cheney
· 13 years ago
eeffa73
encoding/asn1: promote untyped strings to UTF8 as needed.
by Adam Langley
· 13 years ago
685a61d
crypto/x509: exempt broken Entrust certificate from checks.
by Adam Langley
· 13 years ago
d6147d8
strconv: extend Grisu3 algorithm to float32.
by Rémy Oudompheng
· 13 years ago
106dd3c
syscall/freebsd: remove Sendfile from unimplemented list
by David G. Andersen
· 13 years ago
e66d29c
pkg: Removing duplicated words ("of of", etc.), mostly from comments.
by David G. Andersen
· 13 years ago
3f41199
A+C: correct Matt Jibson
by Matt Jibson
· 13 years ago
f83a47c
doc: various "the the" and other typos
by Matthew William Jibson
· 13 years ago
3be9f0b
A+C: Matthew Jibson (individual CLA).
by David Symonds
· 13 years ago
34b10d7
cmd/dist: Make verbose messages print to stderr
by Pieter Droogendijk
· 13 years ago
b213891
misc/chrome/gophertool: fix manifest
by Shenghou Ma
· 13 years ago
a491726
cmd/cgo: make typedef map traversal order consistent
by Shenghou Ma
· 13 years ago
a54f920b
runtime: move panic/defer/recover-related stuff to a separate file
by Dmitriy Vyukov
· 13 years ago
6044dbd
reflect: reflect.Zero results are neither addressable nor settable
by Robert Griesemer
· 13 years ago
1a0a09d
math/rand: avoid use of math.Pow in tests.
by Rémy Oudompheng
· 13 years ago
55cc1ff
net/http: clean up fs tests a bit
by Brad Fitzpatrick
· 13 years ago
b04bf38
encoding/gob: fix bug in Register
by Rob Pike
· 13 years ago
d9c4cef
doc/debugging_with_gdb: mention how to disable gc optimization
by Shenghou Ma
· 13 years ago
7b6541a
syscall: fix FreeBSD 386 sendfile
by David G. Andersen
· 13 years ago
a0c6883
runtime: refactor proc.c
by Dmitriy Vyukov
· 13 years ago
8b7d39e
syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM.
by Han-Wen Nienhuys
· 13 years ago
Next »