summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-176-3/+14
* runtime: change minimum stack size to 2K.Keith Randall2014-09-172-13/+16
* sync/atomic: add ValueDmitriy Vyukov2014-09-161-0/+6
* runtime: always run semacquire on the G stackKeith Randall2014-09-169-132/+114
* runtime: reenable TestStackGrowth on 32-bit systemsRuss Cox2014-09-161-4/+0
* liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-163-18/+9
* runtime: make it clear that Goexit cannot be recover'd.Keith Randall2014-09-161-1/+2
* runtime: fix 386 buildRuss Cox2014-09-161-0/+1
* runtime: remove uses of ScanConservativelyRuss Cox2014-09-162-9/+47
* runtime: remove untyped allocation of ParForRuss Cox2014-09-166-32/+9
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-1610-175/+298
* runtime: remove duplicated Go constantsRuss Cox2014-09-1625-127/+67
* runtime: test Goexit/defer iteraction.Keith Randall2014-09-151-0/+16
* runtime: try harder to get different iteration orders.Keith Randall2014-09-151-2/+3
* runtime: fix parameter checking in syscall.NewCallbackAlex Brainman2014-09-152-1/+40
* 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-145-177/+137
* 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
* runtime: test iteration order of sparse mapsJosh Bleecher Snyder2014-09-121-0/+35
* runtime: remove a few untyped allocationsRuss Cox2014-09-126-52/+40
* runtime: fix typo in commentIan Lance Taylor2014-09-121-1/+1
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-7/+1
* runtime: stop scanning stack frames/args conservativelyRuss Cox2014-09-128-100/+64
* runtime: tell the truth about BitVector typeRuss Cox2014-09-124-20/+20
* runtime: look up arg stackmap for makeFuncStub/methodValueStub during tracebackRuss Cox2014-09-125-8/+31
* runtime: save correct pid for new m's on plan9/amd64Anthony Martin2014-09-121-1/+1
* cmd/gc: turn Go prototypes into ptr liveness maps for assembly functionsRuss Cox2014-09-122-0/+40
* runtime: fix cgo to handle the case where the G stack is copied.Keith Randall2014-09-113-6/+19
* runtime: make gostringnocopy update maxstringKeith Randall2014-09-113-1/+22
* runtime: get rid of copyable check - all G frames are copyable.Keith Randall2014-09-111-156/+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
* cmd/gc: emit write barriersRuss Cox2014-09-111-0/+33
* runtime: allow crash from gsignal stackRuss Cox2014-09-119-2/+104
* reflect: use runtime's memmove instead of its ownKeith Randall2014-09-101-0/+3
* 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
* runtime: fix build failures after CL 137410043Russ Cox2014-09-099-19/+36
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-0945-2664/+330
* undo CL 140110043 / 17b5fc2aa130Alex Brainman2014-09-091-4/+4
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-0913-44/+33
* runtime: let stack copier update Panic structs for usRuss Cox2014-09-083-15/+13