aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...Andrew Gerrand
2013-11-01[release-branch.go1.2] runtime: relax preemption assertion during stack splitAndrew Gerrand
2013-11-01[release-branch.go1.2] runtime: remove nomemprofAndrew Gerrand
2013-10-17runtime: correct test for when to poll networkIan Lance Taylor
2013-10-17runtime: correct parameter name in MCentral_AllocList commentIan Lance Taylor
2013-10-15undo CL 14231047 / 2f4c2dde2756Alex Brainman
2013-10-15runtime/pprof: disable flaky TestGoroutineSwitch on windowsAlex Brainman
2013-10-09runtime: markfreed's error reports should be prefixed with "markfreed", not "...Keith Randall
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-10-08cmd/go, runtime: express armv5t architecture constraint differentlyCarl Shapiro
2013-10-04runtime: fix bug in maps at the intersection of iterators, growing, and NaN keysKeith Randall
2013-10-04runtime: remove 3 unused declarations.Keith Randall
2013-10-04runtime: collect profiles even while on g0 stackAlex Brainman
2013-10-03runtime: change default stack segment size to 8 kBRuss Cox
2013-10-02runtime: remove syscall.NewCallbackCDecl on WindowsRuss Cox
2013-10-02runtime: fix finalizer test on amd64Russ Cox
2013-10-02runtime: do not scan stack by frames during garbage collectionRuss Cox
2013-09-27all: fix some mistakes found by go tool vet .Rob Pike
2013-09-26runtime, syscall: update freebsd/arm calling convention to match EABIDave Cheney
2013-09-23runtime/pprof: fix profile parser in testRuss Cox
2013-09-23undo CL 13321048 / 9567c5da6e25Russ Cox
2013-09-22runtime/race: update runtime to r191161.Dmitriy Vyukov
2013-09-22runtime/pprof: run TestGoroutineSwitch for longerAlex Brainman
2013-09-20runtime: avoid allocation of internal panic valuesRuss Cox
2013-09-19cmd/gc: cleanup SWITCH nodes after walk.Rémy Oudompheng
2013-09-16runtime: export PCDATA value readerCarl Shapiro
2013-09-16cmd/gc, runtime: inline append in frontend.Rémy Oudompheng
2013-09-16build: disable precise collection of stack framesRuss Cox
2013-09-16runtime: fix uint64 division on 386Russ Cox
2013-09-16runtime: fix freebsd buildRuss Cox
2013-09-16cmd/cgo: allow C.malloc(0) alwaysRuss Cox
2013-09-16runtime: make ARM integer div-by-zero traceback-friendlyRuss Cox
2013-09-16runtime, syscall: work around FreeBSD/amd64 kernel bugRuss Cox
2013-09-15runtime: fix CPU profiling on WindowsRuss Cox
2013-09-13runtime: avoid inconsistent goroutine state in profilerRuss Cox
2013-09-12runtime, cmd/gc, cmd/ld: ignore method wrappers in recoverRuss Cox
2013-09-12cmd/gc: inline copy in frontend to call memmove directly.Rémy Oudompheng
2013-09-11runtime: keep args and frame in struct FuncRuss Cox
2013-09-11runtime: show m stack during crash on m stackRuss Cox
2013-09-11runtime: show runtime.panic frame in tracebackRuss Cox
2013-09-11cmd/cgo: replace C.malloc with our own wrapperRuss Cox
2013-09-10runtime: explicit init of runtime-gdb helpersAlexis Imperial-Legrand
2013-09-10runtime: clean up / align comment tabbingKeith Randall
2013-09-09runtime: remove OABI check from ARM startupRuss Cox
2013-09-09runtime: unbreak build on dragonflyJoel Sing
2013-09-06runtime: Smhasher tests of our map hash function.Keith Randall
2013-09-06runtime: account for all sys memory in MemStatsDmitriy Vyukov
2013-09-06runtime: handle timer overflow in tsleepAnthony Martin
2013-09-04cgo: enable cgo on dragonflyAulus Egnatius Varialus
2013-08-31runtime: clean up map code. Remove hashmap.h.Keith Randall