aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-06-14doc: list cmd/compile's DWARF changes in 1.9 relnotesHeschi Kreinick
2017-06-14doc: add go-contrib-init mention to contributing docsBrad Fitzpatrick
2017-06-14doc: list html/template and text/template changes in 1.9 relnotesAlberto Donizetti
2017-06-14doc: add more Go 1.9 notesBrad Fitzpatrick
2017-06-13doc: add go1.9 release notes for database/sql changesDaniel Theophanes
2017-06-13doc: flesh out some more Go 1.9 package notesBrad Fitzpatrick
2017-06-13doc: add encoding changes to 1.9 release notesAlberto Donizetti
2017-06-12doc: add net/http changes to go1.9.htmlKale Blankenship
2017-06-11doc: explain Windows DWARF linker changes in go1.9.htmlAlex Brainman
2017-06-09doc: list image changes in 1.9 release notesAlberto Donizetti
2017-06-09doc/go1.9: runtime release notesAustin Clements
2017-06-09doc/go1.9: GC performance release notesAustin Clements
2017-06-08spec: clarify restrictions on RHS of non-constant shiftsRobert Griesemer
2017-06-07doc: list testing package changes in 1.9 release notesAlberto Donizetti
2017-06-07doc: remove math/bits from 'minor changes' sectionAlberto Donizetti
2017-06-07doc: add type aliases to go1.9.htmlBrad Fitzpatrick
2017-06-06doc: delete go1.8.txtBrad Fitzpatrick
2017-06-06doc: start of go1.9.html release notesBrad Fitzpatrick
2017-05-31doc: update bootstrap archive URLChris Broadfoot
2017-05-24doc: document go1.8.3Chris Broadfoot
2017-05-23doc: document go1.8.2 and go1.7.6Chris Broadfoot
2017-05-22doc: mention that go tools is needed to access some toolAlberto Donizetti
2017-05-19doc: remove mentions of yacc toolBrad Fitzpatrick
2017-05-09spec: clarify unsafe.Pointer conversionsRobert Griesemer
2017-05-04doc: fix minor formatting issues in contribute.htmlAdam Bender
2017-05-04spec: remove an unnecessary semicolon from code exampleBrad Fitzpatrick
2017-05-02doc/contribute: directly link to the Agreements pageAlberto Donizetti
2017-04-28spec: clarify admissible argument types for print, printlnRobert Griesemer
2017-04-21doc: add Go Time podcast to the help pageCarlisia Campos
2017-04-20doc: escape some HTML in Effective Go code examplesJames Neve
2017-04-17spec: clarify use of fused-floating point operationsRobert Griesemer
2017-04-17doc: dissuade people from using PGP for security reportsBrad Fitzpatrick
2017-04-13spec: clarify size hint for make of mapsRobert Griesemer
2017-04-07doc: document go1.8.1Chris Broadfoot
2017-03-24spec: for non-constant map keys, add reference to evaluation order sectionRobert Griesemer
2017-03-16doc: reorganize the contribution guidelines into a guideSteve Francia
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2017-03-13spec: remove superfluous terms "delimiter" and "special tokens"Robert Griesemer
2017-03-07doc: add link to the setting GOPATH guideJaana Burcu Dogan
2017-03-02doc/devel: update release.html for new support policyRuss Cox
2017-02-23website: mention go1.8 in project pageAlberto Donizetti
2017-02-22doc: fix broken link in go1.8.htmlBrad Fitzpatrick
2017-02-21doc: use appropriate type to describe return valueKevin Burke
2017-02-16doc: document go1.8Chris Broadfoot
2017-02-15doc: update Code of Conduct wording and scopeSarah Adams
2017-02-10spec: refer to "not defined type" rather than "unnamed type" in conversionsRobert Griesemer
2017-02-08doc: remove the confusing use of CLJaana Burcu Dogan
2017-02-07spec: clarify alignment of arraysRobert Griesemer
2017-02-07spec: pick up a few corrections missed in prior commitRobert Griesemer
2017-02-06spec: introduce alias declarations and type definitionsRobert Griesemer