summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmd/gc: don't walk static nodes generated by anylit.R?my Oudompheng2014-09-152-0/+28
* cmd/gc: generate type alg after calling dowidth.R?my Oudompheng2014-09-154-1/+30
* net/http: don't call FileSystem.Open with unclean index.html pathBrad Fitzpatrick2014-09-152-1/+38
* runtime: fix parameter checking in syscall.NewCallbackAlex Brainman2014-09-152-1/+40
* syscall: add GO_ARGS to Go-called assemblyRuss Cox2014-09-145-0/+11
* runtime: fix solaris build, part 2Russ Cox2014-09-141-14/+15
* runtime: fix solaris buildRuss Cox2014-09-142-50/+50
* runtime: convert syscall_windows.c to GoRuss Cox2014-09-147-191/+138
* image/jpeg: reject invalid Ta and Td values.Nigel Tao2014-09-151-0/+6
* runtime: fix traceback of trap on ARMRuss Cox2014-09-142-3/+4
* runtime: mark asmcgocall<>(SB) as having no argumentsRuss Cox2014-09-143-1/+4
* cmd/8g: remove unused variable (fix build)Robert Griesemer2014-09-121-1/+0
* runtime: test iteration order of sparse mapsJosh Bleecher Snyder2014-09-121-0/+35
* cmd/gc: fix racewalk after writebarrier changeDmitriy Vyukov2014-09-121-0/+25
* runtime: remove a few untyped allocationsRuss Cox2014-09-127-56/+45
* go/printer: don't reduce nesting depth twice if parentheses are present aroun...Robert Griesemer2014-09-125-2/+17
* runtime: fix typo in commentIan Lance Taylor2014-09-121-1/+1
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-1213-104/+1
* runtime: stop scanning stack frames/args conservativelyRuss Cox2014-09-128-100/+64
* runtime: tell the truth about BitVector typeRuss Cox2014-09-125-21/+25
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-1213-49/+161
* runtime: save correct pid for new m's on plan9/amd64Anthony Martin2014-09-121-1/+1
* syscall: add #include "funcdata.h" to files modified in last CLRuss Cox2014-09-1219-0/+19
* syscall: make func Syscall use pointer maps from Go prototypesRuss Cox2014-09-1220-0/+83
* cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox2014-09-125-4/+99
* runtime: fix cgo to handle the case where the G stack is copied.Keith Randall2014-09-113-6/+19
* syscall: SysProcAttr job control changesMichael MacInnis2014-09-112-4/+76
* A+C: Michael MacInnis (individual CLA)Ian Lance Taylor2014-09-112-2/+4
* runtime: make gostringnocopy update maxstringKeith Randall2014-09-113-1/+22
* doc: link directly to https://golang.org/dl/Matthew Dempsky2014-09-122-9/+7
* runtime: get rid of copyable check - all G frames are copyable.Keith Randall2014-09-114-370/+31
* runtime: make Gosched nosplitRuss Cox2014-09-111-0/+2
* runtime: move gosched to Go, to add stack frame informationRuss Cox2014-09-115-16/+3
* go/printer, gofmt: don't align map entries for irregular inputsRobert Griesemer2014-09-113-7/+59
* test: return errors earlier in run.goJosh Bleecher Snyder2014-09-111-0/+4
* cmd/gc: emit write barriersRuss Cox2014-09-1110-15/+218
* runtime: allow crash from gsignal stackRuss Cox2014-09-119-2/+104
* net: fix inconsistent behavior across platforms in SetKeepAlivePeriodMikio Hara2014-09-116-57/+25
* runtime: add timing test for iterate/delete map idiom.Keith Randall2014-09-101-0/+18
* reflect: use runtime's memmove instead of its ownKeith Randall2014-09-102-26/+6
* runtime: stop plan9/amd64 build from crashingAnthony Martin2014-09-101-0/+1
* runtime: cleanup openbsd semasleep implementationMatthew Dempsky2014-09-091-33/+22
* runtime: call rfork on scheduler stack on Plan 9Anthony Martin2014-09-097-71/+69
* runtime: more cleanupsKeith Randall2014-09-099-19/+10
* runtime: map iterators: always use intrabucket randomessKeith Randall2014-09-092-32/+31
* runtime: fix plan9/amd64 build?Russ Cox2014-09-091-1/+1
* runtime: fix windows/386 buildRuss Cox2014-09-093-1/+5
* runtime: avoid read overrun in heapdumpRuss Cox2014-09-091-0/+2
* testing: read coverage counters atomicallyRob Pike2014-09-091-3/+6
* fmt: fix allocation testRob Pike2014-09-091-4/+7