Sign in
go
/
go
/
6f6f1bd054bf8789ede8cdfeaf28fa5af88bc371
6f6f1bd
syscall: implement syscall.Getppid() on Windows
by Alan Shreve
· 11 years ago
f303b49
A+C: Alan Shreve (individual CLA)
by Ian Lance Taylor
· 11 years ago
1db4c8d
runtime: fix VDSO lookup to use dynamic hash table
by Ian Lance Taylor
· 11 years ago
9f08c5c
compress/lzw: add commentary that TIFF's LZW differs from the standard
by Nigel Tao
· 11 years ago
eb78804
image/png: fix compare-to-golden-file test.
by Nigel Tao
· 11 years ago
7d3be61
doc: link to new downloads page
by Andrew Gerrand
· 11 years ago
5036566
undo CL 101970047 / 30307cc8bef2
by Russ Cox
· 11 years ago
328e86d
tag go1.3rc2
by Andrew Gerrand
· 11 years ago
060a988
runtime: revise CL 105140044 (defer nil) to work on Windows
by Russ Cox
· 11 years ago
e209a0f
time: micro symbol for microseconds
by Rob Pike
· 11 years ago
32d8b9f
lib/codereview: fix doc/go1.*.txt exception
by Russ Cox
· 11 years ago
3a6de21
doc: add go1.4.txt
by Russ Cox
· 11 years ago
ce39b34
time: change formatting of microseconds duration to SI modifier
by Rob Pike
· 11 years ago
ff9af90
codereview: no LGTM needed for doc/go1.x.txt
by Russ Cox
· 11 years ago
597f87c
runtime: do not trace past jmpdefer during pprof traceback on arm
by Russ Cox
· 11 years ago
36207a9
runtime: fix defer of nil func
by Russ Cox
· 11 years ago
83c8140
time: avoid broken fix for buggy TestOverflowRuntimeTimer
by Rob Pike
· 11 years ago
e46be90
encoding/json: remove unused field from Encoder struct
by Brad Fitzpatrick
· 11 years ago
a5bb1af
testing: make benchmarking faster
by Josh Bleecher Snyder
· 11 years ago
0476693
doc: add release note for 'godoc -analysis'
by Alan Donovan
· 11 years ago
b93f83f
encoding/ascii85: remove unused field
by Rui Ueyama
· 11 years ago
f7c99f3
net: efficient text processing
by Rui Ueyama
· 11 years ago
f837078
net: do not call time.Now() twice
by Rui Ueyama
· 11 years ago
d131ffe
doc: link to release history from /doc/
by Andrew Gerrand
· 11 years ago
09576bc
misc/makerelease: update default tag to release-branch.go1.3
by Andrew Gerrand
· 11 years ago
7bcbb65
bytes, strings: optimize Repeat
by Rui Ueyama
· 11 years ago
22a5d2c
mime/multipart: fix format
by Rui Ueyama
· 11 years ago
aa04caa
runtime: add test for issue 8047.
by Keith Randall
· 11 years ago
3d68dc3
math: remove Nextafter64 alias in favor of existing Nextafter
by Robert Griesemer
· 11 years ago
afb7b67
encoding/base64, encoding/base32: make DecodeString faster
by Rui Ueyama
· 11 years ago
f20e4d5
cmd/gc: fix &result escaping into result
by Russ Cox
· 11 years ago
be91bc2
math/big: implement Rat.Float32
by Robert Griesemer
· 11 years ago
a9035ed
math: implement Nextafter32
by Robert Griesemer
· 11 years ago
775ab8e
cmd/gc: fix escape analysis for &x inside switch x := v.(type)
by Russ Cox
· 11 years ago
3ad9df0
nacltest.bash, misc/nacl/README: update NaCl docs.
by Shenghou Ma
· 11 years ago
1e6a19b
net/http: fix double Content-Length in response
by Brad Fitzpatrick
· 11 years ago
507afa6
cmd/ld: fix PC deltas in DWARF line number table
by Ian Lance Taylor
· 11 years ago
b91d233
docs: link to the assembler document from the Documents tab
by Rob Pike
· 11 years ago
761dace
doc/install.html: fix erroneous HTML annotation
by Rob Pike
· 11 years ago
4534fdb
runtime: fix panic stack during runtime.Goexit during panic
by Russ Cox
· 11 years ago
ac0e12d
cmd/6g: fix stack zeroing on native client
by Russ Cox
· 11 years ago
32a5c89
codereview: do not add defaultcc for private CLs
by Russ Cox
· 11 years ago
c22ed12
cmd/cgo: for typedef of untagged struct, use typedef name in C code
by Ian Lance Taylor
· 11 years ago
81a93ef
doc: fix happens-before rules for buffered channels
by Dmitriy Vyukov
· 11 years ago
ae1b5c7
doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64.
by Shenghou Ma
· 11 years ago
0e19751
debug/elf: support DWARF that needs relocs for 386
by Ian Lance Taylor
· 11 years ago
68bbf9d
compress/gzip: allow Reset on Reader without NewReader
by Ian Lance Taylor
· 11 years ago
fe3c913
cmd/gc: fix escape analysis of func returning indirect of parameter
by Russ Cox
· 11 years ago
19fe9a2
crypto/tls: fix typo referencing the required Config field
by Brad Fitzpatrick
· 11 years ago
14a75ec
time: support version 3 zone records
by Brad Fitzpatrick
· 11 years ago
eb54079
cmd/gc: fix liveness for address-taken variables in inlined functions
by Russ Cox
· 11 years ago
d646040
runtime: fix 1-byte return during x.(T) for 0-byte T
by Russ Cox
· 11 years ago
8195ce2
cmd/gc: don't generate zillions of linehists for wrapper functions
by Rob Pike
· 11 years ago
4e65f18
cmd/cgo: use same Go type for typedef to anonymous struct
by Ian Lance Taylor
· 11 years ago
06b67f3
doc: mention WriteHeapDump in 1.3 release notes
by Ian Lance Taylor
· 11 years ago
bb824b6
misc/makerelease: fix secret
by Andrew Gerrand
· 11 years ago
a72a067
tag go1.3rc1
by Andrew Gerrand
· 11 years ago
8c9923d
doc/contrib.html: update links, mailing lists and link to 1.3 release note.
by Shenghou Ma
· 11 years ago
865904f
misc/makerelease: report uploads to the new downloads page
by Andrew Gerrand
· 11 years ago
98b6410
api: add go1.3.txt
by Brad Fitzpatrick
· 11 years ago
9717e36
build: don't build goplay in run.rc. Fix plan 9 build.
by Shenghou Ma
· 11 years ago
9f2dfb8
cmd/objdump: add arm disassembler
by Russ Cox
· 11 years ago
300f3c4
cmd/dist: only use beta tag in version string for the exact revision
by Andrew Gerrand
· 11 years ago
189a649
build: remove goplay from run.bash and run.bat
by Andrew Gerrand
· 11 years ago
f836082
misc/goplay: remove program
by Andrew Gerrand
· 11 years ago
bcfe519
runtime: fix correctness test at end of traceback
by Russ Cox
· 11 years ago
aa92b3e
lib/timezone: update to IANA 2014d
by Rob Pike
· 11 years ago
548b15d
runtime: mark some C globals as having no pointers.
by Keith Randall
· 11 years ago
14d2ee1
runtime: make continuation pc available to stack walk
by Russ Cox
· 11 years ago
e56dc99
cmd/gc: fix handling of for post-condition in -race mode
by Russ Cox
· 11 years ago
19c8f67
runtime: fix error check in freebsd/386 i386_set_ldt
by Russ Cox
· 11 years ago
a238973
runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.
by Shenghou Ma
· 11 years ago
c53111d
C: add another email of mine.
by Shenghou Ma
· 11 years ago
a68b9be
runtime: fix empty heap dump bug on windows. Fixes #8119.
by Shenghou Ma
· 11 years ago
3f66c0c
cmd/cgo: document the cgo types also follow Go name space rules. Fixes #7958.
by Shenghou Ma
· 11 years ago
1afbceb
cmd/6g: treat vardef-initialized fat variables as live at calls
by Russ Cox
· 11 years ago
aad4609
runtime: add zero field to rtype
by Ian Lance Taylor
· 11 years ago
89d46fe
cmd/gc: fix x=x crash
by Russ Cox
· 11 years ago
9dd062b
undo CL 102820043 / b0ce6dbafc18
by Russ Cox
· 11 years ago
948b2c7
cmd/gc: fix x=x crash
by Russ Cox
· 11 years ago
0627fa8
misc/makerelease: upload files to Google Cloud Storage
by Andrew Gerrand
· 11 years ago
c038c38
doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshaler
by Russ Cox
· 11 years ago
6c10e64
regexp: hide one-pass code from exported API
by Russ Cox
· 11 years ago
0782ee3
cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable
by Russ Cox
· 11 years ago
94849d5
spec: clarify that break/continue do not work across function boundaries
by Robert Griesemer
· 11 years ago
ef25861
mime: sort attributes in FormatMediaType
by Brad Fitzpatrick
· 11 years ago
9665ce1
api: update next.txt
by Brad Fitzpatrick
· 11 years ago
4895f0d
test/run: limit parallelism to 1 for cross-exec builds
by Russ Cox
· 11 years ago
d432238
test: expand issue7863 test
by Russ Cox
· 11 years ago
b5caa02
runtime: fix go of nil func value
by Dmitriy Vyukov
· 11 years ago
8a2db40
cmd/gc: fix race compilation failure 'non-orig name'
by Russ Cox
· 11 years ago
ceb982e
cmd/gc: fix defer copy(x, <-c)
by Russ Cox
· 11 years ago
daf9308
cmd/gc: fix infinite loop in nil check removal
by Russ Cox
· 11 years ago
6c0bcb1
cmd/gc: fix method value closures on nacl amd64p32
by Russ Cox
· 11 years ago
eeb87c3
cmd/go: do not miss an error if import path contains "cmd/something"
by Jan Ziak
· 11 years ago
74ce581
cmd/gc: fix conversion of runtime constant
by Russ Cox
· 11 years ago
3d1c3e1
runtime: stack copier should handle nil defers without faulting.
by Keith Randall
· 11 years ago
bd401ba
test: add test for fixed issue 7863
by Brad Fitzpatrick
· 11 years ago
7f638e9
cmd/go: improve error message when import path contains http://
by Rob Pike
· 11 years ago
0a8ce65c
misc: properly spell Chrome in doc
by Dmitriy Vyukov
· 11 years ago
Next »