Sign in
go
/
go
/
acc90c53e8b5448afee8455ee7c4917af25c6bc9
acc90c5
cmd/compile: Fix `internal compiler: getinarg: not a func` when returning invalid interface.
by acanino
· 10 years ago
788eb99
doc: update release tag in source directions to go1.5.1
by Austin Clements
· 9 years ago
9f6df6c
runtime: use 4 byte writes in amd64p32 memmove/memclr
by Austin Clements
· 9 years ago
44078a3
runtime: adjust huge page flags only on huge page granularity
by Austin Clements
· 9 years ago
9a31d38
runtime: remove sweep wait loop in finishsweep_m
by Austin Clements
· 9 years ago
dac220b
runtime: remove in-use page count loop from STW
by Austin Clements
· 9 years ago
608c1b0
runtime: scan objects with finalizers concurrently
by Austin Clements
· 9 years ago
fbd2660
runtime: introduce gcMode type for GC modes
by Austin Clements
· 9 years ago
1b84bb8
runtime: fix out-of-date comment on gcWork usage
by Austin Clements
· 9 years ago
f35310e
syscall: skip a couple tests when running under Kubernetes
by Brad Fitzpatrick
· 9 years ago
4c2a400
readme: emphasize issue tracker is for bugs/proposals
by Robert Griesemer
· 9 years ago
73fe6123
database/sql: fix case where Stmt.Close discards error
by Ian Gudger
· 9 years ago
f80ff56
misc/cgo/testsanitizers: skip test for version of clang before 3.6
by Ian Lance Taylor
· 9 years ago
47ccf96
runtime: darwin/386 entrypoint for c-archive
by David Crawshaw
· 10 years ago
2c91114
runtime: adjust the ppc64x memmove and memclr to copy by word as much as it can
by Michael Hudson-Doyle
· 9 years ago
9fb7938
runtime: drop sigfwd from signal forwarding unsupported platforms
by Mikio Hara
· 10 years ago
02d2db1
archive/tar: make Reader.Read errors persistent
by Joe Tsai
· 9 years ago
d96a3a2
net: make /etc/hosts lookups case-insensitive
by Burcu Dogan
· 9 years ago
f1b25c4
go/types: fix incorrect comment at Info.Implicits.
by Alan Donovan
· 9 years ago
745cdc3
cmd/compile: repair escape analysis of range &fixedArray
by David Chase
· 9 years ago
db70c01
runtime/trace: reduce memory usage for trace stress tests on openbsd/arm
by Joel Sing
· 9 years ago
1d5251f
runtime: handle sysReserve failure in mHeap_SysAlloc
by Joel Sing
· 9 years ago
59bacb2
runtime: update comment to match function name
by Jeremy Schlatter
· 9 years ago
090843b6
text/template: change IsTrue to take interface{} instead of reflect.Value.
by David Symonds
· 9 years ago
79480ca
archive/tar: fix bugs with sparseFileReader
by Joe Tsai
· 9 years ago
b179739
compress/zlib: detect truncated streams
by Joe Tsai
· 9 years ago
0c1f054
runtime, runtime/cgo: support using msan on cgo code
by Ian Lance Taylor
· 9 years ago
b72a4a0
encoding/binary: document that Read returns io.EOF iff zero bytes are read
by Joe Tsai
· 9 years ago
e01be84
runtime: test that periodic GC works
by Austin Clements
· 10 years ago
829cc34
go/format: handle whitespace-only input correctly
by Robert Griesemer
· 9 years ago
a4fc351
go/format, cmd/gofmt: avoid dependency on internal package format
by Robert Griesemer
· 9 years ago
e78e654
crypto/x509: parse CSRs with a critical flag in the requested extensions.
by Adam Langley
· 10 years ago
8ee0261
crypto/x509: make verification of an empty certificate consistent across platforms.
by Adam Langley
· 10 years ago
5d5889c
math/big: correct documentation for ProbablyPrime.
by Adam Langley
· 10 years ago
be16001
crypto/tls: better error messages when PEM inputs are switched.
by Adam Langley
· 10 years ago
7e1d1f8
go/types: move gotype command into this directory
by Robert Griesemer
· 9 years ago
bb6be3a
go/types: clarify doc string for types.Check
by Robert Griesemer
· 9 years ago
0e5b4eb
cmd/dist: build packages in parallel, make code more Go-like
by Russ Cox
· 10 years ago
c73df92
cmd/compile/internal/gc: remove stringsCompare
by Håvard Haugen
· 9 years ago
0722a5e
cmd/doc: fix pretty printing of paths
by Rob Pike
· 9 years ago
3b9e8bb
math/big: more documentation
by Robert Griesemer
· 9 years ago
18563f8
math/big: clean up *Int encoding tests
by Robert Griesemer
· 9 years ago
38c5fd5c
math/big: implement Float.Text(Un)Marshaler
by Robert Griesemer
· 9 years ago
02e8ec0
text/template, html/template: fix block example name
by Andrew Gerrand
· 9 years ago
652d238
doc: add text/template blocks and redefinition to go1.6.txt
by Andrew Gerrand
· 9 years ago
cbe8a35
encoding/json: document that encoding.TextMarshaler is used if no (json) Marshaler is present
by Robert Griesemer
· 9 years ago
3d4cd14
math/big: improved documentation
by Robert Griesemer
· 9 years ago
c978f13
cmd/doc: rearrange the newlines to group better
by Rob Pike
· 9 years ago
12dfc3b
text/template, html/template: add block keyword and permit template redefinition
by Andrew Gerrand
· 10 years ago
09c6d13
cmd/cgo: only declare real function in gccgo exported header file
by Ian Lance Taylor
· 9 years ago
82a9d90
tests/fixedbugs: make test for issue11656 run known instruction
by Joel Sing
· 9 years ago
b7fa4f2
net/http/fcgi: fix panic with malformed params record
by Didier Spezia
· 9 years ago
c468957
cmd/go: Skip note reading test with linkmode external on openbsd/arm
by Joel Sing
· 9 years ago
59129c6
math/big: remove some string conversions in Int encoding
by Robert Griesemer
· 9 years ago
7fa5a11
math/big: move Int/Rat gob/json/xml functionality in separate files
by Robert Griesemer
· 9 years ago
e937eee
math/big: removed more unnecessary string conversions
by Robert Griesemer
· 9 years ago
8d701f0
math/big: implement Int.Text, Int.Append
by Robert Griesemer
· 9 years ago
707b619
syscall: fix alignment check for link-layer information on BSD variants
by Mikio Hara
· 9 years ago
81fada5
doc: go1.6.txt: bufio.ErrFinalToken
by Rob Pike
· 9 years ago
ec12754
bufio: fix scanning with a final empty token.
by Rob Pike
· 9 years ago
dc6df1b
cmd/go: elide -rpath when not applicable and used via LDFLAGS
by Shawn Walker-Salas
· 10 years ago
b07a9ef
math/big: faster string conversion routines
by Robert Griesemer
· 9 years ago
007fa01
cmd/doc: don't stop after first package if the symbol is not found
by Rob Pike
· 9 years ago
3f7c3e0
math/big: fix test for denormalized inputs and enable more test cases
by Robert Griesemer
· 9 years ago
44ab8ba
compile/internal/gc,internal/obj: remove some usages of obj.Bool2int
by Marvin Stenger
· 9 years ago
550b7cc
cmd/link/internal/ld: removed some uses of stringsCompare
by Marvin Stenger
· 9 years ago
ffe7439
cmd/compile/internal/gc: move functions from util.go to lex.go
by Marvin Stenger
· 9 years ago
d08f34e
cmd/compile/internal/gc: convert return values from int to bool
by Marvin Stenger
· 9 years ago
8560ead
multipart: fixes problem parsing mime/multipart of certain lengths
by Francisco Claude
· 10 years ago
d1b1487
archive/tar: remove dead code with USTAR path splitting
by Joe Tsai
· 10 years ago
2c96e5d
cmd/dist: fix build after "go test" argument order change
by Shenghou Ma
· 9 years ago
c720875
spec: minor adjustment of prose in composite literal section
by Robert Griesemer
· 9 years ago
c0486b1
doc: go1.6.txt: go test flag changes
by Rob Pike
· 9 years ago
6acb4d9
cmd/go: fix processing of flags for test binaries.
by Rob Pike
· 9 years ago
0befa47
strconv: slightly simplified roundShortest; better comments
by Robert Griesemer
· 9 years ago
59a6ba5
math/big: factored out an internal accessor method (cleanup), added benchmark
by Robert Griesemer
· 9 years ago
53c92f9
os: document that behavior of Seek on O_APPEND files is not specified
by Shenghou Ma
· 9 years ago
604fbab
runtime: fix incomplete sentence in comment
by Shenghou Ma
· 9 years ago
4fc9565
math/big: implement negative precision for Float.Append/Text
by Robert Griesemer
· 9 years ago
d02a4c1
runtime: test that timeBeginPeriod succeeds
by Alex Brainman
· 10 years ago
b0a1f64
compress/gzip: detect truncated streams
by Joe Tsai
· 9 years ago
9deb940
compress/flate: detect truncated streams
by Joe Tsai
· 9 years ago
646401b
os: add check for ERROR_BAD_NETPATH in windows IsNotExist
by Alex Brainman
· 10 years ago
c604f48
doc: document go1.4.3
by Chris Broadfoot
· 9 years ago
226aaf4
regexp: add runnable example to regex.Split
by Seth Hoenig
· 10 years ago
143f3fd
encoding/json: spell "marshaling" and "unmarshaling" consistently
by Andrew Gerrand
· 10 years ago
7b7f855
test/fixedbugs: update overly restrictive test case
by Robert Griesemer
· 9 years ago
b307910
runtime: fix offset in invalidptr panic message
by Austin Clements
· 9 years ago
5cf281a
runtime: optimize duffcopy on amd64
by Ilya Tocar
· 9 years ago
b5d94b7
math/big: add test cases for min/max exponent values
by Robert Griesemer
· 9 years ago
16b3675
math/big: optimize Float.Parse by reducing powers of 10 to powers of 2 and 5
by Robert Griesemer
· 9 years ago
c396c04
src/cmd/compile/internal/gc: remove now unnecessary restriction on float exponent parsing
by Robert Griesemer
· 9 years ago
66c25fa
image/png: integer underflow when decoding
by Nathan Otterness
· 10 years ago
980cb0c
cmd/asm: fix crash triggered by nested #define
by Rob Pike
· 9 years ago
bca70a6
cmd/compile/internal/gc: use sort.Interface for reflect methods
by Håvard Haugen
· 10 years ago
ebd9693
cmd/vet: build the binary only once in the test
by Rob Pike
· 9 years ago
c07ec39
go/printer: avoid stomping on err before checking it
by Tarmigan Casebolt
· 10 years ago
7454f53
cmd/vet: copy changes from golang.org/x/tools to cmd/vet
by Rob Pike
· 9 years ago
4e99ed6
cmd/doc: don't drop const/var block if first entry is unexported
by Rob Pike
· 10 years ago
fcf8143
encoding/json: scanner: use byte, more consistent
by Marvin Stenger
· 9 years ago
Next »