index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgo
/
go
/
runtime
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-02
libgo: add support for the Nios II architecture
Ian Lance Taylor
3
-3
/
+3
2018-05-02
runtime: remove unused stack.go
Ian Lance Taylor
1
-1229
/
+0
2018-03-26
runtime: don't check for stale runtime
Ian Lance Taylor
1
-0
/
+3
2018-03-07
runtime: push arena on AIX higher due to clashes
Ian Lance Taylor
1
-2
/
+2
2018-02-28
runtime: update AIX memory allocation for new versions
Ian Lance Taylor
1
-5
/
+8
2018-02-22
re PR go/84484 (libgo configure tests fail to find -latomic)
Andreas Schwab
3
-3
/
+3
2018-02-20
runtime: allow preemption in fast syscall return
Ian Lance Taylor
1
-0
/
+7
2018-02-16
runtime: add some more preemption checks
Ian Lance Taylor
5
-2
/
+46
2018-02-12
compiler: error on func declaration/definition
Ian Lance Taylor
2
-21
/
+0
2018-02-12
re PR go/84215 (Random results in go/libgo tests)
Ian Lance Taylor
2
-16
/
+69
2018-02-08
runtime: get missing function name from symbol table
Ian Lance Taylor
5
-0
/
+177
2018-02-08
libgo: update to Go1.10rc2
Ian Lance Taylor
2
-0
/
+49
2018-02-07
runtime: don't call funcPC from a function
Ian Lance Taylor
3
-6
/
+8
2018-02-06
runtime: correct runtime structfield type to match reflect
Ian Lance Taylor
2
-6
/
+14
2018-02-02
runtime: scan register backing store on ia64
Ian Lance Taylor
1
-0
/
+4
2018-01-27
libgo: update to Go1.10rc1
Ian Lance Taylor
1
-0
/
+47
2018-01-27
libgo: update to Go1.10rc1
Ian Lance Taylor
8
-16
/
+65
2018-01-25
compiler: deref receiver types in mangled names
Ian Lance Taylor
1
-1
/
+1
2018-01-25
runtime: fix lfstackUnpack on ia64
Ian Lance Taylor
1
-1
/
+1
2018-01-24
compiler: rationalize external symbol names
Ian Lance Taylor
3
-4
/
+4
2018-01-19
runtime: no escape for some functions on AIX
Ian Lance Taylor
2
-0
/
+4
2018-01-19
runtime: add go:noescape declaration for Solaris
Ian Lance Taylor
1
-0
/
+1
2018-01-18
re PR go/83787 (Many 32-bit Solaris/SPARC Go tests FAIL after Go1.10beta1 upd...
Ian Lance Taylor
1
-0
/
+1
2018-01-17
libgo: update to Go1.10beta2 release
Ian Lance Taylor
8
-14
/
+33
2018-01-10
libgo: add platform support for SuperH
Ian Lance Taylor
3
-3
/
+3
2018-01-10
runtime: work around escaping closure in export_test.go
Ian Lance Taylor
1
-7
/
+7
2018-01-10
runtime: noescape some functions/variables
Ian Lance Taylor
5
-10
/
+28
2018-01-09
libgo: update to Go1.10beta1
Ian Lance Taylor
94
-1973
/
+4855
2017-12-02
runtime: export cgoCheck functions
Ian Lance Taylor
1
-0
/
+4
2017-11-09
sync/atomic, runtime/internal/atomic: don't assume reads from 0 fail
Ian Lance Taylor
2
-7
/
+8
2017-09-20
internal,net,os,runtime,syscall: fixes for AIX following update to go1.9
Ian Lance Taylor
2
-6
/
+11
2017-09-20
runtime: restore "goroutine in C code" message
Ian Lance Taylor
2
-1
/
+2
2017-09-14
libgo: update to go1.9
Ian Lance Taylor
122
-3008
/
+11048
2017-09-14
compiler, runtime: simplify select and channel operations
Ian Lance Taylor
2
-104
/
+74
2017-08-29
runtime: fix lfstack for 64-bit AIX
Ian Lance Taylor
1
-0
/
+18
2017-08-16
runtime: better implementation of netpoll for AIX
Ian Lance Taylor
1
-65
/
+96
2017-07-21
runtime: allocate more stack space in CgoCallbackGC test
Ian Lance Taylor
1
-1
/
+3
2017-07-18
re PR go/81451 (missing futex check - libgo/runtime/thread-linux.c:12:0 futex...
Ian Lance Taylor
1
-2
/
+2
2017-06-27
runtime: adapt memory management to AIX mmap
Ian Lance Taylor
2
-1
/
+11
2017-06-23
runtime: complete defer handling in CgocallBackDone
Ian Lance Taylor
2
-10
/
+36
2017-06-23
runtime: don't crash if no p in kickoff
Ian Lance Taylor
1
-0
/
+18
2017-06-23
runtime: improve handling of panic during deferred function
Ian Lance Taylor
2
-31
/
+85
2017-06-22
runtime: uncomment check for gchelper on g0 stack
Ian Lance Taylor
1
-4
/
+3
2017-06-22
runtime: mark dropm and callees nowritebarrierrec
Ian Lance Taylor
3
-0
/
+7
2017-06-22
runtime: export getm function
Ian Lance Taylor
1
-0
/
+3
2017-06-22
runtime: make NumGoroutine wait for system goroutines to register
Ian Lance Taylor
5
-0
/
+29
2017-06-22
runtime: don't assume that _ = *s will panic if s is nil
Ian Lance Taylor
2
-4
/
+6
2017-06-22
runtime: change some stack fields to uintptr
Ian Lance Taylor
2
-7
/
+7
2017-06-22
runtime: avoid write barriers when calling deferred function
Ian Lance Taylor
1
-4
/
+4
2017-06-22
runtime: rename _defer struct _panic field to panicStack
Ian Lance Taylor
2
-10
/
+10
[next]