summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* race.bash: support freebsdDmitriy Vyukov2014-06-241-1/+6
* cmd/go: build test files containing non-runnable examplesAndrew Gerrand2014-06-251-1/+1
* syscall: implement setresuid(2) and setresgid(2) on OpenBSD/FreeBSD/DragonflyBSDWilliam Orr2014-06-2410-2/+146
* syscall: add source-specific multicast socket options for DarwinMikio Hara2014-06-255-0/+71
* strings: additional testsDave Cheney2014-06-251-12/+30
* testing: make benchmarking fasterJosh Bleecher Snyder2014-06-242-7/+11
* net/http: remove a duplicated checkRobert Obryk2014-06-231-6/+0
* syscall: regenerate z-files for darwinMikio Hara2014-06-247-15/+440
* syscall: disable Setuid/Setgid on linuxDave Cheney2014-06-247-64/+14
* syscall: add source-specific multicast socket options for FreeBSDMikio Hara2014-06-249-7/+135
* runtime: speed up amd64 memmoveRui Ueyama2014-06-231-4/+48
* syscall: consolidate, simplify socket options for Unix-like systemsMikio Hara2014-06-233-92/+58
* syscall: don't display syscall prototype lines on godocMikio Hara2014-06-231-0/+2
* image/png: remove unnecessary function callRui Ueyama2014-06-231-1/+1
* undo CL 101330053 / c19c9a063fe8Rui Ueyama2014-06-222-50/+25
* strings: use sync.Pool to cache bufferRui Ueyama2014-06-212-25/+50
* run.bash: run race tests on freebsdDmitriy Vyukov2014-06-201-2/+2
* runtime/race: support freebsdDmitriy Vyukov2014-06-204-5/+5
* runtime/race: update linux runtimeDmitriy Vyukov2014-06-211-0/+0
* runtime/race: update runtime to tipDmitriy Vyukov2014-06-206-7/+22
* strings: speed up byteReplacer.ReplaceRui Ueyama2014-06-202-6/+16
* sync: detect incorrect usages of RWMutexDmitriy Vyukov2014-06-192-1/+51
* net: simplify codeDmitriy Vyukov2014-06-191-7/+5
* runtime: remove obsolete afterprologue checkDmitriy Vyukov2014-06-191-34/+30
* strings: define byteBitmap.isSetRui Ueyama2014-06-191-7/+11
* encoding/base64, encoding/base32: speed up EncodeRui Ueyama2014-06-192-12/+12
* strings: reduce allocation in byteStringReplacer.WriteStringRui Ueyama2014-06-192-30/+23
* image/jpeg: encode *image.Gray as grayscale JPEGs.Bill Thiede2014-06-192-35/+124
* testing/quick: brought Check parameter name in line with function docCaleb Spare2014-06-191-3/+3
* image/jpeg: use a look-up table to speed up Huffman decoding. ThisNigel Tao2014-06-195-158/+327
* image: add RGBAAt, Gray16At, etc.ChaiShushan2014-06-192-0/+36
* encoding/base64, encoding/base32: make Encode fasterRui Ueyama2014-06-184-36/+56
* testing: fix timing format inconsistencyRobert Dinu2014-06-182-8/+13
* fmt: include ?Inf and NaN in the complex format testRob Pike2014-06-181-5/+5
* go/build: update doc.go for go1.3 build tag.David Symonds2014-06-181-0/+1
* strings: add fast path to ReplaceRui Ueyama2014-06-171-0/+9
* runtime: fix gogetcallerpc.Keith Randall2014-06-176-15/+18
* fmt: fix signs when zero padding.Rob Pike2014-06-172-39/+147
* text/scanner: fix commentRobert Griesemer2014-06-171-1/+1
* runtime: fix stringw test.Keith Randall2014-06-172-6/+6
* go/parser: don't accept trailing explicit semicolonRobert Griesemer2014-06-172-11/+29
* undo CL 105260044 / afd6f214cc81Keith Randall2014-06-176-1/+13
* runtime: disable funky wide string test for now.Keith Randall2014-06-171-1/+1
* runtime: reconstitute runetochar for use by gostringw.Keith Randall2014-06-174-2/+123
* undo CL 93380044 / 7f0999348917Keith Randall2014-06-166-13/+1
* cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global variable retok.Shenghou Ma2014-06-174-5/+0
* runtime: implement string ops in GoKeith Randall2014-06-1621-653/+788
* runtime: implement eqstring in assembly.Keith Randall2014-06-166-12/+131
* net: avoid array copy when shuffling SRV recordsRui Ueyama2014-06-161-3/+1
* text/scanner: provide facility for custom identifiersRobert Griesemer2014-06-162-6/+41