summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* sort: add a simpler sort.Interface exampleAndriy Lytvynov2013-09-082-56/+99
* runtime: Smhasher tests of our map hash function.Keith Randall2013-09-063-0/+550
* net: don't error when marshalling nil IP addressesBrad Fitzpatrick2013-09-062-11/+35
* compress/flate: prevent panic when reinitializing huffmanDecoder with bad inputEhren Kret2013-09-062-0/+17
* runtime: account for all sys memory in MemStatsDmitriy Vyukov2013-09-0619-103/+117
* cmd/go: rename go.exe if cannot delete it during cleanAlex Brainman2013-09-062-3/+19
* cmd/gc: add missing typecheck for walk-generated constants.R?my Oudompheng2013-09-061-0/+2
* archive/tar: fix a case where USTAR-split is not working correctly.Marco Hennings2013-09-062-2/+41
* sort: fix Example_sortMultiKeysAndriy Lytvynov2013-09-061-5/+4
* cmd/5g, cmd/6g, cmd/8g: simplify for loop in bitmap generationRuss Cox2013-09-063-3/+11
* cmd/gofmt: sort more, remove some duplicate importsJosh Bleecher Snyder2013-09-064-18/+130
* cmd/gc: remove "send used as value" hintRuss Cox2013-09-061-5/+1
* runtime: handle timer overflow in tsleepAnthony Martin2013-09-063-0/+98
* cmd/api: include constant valuesBrad Fitzpatrick2013-09-062-4/+9
* reflect: unexport BUCKETSIZE, MAXKEYSIZE, MAXVALSIZEBrad Fitzpatrick2013-09-061-10/+10
* crypto/rand: make Read use io.ReadFullBrad Fitzpatrick2013-09-062-4/+6
* net: Fix inaccurate docs for AcceptTCP and AcceptUnix.Kamil Kisiel2013-09-064-4/+4
* cmd/dist: Plan 9 build needs an additional include pathLucio De Re2013-09-062-1/+2
* cmd/go: don't leave test binary around for coverageRob Pike2013-09-063-6/+11
* undo CL 13004046 / 5db14b33d6efRob Pike2013-09-062-10/+2
* cmd/ld: emit relocations for .debug_frame in external link modeIan Lance Taylor2013-09-051-3/+38
* compress/zlib: add Reset method to Writer.R?my Oudompheng2013-09-052-4/+90
* reflect: do not cache trivial values in DeepEqual.R?my Oudompheng2013-09-051-1/+14
* cmd/dist: don't print misleading warning when using GOROOT_FINALIan Lance Taylor2013-09-041-1/+4
* compress/flate: use bytes.NewReader instead of NewBuffer in testBrad Fitzpatrick2013-09-041-2/+3
* html/template: export the parse.Tree for the escaped templateRob Pike2013-09-053-1/+14
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-0411-20/+202
* cmd/ld: don't allocate unused garbage space in pclntab file tableIan Lance Taylor2013-09-042-1/+6
* cmd/cgo: document command line optionsIan Lance Taylor2013-09-031-2/+39
* cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor2013-09-032-0/+8
* text/template: allow eq to take more than two argumentsRob Pike2013-09-043-35/+54
* net/http: remove dreg of obsoleted network pollerMikio Hara2013-09-041-1/+0
* net/http: sniff lessBrad Fitzpatrick2013-09-031-3/+2
* net: fix TestFirstFavoriteAddr failure on single IP stack kernelMikio Hara2013-09-021-0/+4
* runtime: clean up map code. Remove hashmap.h.Keith Randall2013-08-313-15/+9
* cmd/8l: add support for dragonfly/386Joel Sing2013-08-313-1/+6
* runtime, syscall: add support for dragonfly/386Joel Sing2013-08-317-0/+809
* syscall: z* files for dragonfly/386Joel Sing2013-08-314-0/+3558
* runtime: record type information for hashtable internal structures.Keith Randall2013-08-319-403/+304
* cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld pathJoel Sing2013-08-313-3/+3
* net: keep lookup IP stuff closeMikio Hara2013-08-311-15/+13
* net: make resolveInternetAddr return a list of addressesMikio Hara2013-08-317-62/+317
* compress/gzip: add Writer.ResetBrad Fitzpatrick2013-08-302-17/+64
* database/sql: add SetMaxOpenConnsTad Glines2013-08-304-76/+826
* crypto/x509: expose arbitary X.509 extensions.Adam Langley2013-08-302-11/+70
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-3027-518/+331
* go/build: fix deps_test for Plan 9's os/user dependencies and toNigel Tao2013-08-301-16/+19
* image/color/palette: move Plan9Palette and WebSafePalette out of theNigel Tao2013-08-305-519/+526
* net: add addrListMikio Hara2013-08-301-0/+18
* undo CL 10726044 / c9bea548fb6fBrad Fitzpatrick2013-08-293-813/+70