summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: correct test for when to poll networkIan Lance Taylor2013-10-171-1/+1
* runtime: correct parameter name in MCentral_AllocList commentIan Lance Taylor2013-10-171-1/+1
* encoding/xml: accept chains of interfaces and pointersRuss Cox2013-10-172-6/+43
* database/sql: make tests repeatable with -cpu=n,nAlberto Garc?a Hierro2013-10-171-0/+2
* database/sql: fix some test fmt verbsBrad Fitzpatrick2013-10-162-4/+4
* database/sql: Fix connection leak and potential deadlockAlberto Garc?a Hierro2013-10-163-3/+63
* database/sql: fix double decrement of numOpen count; test for connection leaksAlberto Garc?a Hierro2013-10-162-5/+18
* cmd/cgo: simpler fix for issue 6506.Shenghou Ma2013-10-151-46/+9
* cmd/cgo: print the builtin prolog after the per-file preambleRuss Cox2013-10-151-3/+3
* undo CL 14231047 / 2f4c2dde2756Alex Brainman2013-10-151-1/+1
* cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox2013-10-151-0/+13
* cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox2013-10-151-2/+46
* runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman2013-10-151-0/+3
* cmd/gc: fix comment about performing indexing at compile time.Keith Randall2013-10-141-2/+2
* net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek2013-10-154-10/+34
* debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor2013-10-141-2/+5
* cmd/api: make it work even when cgo is disabledShenghou Ma2013-10-141-3/+11
* go/build: add GOOS and GOARCH to name of gccgo pkg directoryIan Lance Taylor2013-10-111-1/+1
* go/build: fix test if built with CGO_ENABLED=0Ian Lance Taylor2013-10-111-0/+3
* cmd/gc: re-word some error messagesShenghou Ma2013-10-101-5/+5
* net: fix TestDialFailPDLeak to work when GOMAXPROCS is largeIan Lance Taylor2013-10-091-2/+3
* runtime: markfreed's error reports should be prefixed with "markfreed", not "...Keith Randall2013-10-091-2/+2
* cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor2013-10-091-7/+34
* runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor2013-10-091-0/+3
* debug/dwarf: handle surprising clang encodingRuss Cox2013-10-091-12/+31
* net: fix typo in failure message in testIan Lance Taylor2013-10-091-1/+1
* compress/flate: fix infinite loop on malformed dataRuss Cox2013-10-093-0/+35
* encoding/gob: add examplesRob Pike2013-10-084-0/+210
* cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro2013-10-082-1/+8
* math: the trig functions work in radians; document thatRob Pike2013-10-074-6/+6
* os/user: fix user lookups on dragonflyJoel Sing2013-10-071-4/+4
* os/user: enable tests on all supported platformsJoel Sing2013-10-071-6/+0
* os/signal: make test logs reflect realityJoel Sing2013-10-071-4/+4
* runtime: fix bug in maps at the intersection of iterators, growing, and NaN keysKeith Randall2013-10-043-15/+91
* runtime: remove 3 unused declarations.Keith Randall2013-10-041-3/+0
* reflect: test using a MakeFunc value in a couple of different waysIan Lance Taylor2013-10-042-1/+19
* runtime: collect profiles even while on g0 stackAlex Brainman2013-10-041-1/+1
* reflect: add a test that gccgo mishandledIan Lance Taylor2013-10-031-0/+9
* gofmt: explain why lower bounds aren't automatically simplifiedRobert Hencke2013-10-031-0/+4
* sync/atomic: explain how to subtract an unsigned constantRob Pike2013-10-031-0/+4
* go/doc: update ToHTML doc commentRuss Cox2013-10-031-3/+8
* runtime: change default stack segment size to 8 kBRuss Cox2013-10-031-2/+2
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-039-11/+36
* net: use original argument in lookup errorRuss Cox2013-10-021-0/+6
* cmd/go: document relative importsRuss Cox2013-10-024-69/+129
* crypto/tls: document ConnectionState fieldsRuss Cox2013-10-021-14/+8
* runtime: remove syscall.NewCallbackCDecl on WindowsRuss Cox2013-10-021-0/+5
* encoding/json: add an example for RawMessageJosh Bleecher Snyder2013-10-031-0/+46
* net/http: be clear that HTTPS is supportedRuss Cox2013-10-021-1/+1
* runtime: fix finalizer test on amd64Russ Cox2013-10-021-8/+11