]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-09-25 Russ Coxbuild: make int 64 bits on amd64
2012-09-25 Jan Ziakruntime: add types to MSpan
2012-09-25 Russ Coxreflect: add MakeFunc (API CHANGE)
2012-09-24 Mikio Haranet: add read, write message methods to IPConn, UDPConn
2012-09-24 Rémy Oudomphengcmd/{5g,6g,8g,6c}: remove unused macro, use %E to print...
2012-09-24 Rémy Oudomphengcmd/6g, cmd/8g: add OINDREG, ODOT, ODOTPTR cases to...
2012-09-24 Adam Langleycrypto/tls: support session ticket resumption.
2012-09-24 Francesc Campoytesting: document -test.bench flag
2012-09-24 Russ Coxcmd/gc: fix escape analysis bug
2012-09-24 Russ Coxregexp/syntax: define accepted syntax
2012-09-24 Rémy Oudomphengcmd/8g: don't create redundant temporaries in bgen.
2012-09-24 Eric Roshan... testing: add memory allocation stats to benchmark
2012-09-24 Russ Coxcmd/gc: prepare for 64-bit ints
2012-09-24 Russ Coxcmd/ld: prepare for 64-bit ints
2012-09-24 Russ Coxcmd/cgo: prepare for 64-bit ints
2012-09-24 Russ Coxmisc/cgo: prepare for 64-bit ints
2012-09-24 Russ Coxruntime: prepare for 64-bit ints
2012-09-24 Rémy Oudomphengcmd/[568]g: explain the purpose of various Reg fields.
2012-09-24 Russ CoxCONTRIBUTORS: add Jonathan Feinberg (Google CLA)
2012-09-24 Andrew Gerrandtag go1.0.3
2012-09-24 Russ Coxlib9/fmt: do not put a main symbol into lib9.a
2012-09-24 Brad FitzpatrickA+C: Add Shivakumar GN (Individual CLA)
2012-09-24 Russ Coxcmd/gc: fix comment for caninl
2012-09-24 Akshat Kumarcmd/dist, pkg/runtime: Plan 9, 64-bit: Get PID from...
2012-09-24 Russ Coxreflect: fix mistake in error message
2012-09-24 Russ Coxencoding/asn1: prepare for 64-bit ints
2012-09-24 Nigel Taocompress/flate: move the history buffer out of the...
2012-09-24 Marcel van... exp/locale/collate/tools/colcmp: implementation of...
2012-09-24 Russ Coxtest: prepare for 64-bit ints
2012-09-24 Russ Coxtest: minor fixes in run and testlib
2012-09-24 Russ Coxsyscall: prepare for 64-bit ints
2012-09-24 Rob Piketext/template: allow .Field access to parenthesized...
2012-09-24 Russ Coxtime: prepare for 64-bit ints
2012-09-24 Alex Brainmannet/http: use r.Body.Close to close connection during...
2012-09-23 Akshat Kumarpkg/go/ast: Avoid doing zero-length writes to the fd.
2012-09-23 Uriel Mangadodoc: Remove obsolete references to weekly releases.
2012-09-23 Russ Coxtest: expand run.go's errorcheck, make clear which...
2012-09-23 Rémy Oudomphengcmd/6g: fix internal error with SSE registers.
2012-09-23 Shenghou Macmd/5g: fix build
2012-09-23 Rob Pikeeffective_go: s/usr/home/ in example
2012-09-23 Russ Coxcmd/gc: fix use of nil interface, slice
2012-09-22 Rob Pikespec: a couple of minor tweaks to the wording of the...
2012-09-22 Russ Coxcmd/5g: fix register opt bug
2012-09-22 Russ Coxreflect: add Type.ConvertibleTo, Value.Convert (API...
2012-09-22 Joel Singcmd/cgo: use debug data for enums on windows
2012-09-22 Joel Singdebug/pe: add symbol support
2012-09-22 Russ Coxcmd/gc: fix a spurious -u compile error
2012-09-21 Rob Pikecgo: set alignment to 1 for unions and classes; avoids...
2012-09-21 Andrew Gerranddoc: document go1.0.3
2012-09-21 Andrew Gerranddoc/talks: remove talks, refer to talks.golang.org...
2012-09-21 Rémy Oudomphengcmd/6g: cosmetic improvements to regopt debugging.
2012-09-21 Russ Coxcmd/6g: use all 16 float registers, optimize float...
2012-09-21 Jan Ziakruntime: fix typos in comments
2012-09-21 Shenghou Maruntime: fix mmap comments
2012-09-21 Russ Coxall: match asm variable names to Go func declarations
2012-09-21 Russ Coxunicode: performance improvements (API change)
2012-09-21 Joel Singcmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures
2012-09-20 Mikio Haranet: fix comment
2012-09-20 Dmitriy Vyukovsync: add Once test with panic
2012-09-20 Lucio De Recmd/ld: remove unused assignment
2012-09-20 Dmitriy Vyukovruntime: reset parfor stats
2012-09-20 Andrew Hardingcrypto/x509: Use ExtKeyUsage and UnknownExtKeyUsage...
2012-09-20 Adam Langleycrypto/x509: ignore non-critical email constraints
2012-09-20 Adam LangleyA+C: Add Andrew Harding (Individual CLA)
2012-09-20 Joel Singcgo: process DWARF info even when debug data is used...
2012-09-20 Alex Brainmanmisc/cgo/test: do not run wasteCPU during TestParallelS...
2012-09-19 David Symondsvet: fix rangeloop.
2012-09-19 David Symondsmisc/vim: fix Drop for imports after the first group.
2012-09-19 Robert Griesemergofmt: added testcase for files containing \r\n line...
2012-09-19 Robert Griesemerencoding/gob: fix comment
2012-09-19 Shenghou Masrc/all.bat: fix banner
2012-09-19 Shenghou Mamisc/cgo/stdio: make it work on Windows and also test it
2012-09-19 Shenghou Macmd/ld: consistent binary for cgo programs
2012-09-19 Alex Brainmanos: use small writes during console io
2012-09-19 Brad Fitzpatrickapi: fix build; regenerate api.txt with fixed signatures
2012-09-19 Alex Brainmanmisc/cgo/test and test/bench/go1: enable these tests...
2012-09-18 Mikio Haracmd/api: fix signatures like func(x, y, z int)
2012-09-18 Andrew Gerrandvet: add range variable misuse detection
2012-09-18 Andrew Gerrandgo/doc: synthesize "package main" for examples
2012-09-18 Dmitriy Vyukovrace: linker changes
2012-09-18 Russ Coxcmd/api: allow extension of interfaces with unexported...
2012-09-18 Dmitriy Vyukovrace: build system changes
2012-09-18 Dmitriy Vyukovrace: cmd/cgo changes
2012-09-18 Russ Coxbytes, strings: add Fields benchmarks
2012-09-18 Jan Ziakruntime: hide the semaphore table from garbage collector
2012-09-18 Robert Griesemerspec: clarify expression statements
2012-09-18 Jan Ziakreflect: use []unsafe.Pointer instead of []*int
2012-09-18 Russ Coxencoding/json: do not read beyond array literal
2012-09-18 Russ Coxreflect: add Select
2012-09-18 Anthony Eufemiobuiltin: Changed documentation for rune type.
2012-09-18 Brad FitzpatrickA+C: Add Anthony Eufemio (Individual CLA)
2012-09-18 Dmitriy Vyukovruntime: refactor goroutine blocking
2012-09-18 Mikio Haraundo CL 6395055 / 2518eee18c4f
2012-09-18 Oling Catdoc/effective_go: Closed some tags; removed extra spaces.
2012-09-18 Daniel Morsingcmd/gc: fix double evaluation in interface comparison
2012-09-18 Nigel Taoimage/jpeg: ignore an incorrect but harmless trailing...
2012-09-18 Alex Brainmansyscall: attempt to find error message in "local" langu...
2012-09-18 Andrew Gerranddoc: document OS X tarballs
2012-09-17 Andrew Gerrandmisc/dist: generate tarballs for Mac OS X
2012-09-17 Dave Cheneyruntime: arm: abort if VFPv3 support missing
next