summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2011-01-20weekly.2011-01-20Russ Cox2011-01-202-1/+14
* delete float, complex - code changesRuss Cox2011-01-19122-3531/+3317
* gc: delete float, complexRuss Cox2011-01-1920-56/+19
* misc: update type + builtin lists found in editor support filesRuss Cox2011-01-194-9/+4
* docs: float->float64 plus a couple of other tweaks.Rob Pike2011-01-199-38/+54
* go spec: remove float, complex in favor of float64 and complex128Robert Griesemer2011-01-191-66/+63
* tag release.2011-01-19Andrew Gerrand2011-01-201-0/+2
* release.2011-01-19weekly.2011-01-19Andrew Gerrand2011-01-202-1/+55
* net: remove duplicate import of runtimeAndrew Gerrand2011-01-201-1/+0
* syscall: attempt to fix windows build, supply missing constantAndrew Gerrand2011-01-201-3/+4
* crypto/twofish: update with rsc's commentsAdam Langley2011-01-192-70/+70
* arm bug with stack adjustKen Thompson2011-01-192-23/+46
* codereview: fix hg change on WindowsHector Chu2011-01-191-1/+1
* godoc: enable fulltext index by defaultRobert Griesemer2011-01-194-13/+22
* godoc: enable qualified identifiers ("math.Sin") as query strings againRobert Griesemer2011-01-191-22/+19
* xml: handle tag paths through the same elementGustavo Niemeyer2011-01-192-35/+111
* runtime/debug: fix build (missing Makefile)Rob Pike2011-01-191-0/+11
* 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen2011-01-199-36/+15
* A+C: Jeff R. Allen (individual CLA)Russ Cox2011-01-192-0/+2
* netchan: do not block sends; implement flow control.Roger Peppe2011-01-194-91/+401
* runtime/debug: new packageRob Pike2011-01-193-0/+146
* net: fix build on freebsdRuss Cox2011-01-191-3/+1
* http: support for relative URLsBrad Fitzpatrick2011-01-192-94/+210
* net: add LookupAddrKyle Lemons2011-01-193-8/+114
* CONTRIBUTORS: secondary email for Kyle LemonsRuss Cox2011-01-191-1/+1
* windows: implement exception handlingHector Chu2011-01-1913-41/+329
* 8l: pe changesAlex Brainman2011-01-191-81/+70
* net: implement windows timeoutWei Guangjing2011-01-194-19/+141
* codereview: don't mail change lists with no filesRyan Hitchman2011-01-191-2/+6
* net, syscall: return source address in RecvmsgAlbert Strasheim2011-01-193-4/+8
* cgo: add complex float, complex doubleSebastien Binet2011-01-195-22/+52
* math: handle denormals in Frexp, Ilogb, Ldexp, and LogbEoghan Sherry2011-01-195-13/+164
* net: add unixpacketAlbert Strasheim2011-01-194-22/+58
* regexp: reject bare ?Ben Lynn2011-01-192-29/+24
* CONTRIBUTORS: add Ben Lynn (Google employee)Rob Pike2011-01-191-0/+1
* runtime: add per-pause gc statsRuss Cox2011-01-198-30/+97
* fmt: document %X of string, []byteRuss Cox2011-01-191-1/+2
* go spec: adjust language for constant typingRobert Griesemer2011-01-191-1/+1
* A+C: Clement Skau (individual CLA)Russ Cox2011-01-192-0/+2
* http: fix Content-Range and Content-Length in responseClement Skau2011-01-193-2/+6
* net: avoid nil dereference if /etc/services can't be openedCorey Thomasson2011-01-191-1/+3
* syscall: fix build. WUNTRACED isn't defined for win32.Yasuhiro Matsumoto2011-01-181-0/+1
* crypto/cipher: fix build (missing file in Makefile)Rob Pike2011-01-181-1/+2
* arm register allocation/tempname allocation bugKen Thompson2011-01-181-4/+10
* crypto/cipher: add OFB modeAdam Langley2011-01-182-0/+145
* cc: fix vlong conditionRuss Cox2011-01-181-2/+1
* gc, runtime: make range on channel safe for multiple goroutinesRuss Cox2011-01-188-9/+53
* xml: support for > in tagsGustavo Niemeyer2011-01-182-4/+152
* runtime: print signal information during panicRuss Cox2011-01-1811-9/+16
* tutorial: update go_tutorial.txtRob Pike2011-01-181-1/+1