aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-06runtime: move stubs.goc code into runtime.cRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-09-04runtime: correct various Go -> C function callsRuss Cox
2014-09-03runtime: convert symtab.c into symtab.goRuss Cox
2014-09-02runtime: unify fastrand1 and fastrand2Keith Randall
2014-08-28runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox
2014-08-27runtime: rename Lock to MutexRuss Cox
2014-08-25runtime: restore scavenger constantsDmitriy Vyukov
2014-08-21runtime: init GC laterDmitriy Vyukov
2014-08-07runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGCDmitriy Vyukov
2014-08-04runtime: remove unused enum maxroundIan Lance Taylor
2014-07-10runtime: nacl/arm support.Shenghou Ma
2014-06-26all: remove 'extern register M *m' from runtimeRuss Cox
2014-05-02runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.Alan Donovan
2014-04-08runtime: cache gotraceback settingRuss Cox
2014-03-27runtime: enable 'bad pointer' check during garbage collection of Go stack framesRuss Cox
2014-03-25runtime: redo stack map entries to avoid false retentionKeith Randall
2014-03-07runtime: round stack size to power of 2.Shenghou Ma
2014-02-20runtime: use goc2c as much as possibleRuss Cox
2014-01-17runtime: add support for GOOS=solarisAram Hăvărneanu
2013-12-06runtime: add GODEBUG option for an electric fence like heap modeCarl Shapiro
2013-12-03runtime: add an allocation and free tracing for gc debuggingCarl Shapiro
2013-08-14runtime: dump scheduler state if GODEBUG=schedtrace is setDmitriy Vyukov
2013-08-12runtime: change textflags from numbers to symbolsKeith Randall
2013-08-06runtime: change int32 to intgo in findnull and findnullwRob Pike
2013-07-31runtime: save 8 stack bytes in timediv on arm.Rémy Oudompheng
2013-07-29runtime: adjust timediv to avoid _vasop; mark _subv okayRuss Cox
2013-07-29runtime: do not split stacks in syscall statusDmitriy Vyukov
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-07-12runtime: make cas64 like cas32 and caspRuss Cox
2013-06-28runtime: introduce GODEBUG env varDmitriy Vyukov
2013-03-20runtime: faster hashmap implementation.Keith Randall
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-03-12runtime: faster & safer hash functionKeith Randall
2013-03-05runtime: add atomic xchg64Dmitriy Vyukov
2012-12-17runtime: implement getenv for Plan 9Anthony Martin
2012-10-06pprof: add goroutine blocking profilingDmitriy Vyukov
2012-09-24runtime: prepare for 64-bit intsRuss Cox
2012-08-31runtime: add vdso support for linux/amd64. Fixes issue 1933.Ivan Krasin
2012-07-04runtime: move panic/defer/recover-related stuff to a separate fileDmitriy Vyukov
2012-05-29runtime: replace runtime·rnd function with ROUND macroRuss Cox
2012-04-05runtime: add 64-bit atomicsDmitriy Vyukov
2012-03-15runtime: do not handle signals before configuring handlerRuss Cox
2012-02-13os/signal: selective signal handlingRuss Cox
2012-01-26gc, runtime: handle floating point map keysRuss Cox
2011-12-05runtime: prep for type-specific algorithmsRuss Cox
2011-11-14syscall: take over env implementationRuss Cox
2011-11-03time: faster Nanoseconds callRuss Cox
2011-08-23runtime: fix void warningsRuss Cox