summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* math: add Gamma functionCharles L. Dorian2010-03-193-0/+235
* syscall: mingw implemntation of Errstr()Alex Brainman2010-03-195-19/+30
* godoc: show (some) line numbers for remote searchRobert Griesemer2010-03-192-30/+27
* syscall: mksyscall_mingw.sh emitting shorter calls (to Syscall or Syscall6) w...Alex Brainman2010-03-193-23/+30
* Factor the Makefiles to make writing outside Makefiles easier.Rob Pike2010-03-193-25/+43
* issue 608Ken Thompson2010-03-191-0/+1
* websocket: use URL.RawPath to construct WebSocket-Location: headerFumitoshi Ukai2010-03-192-1/+18
* deps.bash: handle Makefiles with .go filenames that include $(GOOS) and $(GOA...Alex Brainman2010-03-191-0/+2
* godoc: improved comment formatting: recognize URLsRobert Griesemer2010-03-193-41/+139
* godoc: implemented command-line searchRobert Griesemer2010-03-193-15/+121
* template: fixed html formatter bug where it would turn a []byteAndrew Gerrand2010-03-192-3/+18
* rpc documentation cleanup: remove ;'s from code in documentationRobert Griesemer2010-03-181-18/+18
* go/doc cleanup: remove some unnecessary string conversionsRobert Griesemer2010-03-181-3/+2
* Fix src/pkg/syscall/mkall.sh: don't assume that . is on PATH.Alex Brainman2010-03-171-19/+19
* Fix build: don't assume that . is on PATH.Ian Lance Taylor2010-03-171-1/+1
* crypto/rand: new packageRuss Cox2010-03-164-0/+170
* runtime: add GOROOT and VersionRuss Cox2010-03-164-1/+52
* syscall: more changes to mingw versionAlex Brainman2010-03-168-84/+376
* json: add MarshalIndent (accepts user-specified indent string)Andrew Gerrand2010-03-172-52/+184
* syscall: add const ARCH, analogous to OSRuss Cox2010-03-164-0/+22
* version.bash: cope with ancient MercurialRuss Cox2010-03-161-2/+8
* http: change RawPath to mean raw path, not raw everything-after-scheme.Russ Cox2010-03-164-70/+109
* utf16: new packageRuss Cox2010-03-164-0/+167
* goinstall doc: fix link to godashboard/packageAndrew Gerrand2010-03-171-1/+1
* gofmt: more consistent formatting of const/var declsRobert Griesemer2010-03-1616-88/+138
* godoc: initial support for showing popup informationRobert Griesemer2010-03-162-6/+78
* net: fix IPMask.String not to crash on all-0xff maskRuss Cox2010-03-161-21/+38
* http: add ParseQueryPetar Maymounkov2010-03-162-5/+8
* sha512: add sha384 (truncated version)Conrad Meyer2010-03-162-23/+114
* image/jpeg: fix typosRobert Griesemer2010-03-151-3/+3
* runtime: lock finalizer table accessesRuss Cox2010-03-151-4/+18
* gofmt: fix for gofmt rewrite featureRobert Griesemer2010-03-152-5/+15
* godoc: support for multiple packages in a directoryRobert Griesemer2010-03-122-27/+64
* hash/crc64: new package implementing 64-bit CRCRuss Cox2010-03-127-35/+232
* gofmt: make sure there is a newline afterRobert Griesemer2010-03-125-19/+30
* go/printer: fix a couple of hidden crashes that becomeRobert Griesemer2010-03-125-3/+20
* ast/filter.go: missing nil-check causes crashRobert Griesemer2010-03-111-1/+1
* godoc: fix formatting of -src outputRobert Griesemer2010-03-113-13/+123
* math, path: minor comment fixesRobert Griesemer2010-03-112-2/+2
* syslog: increase test timeout from 10ms to 100msChristopher Wedgwood2010-03-111-1/+1
* math package: minor documentation fixRobert Griesemer2010-03-101-3/+3
* godoc: change -x to -src, update doc.go (missed in previous CL)Robert Griesemer2010-03-102-1/+3
* godoc: provide mode which shows exported interface in "source form"Robert Griesemer2010-03-102-16/+29
* fix 386 a[i] = cmplx(r, j)Russ Cox2010-03-101-6/+6
* template: add ParseFile, MustParseFile, and associated testsAndrew Gerrand2010-03-102-1/+37
* 1. decommit complex(float) conversionKen Thompson2010-03-094-18/+13
* gc: remove duplicate errors, give better error for I.(T)Russ Cox2010-03-091-7/+16
* syscall: minimal mingw version of syscall to call windows dllsAlex Brainman2010-03-0912-2/+356
* reflect: typo in commentDean Prichard2010-03-101-1/+1
* fmt: enable the complex tests now that 8g supports complexRob Pike2010-03-091-4/+0