2014-08-19 |
Dmitriy Vyukov | runtime: allow copying of onM frame |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: fix MemStats on 32-bits |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: convert Gosched to Go |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | cmd/gc: fix heap buffer overflow |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: improve diagnostics of non-copyable frames |
commit | commitdiff | tree |
2014-08-19 |
Dmitriy Vyukov | runtime: fix memstats |
commit | commitdiff | tree |
2014-08-19 |
Alex Brainman | os: make SameFile handle paths like c:a.txt properly |
commit | commitdiff | tree |
2014-08-19 |
Alex Brainman | runtime: apply KindMask before comparison |
commit | commitdiff | tree |
2014-08-19 |
Andrew Gerrand | html/template: don't panic on second execution of unesc... |
commit | commitdiff | tree |
2014-08-19 |
Evan Kroske | net/http: correct error message for incorrect Body... |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | runtime: fix windows/amd64 build after pc-relative... |
commit | commitdiff | tree |
2014-08-19 |
Josh Bleecher... | liblink: fix encoding of ASETPC in 6a, 8a |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | cmd/gc, runtime: refactor interface inlining decision... |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | doc/go1.4: mention pc-relative addressing on amd64 |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | liblink: use pc-relative addressing for all memory... |
commit | commitdiff | tree |
2014-08-19 |
Russ Cox | runtime: avoid $sym(SB) as constant |
commit | commitdiff | tree |
2014-08-19 |
Dave Cheney | cmd/6g: fix undefined behavior in reg.c |
commit | commitdiff | tree |
2014-08-18 |
Andrew Gerrand | fmt: print byte stringers correctly |
commit | commitdiff | tree |
2014-08-18 |
Jeff R. Allen | bzip2: improve performance |
commit | commitdiff | tree |
2014-08-18 |
Keith Randall | runtime: move panicindex/panicslice to Go. |
commit | commitdiff | tree |
2014-08-18 |
Marcel van... | unicode: strconv: regexp: Upgrade to Unicode 7.0.0. |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: add more cases to GC info test |
commit | commitdiff | tree |
2014-08-18 |
Brad Fitzpatrick | internal/syscall: add support for getrandom on arm |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: implement transfer cache |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: fix dump of data/bss |
commit | commitdiff | tree |
2014-08-18 |
Dmitriy Vyukov | runtime: don't acquirem on malloc fast path |
commit | commitdiff | tree |
2014-08-16 |
Dmitriy Vyukov | runtime: mark with non-atomic operations when GOMAXPROCS=1 |
commit | commitdiff | tree |
2014-08-16 |
Dave Cheney | cmd/ld: fix operator precedence |
commit | commitdiff | tree |
2014-08-16 |
Shenghou Ma | cmd/ld: fix operator precedence |
commit | commitdiff | tree |
2014-08-16 |
Brad Fitzpatrick | crypto/x509: SystemRootsError style tweaks, document... |
commit | commitdiff | tree |
2014-08-15 |
Henning Schmiedehausen | cmd/dist: goc2c ignores GOROOT_FINAL |
commit | commitdiff | tree |
2014-08-15 |
Ian Lance Taylor | A+C: Henning Schmiedehausen (individual CLA) |
commit | commitdiff | tree |
2014-08-15 |
Rob Pike | cmd/go: fix a couple of errors found by "go vet" |
commit | commitdiff | tree |
2014-08-15 |
Rob Pike | fmt: fix size returned on fast path of ReadRune |
commit | commitdiff | tree |
2014-08-15 |
Dmitriy Vyukov | runtime: fix getgcmask |
commit | commitdiff | tree |
2014-08-15 |
Matthew Dempsky | cmd/gc: disallow pointer constants |
commit | commitdiff | tree |
2014-08-15 |
Dmitriy Vyukov | misc/nacl: add debugging instructions |
commit | commitdiff | tree |
2014-08-15 |
Egon Elbre | net: fix CNAME resolving on Windows |
commit | commitdiff | tree |
2014-08-14 |
Mikio Hara | doc: make it point to correct go1.3.1 change history |
commit | commitdiff | tree |
2014-08-14 |
Dmitriy Vyukov | runtime: mark objects with non-atomic operations |
commit | commitdiff | tree |
2014-08-14 |
Matthew Dempsky | cmd/cgo: check for compiler errors in the C preamble |
commit | commitdiff | tree |
2014-08-13 |
Rob Pike | doc/go1.4.txt: cmd/go changes, syscall |
commit | commitdiff | tree |
2014-08-13 |
Robert Griesemer | text/scanner: improve documentation |
commit | commitdiff | tree |
2014-08-13 |
Matthew Dempsky | cmd/cgo, debug/dwarf: fix translation of zero-size... |
commit | commitdiff | tree |
2014-08-13 |
Dmitriy Vyukov | runtime: keep objects in free lists marked as allocated. |
commit | commitdiff | tree |
2014-08-13 |
Thiago Fransosi... | cmd/dist: Reuse streq whenever possible. |
commit | commitdiff | tree |
2014-08-13 |
Andrew Gerrand | doc: remove the "the" in "the the" in the release notes |
commit | commitdiff | tree |
2014-08-13 |
Andrew Gerrand | tag go1.3.1 |
commit | commitdiff | tree |
2014-08-13 |
Andrew Gerrand | misc/makerelease: exit with nonzero status code on... |
commit | commitdiff | tree |
2014-08-13 |
Rob Pike | all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH |
commit | commitdiff | tree |
2014-08-12 |
Russ Cox | cmd/6c, cmd/6g: avoid address-as-constant in amd64... |
commit | commitdiff | tree |
2014-08-12 |
Russ Cox | cmd/go: adjust import comment error |
commit | commitdiff | tree |
2014-08-12 |
Russ Cox | runtime: avoid using address as constant in amd64 assembly |
commit | commitdiff | tree |
2014-08-12 |
Rob Pike | doc/compat1.html: link to go.sys |
commit | commitdiff | tree |
2014-08-12 |
Rob Pike | syscall: freeze the package |
commit | commitdiff | tree |
2014-08-12 |
Russ Cox | cmd/ld: handle large link base addresses |
commit | commitdiff | tree |
2014-08-12 |
Russ Cox | cmd/go, go/build: implement import comment checking |
commit | commitdiff | tree |
2014-08-12 |
Andrew Gerrand | doc: document go1.3.1 |
commit | commitdiff | tree |
2014-08-12 |
Brad Fitzpatrick | crypto/rand: use getrandom system call on Linux |
commit | commitdiff | tree |
2014-08-12 |
Dmitriy Vyukov | runtime: remove FlagNoProfile |
commit | commitdiff | tree |
2014-08-12 |
Dmitriy Vyukov | runtime/pprof: fix data race |
commit | commitdiff | tree |
2014-08-12 |
Matthew Dempsky | cmd/cgo: make C function pointers non-assignable |
commit | commitdiff | tree |
2014-08-12 |
Thiago Fransosi... | dist: Make vaddn private to buf.c |
commit | commitdiff | tree |
2014-08-12 |
Ian Lance Taylor | A+C: Thiago Fransosi Farina (individual CLA) |
commit | commitdiff | tree |
2014-08-12 |
Matthew Dempsky | run.bash: run misc/cgo/testgodefs/test.bash |
commit | commitdiff | tree |
2014-08-12 |
Matthew Dempsky | cmd/cgo: fix default alignment for empty structs |
commit | commitdiff | tree |
2014-08-11 |
Matthew Dempsky | cmd/cgo: iterate over names in deterministic order |
commit | commitdiff | tree |
2014-08-11 |
Andres Erbsen | crypto/tls: implement tls-unique channel binding (RFC... |
commit | commitdiff | tree |
2014-08-11 |
Andrew Gerrand | compress/{gzip,zlib}: mention that Close flushes |
commit | commitdiff | tree |
2014-08-11 |
Chris Manghane | cmd/gc: comma-ok assignments produce untyped bool as... |
commit | commitdiff | tree |
2014-08-11 |
Shenghou Ma | cmd/8g: fix build |
commit | commitdiff | tree |
2014-08-11 |
Shenghou Ma | runtime: no need to set R9 to m for runtime.sigpanic... |
commit | commitdiff | tree |
2014-08-11 |
Shenghou Ma | misc/nacl/testzip.proto: add fewer files to the zip |
commit | commitdiff | tree |
2014-08-11 |
Russ Cox | A+C: Andrew Bursavich (individual CLA) |
commit | commitdiff | tree |
2014-08-11 |
Russ Cox | cmd/6g, cmd/8g: fix, test byte-sized magic multiply |
commit | commitdiff | tree |
2014-08-11 |
Matthew Dempsky | cmd/link: fix zig-zag decoding |
commit | commitdiff | tree |
2014-08-08 |
Rob Pike | doc/go1.4.txt: go.sys subrepo created |
commit | commitdiff | tree |
2014-08-08 |
Rob Pike | A+C: Joel Stemmer (individual CLA) |
commit | commitdiff | tree |
2014-08-08 |
Joel Stemmer | time: Fix missing colon when formatting time zone offse... |
commit | commitdiff | tree |
2014-08-08 |
Ian Lance Taylor | test: add another test case that gccgo crashed on |
commit | commitdiff | tree |
2014-08-08 |
Dmitriy Vyukov | runtime: bump MaxGcprocs to 32 |
commit | commitdiff | tree |
2014-08-08 |
Matthew Dempsky | runtime: mark functions as static where possible |
commit | commitdiff | tree |
2014-08-08 |
Dmitriy Vyukov | runtime: fix data race in stackalloc |
commit | commitdiff | tree |
2014-08-08 |
Russ Cox | syscall: ignore EINVAL/ENOENT from readdirent on OS... |
commit | commitdiff | tree |
2014-08-08 |
Dmitriy Vyukov | encoding/gob: fix data races in benchmarks |
commit | commitdiff | tree |
2014-08-08 |
Mikio Hara | cmd/go: fix build in airplane mode |
commit | commitdiff | tree |
2014-08-08 |
Alex Brainman | debug/pe/testdata: make sure gcc-amd64-mingw-exec has... |
commit | commitdiff | tree |
2014-08-08 |
Shenghou Ma | misc/nacl/testzip.proto: include cmd/internal/* to... |
commit | commitdiff | tree |
2014-08-08 |
Alex Brainman | os: simplify windows Getwd (fixes build) |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | encoding/json: document coercion of invalid UTF-8 chara... |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | flag: mention -h in docs |
commit | commitdiff | tree |
2014-08-07 |
Andrew Gerrand | cmd/go: download test dependencies of all named packages |
commit | commitdiff | tree |
2014-08-07 |
Ian Lance Taylor | cmd/go: don't pass --buildid=none on OpenBSD |
commit | commitdiff | tree |
2014-08-07 |
Keith Randall | runtime: convert equality functions to Go |
commit | commitdiff | tree |
2014-08-07 |
Adam Langley | doc: add note about crypto/tls cert selection callback. |
commit | commitdiff | tree |
2014-08-07 |
Keith Randall | runtime: convert interface routines from C to Go. |
commit | commitdiff | tree |
2014-08-07 |
Ian Lance Taylor | cmd/go: don't pass --buildid=none on FreeBSD |
commit | commitdiff | tree |
2014-08-07 |
Dmitriy Vyukov | runtime: fix nacl/amd64p32 build |
commit | commitdiff | tree |
2014-08-07 |
Robert Griesemer | go/parser: don't do method receiver checks at parse... |
commit | commitdiff | tree |
2014-08-07 |
Ian Lance Taylor | cmd/go: pass --build-id=none when generating a cgo .o |
commit | commitdiff | tree |
next |