summaryrefslogtreecommitdiff
path: root/src/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| | * [dev.cc] runtime: convert arch-specific .c and .h files to GoRuss Cox2014-11-1116-1223/+298
| | * [dev.cc] runtime: convert operating system support code from C to GoRuss Cox2014-11-1121-1501/+1248
| | * [dev.cc] runtime: convert scheduler from C to GoRuss Cox2014-11-1112-3553/+3215
| | * [dev.cc] runtime: convert race implementation from C to GoRuss Cox2014-11-116-389/+307
| | * [dev.cc] runtime: convert parallel support code from C to GoRuss Cox2014-11-117-366/+281
| | * [dev.cc] runtime: convert defs_$GOOS_$GOARCH.h to GoRuss Cox2014-11-1147-4143/+3914
| | * [dev.cc] runtime: convert basic library routines from C to GoRuss Cox2014-11-117-649/+540
| | * [dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox2014-11-1135-49/+124
| | * [dev.cc] runtime: convert signal handlers from C to GoRuss Cox2014-11-1127-829/+882
| | * [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-1112-146/+186
| | * [dev.cc] runtime: convert header files to GoRuss Cox2014-11-119-1321/+821
| | * [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-1130-5690/+4922
| | * [dev.cc] runtime: convert panic and stack code from C to GoRuss Cox2014-11-1110-1223/+1106
| | * [dev.cc] cmd/dist: adjust for build process without cmd/ccRuss Cox2014-11-112-15/+22
| | * [dev.cc] reflect: interfaces contain only pointersRuss Cox2014-11-111-6/+3
| * | [dev.power64] all: merge default into dev.power64Austin Clements2014-11-0354-258/+2574
| |\ \
| | * | [dev.power64] runtime: fix gcinfo_test on power64xAustin Clements2014-10-311-7/+1
| | * | [dev.power64] runtime: fix fastrand1 on power64xAustin Clements2014-10-311-1/+1
| | * | [dev.power64] 9g: fix under-zeroing in clearfatAustin Clements2014-10-311-1/+1
| | * | [dev.power64] runtime: fix a syntax error that slipped in to asm_power64x.sAustin Clements2014-10-301-1/+1
| | * | [dev.power64] runtime: make asm_power64x.s go vet-cleanAustin Clements2014-10-301-20/+21
| | * | [dev.power64] runtime: fix out-of-date comment in panicAustin Clements2014-10-301-1/+1
| | * | [dev.power64] runtime: test CAS on large unsigned 32-bit numbersAustin Clements2014-10-301-0/+6
| | * | [dev.power64] runtime: match argument/return type signedness in power64x asse...Austin Clements2014-10-301-7/+7
| | * | [dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox2014-10-2954-256/+2565
| | |\ \
| | | * | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-2822-235/+233
| | | * | [dev.power64] runtime: fix atomicor8 for power64xAustin Clements2014-10-282-6/+26
| | | * | [dev.power64] runtime: fix cas64 on power64xDave Cheney2014-10-281-5/+9
| | | * | [dev.power64] runtime: fix power64le buildDave Cheney2014-10-281-13/+6
| | | * | [dev.power64] runtime: power64 fixes and ports of changesAustin Clements2014-10-2711-380/+332
| | | * | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-2729-41/+2383
| | | |\ \
| | | | * | [dev.power64] runtime: fix SigaltstackT definition for power64leDave Cheney2014-10-232-4/+4
| | | | * | [dev.power64] runtime: fix early GC of Defer objectsAustin Clements2014-10-221-1/+1
| | | | * | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-2229-41/+2383
| | | | |\ \
| | | | | * | [dev.power64] runtime: Fix broken merge of noasm.goAustin Clements2014-10-221-0/+2
| | | | | * | build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-22428-0/+83396
| | | | | |\ \
* | | | | | | | runtime: fix atomic operations on non-heap addressesDmitriy Vyukov2014-11-203-13/+73
* | | | | | | | runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...Russ Cox2014-11-192-7/+48
* | | | | | | | runtime: fix getcallersp documentationAlex Brainman2014-11-181-1/+1
* | | | | | | | runtime: fix sudog leakRuss Cox2014-11-165-0/+31
* | | | | | | | runtime: update URL for heap dump formatRuss Cox2014-11-161-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | runtime: fix sudog leak in syncsemreleaseRuss Cox2014-11-091-0/+1
* | | | | | | runtime/cgo: add +build tags to files named for $GOOSRuss Cox2014-11-094-0/+8
* | | | | | | all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* | | | | | | runtime: don't stop bitmap dump at BitsDeadKeith Randall2014-11-061-1/+3
* | | | | | | runtime: fix initial gp->sched.pc in newextramRuss Cox2014-11-061-4/+5
* | | | | | | runtime: avoid gentraceback of self on user goroutine stackRuss Cox2014-11-053-16/+77
* | | | | | | runtime: make Go and C mallocgc signatures matchAustin Clements2014-11-031-3/+3
|/ / / / / /
* | | | | | runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox2014-10-295-5/+27
* | | | | | runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman2014-10-301-2/+27