mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
DesignDocuments: update.
parent
5cc0841b7b
commit
e3ef7cfe8f
@ -8,7 +8,7 @@
|
||||
* [encoding.TextMarshaler and Unmarshaler](http://golang.org/s/go12encoding)
|
||||
* [Runtime Symbol Table Format](http://golang.org/s/go12symtab)
|
||||
* [Field Selectors and Nil Checks](http://golang.org/s/go12nil)
|
||||
* x[i:j:k] [Slice Syntax](http://golang.org/s/go12slice)
|
||||
* [```x[i:j:k]``` Slice Syntax](http://golang.org/s/go12slice)
|
||||
* [Preemptive Scheduler](https://docs.google.com/document/d/1ETuA2IOmnaQ4j81AtTGT40Y4_Jr6_IDASEKg0t0dBR8/edit?usp=sharing)
|
||||
|
||||
# Go 1.3
|
||||
@ -25,9 +25,9 @@
|
||||
* [Go 1.4 Custom Import Path Checking](http://golang.org/s/go14customimport)
|
||||
* [Go generate: A Proposal](http://golang.org/s/go1.4-generate)
|
||||
* [The syscall package](https://docs.google.com/a/golang.org/document/d/1QXzI9I1pOfZPujQzxhyRy6EeHYTQitKKjHfpq0zpxZs)
|
||||
* [Go 1.4: unsafe.Pointer arithmetic](https://docs.google.com/a/dempsky.org/document/d/1yyCMzE4YPfsXvnZNjhszaYNqavxHhvbY-OWPqdzZK30/pub)
|
||||
* [Go 1.4 Subrepo Renaming](http://golang.org/s/go14subrepo)
|
||||
* [Go Compiler Overhaul](https://docs.google.com/document/d/1P3BLR31VA8cvLJLfMibSuTdwTuF7WWLux71CYD0eeD8/edit)
|
||||
* [Go 1.4 Native Client Support for ARM](http://golang.org/s/go14naclarm)
|
||||
* [Go Compiler Overhaul](https://docs.google.com/document/d/1P3BLR31VA8cvLJLfMibSuTdwTuF7WWLux71CYD0eeD8/edit)
|
||||
|
||||
# Future Proposals
|
||||
|
||||
@ -43,10 +43,11 @@
|
||||
</li><li><a href='https://docs.google.com/document/d/1d3iI2QWURgDIsSR6G2275vMeQ_X7w-qxM2Vp7iGwwuM/pub'>NUMA-aware scheduler for Go</a>
|
||||
</li><li><a href='https://docs.google.com/document/d/1CJnU6ZKvsp21B0lQwbJlKFt8Zz4EWscaCRy_EwK8ja8'>Go 1.5+ "External" Packages</a></li></ul>
|
||||
|
||||
<h1>Other Tools</h1>
|
||||
<ul><li><a href='https://docs.google.com/document/d/1WmMHBUjQiuy15JfEnT8YBROQmEv-7K6bV-Y_K53oi5Y'>Go Oracle</a>
|
||||
</li><li><a href='http://golang.org/s/gobind'>Binding Go and Java</a>
|
||||
</li><li><a href='http://golang.org/s/builderplan'>Go Builder Plan</a></li></ul>
|
||||
# Other Tools
|
||||
* [Go Oracle](https://docs.google.com/document/d/1WmMHBUjQiuy15JfEnT8YBROQmEv-7K6bV-Y_K53oi5Y)
|
||||
* [Binding Go and Java](http://golang.org/s/gobind)
|
||||
* [Go Builder Plan](http://golang.org/s/builderplan)
|
||||
|
||||
<h1>Rejected Proposals</h1>
|
||||
<ul><li><a href='https://docs.google.com/a/golang.org/document/d/1UKu_do3FRvfeN5Bb1RxLohV-zBOJWTzX0E8ZU1bkqX0/edit#heading=h.2wzvdd6vdi83'>Read-only Slices</a>, <a href='https://docs.google.com/document/d/1-NzIYu0qnnsshMBpMPmuO21qd8unlimHgKjRD9qwp2A/edit'>Evaluation of read-only slices</a> (<a href='https://groups.google.com/d/msg/golang-dev/Y7j4B2r_eDw/Rkq-OtEsEBAJ'>rejected</a>)
|
||||
# Rejected Proposals
|
||||
* [Read-only Slices](https://docs.google.com/a/golang.org/document/d/1UKu_do3FRvfeN5Bb1RxLohV-zBOJWTzX0E8ZU1bkqX0/edit#heading=h.2wzvdd6vdi83), [Evaluation of read-only slices](https://docs.google.com/document/d/1-NzIYu0qnnsshMBpMPmuO21qd8unlimHgKjRD9qwp2A/edit) ([rejected](https://groups.google.com/d/msg/golang-dev/Y7j4B2r_eDw/Rkq-OtEsEBAJ)
|
||||
* [Go 1.4: unsafe.Pointer arithmetic](https://docs.google.com/a/dempsky.org/document/d/1yyCMzE4YPfsXvnZNjhszaYNqavxHhvbY-OWPqdzZK30/pub) Rejected.
|
Loading…
x
Reference in New Issue
Block a user