Home | History | Annotate | Download | only in devel

Lines Matching full:weekly

2 	"Title": "Weekly Snapshot History"
5 <p>This page summarizes the changes between tagged weekly snapshots of Go.
142 This weekly snapshot is very close to what we expect will be the contents of
149 curious, this weekly snapshot is the one to try. We'll issue a new App Engine
420 This weekly snapshot includes changes to the os and runtime packages.
659 This weekly snapshot includes a re-organization of the Go tools.
849 This weekly snapshot renamed the html package to exp/html. The package will not
856 This weekly snapshot relocates many packages to sub-repositories of the main
984 This weekly
1086 This weekly snapshot includes two package changes that may require changes to
1212 This weekly adds a new command named 'go' for building and testing go programs.
1215 build the tree. If you have problems building the weekly, you can 'export
1315 http://weekly.golang.org/doc/go1.html#equality
1320 http://weekly.golang.org/doc/go1.html#rune
1428 http://weekly.golang.org/pkg/strconv/
1465 This weekly snapshot includes changes to the hash package and a gofix for the
1486 This weekly snapshot includes changes to the time, os, and text/template
1530 See http://weekly.golang.org/pkg/time/ for details.
1559 See http://weekly.golang.org/pkg/os/#FileInfo for details.
1572 See http://weekly.golang.org/pkg/text/template/ for details.
1697 This weekly snapshot renames various Go packages as described in the Go 1 plan.
1733 This weekly snapshot includes some package changes.
1738 stay synced to the previous weekly snapshot until the next one is tagged.
1917 This weekly snapshot includes some language and package changes that may
2048 This weekly snapshot includes changes to the io, image, and math packages that
2144 This weekly contains several improvements, bug fixes, and new packages.
2183 This weekly snapshot includes changes to the image, path/filepath, and time
2250 This weekly snapshot consists of improvements and bug fixes, including fixes
2293 This weekly contains performance improvements and bug fixes.
2438 This weekly contains some package re-shuffling. Users of the http and
2441 This weekly replaces the template package with exp/template.
2501 This weekly contains performance improvements and bug fixes.
2558 This weekly contains performance improvements and many bug fixes.
2606 This weekly snapshot includes a language change and a change to the image
2723 This weekly snapshot includes changes to the strings, http, reflect, json, and
3046 put Weekly Snapshot History link on 'Contributing' page.
3277 efficient, after the last weekly's major API update. If your code uses reflect
3409 weekly.2011-04-13
3411 This weekly snapshot includes major changes to the reflect package and the
3550 This weekly release includes improved support for testing.
3571 * codereview: permit CLs of the form weekly.DATE
3575 * doc: explain release and weekly tags in install.html.
3589 * gobuilder: recognize CLs of the form weekly.DATE.
3634 continue with our weekly releases, but have renamed the existing tags from
3635 "release" to "weekly". The "release" tag will now be applied to one hand-picked
3638 The revision formerly tagged "release.2011-03-07.1" (now "weekly.2011-03-07.1")
3647 you should switch to the weekly tag with "hg update weekly".
3650 This weekly release includes significant changes to the language spec and the