]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-06-13 Andrew Gerrandgo1.3rc2 go1.3rc2
2014-06-13 Russ Cox[release-branch.go1.3] runtime: revise CL 105140044...
2014-06-13 Andrew Gerrandrevert go1.3rc2
2014-06-12 Andrew Gerrandgo1.3rc2
2014-06-12 Russ Cox[release-branch.go1.3] runtime: do not trace past jmpde...
2014-06-12 Russ Cox[release-branch.go1.3] runtime: fix defer of nil func
2014-06-12 Russ Cox[release-branch.go1.3] doc: link to release history...
2014-06-12 Russ Cox[release-branch.go1.3] runtime: add test for issue...
2014-06-11 Russ Cox[release-branch.go1.3] net/http: fix double Content...
2014-06-11 Russ Cox[release-branch.go1.3] doc/install.html: fix erroneous...
2014-06-11 Russ Cox[release-branch.go1.3] cmd/gc: two escape analysis...
2014-06-11 Russ Cox[release-branch.go1.3] cmd/ld: fix PC deltas in DWARF...
2014-06-11 Russ Cox[release-branch.go1.3] nacltest.bash, misc/nacl/README...
2014-06-11 Russ Cox[release-branch.go1.3] docs: link to the assembler...
2014-06-07 Russ Cox[release-branch.go1.3] runtime: fix panic stack during...
2014-06-07 Russ Cox[release-branch.go1.3] cmd/6g: fix stack zeroing on...
2014-06-07 Russ Cox[release-branch.go1.3] doc: fix happens-before rules...
2014-06-07 Russ Cox[release-branch.go1.3] cmd/cgo: for typedef of untagged...
2014-06-05 Shenghou Ma[release-branch.go1.3] doc/install-source.html: documen...
2014-06-04 David Symonds[release-branch.go1.3] debug/elf: support DWARF that...
2014-06-04 David Symonds[release-branch.go1.3] compress/gzip: allow Reset on...
2014-06-03 Russ Cox[release-branch.go1.3] crypto/tls: fix typo referencing...
2014-06-03 Russ Cox[release-branch.go1.3] cmd/gc: fix escape analysis...
2014-06-03 David Symonds[release-branch.go1.3] time: support version 3 zone...
2014-06-03 David Symonds[release-branch.go1.3] cmd/gc: fix liveness for address...
2014-06-03 David Symonds[release-branch.go1.3] runtime: fix 1-byte return durin...
2014-06-03 David Symonds[release-branch.go1.3] cmd/gc: don't generate zillions...
2014-06-03 David Symonds[release-branch.go1.3] cmd/cgo: use same Go type for...
2014-06-03 David Symonds[release-branch.go1.3] doc: mention WriteHeapDump in...
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.
next