summaryrefslogtreecommitdiff
path: root/doc/progs
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg4-5/+8
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg5-28/+41
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg49-5/+159
2012-05-02Imported Upstream version 1.0.1upstream/1.0.1Ondřej Surý1-2/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý51-846/+1875
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý18-0/+869
2011-09-13Imported Upstream version 60Ondřej Surý18-872/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý4-21/+115
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý6-6/+23
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý4-12/+11
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý7-25/+23
2010-03-30single argument panicRuss Cox2-10/+12
2010-02-25doc: Use byte("...") over byte{...}Christopher Wedgwood1-1/+1
2009-12-16update tutorial.Rob Pike16-201/+207
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-4/+6
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-1/+1
2009-11-18make all.bash finish on FreeBSDRuss Cox1-1/+1
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike1-1/+1
2009-11-07tutorial fixesRuss Cox2-4/+4
2009-11-01fixups in the tutorialRob Pike5-14/+14
2009-10-14excise some internal references.Russ Cox1-1/+1
2009-10-13align the tutorial with the renaming of SortInterface.Rob Pike1-3/+3
2009-10-13Automated g4 rollback of changelist 35383.Rob Pike14-139/+95
2009-10-06another round of gofmt applicationsRuss Cox2-13/+13
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox12-82/+126
2009-09-15last round: non-package codeRuss Cox1-1/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-2/+2
2009-08-13update tutorialRob Pike1-6/+6
2009-06-25Change os.Error convention:Russ Cox1-4/+16
2009-06-25add ./ to imports where necessaryRuss Cox3-3/+3
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox1-8/+15
2009-06-01update Go tree to use new syscall package.Russ Cox2-8/+8
2009-05-08move things out of sys into os and runtimeRuss Cox4-6/+8
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike2-6/+6
2009-04-15code changes for array conversion.Russ Cox3-3/+3
2009-03-18remove print() from the tutorial, generating a little clumsiness around "import"Rob Pike14-45/+42
2009-03-16change the tutorial to use File, file rather than FD, fd.Rob Pike6-84/+84
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox7-18/+18
2009-02-13convert composite literals from { } to ( ).Russ Cox7-18/+18
2009-01-30needless semicolonsRob Pike2-2/+2
2009-01-30update go code tree to new func rules.Russ Cox2-8/+8
2009-01-30rename variable at rsc's requestRob Pike2-4/+4
2009-01-30clean up server code in tutorialRob Pike3-13/+14
2009-01-20update tutorial for new export schemeRob Pike3-11/+11
2009-01-20delete exportRuss Cox2-15/+15
2009-01-16casify, cleanup sysRuss Cox3-5/+5
2009-01-16casify syscall and sequelaeRob Pike1-4/+4
2009-01-15casify tutorial examplesRob Pike8-58/+58
2009-01-15printf->Printf etc.Rob Pike3-7/+7
2009-01-14restore "os" identifier to keep consistent with text.Rob Pike1-1/+1