This page summarizes the changes between tagged weekly snapshots of Go. For full details, see the Mercurial change log.

Weekly snapshots occur often and may not be stable. If stability of API and code is more important than having the latest features, use the official releases instead.

To update to a specific snapshot, use:

hg pull
hg update weekly.YYYY-MM-DD

2011-10-25

* big: make SetString return nil if an error occurs,
	new Rat.Inv method,
	usable zero Rat values without need for explicit initialization.
* codereview: show LGTMs in hg p.
* crypto/x509: fix names in certificate generation.
* exp/ssh: add experimental ssh client,
	introduce Session to replace Cmd for interactive commands,
	server cleanups (thanks Dave Cheney).
* exp/types: fix crash in parseBasicType on unknown type.
* fmt: don't panic formatting nil interfaces (thanks Gustavo Niemeyer).
* go/ast, go/token: actually run tests; fix go/ast test.
* gotest: explicit -help flag, use $GCFLAGS like make does.
* govet: check canonical dynamic method signatures.
* html: improved parsing (thanks Andrew Balholm),
	parse