]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-05-28 Dmitriy Vyukovruntime: fix go of nil func value
2014-05-28 Russ Coxcmd/gc: fix race compilation failure 'non-orig name'
2014-05-28 Russ Coxcmd/gc: fix defer copy(x, <-c)
2014-05-28 Russ Coxcmd/gc: fix infinite loop in nil check removal
2014-05-28 Russ Coxcmd/gc: fix method value closures on nacl amd64p32
2014-05-28 Jan Ziakcmd/go: do not miss an error if import path contains...
2014-05-28 Russ Coxcmd/gc: fix conversion of runtime constant
2014-05-27 Keith Randallruntime: stack copier should handle nil defers without...
2014-05-27 Brad Fitzpatricktest: add test for fixed issue 7863
2014-05-27 Rob Pikecmd/go: improve error message when import path contains...
2014-05-26 Dmitriy Vyukovmisc: properly spell Chrome in doc
2014-05-24 Dave Cheneyruntime: skip stack growth test on 32bit platforms
2014-05-24 Keith Randalldoc: mention that reflect.SetMapIndex no longer panics
2014-05-23 Alex Brainmanos: document that Interrupt might not work on every os
2014-05-22 Robert Griesemerspec: explicitly disallow blank methods in interface...
2014-05-22 Russ Coxdoc/go1.3.html: change uintptr to integer in unsafe...
2014-05-21 Pietro Gagliardicmd/cgo: explicitly state that #cgo directives across...
2014-05-21 Ian Lance TaylorA+C: Pietro Gagliardi (individual CLA)
2014-05-21 Emil Hessmandoc: fix typo in sharemem codewalk
2014-05-21 Keith Randallruntime: provide gc maps for the reflect.callXX frames.
2014-05-21 Anthony Martincmd/objdump: fix dissasembly of Plan 9 object files
2014-05-21 Russ Coxtest: fix two typos in float_lit2.go
2014-05-21 Russ Coxtest/float_lit2.go: rewrite to test values near boundaries
2014-05-21 Russ Coxcmd/gc: fix floating point rounding again
2014-05-21 Rob Pikefmt: fix floating-point padding once and for all
2014-05-21 Russ Coxcmd/go: fix coverage for 'package foo_test' tests
2014-05-21 Ian Lance Taylorcmd/go: check for SWIG version that is too old to use
2014-05-21 Robert Griesemertest/float_lit2.go: fix constants for 386 platforms...
2014-05-21 Robert Griesemertest/float_lit2.go: compute test values from first...
2014-05-21 Ian Lance Taylordatabase/sql/driver: correct method name in comment
2014-05-21 Benny Siegertcmd/ld: correctly compute note size on NetBSD.
2014-05-21 Ian Lance Taylorcmd/ld: really import runtime/cgo for external link
2014-05-21 Andrew Gerrandtag go1.3beta1 and go1.3beta2
2014-05-21 Robert Griesemerspec: specify order of init() calls go1.3beta2
2014-05-20 Keith Randallreflect: don't panic on delete from nil map.
2014-05-20 Robert Griesemerspec: clarify section on package initialization
2014-05-20 Rob Pikedoc/go_spec.html: fix broken anchor tag
2014-05-20 Rob Pikedoc/install.html: fix duplicate id= tag
2014-05-20 Shenghou Maall: fix "the the" typos.
2014-05-20 Shenghou Maruntime: revise the document of Version()
2014-05-20 Brad Fitzpatricksrc: make nacltest.bash executable
2014-05-20 Shenghou Maundo CL 84040045 / 5302b4c58aa0
2014-05-20 David du Colombierdebug/plan9obj: cleanup api
2014-05-20 Rob Pikecmd/go: document file types
2014-05-20 Russ Coxdoc/go1.3.html: mention cgo [0]byte bug fix fallout
2014-05-20 Russ Coxbuild: make nacl pass
2014-05-20 Russ Coxtest: test issue 7884 (already fixed)
2014-05-20 Russ Coxsyscall: fix Write(nil) on NaCl
2014-05-20 Russ Coxcmd/ld: make lldb happy with Mach-O 6.out files
2014-05-20 Andrew Gerrandmisc/makerelease: handle update tour file layout
2014-05-20 Mikio Haradoc/go1.3.html: switch default stack size back to 8kB
2014-05-20 Elias Naurcmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET
2014-05-20 Russ Coxliblink: fix field tracking
2014-05-20 Russ Coxruntime: switch default stack size back to 8kB
2014-05-20 Russ Coxcmd/gc: fix float32 const conversion and printing of...
2014-05-20 Shenghou Macmd/ld: abort if (32-bit) address relocation is negativ...
2014-05-19 Rob Piketext/template,html/template: document that partial...
2014-05-19 Russ Coxcmd/gc: fix <-<-expr
2014-05-19 Brad Fitzpatricknet/http: document that ProxyFromEnvironment special...
2014-05-19 Brad Fitzpatrickdatabase/sql: more docs explaining that DB is a pool
2014-05-19 Russ Coxmath/rand: restore Go 1.2 value stream for Float32...
2014-05-19 Robert Griesemerspec: clarify when a program exits
2014-05-19 Aram Hăvărneanudoc/go1.3.html: minor tweak of Solaris wording
2014-05-19 Russ Coxreflect: test, fix access to nil maps
2014-05-19 Dmitriy Vyukovruntime: fix freeOSMemory to free memory immediately
2014-05-19 Andrew GerrandC: add Burcu Dogan (Google CLA)
2014-05-17 Mikio Haradoc/go1.3.html: fix typo
2014-05-17 Dave Cheneysyscall: fix arm build
2014-05-16 Brad Fitzpatricknet/http: allow Content-Type on 204 responses
2014-05-16 Rob Pikelib/time/zoneinfo.zip: update to IANA release 2014c
2014-05-16 Mikio Haradoc/go1.3.html: update the state of supported platforms
2014-05-16 Rob Pikeencoding/xml: fix format in test message
2014-05-16 Ian Lance Taylorspec: clarify that newlines are kept in raw string...
2014-05-16 Rob Pikesyscall: fix linux amd64 build
2014-05-16 Russ Coxsyscall: fix a few Linux system calls
2014-05-16 Russ Coxdoc/go1.3.html: add note about small map iteration...
2014-05-16 David du Colombiercmd/addr2line, cmd/objdump: handle Plan 9 a.out object...
2014-05-16 Mikio Haradoc/go1.3.html: add syscall.SendmsgN
2014-05-16 Anthony Martincmd/pack: buffer writes in TestLargeDefs
2014-05-15 Shenghou Maapi: update next.txt
2014-05-15 Russ Coxcmd/gc: fix two select temporary bugs
2014-05-15 Guillaume J... archive/tar: Do not panic on Read if uninitialized
2014-05-15 Mikio Haraapi: update openbsd exceptions
2014-05-15 Mikio Harasyscall: regenerate z-files for openbsd
2014-05-15 Robert Griesemercontainer/heap: update example code
2014-05-15 Russ Coxsyscall: fix stack frame sizes in assembly
2014-05-15 Russ Coxsync/atomic: fix unimportant assembly errors found...
2014-05-15 Russ Coxdoc/go1.3.html: add note about unsafe.Pointer strictness
2014-05-15 Russ Coxruntime: make scan of pointer-in-interface same as...
2014-05-15 Mikio Haranet/http: fix nits found by go tool vet
2014-05-15 Russ Coxcmd/gc: correct handling of globals, func args, results
2014-05-15 Russ Coxcmd/gc: fix duplicate map key check
2014-05-15 Russ Coxcrypto/sha256, crypto/sha512: fix argument size in...
2014-05-15 Alex Brainmancmd/addr2line,cmd/objdump: test that commands accept...
2014-05-15 Alex Brainmanmisc/pprof: always use go tool objdump on windows
2014-05-15 Alex Brainmancmd/addr2line, cmd/objdump: fix pe text section startin...
2014-05-15 Russ Coxcmd/nm, cmd/objdump: fix elf symbol types
2014-05-15 Guillaume J... net: detect changes to /etc/resolv.conf.
2014-05-14 Russ Coxobjdump: implement disassembly
2014-05-14 Russ Coxcmd/objdump: import x86 disassembler
next