]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-06-17 Keith Randallruntime: disable funky wide string test for now.
2014-06-17 Keith Randallruntime: reconstitute runetochar for use by gostringw.
2014-06-17 Keith Randallundo CL 93380044 / 7f0999348917
2014-06-17 Shenghou Macmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global...
2014-06-17 Keith Randallruntime: implement string ops in Go
2014-06-17 Keith Randallruntime: implement eqstring in assembly.
2014-06-17 Rui Ueyamanet: avoid array copy when shuffling SRV records
2014-06-16 Robert Griesemertext/scanner: provide facility for custom identifiers
2014-06-16 Matthew Dempskybufio: handle excessive white space in ScanWords
2014-06-16 Rob Pikefmt: don't put 0x on every byte of a compact hex-encode...
2014-06-14 Alex Brainmanos: disable TestGetppid on plan9
2014-06-14 Alan Shrevesyscall: implement syscall.Getppid() on Windows
2014-06-14 Ian Lance TaylorA+C: Alan Shreve (individual CLA)
2014-06-13 Ian Lance Taylorruntime: fix VDSO lookup to use dynamic hash table
2014-06-13 Nigel Taocompress/lzw: add commentary that TIFF's LZW differs...
2014-06-13 Nigel Taoimage/png: fix compare-to-golden-file test.
2014-06-13 Andrew Gerranddoc: link to new downloads page
2014-06-13 Russ Coxundo CL 101970047 / 30307cc8bef2
2014-06-13 Andrew Gerrandtag go1.3rc2
2014-06-13 Russ Coxruntime: revise CL 105140044 (defer nil) to work on...
2014-06-13 Rob Piketime: micro symbol for microseconds
2014-06-13 Russ Coxlib/codereview: fix doc/go1.*.txt exception
2014-06-13 Russ Coxdoc: add go1.4.txt
2014-06-13 Rob Piketime: change formatting of microseconds duration to...
2014-06-12 Russ Coxcodereview: no LGTM needed for doc/go1.x.txt
2014-06-12 Russ Coxruntime: do not trace past jmpdefer during pprof traceb...
2014-06-12 Russ Coxruntime: fix defer of nil func
2014-06-12 Rob Piketime: avoid broken fix for buggy TestOverflowRuntimeTimer
2014-06-12 Brad Fitzpatrickencoding/json: remove unused field from Encoder struct
2014-06-12 Josh Bleecher... testing: make benchmarking faster
2014-06-12 Alan Donovan doc: add release note for 'godoc -analysis'
2014-06-12 Rui Ueyamaencoding/ascii85: remove unused field
2014-06-12 Rui Ueyamanet: efficient text processing
2014-06-12 Rui Ueyamanet: do not call time.Now() twice
2014-06-12 Andrew Gerranddoc: link to release history from /doc/
2014-06-12 Andrew Gerrandmisc/makerelease: update default tag to release-branch...
2014-06-12 Rui Ueyamabytes, strings: optimize Repeat
2014-06-12 Rui Ueyamamime/multipart: fix format
2014-06-12 Keith Randallruntime: add test for issue 8047.
2014-06-11 Robert Griesemermath: remove Nextafter64 alias in favor of existing...
2014-06-11 Rui Ueyamaencoding/base64, encoding/base32: make DecodeString...
2014-06-11 Russ Coxcmd/gc: fix &result escaping into result
2014-06-11 Robert Griesemermath/big: implement Rat.Float32
2014-06-11 Robert Griesemermath: implement Nextafter32
2014-06-11 Russ Coxcmd/gc: fix escape analysis for &x inside switch x...
2014-06-11 Shenghou Manacltest.bash, misc/nacl/README: update NaCl docs.
2014-06-10 Brad Fitzpatricknet/http: fix double Content-Length in response
2014-06-10 Ian Lance Taylorcmd/ld: fix PC deltas in DWARF line number table
2014-06-10 Rob Pikedocs: link to the assembler document from the Documents tab
2014-06-10 Rob Pikedoc/install.html: fix erroneous HTML annotation
2014-06-06 Russ Coxruntime: fix panic stack during runtime.Goexit during...
2014-06-05 Russ Coxcmd/6g: fix stack zeroing on native client
2014-06-05 Russ Coxcodereview: do not add defaultcc for private CLs
2014-06-05 Ian Lance Taylorcmd/cgo: for typedef of untagged struct, use typedef...
2014-06-05 Dmitriy Vyukovdoc: fix happens-before rules for buffered channels
2014-06-04 Shenghou Madoc/install-source.html: document that GO386 will be...
2014-06-03 Ian Lance Taylordebug/elf: support DWARF that needs relocs for 386
2014-06-03 Ian Lance Taylorcompress/gzip: allow Reset on Reader without NewReader
2014-06-03 Russ Coxcmd/gc: fix escape analysis of func returning indirect...
2014-06-03 Brad Fitzpatrickcrypto/tls: fix typo referencing the required Config...
2014-06-03 Brad Fitzpatricktime: support version 3 zone records
2014-06-03 Russ Coxcmd/gc: fix liveness for address-taken variables in...
2014-06-03 Russ Coxruntime: fix 1-byte return during x.(T) for 0-byte T
2014-06-02 Rob Pikecmd/gc: don't generate zillions of linehists for wrappe...
2014-06-02 Ian Lance Taylorcmd/cgo: use same Go type for typedef to anonymous...
2014-06-02 Ian Lance Taylordoc: mention WriteHeapDump in 1.3 release notes
2014-06-02 Andrew Gerrandmisc/makerelease: fix secret
2014-06-02 Andrew Gerrandtag go1.3rc1
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
next