]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-06-02 Andrew Gerrandgo1.3rc1 go1.3rc1
2014-06-02 Andrew Gerrand[release-branch.go1.3] misc/nacl: remove cmd/link from...
2014-06-02 Andrew Gerrand[release-branch.go1.3] remove package debug/goobj and...
2014-06-02 Andrew Gerrand[release-branch.go1.3] remove cmd/link
2014-06-02 Shenghou Madoc/contrib.html: update links, mailing lists and link...
2014-06-02 Andrew Gerrandmisc/makerelease: report uploads to the new downloads...
2014-06-02 Brad Fitzpatrickapi: add go1.3.txt
2014-06-01 Shenghou Mabuild: don't build goplay in run.rc.
2014-06-01 Russ Coxcmd/objdump: add arm disassembler
2014-06-01 Andrew Gerrandcmd/dist: only use beta tag in version string for the...
2014-06-01 Andrew Gerrandbuild: remove goplay from run.bash and run.bat
2014-06-01 Andrew Gerrandmisc/goplay: remove program
2014-06-01 Russ Coxruntime: fix correctness test at end of traceback
2014-06-01 Rob Pikelib/timezone: update to IANA 2014d
2014-05-31 Keith Randallruntime: mark some C globals as having no pointers.
2014-05-31 Russ Coxruntime: make continuation pc available to stack walk
2014-05-31 Russ Coxcmd/gc: fix handling of for post-condition in -race...
2014-05-31 Russ Coxruntime: fix error check in freebsd/386 i386_set_ldt
2014-05-31 Shenghou Maruntime/debug: skip TestWriteHeapDumpNonempty on NaCl.
2014-05-31 Shenghou MaC: add another email of mine.
2014-05-31 Shenghou Maruntime: fix empty heap dump bug on windows.
2014-05-31 Shenghou Macmd/cgo: document the cgo types also follow Go name...
2014-05-30 Russ Coxcmd/6g: treat vardef-initialized fat variables as live...
2014-05-30 Ian Lance Taylorruntime: add zero field to rtype
2014-05-29 Russ Coxcmd/gc: fix x=x crash
2014-05-29 Russ Coxundo CL 102820043 / b0ce6dbafc18
2014-05-28 Russ Coxcmd/gc: fix x=x crash
2014-05-28 Andrew Gerrandmisc/makerelease: upload files to Google Cloud Storage
2014-05-28 Russ Coxdoc/go1.3.html: math/big's Int and Rat implement TextMa...
2014-05-28 Russ Coxregexp: hide one-pass code from exported API
2014-05-28 Russ Coxcmd/cgo: given typedef struct S T, make C.T and C.struc...
2014-05-28 Robert Griesemerspec: clarify that break/continue do not work across...
2014-05-28 Brad Fitzpatrickmime: sort attributes in FormatMediaType
2014-05-28 Brad Fitzpatrickapi: update next.txt
2014-05-28 Russ Coxtest/run: limit parallelism to 1 for cross-exec builds
2014-05-28 Russ Coxtest: expand issue7863 test
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
next