summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/debugging_with_gdb: fix minor typo (space before comma)Robert Hencke2012-10-071-2/+1
* doc/codewalk: make it work with jQuery 1.8.2Shenghou Ma2012-10-051-1/+1
* godoc: make examples editable and runnable in playgroundAndrew Gerrand2012-10-042-92/+140
* godoc: add jQuery to Go repository, rewrite godocs.js to use jQueryAndrew Gerrand2012-10-044-186/+92
* godoc: show contents in correct order, expand sections on clickAndrew Gerrand2012-10-041-0/+2
* go spec: conversion types starting with "func" must be parenthesizedRobert Griesemer2012-10-031-2/+11
* go spec: arguments for append may overlapRobert Griesemer2012-09-281-8/+12
* doc: clarify that the displayed tar file name is an exampleAndrew Gerrand2012-09-271-2/+8
* doc: fix OS X download linksAndrew Gerrand2012-09-271-2/+2
* doc: add important info for would-be go contributors.Jonathan Feinberg2012-09-262-1/+13
* spec: permit trailing comma in conversionsRobert Griesemer2012-09-261-6/+5
* doc/go1.1: fix metadata json formatFrancisco Souza2012-09-261-1/+1
* build: make int 64 bits on amd64Russ Cox2012-09-242-3/+71
* doc: Remove obsolete references to weekly releases.Uriel Mangado2012-09-232-8/+2
* effective_go: s/usr/home/ in exampleRob Pike2012-09-231-1/+1
* spec: a couple of minor tweaks to the wording of the import sectionRob Pike2012-09-231-3/+3
* doc: document go1.0.3Andrew Gerrand2012-09-211-0/+4
* doc/talks: remove talks, refer to talks.golang.org insteadAndrew Gerrand2012-09-2117-5100/+1
* spec: clarify expression statementsRobert Griesemer2012-09-181-4/+16
* doc/effective_go: Closed some tags; removed extra spaces.Oling Cat2012-09-181-3/+17
* doc: document OS X tarballsAndrew Gerrand2012-09-171-6/+6
* spec: unsafe.Alignof/Sizeof also accept non-variable argumentsRobert Griesemer2012-09-171-3/+4
* spec: clarify section on string typesRobert Griesemer2012-09-141-13/+15
* effective_go: use html/template instead of text/templateRob Pike2012-09-132-10/+11
* undo CL 6493071 / 56c7453d488fAndrew Gerrand2012-09-131-18/+0
* spec: make bitwise operators stand outRuss Cox2012-09-121-11/+11
* doc css: topbar sticks to the top of large windows.Brian Slesinskya2012-09-111-0/+18
* doc: Don't imply incorrect guarantees about data races.David Symonds2012-09-111-2/+2
* faq: go does not have duck typingRob Pike2012-09-071-1/+1
* faq: mercurial vs. gitRob Pike2012-09-071-0/+26
* spec: an initial BOM can be ignoredRob Pike2012-09-071-4/+3
* faq: another way to solve the closure/variable/range complaintRob Pike2012-09-071-2/+18
* spec: ignore BOMS outside of string and rune literals.Rob Pike2012-09-061-1/+7
* doc/go_spec: fix a typoOling Cat2012-09-051-2/+2
* doc: fix typo in Concurrency Patterns articleAndrew Gerrand2012-09-041-1/+1
* doc: link to references from docs pageAndrew Gerrand2012-09-041-0/+3
* doc/progs: use test/run.go for testing on WindowsShenghou Ma2012-09-0348-1/+119
* go_spec.html: clarify rune and string literalsRob Pike2012-08-291-26/+37
* doc/install: we only need command line tools for Xcode on OS XShenghou Ma2012-08-202-4/+15
* go_spec: unary + and - are also defined for complex typesRobert Griesemer2012-08-171-3/+3
* spec: clarify evaluation orderRobert Griesemer2012-08-091-3/+11
* doc: add 'Get Started with Go' video, remove some older videosAndrew Gerrand2012-08-091-23/+7
* doc: fix some HTML syntax errorsShenghou Ma2012-08-075-10/+10
* doc: remove mention of weekly tag from source install docAndrew Gerrand2012-07-301-8/+2
* doc: add two I/O talks to "Talks" sectionAndrew Gerrand2012-07-221-0/+10
* faq: add status sectionRob Pike2012-07-161-0/+32
* spec: correct typo in string conversion examples.Rémy Oudompheng2012-07-111-2/+2
* website: various html fixesDave Cheney2012-07-113-5/+5
* doc: various "the the" and other typosMatthew William Jibson2012-07-082-3/+3
* doc/debugging_with_gdb: mention how to disable gc optimizationShenghou Ma2012-07-031-0/+8