aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-18go1.2rc2go1.2rc2Andrew Gerrand
2013-10-18api: add go1.2.txt, use in testsAndrew Gerrand
2013-10-17net/url: fix regression when serializing relative URLsBrad Fitzpatrick
2013-10-17runtime: correct test for when to poll networkIan Lance Taylor
2013-10-17runtime: correct parameter name in MCentral_AllocList commentIan Lance Taylor
2013-10-17encoding/xml: accept chains of interfaces and pointersRuss Cox
2013-10-17database/sql: make tests repeatable with -cpu=n,nAlberto García Hierro
2013-10-16database/sql: fix some test fmt verbsBrad Fitzpatrick
2013-10-16database/sql: Fix connection leak and potential deadlockAlberto García Hierro
2013-10-16database/sql: fix double decrement of numOpen count; test for connection leaksAlberto García Hierro
2013-10-15cmd/cgo: simpler fix for issue 6506.Shenghou Ma
2013-10-15cmd/cgo: print the builtin prolog after the per-file preambleRuss Cox
2013-10-15undo CL 14231047 / 2f4c2dde2756Alex Brainman
2013-10-15cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox
2013-10-15cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox
2013-10-15runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman
2013-10-14cmd/gc: fix comment about performing indexing at compile time.Keith Randall
2013-10-15net/http: skip content-type sniffing if the header is explicitly unset.Michael Piatek
2013-10-14debug/dwarf: report the value of an unrecognized attribute formatIan Lance Taylor
2013-10-14cmd/api: make it work even when cgo is disabledShenghou Ma
2013-10-11go/build: add GOOS and GOARCH to name of gccgo pkg directoryIan Lance Taylor
2013-10-11go/build: fix test if built with CGO_ENABLED=0Ian Lance Taylor
2013-10-10cmd/gc: re-word some error messagesShenghou Ma
2013-10-09net: fix TestDialFailPDLeak to work when GOMAXPROCS is largeIan Lance Taylor
2013-10-09runtime: markfreed's error reports should be prefixed with "markfreed", not "...Keith Randall
2013-10-09cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-10-09net: fix typo in failure message in testIan Lance Taylor
2013-10-09compress/flate: fix infinite loop on malformed dataRuss Cox
2013-10-08encoding/gob: add examplesRob Pike
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-10-07math: the trig functions work in radians; document thatRob Pike
2013-10-07os/user: fix user lookups on dragonflyJoel Sing
2013-10-07os/user: enable tests on all supported platformsJoel Sing
2013-10-07os/signal: make test logs reflect realityJoel Sing
2013-10-04runtime: fix bug in maps at the intersection of iterators, growing, and NaN keysKeith Randall
2013-10-04runtime: remove 3 unused declarations.Keith Randall
2013-10-04reflect: test using a MakeFunc value in a couple of different waysIan Lance Taylor
2013-10-04runtime: collect profiles even while on g0 stackAlex Brainman
2013-10-03reflect: add a test that gccgo mishandledIan Lance Taylor
2013-10-03gofmt: explain why lower bounds aren't automatically simplifiedRobert Hencke
2013-10-03sync/atomic: explain how to subtract an unsigned constantRob Pike
2013-10-03go/doc: update ToHTML doc commentRuss Cox
2013-10-03runtime: change default stack segment size to 8 kBRuss Cox
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day
2013-10-02net: use original argument in lookup errorRuss Cox
2013-10-02cmd/go: document relative importsRuss Cox
2013-10-02crypto/tls: document ConnectionState fieldsRuss Cox
2013-10-02runtime: remove syscall.NewCallbackCDecl on WindowsRuss Cox