2014-10-29 |
Russ Cox | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make... |
commit | commitdiff | tree |
2014-10-28 |
Austin Clements | [dev.power64] runtime: fix atomicor8 for power64x |
commit | commitdiff | tree |
2014-10-28 |
Austin Clements | [dev.power64] 9a: correct generation of four argument ops |
commit | commitdiff | tree |
2014-10-28 |
Austin Clements | [dev.power64] liblink: emit wrapper code in correct... |
commit | commitdiff | tree |
2014-10-28 |
Dave Cheney | [dev.power64] runtime: fix cas64 on power64x |
commit | commitdiff | tree |
2014-10-27 |
Dave Cheney | [dev.power64] runtime: fix power64le build |
commit | commitdiff | tree |
2014-10-27 |
Austin Clements | [dev.power64] runtime: power64 fixes and ports of changes |
commit | commitdiff | tree |
2014-10-27 |
Austin Clements | [dev.power64] liblink: fix lost branch target |
commit | commitdiff | tree |
2014-10-27 |
Austin Clements | [dev.power64] all: merge default into dev.power64 |
commit | commitdiff | tree |
2014-10-27 |
Austin Clements | runtime: fix endianness assumption when decoding ftab |
commit | commitdiff | tree |
2014-10-27 |
Austin Clements | [dev.power64] liblink: power64 fixes and ports of changes |
commit | commitdiff | tree |
2014-10-27 |
Austin Clements | [dev.power64] cc: 8-byte align argument size on power64 |
commit | commitdiff | tree |
2014-10-27 |
Ian Lance Taylor | net: if a DNS lookup times out, forget that it is in... |
commit | commitdiff | tree |
2014-10-27 |
Emil Hessman | misc/makerelease/windows: fix 404 help URL in installer |
commit | commitdiff | tree |
2014-10-26 |
Rob Pike | doc/go_faq.html: fix a couple of nits |
commit | commitdiff | tree |
2014-10-25 |
Peter Collingbourne | cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo... |
commit | commitdiff | tree |
2014-10-24 |
Gustavo Niemeyer | cmd/go: add bzr support for vcs root checking |
commit | commitdiff | tree |
2014-10-24 |
Rob Pike | doc/go1.4.txt: unsafe is outside go1 compatibility... |
commit | commitdiff | tree |
2014-10-24 |
Rob Pike | unsafe: document that unsafe programs are not protected |
commit | commitdiff | tree |
2014-10-24 |
Austin Clements | [dev.power64] liblink: print line numbers in disassembl... |
commit | commitdiff | tree |
2014-10-24 |
Russ Cox | net/http/pprof: run GC for /debug/pprof/heap?gc=1 |
commit | commitdiff | tree |
2014-10-24 |
Russ Cox | cmd/gc: synthesize zeroed value for non-assignment... |
commit | commitdiff | tree |
2014-10-24 |
Russ Cox | doc/go1.4: encoding/csv |
commit | commitdiff | tree |
2014-10-24 |
Russ Cox | encoding/csv: for Postgres, unquote empty strings,... |
commit | commitdiff | tree |
2014-10-23 |
Robert Griesemer | spec: minimal documention of unsafe.Pointer conversions |
commit | commitdiff | tree |
2014-10-23 |
Ian Lance Taylor | gccgo_install.html: the 4.9 release series supports... |
commit | commitdiff | tree |
2014-10-22 |
Dave Cheney | [dev.power64] runtime: fix SigaltstackT definition... |
commit | commitdiff | tree |
2014-10-22 |
Austin Clements | [dev.power64] runtime: fix early GC of Defer objects |
commit | commitdiff | tree |
2014-10-22 |
Austin Clements | [dev.power64] all: merge default into dev.power64 |
commit | commitdiff | tree |
2014-10-22 |
Austin Clements | [dev.power64] runtime: Fix broken merge of noasm.go |
commit | commitdiff | tree |
2014-10-22 |
Austin Clements | build: merge the great pkg/ rename into dev.power64 |
commit | commitdiff | tree |
2014-10-22 |
Dmitriy Vyukov | sync: release Pool memory during second and later GCs |
commit | commitdiff | tree |
2014-10-22 |
Austin Clements | [dev.power64] build: merge default into dev.power64 |
commit | commitdiff | tree |
2014-10-22 |
Ian Lance Taylor | test: add more cases to recover.go |
commit | commitdiff | tree |
2014-10-22 |
Russ Cox | CONTRIBUTORS: add Austin Clements's google.com email... |
commit | commitdiff | tree |
2014-10-22 |
Dave Cheney | runtime/cgo: encode BLX directly, fixes one clang build... |
commit | commitdiff | tree |
2014-10-21 |
Jens Frederich | misc/makerelease: set version number in Windows installer |
commit | commitdiff | tree |
2014-10-21 |
Dave Cheney | undo CL 156430044 / 5d69cad4faaf |
commit | commitdiff | tree |
2014-10-21 |
Keith Randall | runtime: warn that cputicks() might not be monotonic. |
commit | commitdiff | tree |
2014-10-21 |
Ian Lance Taylor | cmd/ld: fix addstrdata for big-endian systems |
commit | commitdiff | tree |
2014-10-21 |
Brad Fitzpatrick | time: panic with a more helpful error on use of invalid... |
commit | commitdiff | tree |
2014-10-21 |
Russ Cox | cmd/gc: disallow call of *T method using **T variable |
commit | commitdiff | tree |
2014-10-21 |
Russ Cox | compress/gzip: allow stopping at end of first stream |
commit | commitdiff | tree |
2014-10-20 |
Dave Cheney | cmd/cgo: disable clang's integrated assembler |
commit | commitdiff | tree |
2014-10-20 |
Alex Brainman | debug/pe: use appropriate type for sizeofOptionalHeader32 |
commit | commitdiff | tree |
2014-10-20 |
Keith Randall | runtime: fix flaky TestBlockProfile test |
commit | commitdiff | tree |
2014-10-20 |
David du Colombier | runtime: handle non-nil-terminated environment strings... |
commit | commitdiff | tree |
2014-10-20 |
David du Colombier | os/exec: fix number of expected file descriptors on... |
commit | commitdiff | tree |
2014-10-20 |
Rob Pike | flag: roll back 156390043 (flag setting) |
commit | commitdiff | tree |
2014-10-20 |
Rob Pike | cmd/go: set exit status for failing "go generate" run. |
commit | commitdiff | tree |
2014-10-20 |
Ian Lance Taylor | reflect: fix TestAllocations now that interfaces hold... |
commit | commitdiff | tree |
2014-10-20 |
Ian Lance Taylor | reflect: allocate correct type in assignTo and cvtT2I |
commit | commitdiff | tree |
2014-10-20 |
Russ Cox | regexp: fix TestOnePassCutoff |
commit | commitdiff | tree |
2014-10-20 |
Ian Lance Taylor | regexp/syntax: fix validity testing of zero repeats |
commit | commitdiff | tree |
2014-10-20 |
Russ Cox | debug/pe: remove use of unsafe |
commit | commitdiff | tree |
2014-10-20 |
Daniel Morsing | cmd/gc: emit code for extern = <N> |
commit | commitdiff | tree |
2014-10-20 |
Rob Pike | encoding/gob: add custom decoder buffer for performance |
commit | commitdiff | tree |
2014-10-20 |
Brad Fitzpatrick | doc/go1.4.txt: add compress/* Reset note |
commit | commitdiff | tree |
2014-10-20 |
James Robinson | compress/flate: add Reset() to allow reusing large... |
commit | commitdiff | tree |
2014-10-19 |
Rob Pike | doc/go1.4.txt: flags can now be set at most once |
commit | commitdiff | tree |
2014-10-19 |
Rob Pike | flag: disallow setting flags multiple times |
commit | commitdiff | tree |
2014-10-19 |
Ian Lance Taylor | regexp: correct doc comment for ReplaceAllLiteralString |
commit | commitdiff | tree |
2014-10-19 |
Rob Pike | encoding/gob: fix print format in generated decoder... |
commit | commitdiff | tree |
2014-10-19 |
Keith Randall | runtime: dequeue the correct SudoG |
commit | commitdiff | tree |
2014-10-18 |
Rob Pike | text/template: fix bug in pipelined variadics |
commit | commitdiff | tree |
2014-10-18 |
Rob Pike | encoding/gob: use simple append-only buffer for encoding |
commit | commitdiff | tree |
2014-10-17 |
Rob Pike | encoding/gob: custom array/slice decoders |
commit | commitdiff | tree |
2014-10-17 |
Dmitriy Vyukov | runtime/pprof: fix memory profiler test |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | cmd/gc: don't use static init to initialize small struc... |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | reflect: a few microoptimizations |
commit | commitdiff | tree |
2014-10-17 |
Rob Pike | encoding/gob: speed up encoding of arrays and slices |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | runtime/pprof: fix test |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | runtime: remove comment that leaked into CL 153710043 |
commit | commitdiff | tree |
2014-10-17 |
Brad Fitzpatrick | CONTRIBUTORS: add James Robinson (Google CLA) |
commit | commitdiff | tree |
2014-10-17 |
Russ Cox | undo CL 159990043 / 421fadcef39a |
commit | commitdiff | tree |
2014-10-16 |
Robert Griesemer | spec: define "variable" |
commit | commitdiff | tree |
2014-10-16 |
Damien Neil | reflect: fix struct size calculation to include termina... |
commit | commitdiff | tree |
2014-10-16 |
Damien Neil | CONTRIBUTORS: add Damien Neil |
commit | commitdiff | tree |
2014-10-16 |
David du Colombier | syscall: don't cache environment variables on Plan 9 |
commit | commitdiff | tree |
2014-10-16 |
Russ Cox | runtime/pprof: disable new memory test |
commit | commitdiff | tree |
2014-10-16 |
Russ Cox | runtime: make pprof a little nicer |
commit | commitdiff | tree |
2014-10-16 |
Dmitriy Vyukov | runtime: fix memory profiler |
commit | commitdiff | tree |
2014-10-16 |
Russ Cox | cmd/gc: elide write barrier for x = x[0:y] and x =... |
commit | commitdiff | tree |
2014-10-16 |
Adam Langley | crypto/tls: support TLS_FALLBACK_SCSV as a server. |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | cmd/gc: simplify compiled code for explicit zeroing |
commit | commitdiff | tree |
2014-10-15 |
Nigel Tao | unicode/utf8: fix docs for DecodeRune(empty) and friends. |
commit | commitdiff | tree |
2014-10-15 |
Chris Manghane | cmd/go: add '_go_' suffix to go files compiled by gccgo... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | cmd/gc: do not copy via temporary for writebarrierfat... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | reflect: shorten value to 3 words |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | reflect: add fast path for FieldByIndex with len(index... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | runtime: remove hand-generated ptr bitmaps for reflectcall |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | database/sql: add Drivers, returning list of registered... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | os/exec: document that Stdin goroutine must finish... |
commit | commitdiff | tree |
2014-10-15 |
Chris Manghane | cmd/gc: blank methods are not permitted in interface... |
commit | commitdiff | tree |
2014-10-15 |
Brad Fitzpatrick | net/http: don't send implicit gzip Accept-Encoding... |
commit | commitdiff | tree |
2014-10-15 |
Brad Fitzpatrick | net/http: don't reuse a server connection after any... |
commit | commitdiff | tree |
2014-10-15 |
Ian Lance Taylor | crypto/x509: correct field name in comment |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | liblink: require DATA lines to be ordered by offset... |
commit | commitdiff | tree |
2014-10-15 |
Jens Frederich | go/build: Return MultiplePackageError on importing... |
commit | commitdiff | tree |
2014-10-15 |
Russ Cox | cmd/gc, runtime: fix race, nacl for writebarrier changes |
commit | commitdiff | tree |
next |