index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
/
runtime.c
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-06
runtime: move stubs.goc code into runtime.c
Russ Cox
2014-09-04
runtime: use new #include "textflag.h"
Russ Cox
2014-09-04
runtime: correct various Go -> C function calls
Russ Cox
2014-09-03
runtime: convert symtab.c into symtab.go
Russ Cox
2014-09-02
runtime: unify fastrand1 and fastrand2
Keith Randall
2014-08-28
runtime: convert runtime1.goc, noasm_arm.goc to Go
Russ Cox
2014-08-27
runtime: rename Lock to Mutex
Russ Cox
2014-08-25
runtime: restore scavenger constants
Dmitriy Vyukov
2014-08-21
runtime: init GC later
Dmitriy Vyukov
2014-08-07
runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC
Dmitriy Vyukov
2014-08-04
runtime: remove unused enum maxround
Ian Lance Taylor
2014-07-10
runtime: nacl/arm support.
Shenghou Ma
2014-06-26
all: remove 'extern register M *m' from runtime
Russ Cox
2014-05-02
runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.
Alan Donovan
2014-04-08
runtime: cache gotraceback setting
Russ Cox
2014-03-27
runtime: enable 'bad pointer' check during garbage collection of Go stack frames
Russ Cox
2014-03-25
runtime: redo stack map entries to avoid false retention
Keith Randall
2014-03-07
runtime: round stack size to power of 2.
Shenghou Ma
2014-02-20
runtime: use goc2c as much as possible
Russ Cox
2014-01-17
runtime: add support for GOOS=solaris
Aram Hăvărneanu
2013-12-06
runtime: add GODEBUG option for an electric fence like heap mode
Carl Shapiro
2013-12-03
runtime: add an allocation and free tracing for gc debugging
Carl Shapiro
2013-08-14
runtime: dump scheduler state if GODEBUG=schedtrace is set
Dmitriy Vyukov
2013-08-12
runtime: change textflags from numbers to symbols
Keith Randall
2013-08-06
runtime: change int32 to intgo in findnull and findnullw
Rob Pike
2013-07-31
runtime: save 8 stack bytes in timediv on arm.
Rémy Oudompheng
2013-07-29
runtime: adjust timediv to avoid _vasop; mark _subv okay
Russ Cox
2013-07-29
runtime: do not split stacks in syscall status
Dmitriy Vyukov
2013-07-16
cmd/ld, runtime: new in-memory symbol table format
Russ Cox
2013-07-12
runtime: make cas64 like cas32 and casp
Russ Cox
2013-06-28
runtime: introduce GODEBUG env var
Dmitriy Vyukov
2013-03-20
runtime: faster hashmap implementation.
Keith Randall
2013-03-15
runtime: accept GOTRACEBACK=crash to mean 'crash after panic'
Russ Cox
2013-03-12
runtime: faster & safer hash function
Keith Randall
2013-03-05
runtime: add atomic xchg64
Dmitriy Vyukov
2012-12-17
runtime: implement getenv for Plan 9
Anthony Martin
2012-10-06
pprof: add goroutine blocking profiling
Dmitriy Vyukov
2012-09-24
runtime: prepare for 64-bit ints
Russ Cox
2012-08-31
runtime: add vdso support for linux/amd64. Fixes issue 1933.
Ivan Krasin
2012-07-04
runtime: move panic/defer/recover-related stuff to a separate file
Dmitriy Vyukov
2012-05-29
runtime: replace runtime·rnd function with ROUND macro
Russ Cox
2012-04-05
runtime: add 64-bit atomics
Dmitriy Vyukov
2012-03-15
runtime: do not handle signals before configuring handler
Russ Cox
2012-02-13
os/signal: selective signal handling
Russ Cox
2012-01-26
gc, runtime: handle floating point map keys
Russ Cox
2011-12-05
runtime: prep for type-specific algorithms
Russ Cox
2011-11-14
syscall: take over env implementation
Russ Cox
2011-11-03
time: faster Nanoseconds call
Russ Cox
2011-08-23
runtime: fix void warnings
Russ Cox
[next]