1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg/runtime
Dmitriy Vyukov 0ef0d6cd7b runtime: fix double symbol definition
runfinqv is already defined the same way on line 271.
There may also be something to fix in compiler/linker wrt diagnostics.
Fixes #7375.

LGTM=bradfitz
R=golang-codereviews, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/67850044
2014-02-24 20:23:03 +04:00
..
cgo runtime/cgo: fix build on freebsd/arm 2014-02-07 10:22:34 +09:00
debug runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
pprof runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
race runtime/race: fix finalizer tests 2014-02-24 18:12:46 +04:00
alg.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
append_test.go runtime: smarter slice grow 2014-01-27 15:11:12 +04:00
arch_386.h cmd/gc, runtime: inline append in frontend. 2013-09-16 20:31:21 -04:00
arch_amd64.h runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
arch_arm.h cmd/gc, runtime: inline append in frontend. 2013-09-16 20:31:21 -04:00
asm_386.s runtime: faster memclr on x86. 2014-02-06 17:43:22 -08:00
asm_amd64.s runtime: faster memclr on x86. 2014-02-06 17:43:22 -08:00
asm_arm.s liblink, runtime: fix cgo on arm 2014-01-23 22:51:39 -05:00
atomic_386.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
atomic_amd64.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
atomic_arm.c runtime: fix typo in ARM code 2014-01-22 16:39:39 -05:00
callback_windows.c syscall: add NewCallbackCDecl again 2013-12-19 14:38:50 +11:00
cgocall.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
cgocall.h
chan_test.go testing: ease writing parallel benchmarks 2014-02-17 06:29:56 +04:00
chan.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
chan.h runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
closure_test.go
compiler.go
complex_test.go
complex.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
cpuprof.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
crash_cgo_test.go runtime: fix traceback in cgo programs 2013-08-08 00:31:52 +04:00
crash_test.go all: fix some mistakes found by go tool vet . 2013-09-27 10:09:15 +10:00
debug.go
defs1_linux.go
defs2_linux.go
defs_arm_linux.go
defs_darwin_386.h
defs_darwin_amd64.h
defs_darwin.go
defs_dragonfly_386.h runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
defs_dragonfly_amd64.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
defs_dragonfly.go runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
defs_freebsd_386.h runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_freebsd_amd64.h runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_freebsd_arm.h runtime: fix build on freebsd/arm 2014-02-07 10:22:13 +09:00
defs_freebsd.go runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_linux_386.h
defs_linux_amd64.h
defs_linux_arm.h
defs_linux.go
defs_netbsd_386.go
defs_netbsd_386.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_netbsd_amd64.go
defs_netbsd_amd64.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_netbsd_arm.go
defs_netbsd_arm.h runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_netbsd.go runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
defs_openbsd_386.h runtime, syscall: update for openbsd system ABI break 2014-01-11 19:00:32 +11:00
defs_openbsd_amd64.h runtime, syscall: update for openbsd system ABI break 2014-01-11 19:00:32 +11:00
defs_openbsd.go runtime: integrated network poller for freebsd/amd64,386, openbsd/amd64,386 2013-05-20 19:25:32 +09:00
defs_plan9_386.h
defs_plan9_amd64.h
defs_solaris_amd64.go runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
defs_solaris_amd64.h runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
defs_solaris.go runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
defs_windows_386.h net: implement netpoll for windows 2013-07-22 12:49:57 +10:00
defs_windows_amd64.h net: implement netpoll for windows 2013-07-22 12:49:57 +10:00
defs_windows.go net: implement netpoll for windows 2013-07-22 12:49:57 +10:00
defs.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
env_plan9.c runtime: change int32 to intgo in findnull and findnullw 2013-08-06 21:49:03 +10:00
env_posix.c runtime: combine small NoScan allocations 2014-01-24 22:35:11 +04:00
error.go runtime: change errorCString to a struct 2014-01-08 21:40:33 -08:00
export_futex_test.go runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
export_test.go runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
extern.go runtime: don't crash in SetFinalizer if sizeof *x is zero 2013-12-17 14:18:58 -08:00
float.c
funcdata.h cmd/gc, runtime: correct a misnomer regarding dead value maps 2013-12-09 14:45:10 -08:00
futex_test.go runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
gc_test.go tests: remove two misuses of nil pointers 2013-08-15 11:51:04 -04:00
hash_test.go runtime: Smhasher tests of our map hash function. 2013-09-06 16:23:46 -07:00
hashmap_fast.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
hashmap.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
hashmap.h runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
iface_test.go
iface.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
lfstack_test.go runtime: fix TestLFStackStress 2014-01-17 17:42:24 -05:00
lfstack.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
lock_futex.c runtime: do not cpu profile idle threads on windows 2014-02-10 15:40:55 +04:00
lock_sema.c runtime: do not cpu profile idle threads on windows 2014-02-10 15:40:55 +04:00
Makefile
malloc1.go
malloc_test.go runtime: do not scan stack by frames during garbage collection 2013-10-02 11:59:53 -04:00
malloc.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
malloc.h runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
mallocrand.go
mallocrep1.go
mallocrep.go
map_test.go runtime: change map iteration randomization to use intra-bucket offset 2014-01-14 12:54:05 -08:00
mapspeed_test.go runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
mcache.c runtime: speedup malloc stats collection 2013-06-06 14:56:50 +04:00
mcentral.c runtime: introduce MSpan.needzero instead of writing to span data 2014-02-13 11:10:31 -05:00
mem_darwin.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_dragonfly.c runtime: unbreak build on dragonfly 2013-09-09 08:48:06 -07:00
mem_freebsd.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_linux.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_netbsd.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_openbsd.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_plan9.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem_solaris.c runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
mem_windows.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mem.go runtime: increase page size to 8K 2014-01-30 13:28:19 +04:00
memclr_386.s runtime: faster memclr on x86. 2014-02-06 17:43:22 -08:00
memclr_amd64.s runtime: faster memclr on x86. 2014-02-06 17:43:22 -08:00
memclr_arm.s runtime: faster memclr on x86. 2014-02-06 17:43:22 -08:00
memmove_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_arm.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
memmove_linux_amd64_test.go
memmove_test.go runtime: faster memclr on x86. 2014-02-06 17:43:22 -08:00
mfinal_test.go runtime: reduce delays in finalizer test. 2013-12-19 21:37:44 +01:00
mfixalloc.c runtime: account for all sys memory in MemStats 2013-09-06 16:55:40 -04:00
mgc0.c runtime: fix double symbol definition 2014-02-24 20:23:03 +04:00
mgc0.go
mgc0.h runtime: record type information for hashtable internal structures. 2013-08-31 09:09:50 -07:00
mheap.c runtime: introduce MSpan.needzero instead of writing to span data 2014-02-13 11:10:31 -05:00
mprof.goc runtime: fix mem profile when both large and small objects are allocated at the same stack 2014-02-14 13:20:41 +04:00
msize.c runtime: smarter slice grow 2014-01-27 15:11:12 +04:00
netpoll_epoll.c runtime: refactor level-triggered IO support 2014-02-12 22:24:29 +04:00
netpoll_kqueue.c runtime: refactor level-triggered IO support 2014-02-12 22:24:29 +04:00
netpoll_stub.c runtime: integrated network pollster for freebsd/arm 2013-08-20 16:57:30 +09:00
netpoll_windows.c runtime: refactor level-triggered IO support 2014-02-12 22:24:29 +04:00
netpoll.goc runtime: use monotonic clock for timers (linux/386, linux/amd64) 2014-02-24 10:57:46 -05:00
noasm_arm.goc runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
norace_test.go runtime: fix race builders 2013-07-30 22:13:51 +04:00
os_darwin.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_darwin.h runtime: unblock signals when we try to core dump 2013-12-19 20:45:05 -05:00
os_dragonfly.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_dragonfly.h runtime: unblock signals when we try to core dump 2013-12-19 20:45:05 -05:00
os_freebsd_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_freebsd.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_freebsd.h runtime: unblock signals when we try to core dump 2013-12-19 20:45:05 -05:00
os_linux_386.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_linux_arm.c runtime: remove non-extern decls of runtime.goarm 2013-12-09 19:35:07 -05:00
os_linux.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_linux.h runtime: unblock signals when we try to core dump 2013-12-19 20:45:05 -05:00
os_netbsd_386.c
os_netbsd_amd64.c
os_netbsd_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
os_netbsd.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_netbsd.h runtime: unblock signals when we try to core dump 2013-12-19 20:45:05 -05:00
os_openbsd.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_openbsd.h runtime: unblock signals when we try to core dump 2013-12-19 20:45:05 -05:00
os_plan9_386.c runtime: do not use memmove in the Plan 9 signal handler 2013-12-09 18:41:48 -05:00
os_plan9_amd64.c runtime: do not use memmove in the Plan 9 signal handler 2013-12-09 18:41:48 -05:00
os_plan9.c runtime: homogenize panic strings on Plan 9 2014-02-11 09:34:43 +01:00
os_plan9.h
os_solaris.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_solaris.h runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
os_windows_386.c runtime: fix and improve CPU profiling 2014-01-22 10:30:10 +04:00
os_windows_amd64.c runtime: fix and improve CPU profiling 2014-01-22 10:30:10 +04:00
os_windows.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
os_windows.h runtime: use GetQueuedCompletionStatusEx on windows if available 2013-08-08 17:41:57 +04:00
panic.c runtime: stack allocate Panic structure during runtime.panic 2014-02-24 11:09:19 -05:00
parfor_test.go runtime: re-enable TestParForParallel 2013-08-29 11:42:18 +10:00
parfor.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
print.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
proc_test.go runtime: fix test on windows 2014-01-21 10:44:08 +04:00
proc.c runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
race0.c runtime: remove unused m->racepc 2013-08-12 21:48:19 +04:00
race_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
race.c runtime: Fix race detector checks to ignore KindNoPointers bit 2014-01-04 08:43:17 -08:00
race.go runtime/race: tell race detector what memory Read/Write syscalls touch 2013-06-10 22:40:35 +04:00
race.h runtime: Fix race detector checks to ignore KindNoPointers bit 2014-01-04 08:43:17 -08:00
rdebug.goc runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
rt0_darwin_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_darwin_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_dragonfly_386.s runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
rt0_dragonfly_amd64.s runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
rt0_freebsd_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_freebsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_freebsd_arm.s runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking 2013-08-14 15:38:54 +00:00
rt0_linux_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_linux_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_linux_arm.s runtime: remove OABI check from ARM startup 2013-09-09 15:06:05 -04:00
rt0_netbsd_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_netbsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_netbsd_arm.s runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking 2013-08-14 15:38:54 +00:00
rt0_openbsd_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_openbsd_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_plan9_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_plan9_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_solaris_amd64.s runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
rt0_windows_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rt0_windows_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
rune.c
runtime1.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
runtime_linux_test.go
runtime_test.go runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
runtime_unix_test.go runtime: fix crash in runtime.GoroutineProfile 2013-12-13 15:44:57 -05:00
runtime-gdb.py gdb: Add partial python3 + go1.2 support to runtime-gdb.py 2014-02-24 10:13:27 -05:00
runtime.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
runtime.h runtime/debug: add SetPanicOnFault 2014-02-20 16:18:05 -05:00
sema.goc runtime: remove locks from netpoll hotpaths 2014-01-22 11:27:16 +04:00
signal_386.c runtime: fix and improve CPU profiling 2014-01-22 10:30:10 +04:00
signal_amd64.c runtime: fix and improve CPU profiling 2014-01-22 10:30:10 +04:00
signal_arm.c runtime: fix and improve CPU profiling 2014-01-22 10:30:10 +04:00
signal_darwin_386.h
signal_darwin_amd64.h
signal_dragonfly_386.h runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
signal_dragonfly_amd64.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signal_freebsd_386.h
signal_freebsd_amd64.h
signal_freebsd_arm.h
signal_linux_386.h
signal_linux_amd64.h
signal_linux_arm.h
signal_netbsd_386.h
signal_netbsd_amd64.h
signal_netbsd_arm.h
signal_openbsd_386.h runtime: fix build on openbsd/386 2013-04-15 10:20:24 -07:00
signal_openbsd_amd64.h
signal_solaris_amd64.h runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
signal_unix.c runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
signal_unix.h
signals_darwin.h
signals_dragonfly.h runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
signals_freebsd.h
signals_linux.h runtime: co-exist with NPTL's pthread_cancel. 2014-01-09 09:34:04 -08:00
signals_netbsd.h
signals_openbsd.h
signals_plan9.h runtime: handle "sys: trap: divide error" note on Plan 9 2014-02-10 21:47:52 +01:00
signals_solaris.h runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
signals_windows.h
sigqueue.goc runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
slice.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
softfloat64_test.go
softfloat64.go
softfloat_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
stack_test.go runtime: fix test for new closure representation 2013-06-17 15:41:17 +04:00
stack.c runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
stack.h runtime: change default stack segment size to 8 kB 2013-10-03 09:19:10 -04:00
string_test.go runtime: Implement faster equals for strings and bytes. 2013-04-02 16:26:15 -07:00
string.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
symtab_test.go
symtab.goc runtime: use goc2c as much as possible 2014-02-20 15:58:47 -05:00
sys_arm.c runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
sys_darwin_386.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_darwin_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_dragonfly_386.s runtime, syscall: add support for dragonfly/386 2013-08-31 09:32:07 -07:00
sys_dragonfly_amd64.s runtime: add dragonfly/amd64 port 2013-08-24 01:50:24 +10:00
sys_freebsd_386.s runtime: fix wrong syscall numbers on freebsd/386, openbsd/386 2013-08-15 23:22:55 +09:00
sys_freebsd_amd64.s runtime: fix freebsd build 2013-09-16 14:22:24 -04:00
sys_freebsd_arm.s runtime, syscall: update freebsd/arm calling convention to match EABI 2013-09-26 21:35:49 +10:00
sys_linux_386.s runtime: use monotonic clock for timers (linux/386, linux/amd64) 2014-02-24 10:57:46 -05:00
sys_linux_amd64.s runtime: use monotonic clock for timers (linux/386, linux/amd64) 2014-02-24 10:57:46 -05:00
sys_linux_arm.s runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking 2013-08-14 15:38:54 +00:00
sys_netbsd_386.s runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
sys_netbsd_amd64.s runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
sys_netbsd_arm.s runtime: integrated network pollster for netbsd/amd64,386,arm 2013-08-17 12:11:29 +09:00
sys_openbsd_386.s runtime, syscall: update for openbsd system ABI break 2014-01-11 19:00:32 +11:00
sys_openbsd_amd64.s runtime, syscall: update for openbsd system ABI break 2014-01-11 19:00:32 +11:00
sys_plan9_386.s runtime: fix "invalid address in sys call" on Plan 9 2014-02-14 22:27:47 +01:00
sys_plan9_amd64.s runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
sys_solaris_amd64.s runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
sys_windows_386.s runtime: fix windows cpu profiler 2014-02-14 09:20:51 +04:00
sys_windows_amd64.s runtime: fix windows cpu profiler 2014-02-14 09:20:51 +04:00
sys_x86.c runtime: if traceback sees a breakpoint, don't change the PC 2014-02-14 11:06:53 -08:00
syscall_solaris.goc runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
syscall_windows_test.go syscall: add NewCallbackCDecl again 2013-12-19 14:38:50 +11:00
syscall_windows.goc runtime: add support for GOOS=solaris 2014-01-17 17:58:10 +13:00
time_plan9_386.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00
time.goc runtime: use monotonic clock for timers (linux/386, linux/amd64) 2014-02-24 10:57:46 -05:00
traceback_arm.c runtime: Print elision message if we skipped frames on traceback. 2014-01-23 12:47:30 -08:00
traceback_x86.c runtime: Print elision message if we skipped frames on traceback. 2014-01-23 12:47:30 -08:00
type.go
type.h runtime: use special records hung off the MSpan to 2014-01-07 13:45:50 -08:00
typekind.h runtime: pass key/value to map accessors by reference, not by value. 2013-12-02 13:05:04 -08:00
vdso_linux_amd64.c
vlop_386.s runtime: fix uint64 division on 386 2013-09-16 15:11:32 -04:00
vlop_arm_test.go
vlop_arm.s runtime: remove cross-function jump in vlop_arm.s 2013-12-08 22:52:08 -05:00
vlrt_386.c runtime: fix uint64 division on 386 2013-09-16 15:11:32 -04:00
vlrt_arm.c runtime: change textflags from numbers to symbols 2013-08-12 13:47:18 -07:00