summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: make liveness ~10x fasterRuss Cox2014-08-064-35/+69
* debug/dwarf: fix Reader panic on DW_TAG_unspecified_typeDerek Parker2014-08-061-0/+14
* runtime: turn off 'unexpected return pc' print on arm tracebackRuss Cox2014-08-061-2/+7
* crypto/tls: Added dynamic alternative to NameToCertificate map for SNIPercy Wegmann2014-08-064-21/+147
* cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky2014-08-061-30/+12
* runtime: remove unused variableDmitriy Vyukov2014-08-061-1/+1
* runtime: simplify codeDmitriy Vyukov2014-08-063-40/+14
* dist: fix Plan 9 buildDavid du Colombier2014-08-061-2/+5
* runtime: burn cpu before calling yield in windows runtime.systimeAlex Brainman2014-08-061-1/+1
* undo CL 114420043 / b613f2acdf69Shenghou Ma2014-08-061-1/+1
* liblink: encode MOVBQZX as MOVZBL instead of MOVZBQRui Ueyama2014-08-051-1/+1
* liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants.Shenghou Ma2014-08-065-95/+91
* cmd/cc, cmd/gc: set ctxt->debugvlog with debug['v']Shenghou Ma2014-08-062-0/+2
* cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enumsShenghou Ma2014-08-066-216/+12
* liblink: support big-endian properlyShenghou Ma2014-08-065-9/+28
* cmd/ld: fix operator precedenceShenghou Ma2014-08-061-1/+1
* runtime: get rid of SA_RESTORER on ARM.Shenghou Ma2014-08-063-9/+10
* liblink: use LinkArch.textflag() to get text and dataflagShenghou Ma2014-08-061-10/+2
* runtime: remove dead codeShenghou Ma2014-08-061-1/+0
* runtime: disable aeshash on NaCl at compile timeShenghou Ma2014-08-061-1/+3
* liblink: shorter encoding for zeroing registerRui Ueyama2014-08-051-0/+1
* cmd/cgo: fix recursive type mappingMatthew Dempsky2014-08-051-13/+44
* cmd/cgo: fix handling of defs_linux.goMatthew Dempsky2014-08-053-9/+6
* net: separate DNS transport from DNS query-response interactionMikio Hara2014-08-062-92/+222
* cmd/cgo: for -godefs, promote first field of anonymous unionIan Lance Taylor2014-08-051-2/+21
* runtime: cache one GC workbuf in thread-local storageDmitriy Vyukov2014-08-063-1/+28
* mime/multipart: fix Writer data race testRui Ueyama2014-08-051-0/+3
* mime/multipart: add Writer data race testBrad Fitzpatrick2014-08-051-0/+12
* undo CL 95760043 / b2131d729e52Brad Fitzpatrick2014-08-051-8/+6
* crypto/tls: add ALPN support.Adam Langley2014-08-0511-21/+701
* runtime: remove type.goDmitriy Vyukov2014-08-053-65/+4
* runtime/race: add tests for maps with big keys/valsDmitriy Vyukov2014-08-051-0/+93
* runtime: remove outdated commentDmitriy Vyukov2014-08-051-3/+2
* runtime: use memmove rather than memcopy in mgc0.cIan Lance Taylor2014-08-041-1/+1
* syscall: fix typo in commentIan Lance Taylor2014-08-041-1/+1
* runtime: remove unused enum maxroundIan Lance Taylor2014-08-041-4/+0
* runtime: only use a single variable in USEDIan Lance Taylor2014-08-041-1/+2
* archive/zip: accept bogus trailing zeros in extrasBrad Fitzpatrick2014-08-042-2/+30
* net: consolidate sockaddrToAddr functionsMikio Hara2014-08-058-41/+54
* encoding/gob: save a call to userTypeRob Pike2014-08-031-2/+3
* net: fix Dial comment about IPv6 addressesBrad Fitzpatrick2014-08-011-3/+2
* cmd/go: use correct link flags if main package contains C++/ObjC filesPeter Collingbourne2014-08-011-3/+3
* runtime: move constants from map header to map typeKeith Randall2014-08-015-151/+172
* runtime: prevent pointless jmp in amd64 and 386 memmoveJosh Bleecher Snyder2014-08-017-0/+7
* runtime: implement monotonic clocks on windowsAlex Brainman2014-08-012-13/+55
* runtime: missed a file in alg checkinKeith Randall2014-07-311-0/+153
* runtime: convert hash functions to Go calling convention.Keith Randall2014-07-3113-416/+196
* strconv: remove needless castRui Ueyama2014-07-311-1/+1
* runtime: move built-in print routines to go.Keith Randall2014-07-3113-119/+256
* runtime: fix 32 bit build.Keith Randall2014-07-311-4/+4