aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-08encoding/gob: add examplesRob Pike
2013-10-09doc: fix a few broken linksAndrew Gerrand
2013-10-08test: revert changes made for Go SSA interpreter test.Alan Donovan
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-10-08A+C: Tw (individual CLA)Andrew Gerrand
2013-10-08doc/articles/wiki: fix path handling and clean up test processAndrew Gerrand
2013-10-07math: the trig functions work in radians; document thatRob Pike
2013-10-07spec: unsafe.Pointers are pointersRobert Griesemer
2013-10-07misc/emacs: find unused imports where path and package name differDominik Honnef
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-07codereview: move dotfiles out of user home director to something sane.Jeff Sickel
2013-10-07A+C: Jeff Sickel (individual CLA)Russ Cox
2013-10-05A+C: add Marko Juhani Silokunnas (individual CLA).David Symonds
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-04doc/go1.2.html: update a minor change to syscallMikio Hara
2013-10-04runtime: collect profiles even while on g0 stackAlex Brainman
2013-10-04A+C: Matt Reiferson (individual CLA)Andrew Gerrand
2013-10-04doc: move spec and memory model back to /ref/Andrew Gerrand
2013-10-03spec: added additional links, added missing 'label'Robert Griesemer
2013-10-03reflect: add a test that gccgo mishandledIan Lance Taylor
2013-10-03spec: fix small typo in comment for exampleRobert Hencke
2013-10-03gofmt: explain why lower bounds aren't automatically simplifiedRobert Hencke
2013-10-03doc: remove link to PackageVersioning wikiRuss Cox
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-03doc/faq: add a FAQ about versioningRuss Cox
2013-10-03cmd/gc: support -installsuffix in the compiler and builderDave Day
2013-10-03misc/vim: Autocompletion for :Godoc commandYasuhiro Matsumoto
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
2013-10-02misc/dist: support building statically linked toolchain.Shenghou Ma
2013-10-03encoding/json: add an example for RawMessageJosh Bleecher Snyder
2013-10-02doc/effective_go: fix server example that shares var between goroutinesRob Pike
2013-10-02net/http: be clear that HTTPS is supportedRuss Cox
2013-10-02runtime: fix finalizer test on amd64Russ Cox
2013-10-02cmd/gc: qualified embedded fields with owner package.Rémy Oudompheng
2013-10-02crypto/tls: Update reference to the TLS 1.2 RFC.Frithjof Schulze
2013-10-02runtime: do not scan stack by frames during garbage collectionRuss Cox
2013-10-01cmd/dist, build: support building statically linked toolchainShenghou Ma
2013-10-02doc: rename @go_nuts to @golangAndrew Gerrand
2013-10-01cmd/go: use -installsuffix to determine the includes directory listDave Day
2013-10-02misc/vim: Separate package and package members.Yasuhiro Matsumoto
2013-10-01C: add Dave Day (Google CLA).David Symonds