]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-05-14 Andrew GerrandA+C: Cezar Sá Espinola (individual CLA)
2014-05-14 Mikio Haratest: fix flakey test case for issue 4388
2014-05-14 Rob Pikedoc/effective_go.html: a little more about errors
2014-05-14 Robert Griesemerspec: more precise description of select statement
2014-05-14 Guillaume J... archive/tar: Fix bug preventing untar
2014-05-14 Dmitriy Vyukovcmd/gc: fix out of bounds access
2014-05-14 Mikio Haranet: fix documentation for SetLinger
2014-05-13 Rob Pikeregexp/syntax: don't waste time checking for one pass...
2014-05-13 Dmitriy Vyukovreflect: fix map type generation
2014-05-13 Dmitriy Vyukovruntime: fix triggering of forced GC
2014-05-13 Russ Coxcmd/go: fix go test again
2014-05-13 Russ Coxruntime: handle decommit failure gracefully on Windows
2014-05-13 Russ Coxcmd/cgo: omit misaligned struct fields, like we omit...
2014-05-13 Russ Coxio: copy slice argument in MultiReader and MultiWriter
2014-05-13 Russ Coxencoding/json: document what unmarshal of `null` into...
2014-05-13 Jason Del Ponteencoding/xml: fix to allow xml declaration with EncodeToken
2014-05-13 Russ CoxA+C: Jason Del Ponte (individual CLA)
2014-05-13 Brad Fitzpatrickmime/multipart: add NewReader example
2014-05-13 Russ Coxcmd/go: fix 'go test foo_test.go'
2014-05-12 Russ Coxcmd/gc: fix liveness vs regopt mismatch for input variables
2014-05-12 Josh Bleecher... cmd/gc: alias more variables during register allocation
2014-05-12 Russ Coxcmd/go: detect import cycle caused by test code
2014-05-12 Ian Lance Taylorcmd/go: link SWIG objects directly rather than using...
2014-05-12 Russ Coxcmd/gc: fix escape analysis for slice of array
2014-05-12 Fabrizio Milonet/http: fix flaky test
2014-05-12 Brad FitzpatrickA+C: Fabrizio Milo (individual CLA)
2014-05-12 Russ Coxcmd/gc: record line number for auto-generated wrappers...
2014-05-12 Brad Fitzpatrickundo CL 92210044 / 5cb21eee2d35
2014-05-12 Mikio Haranet: make use of SO_LINGER_SEC on darwin
2014-05-12 Russ Coxcmd/go: better error for install of 'test-only' package
2014-05-12 Russ Coxruntime: add copy of math.sqrt for use by arm softfloat
2014-05-12 Alex Brainmancmd/objdump: works with windows pe executables now
2014-05-12 Péter Surányiunicode: fix doc typo
next