summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* liblink, runtime: preliminary support for plan9/amd64Aram H?v?rneanu2014-07-0214-141/+93
* runtime: properly restore registers in Solaris runtime?sigtrampAram H?v?rneanu2014-07-021-1/+2
* misc/nacl, syscall: lazily initialize fs on nacl.Shenghou Ma2014-07-011-3/+20
* all: add GOOS=androidDavid Crawshaw2014-07-0113-12/+64
* encoding/gob: fewer decAlloc callsRuss Cox2014-07-012-28/+37
* cmd/gofmt: fix gofmt -s for 3-index slicesRobert Griesemer2014-07-013-3/+16
* src, misc: applied gofmt -w -sRobert Griesemer2014-07-019-19/+19
* gofmt/main: Added removal of empty declaration groups.Simon Whitehead2014-07-014-2/+54
* cmd/8g: don't allocate a register early for cap(CHAN).R?my Oudompheng2014-07-011-1/+4
* undo CL 104200047 / 318b04f28372Keith Randall2014-06-3010-492/+302
* runtime: stack allocator, separate from mallocgcKeith Randall2014-06-3010-302/+496
* runtime: update arm comments now register m is goneDavid Crawshaw2014-06-302-6/+6
* encoding/gob: simplify allocation in decode.Rob Pike2014-06-302-244/+133
* gofmt: remove redundant check in rewriterRobert Griesemer2014-06-301-3/+0
* encoding/gob: remove unsafe, use reflection.Rob Pike2014-06-307-725/+593
* runtime: fix GC bitmap corruptionDmitriy Vyukov2014-06-281-2/+13
* strings: Replacer is safe for concurrent useEvan Shaw2014-06-281-1/+2
* crypto/cipher: Fix typo in example commentPreetam Jinka2014-06-281-1/+1
* flag: add a little more doc comment to Duration.David Symonds2014-06-281-0/+4
* net/http: add TLS benchmarkDmitriy Vyukov2014-06-271-5/+24
* runtime: make garbage collector faster by deleting code againDmitriy Vyukov2014-06-271-27/+2
* runtime: fix nacl amd64p32 flakinessRuss Cox2014-06-271-1/+1
* cmd/go: build non-runnable examples in xtestsAndrew Gerrand2014-06-284-18/+50
* net/http: [Post]FormValue ignores parse errorsEvan Shaw2014-06-271-2/+4
* runtime: fix Plan 9 buildAnthony Martin2014-06-271-0/+1
* runtime: improve scheduler traceDmitriy Vyukov2014-06-261-4/+4
* strings: avoid pointless slice growth in makeBenchInputHardJosh Bleecher Snyder2014-06-261-1/+4
* runtime: say when a goroutine is locked to OS threadDmitriy Vyukov2014-06-261-4/+6
* cmd/gc: moved usefield to correct section of go.h, from "reflect.c" to "walk.c".Evan Kroske2014-06-261-1/+1
* go/parser: permit parentheses in receiver typesRobert Griesemer2014-06-262-2/+5
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-2696-944/+981
* cmd/gc: drop parenthesization restriction for receiver typesRuss Cox2014-06-255-40/+21
* index/suffixarray: reduce size of a benchmarkDmitriy Vyukov2014-06-241-1/+1
* undo CL 107320046 / 97cd07dcb9d8Andrew Gerrand2014-06-251-1/+1
* regexp: skip TestOnePassCutoff in short modeDmitriy Vyukov2014-06-241-0/+13
* fmt: fix typo in help docMihai Borobocea2014-06-241-1/+1
* 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