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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-20
runtime: restore "goroutine in C code" message
Ian Lance Taylor
2
-1
/
+2
2017-09-18
runtime: always initialize str field in __go_string_slice result
Ian Lance Taylor
1
-4
/
+7
2017-09-15
syscall: fixes for Solaris
Ian Lance Taylor
3
-2
/
+14
2017-09-14
libgo: update to go1.9
Ian Lance Taylor
980
-20310
/
+56791
2017-09-14
compiler, runtime: simplify select and channel operations
Ian Lance Taylor
3
-108
/
+78
2017-09-14
compiler, reflect: fix struct field names for embedded aliases
Ian Lance Taylor
3
-93
/
+89
2017-08-31
mksysinfo: fix in6_addr in mld_hdr_t for Solaris
Ian Lance Taylor
2
-0
/
+8
2017-08-29
net/internal/socktest: build sys_unix.go on AIX
Ian Lance Taylor
1
-1
/
+1
2017-08-29
libgo: netinet/icmp6.h require netinet/in.h on AIX
Ian Lance Taylor
2
-2
/
+21
2017-08-29
libgo: fix Stat_t on AIX
Ian Lance Taylor
1
-0
/
+1
2017-08-29
runtime: make go-nosys.c compile with !HAVE_SYSCALL
Ian Lance Taylor
1
-1
/
+1
2017-08-29
runtime: fix lfstack for 64-bit AIX
Ian Lance Taylor
1
-0
/
+18
2017-08-18
re PR go/81893 (compilation error in libgo starting with r251127)
Ian Lance Taylor
1
-1
/
+4
2017-08-18
misc/cgo/test: make cgo tests run on AIX
Ian Lance Taylor
2
-1
/
+3
2017-08-18
cmd/go: pass -funwind-tables when compiling C code
Ian Lance Taylor
1
-0
/
+6
2017-08-16
runtime: better implementation of netpoll for AIX
Ian Lance Taylor
1
-65
/
+96
2017-08-16
runtime: improvements for signal registers
Ian Lance Taylor
1
-13
/
+49
2017-08-09
compiler: handle >32bit exponent in Ldexp
Ian Lance Taylor
1
-2
/
+7
2017-08-04
runtime: dump registers for Alpha
Ian Lance Taylor
1
-0
/
+41
2017-08-03
re PR go/81617 (mksigtab.sh fails to resolve NSIG with glibc 2.26)
Ian Lance Taylor
1
-0
/
+13
2017-07-26
runtime: handle Alpha GNU/Linux in getSiginfo
Ian Lance Taylor
1
-0
/
+5
2017-07-21
syscall: call f?statfs64 on GNU/Linux
Ian Lance Taylor
1
-2
/
+2
2017-07-21
runtime: don't use runtime_lock in __go_get_backtrace_state
Ian Lance Taylor
1
-3
/
+11
2017-07-21
runtime: handle PPC/PPC64 GNU/Linux in getSiginfo
Ian Lance Taylor
1
-0
/
+5
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
9
-89
/
+19
2017-07-18
re PR go/81324 (libgo does not build with glibc 2.18)
Ian Lance Taylor
1
-0
/
+4
2017-07-14
libgo: don't copy semt into runtime.inc
Ian Lance Taylor
3
-3
/
+7
2017-07-14
cmd/go: use gccSupportsFlag for -fsplit-stack
Ian Lance Taylor
1
-4
/
+2
2017-07-13
re PR go/81393 (Bootstrap failure on s390x-linux while building libgo against...
Ian Lance Taylor
2
-6
/
+45
2017-06-29
misc/cgo/testcarchive: fix test to work for gccgo
Ian Lance Taylor
2
-10
/
+63
2017-06-29
cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo
Ian Lance Taylor
1
-14
/
+24
2017-06-27
runtime: adapt memory management to AIX mmap
Ian Lance Taylor
3
-1
/
+17
2017-06-27
syscall: ptrace fixes for s390
Ian Lance Taylor
3
-15
/
+6
2017-06-27
libgo: add misc/cgo files
Ian Lance Taylor
269
-0
/
+13743
2017-06-26
syscall: don't define PtraceRegs for Alpha
Ian Lance Taylor
1
-32
/
+0
2017-06-26
libgo: redefine ia64 struct names around linux/ptrace.h
Ian Lance Taylor
1
-0
/
+5
2017-06-23
runtime: complete defer handling in CgocallBackDone
Ian Lance Taylor
2
-10
/
+36
2017-06-23
cmd/go: don't require GOROOT to exist for gccgo
Ian Lance Taylor
1
-2
/
+7
2017-06-23
os: align siginfo argument to waitid
Ian Lance Taylor
1
-1
/
+1
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: fix type cast in assignment to gcnextsp in C code
Ian Lance Taylor
1
-1
/
+1
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
4
-26
/
+28
2017-06-22
runtime: avoid write barriers when calling deferred function
Ian Lance Taylor
1
-4
/
+4
[next]