summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: align gomemeq return value correctlyKeith Randall2014-07-161-2/+2
* archive/tar: fix writing of pax headersCristian Staretu2014-07-172-2/+48
* src, misc: applied gofmt -s -wRobert Griesemer2014-07-1616-27/+27
* cmd/gc: implement 'for range x {'Russ Cox2014-07-166-1293/+1314
* time: change nsec back to int32Russ Cox2014-07-161-13/+6
* liblink: fix precedence bug in pcdata comparisonRuss Cox2014-07-161-1/+1
* runtime: convert map implementation to Go.Keith Randall2014-07-1629-1520/+1971
* strconv: fix handling of BOMs in CanBackquoteVolker Dobler2014-07-162-3/+6
* flag: fix typoMatthew Cottingham2014-07-161-1/+1
* cmd/ld: use count, not upper bound, in type of arrayRob Pike2014-07-162-8/+15
* cmd/go/doc: Fix example domainYasuhiro Matsumoto2014-07-161-2/+2
* runtime: start goroutine ids at 1Dmitriy Vyukov2014-07-162-0/+19
* compress/bzip2: fix panics on malformed input.Adam Langley2014-07-152-2/+37
* cmd/ld: change DWARF encoding for array lengthsRob Pike2014-07-151-1/+1
* cmd/ld: consistently document flags that expect valuesMatthew Dempsky2014-07-151-4/+4
* objdump: remove out-of-date commentMatthew Dempsky2014-07-151-3/+0
* runtime: make a test more robustDmitriy Vyukov2014-07-151-0/+4
* runtime: zero dangling pointerDmitriy Vyukov2014-07-151-0/+2
* net: Don't read beyond end of slice when parsing resolv.conf options.Jakob Borg2014-07-152-3/+8
* cmd/go: skip vcs tests on nacl and androidDave Cheney2014-07-151-0/+5
* strconv: fix CanBackquote for invalid UTF-8Volker Dobler2014-07-142-3/+14
* go/ast: fix walk to handle "for range x"Robert Griesemer2014-07-141-1/+3
* cmd/ld: generate correct upper bound value for array types.Rob Pike2014-07-152-2/+3
* go get: Support for IBM DevOps Services (hub.jazz.net) git reposChris McGee2014-07-154-0/+135
* runtime: refactor routines for stopping, running goroutine from mRuss Cox2014-07-141-16/+31
* go/*: permit "for range x"Robert Griesemer2014-07-146-15/+44
* cmd/go: introduce support for $GCCGO env varPeter Collingbourne2014-07-141-4/+12
* make.bat: return exit code to dashboard builderAlex Brainman2014-07-121-0/+1
* cmd/ld: add go-specific dwarf type informationRuss Cox2014-07-111-47/+65
* liblink: fix warnings on Plan 9David du Colombier2014-07-111-5/+2
* ld: change DWARF output for structsRob Pike2014-07-111-5/+2
* image/png: interlacing support for png.Dustin Long2014-07-115-49/+239
* cmd/go: do not fail if libgcc does not existBenny Siegert2014-07-101-2/+2
* debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Sy...Pietro Gagliardi2014-07-102-3/+853
* nacltest.bash: set GOROOT before invoking cmd/goShenghou Ma2014-07-101-0/+3
* nacltest.bash: nacl/arm support.Shenghou Ma2014-07-101-1/+22
* cmd/dist: always use GOARM=7 for nacl/armShenghou Ma2014-07-101-1/+2
* crypto/rc4: disable assembly implementation for nacl/arm.Shenghou Ma2014-07-103-2/+4
* syscall: nacl/arm support.Shenghou Ma2014-07-104-0/+149
* sync/atomic: nacl/arm support.Shenghou Ma2014-07-101-0/+109
* runtime: nacl/arm support.Shenghou Ma2014-07-1012-29/+470
* cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm supportShenghou Ma2014-07-1012-37/+397
* runtime: align stack before calling windows in usleep2Alex Brainman2014-07-101-1/+5
* runtime: ignore exceptions from foreign threads.Shenghou Ma2014-07-092-0/+10
* net/rpc: use html/template to render htmlJosh Bleecher Snyder2014-07-092-2/+2
* androidtest.bash: missing !David Crawshaw2014-07-091-1/+1
* os: no /tmp on androidDavid Crawshaw2014-07-091-1/+5
* cmd/go: use $CC to build _cgo_defun.cPeter Collingbourne2014-07-091-2/+1
* runtime: grow heap by 64K instead of 128KDmitriy Vyukov2014-07-091-2/+2
* androidtest.bash, misc/android: build scripts for androidDavid Crawshaw2014-07-091-0/+54