aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-08-07runtime: fix plan9/windows buildDmitriy Vyukov
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-08-07runtime: shrink stacks in parallelDmitriy Vyukov
2014-08-07path/filepath: do not restore original working directory twice in testAlex Brainman
2014-08-06encoding/xml: add InputOffset method to DecoderRuss Cox
2014-08-06debug/dwarf: fix typos in comment for UnspecifiedTypeRob Pike
2014-08-06runtime: clean up naming of mcallable functions.Keith Randall
2014-08-06runtime: use better hash for floating point inputsRuss Cox
2014-08-06runtime: shorten hash declarationsKeith Randall
2014-08-06runtime: use better hash for non-empty interfaceRuss Cox
2014-08-06debug/dwarf: fix Reader panic on DW_TAG_unspecified_typeDerek Parker
2014-08-06runtime: turn off 'unexpected return pc' print on arm tracebackRuss Cox
2014-08-06crypto/tls: Added dynamic alternative to NameToCertificate map for SNIPercy Wegmann
2014-08-06runtime: remove unused variableDmitriy Vyukov
2014-08-06runtime: simplify codeDmitriy Vyukov
2014-08-06runtime: burn cpu before calling yield in windows runtime.systimeAlex Brainman
2014-08-06runtime: get rid of SA_RESTORER on ARM.Shenghou Ma
2014-08-06runtime: remove dead codeShenghou Ma
2014-08-06runtime: disable aeshash on NaCl at compile timeShenghou Ma
2014-08-05cmd/cgo: fix handling of defs_linux.goMatthew Dempsky
2014-08-06net: separate DNS transport from DNS query-response interactionMikio Hara
2014-08-06runtime: cache one GC workbuf in thread-local storageDmitriy Vyukov
2014-08-05mime/multipart: fix Writer data race testRui Ueyama
2014-08-05mime/multipart: add Writer data race testBrad Fitzpatrick
2014-08-05undo CL 95760043 / b2131d729e52Brad Fitzpatrick
2014-08-05crypto/tls: add ALPN support.Adam Langley
2014-08-05runtime: remove type.goDmitriy Vyukov
2014-08-05runtime/race: add tests for maps with big keys/valsDmitriy Vyukov
2014-08-05runtime: remove outdated commentDmitriy Vyukov
2014-08-04runtime: use memmove rather than memcopy in mgc0.cIan Lance Taylor
2014-08-04syscall: fix typo in commentIan Lance Taylor
2014-08-04runtime: remove unused enum maxroundIan Lance Taylor
2014-08-04runtime: only use a single variable in USEDIan Lance Taylor
2014-08-04archive/zip: accept bogus trailing zeros in extrasBrad Fitzpatrick
2014-08-05net: consolidate sockaddrToAddr functionsMikio Hara
2014-08-03encoding/gob: save a call to userTypeRob Pike
2014-08-01net: fix Dial comment about IPv6 addressesBrad Fitzpatrick
2014-08-01runtime: move constants from map header to map typeKeith Randall
2014-08-01runtime: prevent pointless jmp in amd64 and 386 memmoveJosh Bleecher Snyder
2014-08-01runtime: implement monotonic clocks on windowsAlex Brainman
2014-07-31runtime: missed a file in alg checkinKeith Randall
2014-07-31runtime: convert hash functions to Go calling convention.Keith Randall
2014-07-31strconv: remove needless castRui Ueyama
2014-07-31runtime: move built-in print routines to go.Keith Randall
2014-07-31runtime: fix 32 bit build.Keith Randall
2014-07-31runtime: convert slice operations to Go.Keith Randall
2014-07-31runtime: use right mask to extract type kindKeith Randall
2014-07-31runtime: get rid of freeDmitriy Vyukov
2014-07-31image/jpeg: rename some internal variables.Nigel Tao
2014-07-30runtime: cast to uintptr to match %p formatter.Keith Randall