2014-05-21 |
Russ Cox | cmd/gc: fix floating point rounding again |
commit | commitdiff | tree |
2014-05-21 |
Rob Pike | fmt: fix floating-point padding once and for all |
commit | commitdiff | tree |
2014-05-21 |
Russ Cox | cmd/go: fix coverage for 'package foo_test' tests |
commit | commitdiff | tree |
2014-05-21 |
Ian Lance Taylor | cmd/go: check for SWIG version that is too old to use |
commit | commitdiff | tree |
2014-05-21 |
Robert Griesemer | test/float_lit2.go: fix constants for 386 platforms... |
commit | commitdiff | tree |
2014-05-21 |
Robert Griesemer | test/float_lit2.go: compute test values from first... |
commit | commitdiff | tree |
2014-05-21 |
Ian Lance Taylor | database/sql/driver: correct method name in comment |
commit | commitdiff | tree |
2014-05-21 |
Benny Siegert | cmd/ld: correctly compute note size on NetBSD. |
commit | commitdiff | tree |
2014-05-21 |
Ian Lance Taylor | cmd/ld: really import runtime/cgo for external link |
commit | commitdiff | tree |
2014-05-21 |
Andrew Gerrand | tag go1.3beta1 and go1.3beta2 |
commit | commitdiff | tree |
2014-05-21 |
Robert Griesemer | spec: specify order of init() calls go1.3beta2 |
commit | commitdiff | tree |
2014-05-20 |
Keith Randall | reflect: don't panic on delete from nil map. |
commit | commitdiff | tree |
2014-05-20 |
Robert Griesemer | spec: clarify section on package initialization |
commit | commitdiff | tree |
2014-05-20 |
Rob Pike | doc/go_spec.html: fix broken anchor tag |
commit | commitdiff | tree |
2014-05-20 |
Rob Pike | doc/install.html: fix duplicate id= tag |
commit | commitdiff | tree |
2014-05-20 |
Shenghou Ma | all: fix "the the" typos. |
commit | commitdiff | tree |
2014-05-20 |
Shenghou Ma | runtime: revise the document of Version() |
commit | commitdiff | tree |
2014-05-20 |
Brad Fitzpatrick | src: make nacltest.bash executable |
commit | commitdiff | tree |
2014-05-20 |
Shenghou Ma | undo CL 84040045 / 5302b4c58aa0 |
commit | commitdiff | tree |
2014-05-20 |
David du Colombier | debug/plan9obj: cleanup api |
commit | commitdiff | tree |
2014-05-20 |
Rob Pike | cmd/go: document file types |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | doc/go1.3.html: mention cgo [0]byte bug fix fallout |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | build: make nacl pass |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | test: test issue 7884 (already fixed) |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | syscall: fix Write(nil) on NaCl |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | cmd/ld: make lldb happy with Mach-O 6.out files |
commit | commitdiff | tree |
2014-05-20 |
Andrew Gerrand | misc/makerelease: handle update tour file layout |
commit | commitdiff | tree |
2014-05-20 |
Mikio Hara | doc/go1.3.html: switch default stack size back to 8kB |
commit | commitdiff | tree |
2014-05-20 |
Elias Naur | cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | liblink: fix field tracking |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | runtime: switch default stack size back to 8kB |
commit | commitdiff | tree |
2014-05-20 |
Russ Cox | cmd/gc: fix float32 const conversion and printing of... |
commit | commitdiff | tree |
2014-05-20 |
Shenghou Ma | cmd/ld: abort if (32-bit) address relocation is negativ... |
commit | commitdiff | tree |
2014-05-19 |
Rob Pike | text/template,html/template: document that partial... |
commit | commitdiff | tree |
2014-05-19 |
Russ Cox | cmd/gc: fix <-<-expr |
commit | commitdiff | tree |
2014-05-19 |
Brad Fitzpatrick | net/http: document that ProxyFromEnvironment special... |
commit | commitdiff | tree |
2014-05-19 |
Brad Fitzpatrick | database/sql: more docs explaining that DB is a pool |
commit | commitdiff | tree |
2014-05-19 |
Russ Cox | math/rand: restore Go 1.2 value stream for Float32... |
commit | commitdiff | tree |
2014-05-19 |
Robert Griesemer | spec: clarify when a program exits |
commit | commitdiff | tree |
2014-05-19 |
Aram Hăvărneanu | doc/go1.3.html: minor tweak of Solaris wording |
commit | commitdiff | tree |
2014-05-19 |
Russ Cox | reflect: test, fix access to nil maps |
commit | commitdiff | tree |
2014-05-19 |
Dmitriy Vyukov | runtime: fix freeOSMemory to free memory immediately |
commit | commitdiff | tree |
2014-05-19 |
Andrew Gerrand | C: add Burcu Dogan (Google CLA) |
commit | commitdiff | tree |
2014-05-17 |
Mikio Hara | doc/go1.3.html: fix typo |
commit | commitdiff | tree |
2014-05-17 |
Dave Cheney | syscall: fix arm build |
commit | commitdiff | tree |
2014-05-16 |
Brad Fitzpatrick | net/http: allow Content-Type on 204 responses |
commit | commitdiff | tree |
2014-05-16 |
Rob Pike | lib/time/zoneinfo.zip: update to IANA release 2014c |
commit | commitdiff | tree |
2014-05-16 |
Mikio Hara | doc/go1.3.html: update the state of supported platforms |
commit | commitdiff | tree |
2014-05-16 |
Rob Pike | encoding/xml: fix format in test message |
commit | commitdiff | tree |
2014-05-16 |
Ian Lance Taylor | spec: clarify that newlines are kept in raw string... |
commit | commitdiff | tree |
2014-05-16 |
Rob Pike | syscall: fix linux amd64 build |
commit | commitdiff | tree |
2014-05-16 |
Russ Cox | syscall: fix a few Linux system calls |
commit | commitdiff | tree |
2014-05-16 |
Russ Cox | doc/go1.3.html: add note about small map iteration... |
commit | commitdiff | tree |
2014-05-16 |
David du Colombier | cmd/addr2line, cmd/objdump: handle Plan 9 a.out object... |
commit | commitdiff | tree |
2014-05-16 |
Mikio Hara | doc/go1.3.html: add syscall.SendmsgN |
commit | commitdiff | tree |
2014-05-16 |
Anthony Martin | cmd/pack: buffer writes in TestLargeDefs |
commit | commitdiff | tree |
2014-05-15 |
Shenghou Ma | api: update next.txt |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/gc: fix two select temporary bugs |
commit | commitdiff | tree |
2014-05-15 |
Guillaume J... | archive/tar: Do not panic on Read if uninitialized |
commit | commitdiff | tree |
2014-05-15 |
Mikio Hara | api: update openbsd exceptions |
commit | commitdiff | tree |
2014-05-15 |
Mikio Hara | syscall: regenerate z-files for openbsd |
commit | commitdiff | tree |
2014-05-15 |
Robert Griesemer | container/heap: update example code |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | syscall: fix stack frame sizes in assembly |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | sync/atomic: fix unimportant assembly errors found... |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | doc/go1.3.html: add note about unsafe.Pointer strictness |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | runtime: make scan of pointer-in-interface same as... |
commit | commitdiff | tree |
2014-05-15 |
Mikio Hara | net/http: fix nits found by go tool vet |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/gc: correct handling of globals, func args, results |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/gc: fix duplicate map key check |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | crypto/sha256, crypto/sha512: fix argument size in... |
commit | commitdiff | tree |
2014-05-15 |
Alex Brainman | cmd/addr2line,cmd/objdump: test that commands accept... |
commit | commitdiff | tree |
2014-05-15 |
Alex Brainman | misc/pprof: always use go tool objdump on windows |
commit | commitdiff | tree |
2014-05-15 |
Alex Brainman | cmd/addr2line, cmd/objdump: fix pe text section startin... |
commit | commitdiff | tree |
2014-05-15 |
Russ Cox | cmd/nm, cmd/objdump: fix elf symbol types |
commit | commitdiff | tree |
2014-05-15 |
Guillaume J... | net: detect changes to /etc/resolv.conf. |
commit | commitdiff | tree |
2014-05-14 |
Russ Cox | objdump: implement disassembly |
commit | commitdiff | tree |
2014-05-14 |
Russ Cox | cmd/objdump: import x86 disassembler |
commit | commitdiff | tree |
2014-05-14 |
Andrew Gerrand | A+C: Cezar Sá Espinola (individual CLA) |
commit | commitdiff | tree |
2014-05-14 |
Mikio Hara | test: fix flakey test case for issue 4388 |
commit | commitdiff | tree |
2014-05-14 |
Rob Pike | doc/effective_go.html: a little more about errors |
commit | commitdiff | tree |
2014-05-14 |
Robert Griesemer | spec: more precise description of select statement |
commit | commitdiff | tree |
2014-05-14 |
Guillaume J... | archive/tar: Fix bug preventing untar |
commit | commitdiff | tree |
2014-05-14 |
Dmitriy Vyukov | cmd/gc: fix out of bounds access |
commit | commitdiff | tree |
2014-05-14 |
Mikio Hara | net: fix documentation for SetLinger |
commit | commitdiff | tree |
2014-05-13 |
Rob Pike | regexp/syntax: don't waste time checking for one pass... |
commit | commitdiff | tree |
2014-05-13 |
Dmitriy Vyukov | reflect: fix map type generation |
commit | commitdiff | tree |
2014-05-13 |
Dmitriy Vyukov | runtime: fix triggering of forced GC |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | cmd/go: fix go test again |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | runtime: handle decommit failure gracefully on Windows |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | cmd/cgo: omit misaligned struct fields, like we omit... |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | io: copy slice argument in MultiReader and MultiWriter |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | encoding/json: document what unmarshal of `null` into... |
commit | commitdiff | tree |
2014-05-13 |
Jason Del Ponte | encoding/xml: fix to allow xml declaration with EncodeToken |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | A+C: Jason Del Ponte (individual CLA) |
commit | commitdiff | tree |
2014-05-13 |
Brad Fitzpatrick | mime/multipart: add NewReader example |
commit | commitdiff | tree |
2014-05-13 |
Russ Cox | cmd/go: fix 'go test foo_test.go' |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/gc: fix liveness vs regopt mismatch for input variables |
commit | commitdiff | tree |
2014-05-12 |
Josh Bleecher... | cmd/gc: alias more variables during register allocation |
commit | commitdiff | tree |
2014-05-12 |
Russ Cox | cmd/go: detect import cycle caused by test code |
commit | commitdiff | tree |
2014-05-12 |
Ian Lance Taylor | cmd/go: link SWIG objects directly rather than using... |
commit | commitdiff | tree |
next |