aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/extern.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-03runtime: convert symtab.c into symtab.goRuss Cox
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-08-30runtime: translate env*.c to GoRuss Cox
2014-08-28runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox
2014-08-25runtime: restore scavenger constantsDmitriy Vyukov
2014-08-22runtime: add Go symtab implementationJosh Bleecher Snyder
2014-08-19runtime: convert Gosched to GoDmitriy Vyukov
2014-07-30runtime: rewrite malloc in Go.Keith Randall
2014-05-20runtime: revise the document of Version()Shenghou Ma
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox
2014-03-25runtime: redo stack map entries to avoid false retentionKeith Randall
2013-12-17runtime: don't crash in SetFinalizer if sizeof *x is zeroBrad Fitzpatrick
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: make SetFinalizer(x, f) accept any f for which f(x) is validRuss Cox
2013-08-14runtime: dump scheduler state if GODEBUG=schedtrace is setDmitriy Vyukov
2013-07-29runtime: allow SetFinalizer with a func(interface{})Pieter Droogendijk
2013-07-16cmd/ld, runtime: new in-memory symbol table formatRuss Cox
2013-06-28runtime: introduce GODEBUG env varDmitriy Vyukov
2013-06-06runtime: remove unused mid functionIan Lance Taylor
2013-05-28cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument...Carl Shapiro
2013-03-15runtime: accept GOTRACEBACK=crash to mean 'crash after panic'Russ Cox
2013-02-21cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo...Carl Shapiro
2012-11-26runtime: re-format comments.Oling Cat
2012-05-24runtime: fix docs for Caller and CallersRob Pike
2012-04-10runtime.Callers: make documentation match codeRob Pike
2012-02-19runtime: APIRuss Cox
2012-02-17runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe...David Symonds
2012-01-25runtime: move NumCPU declaration into debug.go.David Symonds
2012-01-16runtime: fix typo in commentMaxim Pimenov
2012-01-12effective_go: provide reference to runtime.NumCPU()Dmitriy Vyukov
2012-01-11runtime: delete duplicate implementation of pcln walkerRuss Cox
2012-01-09runtime: add NumCPURuss Cox
2012-01-04runtime: fix typo in commentRobert Griesemer
2011-10-06runtime: faster finalizersDmitriy Vyukov
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-02-02runtime: more detailed panic traces, line number workRuss Cox
2011-01-31runtime: generate Go defs for C types.Luuk van Dijk
2010-11-30runtime: parallel definitions in Go for all C structs.Luuk van Dijk
2010-10-13runtime: remove done TODO from SetFinalizerAndrew Gerrand
2010-09-02runtime: add GOOS, GOARCH; fix FuncLineRuss Cox
2010-07-24runtime/extern.go: clear a small error in a comment.Vinu Rajashekhar
2010-07-15Clarify that a new goroutine is not started for each finalizer.Ian Lance Taylor
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox
2010-05-06runtime.GOMAXPROCS: hack it to have it return the old value.Rob Pike
2010-03-29runtime: run deferred calls at GoexitRuss Cox
2010-03-29runtime: a couple more memory stats.Russ Cox