@@ -115,7 +115,7 @@ <h3 id="go-command">Go command</h3>
115
115
</ p >
116
116
117
117
< p > <!-- CL 349595 -->
118
- TODO: < a href ="https://golang.org/cl/349595 "> https://golang.org/cl/349595</ a > : https://golang.org/cl/349595: cmd/go: add GOAMD64 environment variable
118
+ TODO: < a href ="https://golang.org/cl/349595 "> https://golang.org/cl/349595</ a > : cmd/go: add GOAMD64 environment variable
119
119
</ p >
120
120
121
121
< h3 id ="gofmt "> < code > gofmt</ code > </ h3 >
@@ -135,17 +135,17 @@ <h2 id="runtime">Runtime</h2>
135
135
< h2 id ="compiler "> Compiler</ h2 >
136
136
137
137
< p > <!-- CL 298611 -->
138
- TODO: < a href ="https://golang.org/cl/298611 "> https://golang.org/cl/298611</ a > : https://golang.org/cl/298611: cmd/compile: add -asan option
138
+ TODO: < a href ="https://golang.org/cl/298611 "> https://golang.org/cl/298611</ a > : cmd/compile: add -asan option
139
139
</ p >
140
140
141
141
< p > <!-- CL 352057 -->
142
- TODO: < a href ="https://golang.org/cl/352057 "> https://golang.org/cl/352057</ a > : https://golang.org/cl/352057: cmd/compile, runtime: track argument stack slot liveness
142
+ TODO: < a href ="https://golang.org/cl/352057 "> https://golang.org/cl/352057</ a > : cmd/compile, runtime: track argument stack slot liveness
143
143
</ p >
144
144
145
145
< h2 id ="linker "> Linker</ h2 >
146
146
147
147
< p > <!-- CL 298610 -->
148
- TODO: < a href ="https://golang.org/cl/298610 "> https://golang.org/cl/298610</ a > : https://golang.org/cl/298610: cmd/link: add -asan option
148
+ TODO: < a href ="https://golang.org/cl/298610 "> https://golang.org/cl/298610</ a > : cmd/link: add -asan option
149
149
</ p >
150
150
151
151
< h2 id ="library "> Core library</ h2 >
@@ -209,6 +209,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
209
209
</ dd >
210
210
</ dl > <!-- bufio -->
211
211
212
+ < dl id ="bytes "> < dt > < a href ="/pkg/bytes/ "> bytes</ a > </ dt >
213
+ < dd >
214
+ < p > <!-- CL 332771 -->
215
+ TODO: < a href ="https://golang.org/cl/332771 "> https://golang.org/cl/332771</ a > : avoid allocations in Trim/TrimLeft/TrimRight
216
+ </ p >
217
+ </ dd >
218
+ </ dl > <!-- bytes -->
219
+
212
220
< dl id ="crypto/tls "> < dt > < a href ="/pkg/crypto/tls/ "> crypto/tls</ a > </ dt >
213
221
< dd >
214
222
< p > <!-- CL 325250 -->
@@ -330,16 +338,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
330
338
< p > <!-- CL 345849 -->
331
339
TODO: < a href ="https://golang.org/cl/345849 "> https://golang.org/cl/345849</ a > : add Clone function
332
340
</ p >
333
- </ dd >
334
- </ dl > <!-- strings -->
335
341
336
- < dl id ="strings,bytes "> < dt > < a href ="/pkg/strings,bytes/ "> strings,bytes</ a > </ dt >
337
- < dd >
338
342
< p > <!-- CL 332771 -->
339
343
TODO: < a href ="https://golang.org/cl/332771 "> https://golang.org/cl/332771</ a > : avoid allocations in Trim/TrimLeft/TrimRight
340
344
</ p >
341
345
</ dd >
342
- </ dl > <!-- strings,bytes -->
346
+ </ dl > <!-- strings -->
343
347
344
348
< dl id ="sync "> < dt > < a href ="/pkg/sync/ "> sync</ a > </ dt >
345
349
< dd >
0 commit comments