summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sync/atomic: remove unnecessary race instrumentation in ValueDmitriy Vyukov2014-09-173-45/+0
* runtime: output number of goroutines in GC traceDmitriy Vyukov2014-09-171-0/+2
* image/gif: fix GIF encoding of sub-images.Nigel Tao2014-09-182-4/+37
* runtime: free stacks of Gdead goroutines at GC timeKeith Randall2014-09-171-1/+9
* runtime: print more detail in adjustframe crashRuss Cox2014-09-171-13/+33
* sync/atomic: add more missing Go prototypeRuss Cox2014-09-171-0/+6
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-177-3/+43
* runtime: change minimum stack size to 2K.Keith Randall2014-09-172-13/+16
* sync: fix linux/arm buildDave Cheney2014-09-171-2/+0
* sync/atomic: add ValueDmitriy Vyukov2014-09-165-0/+331
* liblink, sync/atomic: fix arm buildRuss Cox2014-09-163-1/+13
* runtime: always run semacquire on the G stackKeith Randall2014-09-169-132/+114
* cmd/go: use pkg-config include pathes in swig and don't double compile c++ fi...Ahmed Waheed Moanes2014-09-161-32/+61
* runtime: reenable TestStackGrowth on 32-bit systemsRuss Cox2014-09-161-4/+0
* net/mail: allow us-ascii encodingRuss Cox2014-09-162-1/+22
* reflect: add Type.ComparableRuss Cox2014-09-162-1/+55
* liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-1624-110/+31
* sync: simplify TestOncePanicJosh Bleecher Snyder2014-09-161-18/+12
* sync/once: panicking functions still marked as completeRob Pike2014-09-162-4/+11
* runtime: make it clear that Goexit cannot be recover'd.Keith Randall2014-09-161-1/+2
* os/signal: increase timeout from 10ms to 100msRuss Cox2014-09-161-3/+3
* net: make TestSelfConnect less fragileRuss Cox2014-09-161-1/+6
* cmd/5g, cmd/8g: make 'out of registers' a fatal errorRuss Cox2014-09-162-3/+3
* 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-167-32/+10
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-1610-175/+298
* runtime: remove duplicated Go constantsRuss Cox2014-09-1627-129/+117
* cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox2014-09-161-1/+4
* io: clarify Reader returning 0, nilRuss Cox2014-09-161-2/+5
* cmd/gc: make runtime escape an error, not a fatal errorRuss Cox2014-09-162-2/+2
* cmd/ld: document that -X overwrites initialized variablesJosh Bleecher Snyder2014-09-151-3/+3
* cmd/api: internal debugging supprtRobert Griesemer2014-09-151-9/+20
* 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
* cmd/gc: don't walk static nodes generated by anylit.R?my Oudompheng2014-09-151-0/+2
* cmd/gc: generate type alg after calling dowidth.R?my Oudompheng2014-09-151-1/+1
* 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