Sign in
go
/
go
/
3c4315808752a14a018b443bf02e4543146a69e8
3c43158
sort: Fix typo in Stable() comment
by Matt Bostock
· 10 years ago
467a2cb
cmd/compile/internal/arm64: remove Reginuse check in clearfat
by Dave Cheney
· 10 years ago
e8c4a5b
cmd/trace: fix static file reference
by Dmitry Vyukov
· 10 years ago
5bf1369
cmd/go: make "go test" recognize -exec flag again.
by Rahul Chaudhry
· 10 years ago
e97ab0a
cmd/compile: remove stale register use array
by Keith Randall
· 10 years ago
cda1fc0
cmd/compile/internal/ppc64: disable DUFFZERO
by Dave Cheney
· 10 years ago
58035ec
cmd/go: run test binaries in original environment
by Russ Cox
· 10 years ago
28fb0d8
cmd/go: fix addition of "math" dependency for arm binaries
by Russ Cox
· 10 years ago
8ce80ce
cmd/link: make -a output not crash
by Russ Cox
· 10 years ago
1052b43
net/mail: fix build.
by David Symonds
· 10 years ago
1d75b40
net/mail: avoid panic in (*Address).String for malformed addresses.
by David Symonds
· 10 years ago
5468365
cmd/yacc: use %q to print strings in Toknames
by Rob Pike
· 10 years ago
8389e7c
doc: link to Go 1.5 release notes from "project" page
by Andrew Gerrand
· 10 years ago
fe3d8d4
fmt: don't unread eof scanning %x
by Rob Pike
· 10 years ago
e7f4df7
doc: NaCl requires pepper 41
by Dave Cheney
· 10 years ago
3ae1704
runtime: make sure heapBitsBulkBarrier cannot be preempted
by Russ Cox
· 10 years ago
4a19081
runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems
by Russ Cox
· 10 years ago
0cd2999
cmd/go: replace code.google.com examples in docs with relevant repos
by Andrew Gerrand
· 10 years ago
abe70af
doc: tweak phrasing in Go 1.5 release notes
by Andrew Gerrand
· 10 years ago
4b145d4
doc: do not call WaitGroup a function
by Russ Cox
· 10 years ago
ad73188
runtime: call goexit1 instead of goexit
by Austin Clements
· 10 years ago
26baed6
runtime: fix race that dropped GoSysExit events from trace
by Russ Cox
· 10 years ago
5973558
doc: remove duplicate -asmflags mention
by Joe Shaw
· 10 years ago
fced03a5
net/url: allow all valid host chars in RawPath
by Russ Cox
· 10 years ago
e8be9a1
net/url: do not percent-encode valid host characters
by Russ Cox
· 10 years ago
91e3b35
doc/go1.5.html: fix typo
by Mikio Hara
· 10 years ago
fc22331
net/url: restrict :port checking to [ipv6]:port form
by Russ Cox
· 10 years ago
e38c801
A+C: add Andy Maloney
by Andrew Gerrand
· 10 years ago
0fb87ab
cmd/go: fix handling of vendored imports in foo_test.go files
by Russ Cox
· 10 years ago
98aa822
spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'
by Robert Griesemer
· 10 years ago
46a2913
crypto/tls: fix ConnectionState().VerifiedChains for resumed connection
by Russ Cox
· 10 years ago
0290d51
build: clean current tree in clean.bash
by Russ Cox
· 10 years ago
26049f6
net/http: close server conn after broken trailers
by Jed Denlea
· 10 years ago
f51b7fb
crypto/tls: update testing certificates.
by Adam Langley
· 10 years ago
b7fa8b5
go/build: fix internal/testenv dependency
by Russ Cox
· 10 years ago
d57f037
runtime: don't recheck heap trigger for periodic GC
by Austin Clements
· 10 years ago
3dd3ab4
spec: better organization of arithmetic operator section
by Robert Griesemer
· 10 years ago
05614bf
spec: fix inconsistency of visibility rules for method names
by Robert Griesemer
· 10 years ago
85789da
spec: clarify that short variable declarations can redeclare parameters
by Robert Griesemer
· 10 years ago
87c8707
spec: clarify sentence about non-constant shifts
by Robert Griesemer
· 10 years ago
1579822
doc/go1.5: fix hyperlink for runtime/trace
by Russ Cox
· 10 years ago
47e0e42
go/build: enable cgo on freebsd/arm
by Russ Cox
· 10 years ago
7d9faaa
cmd/go: skip external tests on freebsd-arm builder
by Russ Cox
· 10 years ago
7721ac0
internal/testenv: add Builder, to report builder name
by Russ Cox
· 10 years ago
43a404c
doc: mention new DWARF line table decoder in go1.5.html
by Austin Clements
· 10 years ago
de641ef
doc/go1.5.html: update references to runtime/trace package
by Dmitry Vyukov
· 10 years ago
2a60d77
runtime: align stack pointer during initcgo call on arm
by Russ Cox
· 10 years ago
31b0b73
doc: adjust installation instructions dynamically for a given download
by Andrew Gerrand
· 10 years ago
e019767
doc: bump minimum requirement to OS X 10.7
by Andrew Gerrand
· 10 years ago
3cfc34a
reflect: fix doc string
by Robert Griesemer
· 10 years ago
be39a42
runtime: fix typos in comments
by Austin Clements
· 10 years ago
e3870aa
runtime: fix assist utilization computation
by Austin Clements
· 10 years ago
1fb01a8
runtime: revise assist ratio aggressively
by Austin Clements
· 10 years ago
f9dc338
runtime: when gcpacertrace > 0, print information about assist ratio
by Austin Clements
· 10 years ago
fc9ca85
runtime: make sweep proportional to spans bytes allocated
by Austin Clements
· 10 years ago
e30c6d6
runtime: always give concurrent sweep some heap distance
by Austin Clements
· 10 years ago
fb5230a
runtime: assist the GC during GC startup and shutdown
by Austin Clements
· 10 years ago
88e945f
runtime: recheck GC trigger before actually starting GC
by Austin Clements
· 10 years ago
d5f5e65
doc: link to design doc for GOMAXPROCS change in go1.5.html
by Ian Lance Taylor
· 10 years ago
c2ef8e7
cmd/go: fix documentation for exported functions
by Ian Lance Taylor
· 10 years ago
a1d093d
archive/tar: don't treat multiple file system links as a tar hardlink
by Vincent Batts
· 10 years ago
bc5a6ce
cmd/go: document that functions are exported by cgo
by Ian Lance Taylor
· 10 years ago
ecead89
go/types: remove the renaming import of go/constant
by Rob Pike
· 10 years ago
2bd5237
doc: link to the release cycle from contribute.html
by Caleb Spare
· 10 years ago
8ac16b9
cmd/go: re-run mkalldocs.sh after testflag change
by Caleb Spare
· 10 years ago
c53de85
doc: Mention contributor agreement immediately after Gerrit
by Andy Maloney
· 10 years ago
a65fa20
cmd/go: documented default value of the -timeout testflag
by Caleb Spare
· 10 years ago
b3bf38e
cmd/go: clean up installHeader action
by Russ Cox
· 10 years ago
961f456
cmd/go: document and fix 'go build -o' semantics
by Russ Cox
· 10 years ago
e3c26b2
net/http: deflake TestZeroLengthPostAndResponse
by Brad Fitzpatrick
· 10 years ago
7aa4e29
net/http: fix server/transport data race when sharing the request body
by Brad Fitzpatrick
· 10 years ago
5e15e28
runtime: skip TestCgoCallbackGC on dragonfly
by Mikio Hara
· 10 years ago
9991227
doc: document new linker -X syntax in go1.5.html
by Rob Pike
· 10 years ago
3c10bdd
doc: link to proposal process from contribution guidelines
by Andrew Gerrand
· 10 years ago
a33b522
doc: update install from source instructions for go1.5
by ALTree
· 10 years ago
c2db5f4
net/http: close server conn after request body error
by Jed Denlea
· 10 years ago
ec4d06e
net/http: fix SetKeepAlivesEnabled receiver name
by Carl Jackson
· 10 years ago
02d7448
spec: fixed various example code snippets
by Robert Griesemer
· 10 years ago
384789e
cmd/objdump: don't run TestDisasmExtld if cgo is not enabled
by Ian Lance Taylor
· 10 years ago
296529b
os: add explicit tests for fchown(2) and lchown(2) on unix platforms
by Dave Cheney
· 10 years ago
226b28c
cmd/go: fix go get x/... matching internal directories
by Russ Cox
· 10 years ago
45971c6
cmd/go: fix disallow of p/vendor/x during vendor experiment
by Russ Cox
· 10 years ago
c5dff72
cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl
by Russ Cox
· 10 years ago
fd179af
test/bench/shootout: fix build
by Mikio Hara
· 10 years ago
bd1efd5
net/mail: fixed quoted-local
by MathiasB
· 10 years ago
782eea0
cmd/internal/obj/arm: fix large stack offsets on nacl/arm
by Russ Cox
· 10 years ago
108ec5f
runtime: fix systemstack tracebacks on nacl/arm
by Russ Cox
· 10 years ago
b63fb59
test/bench/shootout: clean up binaries after run
by Andrew Gerrand
· 10 years ago
abdc77a
runtime: avoid reference to stale stack after GC shrinkstack
by Russ Cox
· 10 years ago
66cb5cd
cmd/link: increase ELFRESERVE to a full page
by Russ Cox
· 10 years ago
3548a1e
cmd/go: permit installing into a subdirectory of $GOPATH/bin
by Ian Lance Taylor
· 10 years ago
4e0be15
doc: solaris info added to go1.5.html
by Rob Pike
· 10 years ago
2d9378c
spec: document existing expression switch restrictions
by Robert Griesemer
· 10 years ago
f4c775e
doc: in go1.5.html fix claim about linking for ppc64(le)?
by Rob Pike
· 10 years ago
2ae3581
A+C: automated update
by Brad Fitzpatrick
· 10 years ago
0e00b44
api: update go1.5.txt
by Brad Fitzpatrick
· 10 years ago
ca6f7e4
runtime/trace: report negative frequency as a time-ordering problem
by Russ Cox
· 10 years ago
4e15092
syscall: use fchownat(2) in place of lchown(2) for linux/arm64
by Dave Cheney
· 10 years ago
a5d23fc
doc: add go1.5 note about change to zero-sized fields in cgo
by Ian Lance Taylor
· 10 years ago
4bd8040
runtime, sync/atomic: add memory barriers in arm cas routines
by Russ Cox
· 10 years ago
Next »