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
/
gcc
/
go
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-10
gotest: don't use local
Ian Lance Taylor
1
-1
/
+1
2020-01-10
compiler: permit duplicate methods from embedded interfaces
Ian Lance Taylor
2
-10
/
+18
2020-01-09
libgo: compile examples in _test packages
Ian Lance Taylor
1
-1
/
+1
2020-01-09
compiler: don't localize names in export data
Ian Lance Taylor
2
-2
/
+2
2020-01-09
compiler: don't add composite literal keys to package bindings
Ian Lance Taylor
5
-33
/
+101
2020-01-08
compiler: fix loopdepth tracking in array slicing expression in escape analysis
Ian Lance Taylor
2
-2
/
+3
2020-01-07
compiler, runtime: stop using __go_runtime_error
Ian Lance Taylor
6
-100
/
+42
2020-01-07
compiler: avoid write barrier for a[i] = a[i][:v]
Ian Lance Taylor
2
-1
/
+19
2020-01-07
compiler: avoid a couple of compiler crashes
Ian Lance Taylor
2
-1
/
+10
2020-01-02
compiler, runtime, reflect: generate hash functions only for map keys
Ian Lance Taylor
6
-161
/
+106
2020-01-02
compiler: split writing of equal and hash functions for types
Ian Lance Taylor
7
-361
/
+545
2020-01-01
Update copyright years.
Jakub Jelinek
14
-14
/
+16
2020-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
2
-1
/
+5
2019-12-24
re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd)
Ian Lance Taylor
1
-1
/
+1
2019-12-11
compiler: generate type descriptor for pointer to alias defined in another pa...
Ian Lance Taylor
2
-4
/
+4
2019-12-09
re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)
Ian Lance Taylor
1
-1
/
+1
2019-12-09
re PR go/92861 (Passes relative time to sem_timedwait on GNU/Hurd)
Ian Lance Taylor
1
-1
/
+1
2019-12-06
re PR go/92820 (libgo.so.15 has executable stack)
Ian Lance Taylor
1
-1
/
+1
2019-12-06
re PR other/29842 ([meta-bug] outstanding patches / issues from STMicroelectr...
Ian Lance Taylor
1
-1
/
+1
2019-12-06
re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails)
Ian Lance Taylor
1
-1
/
+1
2019-12-05
re PR go/92820 (libgo.so.15 has executable stack)
Ian Lance Taylor
1
-1
/
+1
2019-11-21
re PR go/92605 (r278509 causes/reveals issue in building go library)
Ian Lance Taylor
1
-1
/
+1
2019-11-21
mksysinfo: use type aliases for time struct field types
Ian Lance Taylor
1
-1
/
+1
2019-11-19
libgo: better cmd/cgo handling for '.' in pkgpath
Ian Lance Taylor
1
-1
/
+1
2019-11-15
testmain.exp: link against GOLIBS
Ian Lance Taylor
1
-1
/
+1
2019-11-15
compiler: fix buglet in function inlining related to sink names
Ian Lance Taylor
2
-2
/
+4
2019-11-12
Use more SET_OPTION_IF_UNSET.
Martin Liska
2
-10
/
+15
2019-10-14
compiler: revise exportdata fix for processing constant types
Ian Lance Taylor
2
-2
/
+2
2019-10-14
runtime: correct facilities names in s390 CPU support
Ian Lance Taylor
1
-1
/
+1
2019-10-14
internal/cpu: define kdsaQuery for s390
Ian Lance Taylor
1
-1
/
+1
2019-10-12
compiler: mangle dots in pkgpath
Ian Lance Taylor
4
-3
/
+25
2019-10-04
compiler: include selected constant types during export processing
Ian Lance Taylor
4
-1
/
+31
2019-10-04
compiler: adjust code to avoid shadowing local variables
Ian Lance Taylor
8
-91
/
+85
2019-10-02
runtime: mark go-context.S as no-executable-stack and split-stack supported
Ian Lance Taylor
1
-1
/
+1
2019-09-30
compiler: change escape maps to hash tables
Ian Lance Taylor
3
-31
/
+31
2019-09-28
compiler: resolve importing ambiguity for more complex function calls
Ian Lance Taylor
2
-1
/
+6
2019-09-27
compiler: don't read known type, simplify Import::finalize_methods
Ian Lance Taylor
3
-23
/
+23
2019-09-27
compiler: only check whether struct or array types are big
Ian Lance Taylor
2
-6
/
+18
2019-09-27
compiler: fix brace formatting
Ian Lance Taylor
2
-7
/
+8
2019-09-19
libgo: support gollvm build on arm64 linux
Ian Lance Taylor
1
-1
/
+1
2019-09-17
runtime: for FFI, treat directIface types as pointers
Ian Lance Taylor
1
-1
/
+1
2019-09-17
re PR go/91781 (r275691 breaks go test "reflect")
Ian Lance Taylor
1
-1
/
+1
2019-09-17
reflect: unexport FFICallbackGo; use go:linkname instead
Ian Lance Taylor
1
-1
/
+1
2019-09-16
compiler: fix quoting of //go:linkname in error message
Ian Lance Taylor
2
-2
/
+2
2019-09-13
libgo: don't use \? in grep pattern
Ian Lance Taylor
1
-1
/
+1
2019-09-12
libgo: update to Go1.13
Ian Lance Taylor
1
-1
/
+1
2019-09-11
compiler: suppress type descriptor generation for aliases
Ian Lance Taylor
2
-2
/
+8
2019-09-11
golang.org/x/sys/cpu: define doinit when needed
Ian Lance Taylor
1
-1
/
+1
2019-09-11
gotest: force test package to be imported first
Ian Lance Taylor
1
-1
/
+1
2019-09-10
libgo: Solaris and x/sys/cpu compatibility fixes
Ian Lance Taylor
1
-1
/
+1
[next]