Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1700)

Delta Between Two Patch Sets: doc/devel/weekly.html

Issue 5557067: code review 5557067: weekly.2012-01-20 (Closed)
Left Patch Set: diff -r 566110b6be97 https://go.googlecode.com/hg/ Created 12 years, 2 months ago
Right Patch Set: diff -r 566110b6be97 https://go.googlecode.com/hg/ Created 12 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .hgtags ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!-- Weekly Snapshot History --> 1 <!-- Weekly Snapshot History -->
2 2
3 <p>This page summarizes the changes between tagged weekly snapshots of Go. 3 <p>This page summarizes the changes between tagged weekly snapshots of Go.
4 For full details, see the <a href="http://code.google.com/p/go/source/list">Merc urial change log</a>.</p> 4 For full details, see the <a href="http://code.google.com/p/go/source/list">Merc urial change log</a>.</p>
5 5
6 <p>Weekly snapshots occur often and may not be stable. 6 <p>Weekly snapshots occur often and may not be stable.
7 If stability of API and code is more important than having the 7 If stability of API and code is more important than having the
8 latest features, use the <a href="release.html">official releases</a> instead.</ p> 8 latest features, use the <a href="release.html">official releases</a> instead.</ p>
9 9
10 <p>To update to a specific snapshot, use:</p> 10 <p>To update to a specific snapshot, use:</p>
(...skipping 23 matching lines...) Expand all
34 Other changes: 34 Other changes:
35 * buildscripts: move to buildscript directory (thanks Shenghou Ma). 35 * buildscripts: move to buildscript directory (thanks Shenghou Ma).
36 * bytes: add the usual copyright notice to example_test.go (thanks Olivier Duper ray). 36 * bytes: add the usual copyright notice to example_test.go (thanks Olivier Duper ray).
37 * cmd/go: remove mentions of 'gotest' from the documentation, 37 * cmd/go: remove mentions of 'gotest' from the documentation,
38 skip _obj directories in package scans. 38 skip _obj directories in package scans.
39 * container/heap: better package documentation. 39 * container/heap: better package documentation.
40 * crypto/elliptic: add constant-time P224. 40 * crypto/elliptic: add constant-time P224.
41 * crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 (thanks Luit van Drongelen), 41 * crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 (thanks Luit van Drongelen),
42 * crypto/tls: add FreeBSD root certificate location (thanks Shenghou Ma). 42 * crypto/tls: add FreeBSD root certificate location (thanks Shenghou Ma).
43 * crypto/x509: remove explicit uses of rsa. 43 * crypto/x509: remove explicit uses of rsa.
44 * doc: various updates (thanks Jongmin Kim, Scott Lawrence, Shenghou Ma, Stefan Nilsson), 44 * doc: various updates (thanks Jongmin Kim, Scott Lawrence, Shenghou Ma, Stefan Nilsson).
r 2012/01/20 05:52:00 s/,$/./
45 * encoding/json: allow / and % in tag names, 45 * encoding/json: allow / and % in tag names,
46 document angle bracket escaping, 46 document angle bracket escaping,
47 fix comments, tweak tests for tag names (thanks Mikio Hara). 47 fix comments, tweak tests for tag names (thanks Mikio Hara).
48 * encoding/xml: marshal/unmarshal xml.Name in field (thanks Gustavo Niemeyer). 48 * encoding/xml: marshal/unmarshal xml.Name in field (thanks Gustavo Niemeyer).
49 * exp/inotify: fix data race in linux tests. 49 * exp/inotify: fix data race in linux tests.
50 * exp/proxy: fix build after URL changes (thanks Gustavo Niemeyer). 50 * exp/proxy: fix build after URL changes (thanks Gustavo Niemeyer).
51 * exp/sql: copy when scanning into []byte by default, 51 * exp/sql: copy when scanning into []byte by default,
52 rename NullableString to NullString and allow its use as a parameter. 52 rename NullableString to NullString and allow its use as a parameter.
53 * exp/ssh: add marshal functions for uint32 and uint64 types, 53 * exp/ssh: add marshal functions for uint32 and uint64 types,
54 handle versions with just '\n', 54 handle versions with just '\n',
55 rename (some) fields (thanks Christopher Wedgwood). 55 rename (some) fields (thanks Christopher Wedgwood).
56 * exp/terminal: fix build on non-Linux using Makefiles. 56 * exp/terminal: fix build on non-Linux using Makefiles.
57 * fmt: enable and fix malloc test, 57 * fmt: enable and fix malloc test,
58 * gc: don't emit pkgpath for error type, 58 * gc: don't emit pkgpath for error type,
59 don't fault on return outside function (thanks Scott Lawrence), 59 don't fault on return outside function (thanks Scott Lawrence),
60 fieldnames in structliterals in exported inlines should not be qualified if they're embedded builtin types, 60 fieldnames in structliterals in exported inlines should not be qualified if they're embedded builtin types,
61 fix infinite recursion for embedded interfaces, 61 fix infinite recursion for embedded interfaces,
62 give esc.c's sink an orig so -mm diagnostics work again, 62 give esc.c's sink an orig so -mm diagnostics work again,
63 handle printing of string/arrayrune conversions. 63 handle printing of string/arrayrune conversions.
64 remove redundant code (thanks Shenghou Ma). 64 remove redundant code (thanks Shenghou Ma).
65 * go/build: no back slash in FindTree returned pkg name (thanks Alex Brainman). 65 * go/build: no back slash in FindTree returned pkg name (thanks Alex Brainman).
66 * go/doc: collect imports, 66 * go/doc: collect imports,
67 don't shadow receiver. 67 don't shadow receiver.
68 rewrote and completed test framework. 68 rewrote and completed test framework.
69 print only one newline between paragraphs
69 * go/parser: expressions may have comments. 70 * go/parser: expressions may have comments.
70 * go/scanner: fix example (thanks Olivier Duperray). 71 * go/scanner: fix example (thanks Olivier Duperray).
71 * go/token: replaced Files() with Iterate(). 72 * go/token: replaced Files() with Iterate().
72 * godoc: add anchors to cmd documentation headings, 73 * godoc: add anchors to cmd documentation headings,
73 remove "need more packages?" link, 74 remove "need more packages?" link,
74 specify HTML page metadata with a JSON blob, 75 specify HTML page metadata with a JSON blob,
75 support canonical Paths in HTML metadata. 76 support canonical Paths in HTML metadata.
76 * html/template: fix docs after API changes (thanks Gustavo Niemeyer). 77 * html/template: fix docs after API changes (thanks Gustavo Niemeyer).
77 * html: in foreign content, check for HTML integration points in breakout. 78 * html: in foreign content, check for HTML integration points in breakout.
78 * image/color: rename modelYCbCr to yCbCrModel (thanks Benny Siegert), 79 * image/color: rename modelYCbCr to yCbCrModel (thanks Benny Siegert),
(...skipping 5147 matching lines...) Expand 10 before | Expand all | Expand 10 after
5226 global channel lock is gone.· 5227 global channel lock is gone.·
5227 * sync: RWMutex now allows concurrent readers (thanks Péter Szabó)· 5228 * sync: RWMutex now allows concurrent readers (thanks Péter Szabó)·
5228 * template: can use maps as data (thanks James Meneghello)· 5229 * template: can use maps as data (thanks James Meneghello)·
5229 * unicode: updated to Unicode 5.2.· 5230 * unicode: updated to Unicode 5.2.·
5230 * websocket: new package (thanks Fumitoshi Ukai)· 5231 * websocket: new package (thanks Fumitoshi Ukai)·
5231 * xgb: preliminary X Go Bindings (thanks Tor Andersson)· 5232 * xgb: preliminary X Go Bindings (thanks Tor Andersson)·
5232 * xml: fixed crash (thanks Vish Subramanian)· 5233 * xml: fixed crash (thanks Vish Subramanian)·
5233 * misc: bbedit config (thanks Anthony Starks),· 5234 * misc: bbedit config (thanks Anthony Starks),·
5234 kate config (thanks Evan Shaw)· 5235 kate config (thanks Evan Shaw)·
5235 </pre> 5236 </pre>
LEFTRIGHT
« .hgtags ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b