summaryrefslogtreecommitdiff
path: root/doc/go1compat.html
Commit message (Collapse)AuthorAgeFilesLines
* unsafe: document that unsafe programs are not protectedRob Pike2014-10-241-0/+8
| | | | | | | | | | | | The compatibility guideline needs to be clear about this even though it means adding a clause that was not there from the beginning. It has always been understood, so this isn't really a change in policy, just in its expression. LGTM=bradfitz, gri, rsc R=golang-codereviews, bradfitz, gri, rsc CC=golang-codereviews https://codereview.appspot.com/162060043
* doc: use "keyed" instead of "tagged" in Go 1 compatibility docAndrew Gerrand2014-10-081-5/+5
| | | | | | | LGTM=bradfitz, r R=r, bradfitz CC=golang-codereviews https://codereview.appspot.com/156730043
* doc/compat1.html: link to go.sysRob Pike2014-08-121-1/+2
| | | | | | | | | | You talked me into it. This and other links should be updated once the new import paths for the subrepos are established. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://codereview.appspot.com/124260043
* syscall: freeze the packageRob Pike2014-08-121-0/+14
| | | | | | | | | | | Add a clause to the doc comment for the package and a paragraph in the compatibility document explaining the situation. LGTM=bradfitz, adg, rsc R=golang-codereviews, adg, bradfitz, minux, rsc CC=golang-codereviews https://codereview.appspot.com/129820043
* doc: drop scheme from links that are known to support HTTPSAndrew Gerrand2014-07-251-1/+1
| | | | | | | | | | | golang.org now serves HTTPS with a valid cert, so it's reasonable that users should click through to the HTTPS versions of *.golang.org and other known sites. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/112650043
* doc: re-organize golang.org site contentAndrew Gerrand2013-09-161-1/+2
| | | | | | | | | | | | | | | | | | | | Remove "References" section. Remove most articles and redirect to blog.golang.org. Move /ref/spec and /ref/mem to /doc/spec and /doc/mem. Remove duplicate links from the remaining "Documents", "The Project", and "Help" pages. Defer to the wiki for more links and community content. Update command reference and mention cover tool. Add "Pop-out" text to the front page. Pick one of four videos at random to feature on the front page. Fixes issue 2547. Fixes issue 5561. Fixes issue 6321. R=r, dominik.honnef CC=golang-dev https://codereview.appspot.com/13724043
* doc: add note about import . to Go 1 compatibility notesIan Lance Taylor2012-03-061-0/+9
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/5752065
* doc: new document about compatibility of releasesRob Pike2012-02-091-0/+157
The doc is not linked anywhere yet; that will come later. R=golang-dev, adg, gri, rsc, edsrzf CC=golang-dev http://codereview.appspot.com/5647050