Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
61f5c631
Commit
61f5c631
authored
Aug 14, 2013
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update go1.2.txt
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/12953043
parent
88411547
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/go1.2.txt
doc/go1.2.txt
+4
-0
No files found.
doc/go1.2.txt
View file @
61f5c631
...
@@ -9,6 +9,7 @@ package or cmd/xxx directory name, and ending in a CL number.
...
@@ -9,6 +9,7 @@ package or cmd/xxx directory name, and ending in a CL number.
Please keep the list sorted (as in sort.Strings of the lines).
Please keep the list sorted (as in sort.Strings of the lines).
Performance:
Performance:
encoding/json: faster encoding (CL 9129044).
net: improve windows performance by up to 30% (CL 8670044).
net: improve windows performance by up to 30% (CL 8670044).
cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
...
@@ -17,6 +18,7 @@ cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
...
@@ -17,6 +18,7 @@ cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
cmd/gc: make missing package error fatal (CL 12677043).
cmd/gc: make missing package error fatal (CL 12677043).
cmd/go: test coverage (CL 10413044).
cmd/go: test coverage (CL 10413044).
archive/zip: add File.DataOffset accessor (CL 12784045).
bufio: add Reset methods to Reader and Writer (CL 12603049).
bufio: add Reset methods to Reader and Writer (CL 12603049).
compress/bzip2: support concatenated files (CL 12387044).
compress/bzip2: support concatenated files (CL 12387044).
container/heap: added Fix (CL 12265043).
container/heap: added Fix (CL 12265043).
...
@@ -48,7 +50,9 @@ image/gif: added Encode and EncodeAll (CL 10896043).
...
@@ -48,7 +50,9 @@ image/gif: added Encode and EncodeAll (CL 10896043).
io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
ioutil: add WriteString to Discard (CL 12580045).
ioutil: add WriteString to Discard (CL 12580045).
net: new build tag netgo for building a pure Go net package (CL 7100050).
net: new build tag netgo for building a pure Go net package (CL 7100050).
net/http: don't allow sending invalid cookie lines (CL 12204043).
net/http: allow ReadResponse with nil *Request parameter (CL 9821043).
net/http: allow ReadResponse with nil *Request parameter (CL 9821043).
net/http: allow responses to HEAD requests, detect type and length (CL 12583043).
runtime: relax constraint on finalizer func in SetFinalizer (CL 12895043).
runtime: relax constraint on finalizer func in SetFinalizer (CL 12895043).
runtime: preemption of goroutines at function entry (CL 12371043).
runtime: preemption of goroutines at function entry (CL 12371043).
sort: new Stable function provides stable sort (CL 9612044).
sort: new Stable function provides stable sort (CL 9612044).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment