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-06-22
runtime: in traceback, print panic rather than runtime.gopanic
Ian Lance Taylor
1
-1
/
+5
2017-06-22
compiler, runtime: better stack trace for `go f()` where f is nil
Ian Lance Taylor
1
-1
/
+10
2017-06-21
debug/elf: handle Alpha relocs
Ian Lance Taylor
1
-0
/
+51
2017-06-21
Forgot to remove this file in the last libgo commit.
Ian Lance Taylor
1
-11
/
+0
2017-06-21
libgo: remove old MIPS architecture names
Ian Lance Taylor
14
-45
/
+18
2017-06-21
libgo: use gc's arch names as the default GOARCHs on MIPS
Ian Lance Taylor
2
-8
/
+10
2017-06-21
cmd/cgo: add mips64p32* to ptrSizeMap and intSizeMap
Ian Lance Taylor
1
-42
/
+46
2017-06-21
internal/syscall/unix: implement randomTrap on mips64p32*
Ian Lance Taylor
1
-1
/
+1
2017-06-21
libgo, syscall: fix ptrace implementation on MIPS
Ian Lance Taylor
1
-20
/
+0
2017-06-21
libgo, syscall: fix ptrace implementation on MIPS
Ian Lance Taylor
6
-5
/
+29
2017-06-14
cmd/cgo: make _cgo_flags consistent across runs
Ian Lance Taylor
2
-3
/
+26
2017-06-14
cmd/go: gccgo: consistent results, fix vendoring
Ian Lance Taylor
1
-4
/
+17
2017-06-14
cmd/go: skip tests that do not work with gccgo
Ian Lance Taylor
2
-1
/
+34
2017-06-14
go/build: use GCCGOTOOLDIR to find gccgo tools
Ian Lance Taylor
3
-1
/
+7
2017-06-14
internal/testenv: support testing gccgo
Ian Lance Taylor
1
-3
/
+14
2017-06-13
runtime: don't always show frames with no function in traceback
Ian Lance Taylor
1
-1
/
+1
2017-06-13
runtime: clear isSystemGoroutine in goexit
Ian Lance Taylor
1
-0
/
+1
2017-06-12
runtime: ignore _Gscan bit when checking status in CgocallDone
Ian Lance Taylor
2
-2
/
+2
2017-06-08
libgo: update to 1.8.3 release
Ian Lance Taylor
10
-11
/
+92
2017-06-07
runtime: support ia64 in lfstack
Ian Lance Taylor
1
-1
/
+14
2017-05-31
libgo: support for sparc64 GNU/Linux
Ian Lance Taylor
4
-3
/
+19
2017-05-17
libgo: add "vendor" to pkgpath for vendored standard packages
Ian Lance Taylor
2
-2
/
+2
2017-05-12
runtime: fix build for non-split-stack systems
Ian Lance Taylor
3
-2
/
+10
2017-05-12
mksigtab.sh: recurse once when adding signals to SIGLIST
Ian Lance Taylor
1
-1
/
+6
2017-05-12
os: use opendir64 and closedir64 on AIX
Ian Lance Taylor
3
-6
/
+30
2017-05-11
runtime: fix isSystemGoroutine for gccgo
Ian Lance Taylor
7
-47
/
+38
2017-05-10
Big merge of changes to gofrontend repo that were postponed due to the
Ian Lance Taylor
199
-10253
/
+15651
2017-04-17
libgo: update to Go 1.8.1 release
Ian Lance Taylor
24
-41
/
+359
2017-04-12
re PR go/77857 (gccgo: vendoring doesn't work in gcc 6/7)
Ian Lance Taylor
1
-8
/
+49
2017-04-04
re PR go/80302 (FAIL: time on systems with tzdata2017b installed)
Ian Lance Taylor
1
-10
/
+31
2017-03-22
internal/syscall/unix: add randomTrap for m68k
Ian Lance Taylor
1
-0
/
+9
2017-03-01
cmd/go: add testdata/timeoutbench_test.go
Ian Lance Taylor
1
-0
/
+10
2017-02-28
mksigtab.sh: skip signals defined as other signals
Ian Lance Taylor
1
-1
/
+2
2017-02-28
runtime: fix sigfwd to not allocate memory
Ian Lance Taylor
1
-3
/
+4
2017-02-28
libgo: fix quoting in mksigtab.sh
Ian Lance Taylor
1
-1
/
+1
2017-02-17
libgo: update to final Go 1.8 release
Ian Lance Taylor
19
-264
/
+893
2017-02-13
re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh,...
Ian Lance Taylor
2
-0
/
+3
2017-01-27
libgo: update to go1.8rc3
Ian Lance Taylor
14
-92
/
+389
2017-01-26
runtime: fix setting of isarchive
Ian Lance Taylor
1
-0
/
+5
2017-01-26
runtime: fix context used by getTraceback
Ian Lance Taylor
1
-1
/
+1
2017-01-23
libgo: update to go1.8rc2
Ian Lance Taylor
120
-103
/
+10870
2017-01-23
re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...
Ian Lance Taylor
3
-3
/
+4
2017-01-23
libgo: bump library version to 11
Ian Lance Taylor
2
-2
/
+2
2017-01-20
runtime, testing/internal/testdeps: fixes for cgo
Ian Lance Taylor
4
-6
/
+59
2017-01-20
re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)
Ian Lance Taylor
1
-0
/
+1
2017-01-20
re PR go/79146 (Bootstrapping go on s390x fails; redefined symbols)
Ian Lance Taylor
1
-0
/
+1
2017-01-18
syscall, golang_org/x/net/lif: fixes for gccgo on Solaris
Ian Lance Taylor
4
-24
/
+25
2017-01-16
runtime: rename siginfo to _siginfo_t
Ian Lance Taylor
4
-10
/
+8
2017-01-16
libgo: correct golang_org Makefile variables not used on all systems
Ian Lance Taylor
2
-4
/
+4
2017-01-14
libgo: update to Go 1.8 release candidate 1
Ian Lance Taylor
973
-17420
/
+69003
[prev]
[next]