]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-01-11 Robert Griesemergo/scanner: 17% faster scanning
2012-01-11 Andrew Gerranddoc: update "How to Write Go Code" to use the go tool
2012-01-11 Olivier Duperraymisc/dashboard/builder: fix comment in http.go
2012-01-11 Russ Coxgc: fix inlining bug
2012-01-11 Russ Coxcmd/go: change deadline to 10 minutes
2012-01-11 Luuk van Dijkgc: export nil literals without inferred type.
2012-01-11 Robert Griesemergo test: align "no test files" message
2012-01-11 Robert Griesemergo/scanner: remove (exported) InsertSemis mode
2012-01-11 Dmitriy Vyukovcmd/go: fix test documentation
2012-01-11 Robert Griesemergo/printer: don't crash if AST contains BadXXX nodes
2012-01-11 Adam LangleyMakefile: update openpgp/error -> openpgp/errors
2012-01-11 Adam Langleycrypto/openpgp: assorted cleanups
2012-01-11 Russ Coxcmd/go: kill test.out after 1 minute
2012-01-11 Shenghou Maruntime: runtime.usleep() bugfix on darwin/amd64 and...
2012-01-11 Andrew Gerrandbuilder: pass through TMPDIR env var, drop DISABLE_NET_...
2012-01-11 Russ Coxos: work around inlining bug (issue 2678)
2012-01-11 Russ Coxgo: rely on exit code to tell if test passed
2012-01-11 Russ Coxgc: enable inlining by default
2012-01-11 Alex Brainmannet: fix windows build
2012-01-11 Russ Coxruntime: make garbage collector faster by deleting...
2012-01-11 Robert Griesemergo/scanner: fix documentation
2012-01-11 Robert Griesemergo/ast: predeclared objects have the Universe/Unsafe...
2012-01-11 Mikio Harasyscall: fix windows build
2012-01-11 Nigel Taoimage: rename image.Tiled to image.Repeated.
2012-01-11 Mikio Haranet: add IP-level socket option helpers for Unix variants
2012-01-10 Brad FitzpatrickA+C: add Yoshiyuki Kanno (Individual CLA)
2012-01-10 Nigel Taohtml: propagate foreign namespaces only when adding...
2012-01-10 Maxim Pimenovruntime: fix typo in comment
2012-01-10 Brad Fitzpatrickexp/sql: close Rows on EOF
2012-01-10 Luuk van Dijkgc: test that asserts closures are not wrapped when...
2012-01-10 Luuk van Dijkgc: inlining fixes
2012-01-10 Russ Coxruntime: distinct panic message for call of nil func...
2012-01-10 Brad FitzpatrickA+C: add Shenghou Ma (Individual CLA)
2012-01-10 Dave Cheneyruntime: regenerate defs_darwin_{386,amd64}.h
2012-01-10 Maxim Pimenovgo: fix typo in comment
2012-01-10 Luuk van Dijkgc: Nicer errors before miscompiling.
2012-01-10 Luuk van Dijkgc: disallow declaration of variables outside package.
2012-01-10 Luuk van Dijkgc: fix stray %#N in error message
2012-01-10 Luuk van Dijkgc: omit runtime.closure wrap for closures without...
2012-01-10 Mikio Haraundo CL 5530063 / 1d7295fdf62e
2012-01-10 Devon H. O... runtime: enable runtime.ncpu on FreeBSD
2012-01-10 Mikio Haracmd/go: fix freebsd build
2012-01-10 Russ Coxcmd/go: add -p flag for parallelism (like make -j)
2012-01-10 Russ Coxruntime: add NumCPU
2012-01-10 Sameer Ajmanistrconv: return ErrSyntax when unquoting illegal octal...
2012-01-10 Robert Griesemerspec: pointer comparison for pointers to 0-sized variables
2012-01-10 Brad Fitzpatricksyscall: make Environ return original order
2012-01-10 Russ Coxcmd/go: add -v flag to build and install
2012-01-10 Russ Coxgo: add ... patterns in import path arguments
2012-01-10 Robert Griesemergo/doc: first steps towards cleaning up go/doc
2012-01-10 Nigel Taohtml: foreign element HTML integration points, tag...
2012-01-09 Russ Coxcmd/go: fix import directory list for compilation
2012-01-09 Anthony Martinsyscall: ignore godefs input when building on Plan 9
2012-01-09 Russ Coxos: add ModeCharDevice
2012-01-09 Adam Langleycrypto/openpgp: truncate hashes before checking DSA...
2012-01-09 Rémy Oudomphengtext/template: handle panic values that are not errors.
2012-01-09 Alexey Borzenkovencoding/gob: fix panic when decoding []byte to incompa...
2012-01-09 Luuk van Dijkgc: remove now redundant typecheck of ->ninit on switches.
2012-01-09 Ian Lance Taylorcgo: if value for constant did not parse, get it from...
2012-01-09 Robert Griesemermath/big: simplify fast string conversion
2012-01-09 Peter Mundydoc: use 2012 for year in model standard copyright...
2012-01-09 Florian Weimergo-mode.el: fix syntax highlighting of backticks
2012-01-09 Russ Coxundo CL 5504108 / 0edee03791f4
2012-01-09 Lorenzo Stoakesgc: put limit on size of exported recursive interface
2012-01-09 Albert Strasheimsyscall: Linux-only support for parent death signal
2012-01-09 Andrew Gerranddoc: only trim newlines in tmpltohtml, gofmt progs
2012-01-09 Andrew Gerrandgo/build: handle and warn of duplicate GOPATH entries
2012-01-09 Andrew Gerranddoc: float -> float64 in Effective Go template
2012-01-09 Jeff R. Allendoc: float -> float64 in Effective Go
2012-01-09 Wei Guangjingwindows: use ArbitraryUserPointer as TLS slot
2012-01-08 Florian Weimerencoding/asn1: document support for *big.Int
2012-01-08 Sameer Ajmanitime: fix godoc for After and NewTicker.
2012-01-06 Ryan Hitchmangc: improve unsafe.Pointer type-check error messages
2012-01-06 Sameer AjmaniA+C: add sameer@golang.org to CONTRIBUTORS.
2012-01-06 Adam LangleyAdd Szabolcs Nagy as a contributor.
2012-01-06 Robert Griesemersort: eliminate extra Len() call
2012-01-06 Robert Henckevarious: fix prints
2012-01-05 Andrew Gerrandgoinstall: fix test data
2012-01-05 Eric Eisnercmd/go: Pass arguments to command for run
2012-01-05 Andrew Gerranddoc: add Slices: usage and internals article
2012-01-05 Andrew Gerrandgoinstall: use correct checkout URL for Google Code...
2012-01-05 Andrew Gerranddoc: trim spaces from code snippets
2012-01-05 Roger Peppego test: don't try to print package with error message.
2012-01-05 Charles L.... math: fix typo in all_test.go
2012-01-05 Mikio Haranet: fix incorrect mode on ListenIP, ListenUDP
2012-01-05 Jeff R. Allencrypto/tls: Improve TLS Client Authentication
2012-01-05 Andrew Gerranddoc/progs: test defer programs
2012-01-05 Andrew Gerrandnet: update DialIP comments to mention protocols
2012-01-05 Alex Brainmanmake.bash: remove old dregs
2012-01-04 Sanjay Menakurucmd/go: include external test files in the files sent...
2012-01-04 Robert Griesemerruntime: fix typo in comment
2012-01-04 Adam Langleycrypto/tls: update generate_cert.go for new time package
2012-01-04 Dave Cheneyexp/ssh: fix two flow control bugs in chanWriter
2012-01-04 Andrew Gerrandunsafe: refer to correct reflect functions
2012-01-04 Paul Bormandoc: Fix URL to the Xcode web page
2012-01-04 Andrew Gerranddashboard: increase notification log to 200 lines
2012-01-03 Andrew Balholmhtml: parse <frameset> inside body
2012-01-03 Sanjay Menakurucmd/go: include test files in the files sent to gofmt...
2012-01-03 Andrew GerrandA+C: add Sanjay Menakuru
2012-01-03 Evan Shawencoding/json: don't marshal special float values
next