Sign in
go
/
go
/
c396c047c68ce59c67d1ee6d1f6756642b223bae
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
6d01783
cmd/compile/internal/gc: eliminate stringsCompare for stackvar sorting
by Håvard Haugen
· 9 years ago
7b5af51
bufio: fix overflow calculation in Scan
by Rob Pike
· 9 years ago
e643dc7
net: check 'ok' return in dnsmsg when initially packing rr.Header()
by Tarmigan Casebolt
· 10 years ago
9172a1b
runtime: race instrument read of convT2E/I arg
by Dmitry Vyukov
· 10 years ago
e31114d
cmd/dist: skip spectralnorm shootout test on the linux-arm-arm5 builder
by Brad Fitzpatrick
· 10 years ago
3e47682
cmd/compile/internal/gc: move intLiteral to gc.Node
by Dave Cheney
· 10 years ago
c742ff6
runtime: remove flaky TestInvalidptrCrash to fix build
by Austin Clements
· 10 years ago
97b64d8
runtime: avoid debug prints of huge objects
by Austin Clements
· 10 years ago
b7c55ba
runtime: improve invalid pointer error message
by Austin Clements
· 10 years ago
7360638
crypto/x509: return err if marshalPublicKey fails to marshal an rsa public key
by Tarmigan Casebolt
· 10 years ago
c0ca9f4
doc: go1.6.txt: template.IsTrue, bufio.Scanner.Buffer
by Rob Pike
· 10 years ago
13be616
bufio: allow Scanner to accept a user-provided buffer
by Rob Pike
· 10 years ago
1536c2e
cmd/dist: shard shootout test units
by Brad Fitzpatrick
· 10 years ago
49065cb
asm: handle EOF better
by Rob Pike
· 10 years ago
49580db
asm: give error message for unadorned symbol reference
by Rob Pike
· 10 years ago
8bd222f
go/types: handle import "C" more like cmd/compile
by Robert Griesemer
· 10 years ago
3d91624
go/types: unified handling of assignment errors
by Robert Griesemer
· 10 years ago
3f08151
go/types: cleanup handling of multi-valued expressions
by Robert Griesemer
· 10 years ago
712bae0
go/types: better error message when using multi-valued expressions in single-value context
by Robert Griesemer
· 10 years ago
77f2763
go/types: enable disabled test
by Robert Griesemer
· 10 years ago
3a80e5b
go/types: report detailed reason in error messages for invalid assignments
by Robert Griesemer
· 10 years ago
d5fe165
cmd/compile: convert externdecl to []*Node
by Dave Cheney
· 10 years ago
1fd78e1f
cmd/go: provide full path as os.Args[0] when invoking tools
by Shenghou Ma
· 10 years ago
eddd7ff
cmd/compile/internal/gc: avoid stringsCompare for string literals
by Håvard Haugen
· 10 years ago
f482a0f
cmd/compile/internal/gc: add unit test for cmpstackvar
by Håvard Haugen
· 10 years ago
2dc63d1
cmd/compile/internal/gc: cleaning; use range when appropriate
by Marvin Stenger
· 10 years ago
a326c3e
text/template: export isTrue
by Rob Pike
· 10 years ago
1216e18
encoding/gob: document allocation/merge behavior
by Rob Pike
· 10 years ago
cf45271
misc/ios: skip revoked certificates
by David Crawshaw
· 10 years ago
61a3ebe
cmd/asm/internal/asm: add aliases for ARM64 condition codes
by Aram Hăvărneanu
· 10 years ago
e7e2739
os: touch up the EINTR retry loop in OpenFile
by Aaron Jacobs
· 10 years ago
001a75a
runtime/trace: fix tracing of blocking system calls
by Shawn Walker-Salas
· 10 years ago
3d1f8c2
runtime: print errno and byte count before crashing in mem_windows.go
by Alex Brainman
· 10 years ago
50d0ee0
os: handle EINTR from open(2).
by Aaron Jacobs
· 10 years ago
9337dc9
runtime/debug: more explicit Stack docs
by David Crawshaw
· 10 years ago
9a6a8a0
cmd/link: fix addition of -Wl,-z,relro
by Michael Hudson-Doyle
· 10 years ago
b0507f1
go/parser: better error message for incorrect type switch header
by Robert Griesemer
· 10 years ago
5b3f29a
go/parser: comma is not permitted at the end of a struct field list
by Robert Griesemer
· 10 years ago
5512ac2
doc: go1.6.txt: add math/rand.Read
by Rob Pike
· 10 years ago
f9e404c
math/rand: make Rand fulfill the Reader interface
by Spencer Nelson
· 10 years ago
2421c6e
runtime: optimize duffzero for amd64.
by Ilya Tocar
· 10 years ago
2027b00
hash/crc32: add AMD64 optimized IEEE CRC calculation
by Klaus Post
· 10 years ago
f0ea976
cmd/go: indent first test binary flag description for `go test -h`
by Tormod Erevik Lea
· 10 years ago
2d697b2
runtime/debug: implement Stack using runtime.Stack
by David Crawshaw
· 10 years ago
fb30270
runtime: preserve R11 in darwin/arm entrypoint
by David Crawshaw
· 10 years ago
955b4ca
test: move allocation before munmap in recover4
by Michael Hudson-Doyle
· 10 years ago
7c61d24
cmd/compile/internal/gc: remove dead code
by Håvard Haugen
· 10 years ago
c1ad904
cmd/compile/internal/gc: remove unnecessary stringsCompare
by Håvard Haugen
· 10 years ago
64ad587
cmd/go: don't run TestIssue7573 if cgo not supported
by Ian Lance Taylor
· 10 years ago
448f84a
internal/obj: protect against nil addr.Sym
by Rob Pike
· 10 years ago
dace939
src/cmd/compile/internal/gc: fix type assertion in overflow check
by Robert Griesemer
· 10 years ago
2cbd707
debug/dwarf: add test for split DWARF
by Austin Clements
· 10 years ago
6044dd0
debug/dwarf: return ClassUnknown if attribute class cannot be determined
by Austin Clements
· 10 years ago
b6d115a
runtime: on unexpected netpoll error, throw instead of looping
by Ian Lance Taylor
· 10 years ago
731bdc5
runtime: fix aeshash of empty string
by Keith Randall
· 10 years ago
3d5bed2
math/big: Add small complete example of big.Rat usage
by Alberto Donizetti
· 10 years ago
a1aafdb
doc: go1.6.txt: template.Funcs checks names
by Rob Pike
· 10 years ago
173bf34
asm: more early returns on errors
by Rob Pike
· 10 years ago
dbfd908
text/template: verify that names in FuncMap are valid identifiers
by Rob Pike
· 10 years ago
211cdf1
cmd/compile/internal/gc: cleaning lex.go
by Marvin Stenger
· 10 years ago
19d262f
net: remove named parameters in Listener.Accept doc signature
by Brad Fitzpatrick
· 10 years ago
af261a5
cmd/go: skip external tests on linux/arm
by Dave Cheney
· 10 years ago
d7c1204
runtime: provide room for first 4 syscall parameters in windows usleep2
by Alex Brainman
· 10 years ago
8fab292
go/parser: better error message for unexpected ',' in struct type
by Robert Griesemer
· 10 years ago
ffd7d31
runtime: unblock special glibc signals on each thread
by Ian Lance Taylor
· 10 years ago
4ac4085
runtime: minor clarifications of markroot
by Austin Clements
· 10 years ago
a1cad70
runtime: remove unused g.readyg field
by Austin Clements
· 10 years ago
70462f9
runtime: simplify mSpan_Sweep
by Austin Clements
· 10 years ago
572f08a
runtime: split marking of span roots into 128 subtasks
by Austin Clements
· 10 years ago
739f133
runtime: fix hashing of trace stacks
by Austin Clements
· 10 years ago
b9dbb03
cmd/compiler/internal/gc: make Type.Copyto a []*Node
by Håvard Haugen
· 10 years ago
b07a51b
database/sql: fix typo
by Andrew Gerrand
· 10 years ago
4c96e7b
cmd/compile/internal/gc: clean up errcmp
by Håvard Haugen
· 10 years ago
4f48507
runtime: reduce pthread stack size in TestCgoCallbackGC
by Dave Cheney
· 10 years ago
0b5bcf5
runtime/cgo: explicitly link msvcrt on windows
by Shenghou Ma
· 10 years ago
ea4e321
cmd/compile/internal/gc: avoid allocation in bnum
by Dave Cheney
· 10 years ago
3b02242
spec: fix composite literal syntax to match prose
by Robert Griesemer
· 10 years ago
ab14797
go/printer: fix indentation of *ast.CallExpr parameters
by Michal Bohuslávek
· 10 years ago
67ddae8
all: use one 'l' when cancelling everywhere except Solaris
by Rob Pike
· 10 years ago
f4f0344
encoding/base64,xml: map/slice literals janitoring
by Didier Spezia
· 10 years ago
41713b4
cmd/doc: slice/map literals janitoring
by Didier Spezia
· 10 years ago
400bb82
crypto/x509: map/slice literals janitoring
by Didier Spezia
· 10 years ago
4f33436
runtime,internal/trace: map/slice literals janitoring
by Didier Spezia
· 10 years ago
90f6925
cmd/compile/internal/ppc64: map/slice literals janitoring
by Didier Spezia
· 10 years ago
5e89acb
cmd/asm: fix some fuzz bugs
by Rob Pike
· 10 years ago
2b50e6b
archive/zip: fixes unexpected EOF when reading archive
by alexander demakin
· 10 years ago
3f2baa3
cmd/dist: re-enable GOARM auto-detection
by Shenghou Ma
· 10 years ago
a370fba
math/big: use more direct formatting in ExampleRoundingMode, cosmetic changes
by Robert Griesemer
· 10 years ago
3ed6e83
mime: fix docs for WordDecoder.Decode
by Brad Fitzpatrick
· 10 years ago
7d48573
cmd/internal/obj: map/slice literals janitoring
by Didier Spezia
· 10 years ago
63ee321
strconv: fix comment
by Robert Griesemer
· 10 years ago
Next »