2014-05-28 |
Dmitriy Vyukov | runtime: fix go of nil func value |
commit | commitdiff | tree |
2014-05-28 |
Russ Cox | cmd/gc: fix race compilation failure 'non-orig name' |
commit | commitdiff | tree |
2014-05-28 |
Russ Cox | cmd/gc: fix defer copy(x, <-c) |
commit | commitdiff | tree |
2014-05-28 |
Russ Cox | cmd/gc: fix infinite loop in nil check removal |
commit | commitdiff | tree |
2014-05-28 |
Russ Cox | cmd/gc: fix method value closures on nacl amd64p32 |
commit | commitdiff | tree |
2014-05-28 |
Jan Ziak | cmd/go: do not miss an error if import path contains... |
commit | commitdiff | tree |
2014-05-28 |
Russ Cox | cmd/gc: fix conversion of runtime constant |
commit | commitdiff | tree |
2014-05-27 |
Keith Randall | runtime: stack copier should handle nil defers without... |
commit | commitdiff | tree |
2014-05-27 |
Brad Fitzpatrick | test: add test for fixed issue 7863 |
commit | commitdiff | tree |
2014-05-27 |
Rob Pike | cmd/go: improve error message when import path contains... |
commit | commitdiff | tree |
2014-05-26 |
Dmitriy Vyukov | misc: properly spell Chrome in doc |
commit | commitdiff | tree |
2014-05-24 |
Dave Cheney | runtime: skip stack growth test on 32bit platforms |
commit | commitdiff | tree |
2014-05-24 |
Keith Randall | doc: mention that reflect.SetMapIndex no longer panics |
commit | commitdiff | tree |
2014-05-23 |
Alex Brainman | os: document that Interrupt might not work on every os |
commit | commitdiff | tree |
2014-05-22 |
Robert Griesemer | spec: explicitly disallow blank methods in interface... |
commit | commitdiff | tree |
2014-05-22 |
Russ Cox | doc/go1.3.html: change uintptr to integer in unsafe... |
commit | commitdiff | tree |
2014-05-21 |
Pietro Gagliardi | cmd/cgo: explicitly state that #cgo directives across... |
commit | commitdiff | tree |
2014-05-21 |
Ian Lance Taylor | A+C: Pietro Gagliardi (individual CLA) |
commit | commitdiff | tree |
2014-05-21 |
Emil Hessman | doc: fix typo in sharemem codewalk |
commit | commitdiff | tree |
2014-05-21 |
Keith Randall | runtime: provide gc maps for the reflect.callXX frames. |
commit | commitdiff | tree |
2014-05-21 |
Anthony Martin | cmd/objdump: fix dissasembly of Plan 9 object files |
commit | commitdiff | tree |
2014-05-21 |
Russ Cox | test: fix two typos in float_lit2.go |
commit | commitdiff | tree |
2014-05-21 |
Russ Cox | test/float_lit2.go: rewrite to test values near boundaries |
commit | commitdiff | tree |
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 |
next |