]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-02-06 Rob Pikeall: avoid bytes.NewBuffer(nil)
2012-02-06 David Symondsgob: fuzz testing, plus a fix for very large type names.
2012-02-06 David Symondstesting: capture panics, present them, and mark the...
2012-02-06 Nigel Taohtml: add package doc.
2012-02-06 Anthony Martinnet: fix Plan 9 build
2012-02-06 Rob Pike.hgignore: delete more dregs
2012-02-06 Rob Pike.hgignore: delete dregs
2012-02-06 Nigel Taoimage: add package docs, rename s/UnknownFormatError...
2012-02-05 Andrew Gerranddashboard: update to go1beta
2012-02-05 Alex Brainmancmd/dist: fix bug in bsubst
2012-02-05 David Symondsbuild: fix sudo.bash.
2012-02-05 Gustavo Niemeyer.hgignore: add VERSION.cache
2012-02-05 Gustavo Niemeyercmd/dist: add GOBIN to env's output
2012-02-04 David Symondsdoc/go1.html: style tweak for expvar notes.
2012-02-04 David Symondsunicode: document large var blocks and the SpecialCase...
2012-02-04 Russ Coxcmd/dist: fix memory bug (fix builders?)
2012-02-04 Russ Coxcmd/dist: fix arm build
2012-02-04 Russ Coxcmd/dist: more build fixes
2012-02-04 Russ Coxcmd/dist: add BSD gohostos cases
2012-02-04 Russ Coxpath/filepath: disable broken tests
2012-02-04 Russ Coxcmd/dist: fix build
2012-02-04 Russ Coxbuild: delete buildscripts, runtime scripts
2012-02-04 Russ Coxbuild: use cmd/dist
2012-02-04 Russ Coxbuild: dist-based build for windows
2012-02-04 Mikio Haracmd/dist: fix build on openbsd
2012-02-04 David Symondsexpvar: revise API.
2012-02-04 Ian Lance Taylortest: fix copyright year in new test case
2012-02-04 Ian Lance Taylorreflect: test that PtrTo returns types that match progr...
2012-02-04 Robert Griesemergo/printer: update documentation
2012-02-04 Ian Lance Taylortest: test method expressions with parameters, and...
2012-02-03 Christopher... spec: correct primes
2012-02-03 Russ Coxcmd/dist: generate files for package runtime
2012-02-03 Rob Pikedocs: replace references to gofix etc. with tool invoca...
2012-02-03 Russ Coxtest: fix bug headers
2012-02-03 Russ Coxlib9/utf: make safe for automatic build
2012-02-03 Adam Langleycrypto/...: changes to address some of bug 2841.
2012-02-03 Rob Piketools: update references to "x" to be "go tool x"
2012-02-03 Brad Fitzpatricktest: don't use package main for files without a main...
2012-02-03 Brad Fitzpatrickstrings: add Fields example
2012-02-03 Rob Pikespec: restore primality
2012-02-03 Robert Griesemergodoc: provide link to subdirectories, if any
2012-02-03 Robert Griesemermath/big: more accurate package comment
2012-02-03 Robert Griesemergodoc: fix identifier search
2012-02-03 Robert Griesemergodoc: diagnostic for empty FS tree
2012-02-03 Russ Coxcodereview: allow spaces in y.tab.[ch]
2012-02-03 Russ Cox5a, 6a, 8a, cc: check in y.tab.[ch]
2012-02-03 Russ Coxgc: check in y.tab.[ch], yerr.h, builtin.c.
2012-02-03 Russ Coxspec: 9 only looks prime
2012-02-03 Ian Lance Taylortest: add test for receiver named _
2012-02-03 Ian Lance Taylortest: test slice beyond len
2012-02-03 Alex Brainmanbuild: crash if test runs forever
2012-02-03 Gustavo Niemeyercmd/go: add support for release tags via git branches
2012-02-03 Russ Coxbuild: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.
2012-02-03 Nigel Taovet: add a check for untagged struct literals.
2012-02-03 Robert Griesemergo/doc: don't lose factory functions of non-exported...
2012-02-03 Mikio Harasyscall: update bootstrap scripts to sync with new...
2012-02-03 Robert Griesemermath/big: API, documentation cleanup
2012-02-03 Andrew Gerranddashboard: don't send failing Go commits as todos for...
2012-02-03 David Symondsencoding/base32: ignore new line characters during...
2012-02-03 David Symonds.hgignore: update to ignore tmpltohtml.
2012-02-03 Gustavo Niemeyeros: turn FileStat.Sys into a method on FileInfo
2012-02-03 Gary Burdgo/doc: Fix URL linking in ToHTML.
2012-02-03 David Symondsencoding/base32: add DecodeString and EncodeToString...
2012-02-03 Robert Griesemergo/scanner: idiomatic receiver names
2012-02-03 Russ Coxsyscall: fix // +build comments in types_*.go
2012-02-03 Russ Coxcmd/dist: new command
2012-02-03 David Symondsencoding/json: call (*T).MarshalJSON for addressable...
2012-02-02 Nigel Taostd: add struct field tags to untagged literals.
2012-02-02 Rémy Oudomphengcmd/go: fix error message on non-existing tools.
2012-02-02 Robert Griesemermath/big: document Word type
2012-02-02 Mikio Haranet: tweak variable declarations
2012-02-02 Anthony Martingc: describe debugging flags
2012-02-02 Brad Fitzpatrickcodereview: explain how to get hgpatch in error message
2012-02-02 Brad Fitzpatricktest: make map nan timing test more robust
2012-02-02 Andrew Gerrandcodereview: don't check default paths when codereview...
2012-02-02 Damian Gryskiruntime: add runtime.cputicks() and seed fastrand with it
2012-02-02 Wei Guangjingos: Process.handle use syscall.Handle
2012-02-02 Ian Lance Taylortest: add import test that caused an incorrect gccgo...
2012-02-02 Marcel van... exp/norm: a few minor changes in prepration for a table...
2012-02-02 Marcel van... exp/norm: Added some benchmarks for form-specific perfo...
2012-02-02 Nigel Taovet: fix comment typo.
2012-02-02 Jongmin Kimgophertool: fix link to the build status dashboard
2012-02-02 Andrew Gerrandgodoc: update metadata in appinit.go
2012-02-02 Ian Lance Tayloros/exec: make sure file is not closed early in leaked...
2012-02-02 Robert Griesemerall packages: fix various typos
2012-02-01 Russ Coxsyscall: fix build directive in types_linux.go
2012-02-01 Russ Coxlib9: make safe for automatic builds
2012-02-01 Ian Lance Taylortest: test append with two different named types with...
2012-02-01 Wei Guangjingos: file windows use syscall.InvalidHandle instead...
2012-02-01 Brad Fitzpatricknet/http/httputil: fix race in DumpRequestOut
2012-02-01 Andrew Gerrandgo/printer: remove package comment from testdata/parser.go
2012-02-01 David Symondsos/signal: move to exp/signal.
2012-02-01 Andrew Gerrandgo/build: put a space between 'generated by make' and...
2012-02-01 Robert Griesemermat/big: add raw access to Int bits
2012-02-01 Gustavo Niemeyercmd/go: fix including of _cgo_export.h
2012-02-01 Ian Lance Taylortest: test that x := <-c accepts a general expression
2012-02-01 Luuk van Dijkpkg/math: undo manual inlining of IsInf and IsNaN
2012-02-01 Sameer Ajmanigodoc: fix redirect loop for URL "/".
2012-02-01 Anthony Martingc, cc: avoid using the wrong library when building...
2012-02-01 David Symondsencoding/base64: ignore new line characters during...
next