]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-01-30 Brad Fitzpatrickjson: remove old optimization that inlining covers now
2012-01-30 Anthony Martingo: don't clobber command install paths
2012-01-30 Russ Coxtest: add test of NaN in map
2012-01-30 Russ Coxcodereview: ignore test files during 'hg gofmt'
2012-01-30 Gustavo Niemeyerencoding/xml: fix decoding of xml.Name with sub-elements
2012-01-30 Rob Pikegopack: rename pack, move to go-tool directory
2012-01-30 Russ Coxcompress/flate: undo misuse of skipNever
2012-01-30 Russ Coxfmt: add test of NaN map keys
2012-01-30 Russ Cox8g: use uintptr for local pc
2012-01-30 Rob Pikemake.bash: don't remove hgpatch
2012-01-30 Gustavo Niemeyercmd/go: fix including of _cgo_export.h
2012-01-30 Olivier Duperraypkg/go/scanner: Fix Typical use output
2012-01-30 Russ Coxruntime: fix float64 hash
2012-01-30 Volker Doblernet/http: Fix nil pointer dereference in error case.
2012-01-30 Alex Brainmanos/user: windows implementation
2012-01-30 Alex Brainmanbuild: use correct go-tool directory location
2012-01-30 Brad Fitzpatrickcmd/goapi: expand embedded interfaces
2012-01-30 Andrew Gerrandbuilder: drop recover blocks
2012-01-30 Andrew Gerranddashboard: ask builders to re-build Go tip to freshen...
2012-01-30 Andrew Gerrandgobuilder: use go tool to build and test sub-repositories
2012-01-30 Andrew Gerranddashboard: add sub-repositories to init list
2012-01-29 Gustavo Niemeyercmd/goinstall: remove now that 'go get' works
2012-01-29 Volker Doblernet/http: set cookies in client jar on POST requests.
2012-01-29 Rob Pikecmd/go: add go tools to rearrangement
2012-01-29 Rob Pikecmd/go: slightly less confusing error message
2012-01-29 Russ Coxcodereview: fix initialization check
2012-01-29 Rob Pikecmd/go: c tools not used during compilation
2012-01-29 Shenghou Ma5l, 6l, 8l, ld: remove memory leaks
2012-01-29 Russ Coxcodereview: die if initialized twice
2012-01-29 Rob Pikecmd/go: first piece of tool rearrangement
2012-01-29 Mikio Haranet: update comments to remove redundant "net" prefix
2012-01-29 Rémy Oudomphenggc: use original constant expression in error messages.
2012-01-28 Roger Peppecmd/go: make vcs command actually gather output
2012-01-27 Brad Fitzpatrickos: remove SIGXXX signals variables.
2012-01-27 Robert Griesemergo/doc: don't show methods of exported anonymous fields
2012-01-27 Robert Griesemergo/doc: added test case
2012-01-27 Rémy Oudomphenggo: introduce support for "go build" with gccgo.
2012-01-27 Russ Coxreflect: add comment about Type.Field allocation
2012-01-27 Adam Langleydoc: update Go1 release notes in light of the crypto...
2012-01-27 Ivan Krasincompress/flate: remove unused huffmanEncoder.generateCh...
2012-01-27 Brad Fitzpatrickflag: allow a FlagSet to not write to os.Stderr
2012-01-27 Rémy Oudomphengcgo: accept null pointers in gccgo flavour of C.GoString.
2012-01-27 Dmitriy Vyukovnet/rpc: fix data race on Call.Error
2012-01-27 Ian Lance Taylortest: match gccgo error messages
2012-01-27 Andrew Gerrandtag weekly.2012-01-27
2012-01-27 Andrew Gerrandweekly.2012-01-27 weekly.2012-01-27
2012-01-27 David Symondsgc: remove extra paranoia from inlining unsafe.Pointer...
2012-01-27 Gustavo Niemeyercmd/go: solve ambiguity of get lp.net/project/foo
2012-01-27 David Symondsgc: permit unsafe.Pointer for inlined functions.
2012-01-26 Brad Fitzpatrickarchive/zip: add functions to convert between os.FileIn...
2012-01-26 James P. Cooper database/sql: convert SQL null values to []byte...
2012-01-26 Rob PikeFAQ: more words about why GOMAXPROCS>1 might not speed...
2012-01-26 Brad Fitzpatricknet/http: add Request.RequestURI field
2012-01-26 Russ Coxgc, runtime: handle floating point map keys
2012-01-26 Russ Cox6c, 8c: make floating point code NaN-safe
2012-01-26 Andrew Gerrandcmd/go: update doc.go with text generated from the...
2012-01-26 Robert Griesemermath/big: test both bitLen and bitLen_g
2012-01-26 Russ Coxgodoc: move overview before API TOC
2012-01-26 Roger Peppenet/http: make ParseForm ignore unknown content types.
2012-01-26 Mikio Haranet: make WriteTo fail when UDPConn is already connected
2012-01-26 Luuk van Dijkgc: softer criteria for inlinability.
2012-01-26 Dmitriy Vyukovnet/rpc: log Call reply discard
2012-01-26 Dmitriy Vyukovnet/rpc: fix data race in benchmark
2012-01-26 Luuk van Dijkcmd/gc: forgotten recursion on ninit itself in order.c
2012-01-26 Dmitriy Vyukovnet/rpc: fix race in TestClientWriteError test
2012-01-26 Robert Henckedoc/go1: minor html fixes
2012-01-26 Rob Pikepath/filepath: fix test
2012-01-26 Gustavo Niemeyerdoc/go1: add encoding/xml changes
2012-01-26 Blake Mizeranydatabase/sql: fix Tx.Query
2012-01-26 Brad Fitzpatrickcmd/goapi: new tool for tracking exported API over...
2012-01-26 James P. Cooperdatabase/sql: add NullInt64, NullFloat64, NullBool
2012-01-26 Gustavo Niemeyerdoc/go1: fix urls
2012-01-26 Brad FitzpatrickA+C: Add James P. Cooper (Individual CLA)
2012-01-26 Brad FitzpatrickA+C: add Blake Mizerany (Individual CLA)
2012-01-26 Gustavo Niemeyerdoc/go1: add net/url changes
2012-01-26 Robert Griesemergo/doc: fix typo
2012-01-26 Robert Griesemergo/doc: revert API change (per former discussion) and...
2012-01-26 David G. Andersenmath/big: return type of bitLen is an int; use MOVL...
2012-01-25 Gustavo Niemeyergofix: handle xml.Unmarshal in xmlapi fix
2012-01-25 David G. Andersenmath/big: assembly versions of bitLen for x86-64,...
2012-01-25 Yoshiyuki Kannonet/http: fix Transport deadlock
2012-01-25 Russ Coxgc: fix order of evaluation
2012-01-25 Brad Fitzpatrickregexp: remove vestigial Error type
2012-01-25 Mikio Haranet: fix dialing google test
2012-01-25 Robert Griesemergo/doc: test cases for sort order
2012-01-25 Rob Pikego1: sub-repositories
2012-01-25 Robert Figueiredosyscall: add NOTE_* constants on OS X
2012-01-25 Russ CoxA+C: Robert Figueiredo (individual CLA)
2012-01-25 Russ Coxbuild: fix build
2012-01-25 Brad Fitzpatricknet/http: disabled test for Transport race / deadlock bug
2012-01-25 Russ Coxbuild: remove code now in subrepositories
2012-01-25 Russ Coxgofix: update go1pkgrename for subrepositories
2012-01-25 Robert Griesemergofix: add -debug flag for quicker diagnosis of interna...
2012-01-25 Russ Coxcodereview: more fixes
2012-01-25 Russ Coxcodereview: support for subrepositories
2012-01-25 Robert Griesemergo/printer: factor some frequently used code
2012-01-25 Robert Griesemergo/printer, gofmt: respect line breaks in signatures
2012-01-25 Robert Griesemergo/doc: test case for corner case (override of predecl...
2012-01-25 Robert Griesemergo/doc: clean rewrite of go/doc internals
2012-01-25 Robert Griesemergofmt: fix test.sh
next