index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
Age
Commit message (
Expand
)
Author
2014-08-18
cmd/gc, runtime: refactor interface inlining decision into compiler
Russ Cox
2014-08-18
runtime: avoid $sym(SB) as constant
Russ Cox
2014-08-19
fmt: print byte stringers correctly
Andrew Gerrand
2014-08-18
bzip2: improve performance
Jeff R. Allen
2014-08-18
runtime: move panicindex/panicslice to Go.
Keith Randall
2014-08-18
unicode: strconv: regexp: Upgrade to Unicode 7.0.0.
Marcel van Lohuizen
2014-08-18
runtime: add more cases to GC info test
Dmitriy Vyukov
2014-08-18
internal/syscall: add support for getrandom on arm
Brad Fitzpatrick
2014-08-18
runtime: implement transfer cache
Dmitriy Vyukov
2014-08-18
runtime: fix dump of data/bss
Dmitriy Vyukov
2014-08-18
runtime: don't acquirem on malloc fast path
Dmitriy Vyukov
2014-08-16
runtime: mark with non-atomic operations when GOMAXPROCS=1
Dmitriy Vyukov
2014-08-15
crypto/x509: SystemRootsError style tweaks, document in Verify
Brad Fitzpatrick
2014-08-15
fmt: fix size returned on fast path of ReadRune
Rob Pike
2014-08-15
runtime: fix getgcmask
Dmitriy Vyukov
2014-08-15
net: fix CNAME resolving on Windows
Egon Elbre
2014-08-14
runtime: mark objects with non-atomic operations
Dmitriy Vyukov
2014-08-13
text/scanner: improve documentation
Robert Griesemer
2014-08-13
cmd/cgo, debug/dwarf: fix translation of zero-size arrays
Matthew Dempsky
2014-08-13
runtime: keep objects in free lists marked as allocated.
Dmitriy Vyukov
2014-08-12
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-08-12
runtime: avoid using address as constant in amd64 assembly
Russ Cox
2014-08-12
syscall: freeze the package
Rob Pike
2014-08-12
cmd/go, go/build: implement import comment checking
Russ Cox
2014-08-12
crypto/rand: use getrandom system call on Linux
Brad Fitzpatrick
2014-08-13
runtime: remove FlagNoProfile
Dmitriy Vyukov
2014-08-13
runtime/pprof: fix data race
Dmitriy Vyukov
2014-08-11
crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).
Andres Erbsen
2014-08-12
compress/{gzip,zlib}: mention that Close flushes
Andrew Gerrand
2014-08-11
runtime: no need to set R9 to m for runtime.sigpanic anymore
Shenghou Ma
2014-08-08
time: Fix missing colon when formatting time zone offsets with seconds
Joel Stemmer
2014-08-08
runtime: bump MaxGcprocs to 32
Dmitriy Vyukov
2014-08-08
runtime: mark functions as static where possible
Matthew Dempsky
2014-08-08
runtime: fix data race in stackalloc
Dmitriy Vyukov
2014-08-08
syscall: ignore EINVAL/ENOENT from readdirent on OS X 10.10
Russ Cox
2014-08-08
encoding/gob: fix data races in benchmarks
Dmitriy Vyukov
2014-08-08
debug/pe/testdata: make sure gcc-amd64-mingw-exec has symbols
Alex Brainman
2014-08-08
os: simplify windows Getwd (fixes build)
Alex Brainman
2014-08-08
encoding/json: document coercion of invalid UTF-8 characters
Andrew Gerrand
2014-08-08
flag: mention -h in docs
Andrew Gerrand
2014-08-07
runtime: convert equality functions to Go
Keith Randall
2014-08-07
runtime: convert interface routines from C to Go.
Keith Randall
2014-08-07
runtime: fix nacl/amd64p32 build
Dmitriy Vyukov
2014-08-07
go/parser: don't do method receiver checks at parse-time
Robert Griesemer
2014-08-07
runtime: test distribution of interface hashes.
Keith Randall
2014-08-07
encoding/gob: make benchmarks parallel
Dmitriy Vyukov
2014-08-07
go/build: look in $GOROOT/src/cmd/foo/bar for import cmd/foo/bar
Russ Cox
2014-08-07
cmd/cc, runtime: eliminate use of the unnamed substructure C extension
Peter Collingbourne
2014-08-07
os: in Getwd, $PWD override syscall.Getwd
Russ Cox
2014-08-07
runtime: convert markallocated from C to Go
Dmitriy Vyukov
[prev]
[next]