Sign in
go
/
go
/
a4f4a46c28fdf6a2b0724bd779c9cf1bad32b066
a4f4a46
misc/cgo/testcshared: fix test for android.
by Hyang-Ah (Hana) Kim
· 10 years ago
c06b856
testing: fix typo
by Shenghou Ma
· 10 years ago
1828d03
syscall: mksysnum_linux.pl: run syscall numbers through GCC
by Ian Lance Taylor
· 10 years ago
350fd54
runtime: don't run runq tests on the system stack
by Austin Clements
· 10 years ago
5ed4bb6
cmd/5g: fix build
by Russ Cox
· 10 years ago
9b379d7
syscall: relocate linux death signal code
by Andrew Williams
· 10 years ago
8552047
cmd/internal/gc: optimize append + write barrier
by Russ Cox
· 10 years ago
f8d14fc
cmd/internal/gc: add backend ginscmp function to emit a comparison
by Russ Cox
· 10 years ago
6439010
encoding/gob: add "too big" check when writing a message
by Rob Pike
· 10 years ago
7de86a1
runtime: terminate exit status buffer on Plan 9
by David du Colombier
· 10 years ago
f85a055
runtime: fix signal handling on Plan 9
by David du Colombier
· 10 years ago
18d98bc
cmd/internal/gc: avoid turning 'x = f()' into 'tmp = f(); x = tmp' for simple x
by Russ Cox
· 10 years ago
3f209ab
cmd/internal/gc: detect bad append(f()) during type check
by Russ Cox
· 10 years ago
29dc4b4
cmd/go: "go get" don't ignore git default branch
by Jens Frederich
· 10 years ago
51021cc
time: fix registry zone info lookup on Windows
by Patrick Mezard
· 10 years ago
71bf182
net: relax error checking in TestAcceptIgnoreSomeErrors
by Alex Brainman
· 10 years ago
7bbd4f7
syscall: fix running mkall.sh on linux/{ppc64,ppc64le}
by Shenghou Ma
· 10 years ago
77fc03f
cmd/internal/ld, runtime: abort on shared library ABI mismatch
by Michael Hudson-Doyle
· 10 years ago
be0cb92
runtime: fix addmoduledata to follow the platform ABI
by Michael Hudson-Doyle
· 10 years ago
64b1aa1
net: drop unnecessary cast
by Mikio Hara
· 10 years ago
754e98c
cmd/dist: de-dup iOS detection
by Rahul Chaudhry
· 10 years ago
b1d144e
go/constant: rename go/constants
by Alan Donovan
· 10 years ago
2b03610
mime: Export RFC 2047 code
by Alexandre Cesaro
· 10 years ago
e3a9a08
fmt: allow for space and plus flags when computing widths
by Rob Pike
· 10 years ago
e92a724
fmt: skip malloc test under race detector
by Josh Bleecher Snyder
· 10 years ago
7c0db1b
cmd/gc: do not display ~b identifiers in error messages
by Didier Spezia
· 10 years ago
3475ec7
cmd/internal/ld: change Cpos to not flush the output buffer
by Michael Hudson-Doyle
· 10 years ago
516f0d1
net/http: silence race detector on client header timeout test
by Daniel Morsing
· 10 years ago
4212a3c
runtime: use heap bitmap for typedmemmove
by Russ Cox
· 10 years ago
266a842
runtime: zero entire bitmap for object, even past dead marker
by Russ Cox
· 10 years ago
e375ca2
runtime: reorder bits in heap bitmap bytes
by Russ Cox
· 10 years ago
363fd1d
runtime: move a few atomic fields up
by Russ Cox
· 10 years ago
fc595b7
cmd/internal/gc: mark panicindex calls as not returning
by Russ Cox
· 10 years ago
dcf6e20
cmd/internal/gc: drop unused Reslice field from Node
by Russ Cox
· 10 years ago
c70b4b5
cmd/internal/gc: show register dump before crashing on register left allocated
by Russ Cox
· 10 years ago
8f037fa
runtime: fix TestLFStack on 386
by Russ Cox
· 10 years ago
351897d
cmd/internal/gc: emit branches in -g mode
by Russ Cox
· 10 years ago
1635ab7
runtime: remove wbshadow mode
by Russ Cox
· 10 years ago
54af9a3
runtime: reintroduce ``dead'' space during GC scan
by Russ Cox
· 10 years ago
feb8a3b
runtime: optimize heapBitsSetType
by Russ Cox
· 10 years ago
0234dfd
runtime: use 2-bit heap bitmap (in place of 4-bit)
by Russ Cox
· 10 years ago
6d8a147
runtime: use 1-bit pointer bitmaps in type representation
by Russ Cox
· 10 years ago
7d9e16a
runtime: add benchmark of heapBitsSetType
by Russ Cox
· 10 years ago
db6f88a
runtime: enable profiling on g0
by Daniel Morsing
· 10 years ago
19e81a9
internal/syscall/windows/registry: handle invalid integer values
by Patrick Mezard
· 10 years ago
dce432b
misc/trace: add license for the trace-viewer
by Shenghou Ma
· 10 years ago
cbcc758
net: increase timeout in TestWriteTimeoutFluctuation on darwin/arm
by Mikio Hara
· 10 years ago
c8b31c5
go/build: fix typo
by Shenghou Ma
· 10 years ago
2320b56
internal/syscall/windows: increase registry.ExpandString buffer
by Patrick Mezard
· 10 years ago
3475362
syscall: fix InotifyInit on linux/arm64
by Shenghou Ma
· 10 years ago
d9f6919
build: correct quoting of args in run.bash
by Rahul Chaudhry
· 10 years ago
82359d1
net: enable cgo test on solaris
by Mikio Hara
· 10 years ago
2d9a50b
html: simplify and optimize escape/unescape
by Didier Spezia
· 10 years ago
2b83366
testing: make the output of -v more uniform and aligned when using fixed-width fonts
by Rob Pike
· 10 years ago
91d989e
html/template: fix pipeline sanitization
by Didier Spezia
· 10 years ago
3a3773c
doc/effective_go: make function signature match function body
by Brett Cannon
· 10 years ago
e8fc93e
cmd/cgo: wrap generated exports with extern "C" for C++
by Ian Lance Taylor
· 10 years ago
fd392ee
cmd/internal/ld: generate correct .debug_frames on RISC architectures
by Shenghou Ma
· 10 years ago
a3dfcf5
cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptr
by Josh Bleecher Snyder
· 10 years ago
0211d7d
runtime: turn off checkmark by default
by Russ Cox
· 10 years ago
9626561
runtime: fix gccheckmark mode and enable by default
by Russ Cox
· 10 years ago
b6e178e
runtime: set heap minimum default based on GOGC
by Rick Hudson
· 10 years ago
7bdeab1
text/template: delete obsolete nil check
by Rob Pike
· 10 years ago
c6688b7
fmt: fix panic with large precision
by Rob Pike
· 10 years ago
e45aebd
cmd/go: install headers for c-archive/c-shared cgo exports
by Ian Lance Taylor
· 10 years ago
d4bb72b
cmd/internal/gc: improve "type *X has no field or method M" message
by David Chase
· 10 years ago
fa89673
runtime: check consistency of all module data objects
by Michael Hudson-Doyle
· 10 years ago
d0a05f5
debug/dwarf: compute ByteSize for more DWARF types
by John Dethridge
· 10 years ago
c3559f1
net: do not skip TestAcceptIgnoreSomeErrors
by Alex Brainman
· 10 years ago
5e94c65
cmd/cgo: add -exportheader option
by Ian Lance Taylor
· 10 years ago
965d00f8
buildall.bash: also build for linux/arm with GOARM=5
by Shenghou Ma
· 10 years ago
f97f876
net: disable failing ICMP test for now
by Brad Fitzpatrick
· 10 years ago
f963cb7
net: don't run IP stack required tests on IP stack disabled kernels
by Mikio Hara
· 10 years ago
76d67ea
net: align temporary file, directory names in tests
by Mikio Hara
· 10 years ago
aebd123
doc: mention returned error types and values on the net package in go1.5.txt
by Mikio Hara
· 10 years ago
2bb6f76
cmd/cgo: add header guard for boilerplate in export header file
by Ian Lance Taylor
· 10 years ago
a52dc9f
runtime: fix comments that mention g status values
by Alex Brainman
· 10 years ago
4a8dbaa
go/build: enable cgo by default on iOS
by Shenghou Ma
· 10 years ago
2f9acc1
cmd/cgo: readability improvements to generated _cgo_export.h
by Ian Lance Taylor
· 10 years ago
da4fc52
cmd/doc: add type-bound vars to global vars list
by Rob Pike
· 10 years ago
e9827f6
testing: document that Log and Logf always print in benchmarks
by Rob Pike
· 10 years ago
17db6e0
runtime: use heap scan size as estimate of GC scan work
by Austin Clements
· 10 years ago
3be3cbd
runtime: track "scannable" bytes of heap
by Austin Clements
· 10 years ago
53c5398
runtime: include scalar slots in GC scan work metric
by Austin Clements
· 10 years ago
c4931a8
runtime: dispose gcWork caches before updating controller state
by Austin Clements
· 10 years ago
b4bc7b4
time: deflake TestAfterQueuing
by Brad Fitzpatrick
· 10 years ago
ec87dbf
os: eradicate smallpox after test
by Brad Fitzpatrick
· 10 years ago
7165c9b
net: always use cgo for DNS on Android
by Brad Fitzpatrick
· 10 years ago
6fd387b
doc/go1.5.txt: LookupEnv
by Rob Pike
· 10 years ago
9de28cf
cmd/doc: if no top-level symbols match, look for methods
by Rob Pike
· 10 years ago
5e80fc6
CONTRIBUTORS: add Burcu Dogan's personal mail
by Burcu Dogan
· 10 years ago
072a263
os: rewrite LookupEnv's test
by Rob Pike
· 10 years ago
f09a660
runtime: remove unused GC times from api.next
by Rick Hudson
· 10 years ago
1845314
runtime: remove unused GC timers
by Rick Hudson
· 10 years ago
9d0a2e4
net: fix inconsistent error values on Read for solaris
by Mikio Hara
· 10 years ago
a77fcb3
net: fix comment in sendFile
by Aram Hăvărneanu
· 10 years ago
b0e71f4
net: link with networking libraries when net package is in use
by Aram Hăvărneanu
· 10 years ago
92e959a
syscall, net: use sendfile on Solaris
by Aram Hăvărneanu
· 10 years ago
db8d5b7
net: try to fix setKeepAlivePeriod on Solaris
by Aram Hăvărneanu
· 10 years ago
fe5ef5c
runtime, syscall: link Solaris binaries directly instead of using dlopen/dlsym
by Aram Hăvărneanu
· 10 years ago
Next »