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
2015-12-02
re PR go/65717 (64-bit runtime FAILs with 32-bit compiler)
Ian Lance Taylor
2
-25
/
+23
2015-12-01
re PR go/68477 (error: type variant differs by TYPE_STRING_FLAG.)
Ian Lance Taylor
2
-1
/
+6
2015-11-26
re PR go/61303 (gccgo: segfault, regression since 4.8.2)
Ian Lance Taylor
1
-1
/
+1
2015-11-23
re PR go/68496 ([libgo] reflect test fails on Linux x86-64)
Ian Lance Taylor
1
-1
/
+1
2015-11-21
re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)
Ian Lance Taylor
1
-1
/
+1
2015-11-21
re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no...
Ian Lance Taylor
1
-1
/
+1
2015-11-21
re PR go/66574 (Time is provided in millisecond precision instead of nanoseco...
Ian Lance Taylor
1
-1
/
+1
2015-11-20
re PR go/68141 (go/gofrontend/import-archive.cc: 2 * poor choice of function ...
Ian Lance Taylor
2
-3
/
+3
2015-11-20
re PR go/68072 (malformed DWARF TagVariable entry)
Ian Lance Taylor
1
-1
/
+1
2015-11-20
cmd: Use correct install tool dir with gccgo
Ian Lance Taylor
1
-1
/
+1
2015-11-20
compiler: Use receiver name in hash/equal for type within method.
Ian Lance Taylor
2
-2
/
+11
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
5
-14
/
+7
2015-11-10
libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields
Ian Lance Taylor
1
-1
/
+1
2015-11-10
re PR go/68255 (cgo-generated constructor not being called)
Ian Lance Taylor
1
-1
/
+1
2015-11-07
re PR go/66138 (json decoder Decode function fails for some structure return ...
Ian Lance Taylor
1
-1
/
+1
2015-11-06
libgo: Solaris portability fixes.
Ian Lance Taylor
1
-1
/
+1
2015-11-04
gotest: fix handling of --goarch option
Ian Lance Taylor
1
-1
/
+1
2015-11-03
mksysinfo.sh: Make sure that CLONE_NEWUSER is defined.
Ian Lance Taylor
1
-1
/
+1
2015-11-02
libgo: Bump version number.
Ian Lance Taylor
1
-1
/
+1
2015-11-02
mksysinfo.sh: Handle TIOCGPGRP if too complex for -dump-go-spec.
Ian Lance Taylor
1
-1
/
+1
2015-11-02
syscall: Change raw_ioctl cmd type to uintptr.
Ian Lance Taylor
1
-1
/
+1
2015-11-01
mksysinfo.sh: Handle TIOCSPGRP if too complex for -fdump-go-spec.
Ian Lance Taylor
1
-1
/
+1
2015-11-01
re PR go/67968 (go1: internal compiler error: in write_specific_type_function...
Ian Lance Taylor
2
-1
/
+11
2015-10-31
runtime: If no split stacks, allocate stacks using mmap on 64-bit systems.
Ian Lance Taylor
1
-1
/
+1
2015-10-31
libgo: Update from Go 1.5 to Go 1.5.1.
Ian Lance Taylor
1
-1
/
+1
2015-10-31
runtime: Remove now unnecessary pad field from ParFor.
Ian Lance Taylor
1
-1
/
+1
2015-10-30
compiler: Create pointer type for all types with methods.
Ian Lance Taylor
2
-3
/
+7
2015-10-29
compiler, reflect, runtime: remove zero field from type descriptor
Ian Lance Taylor
4
-120
/
+4
2015-10-29
compiler, runtime: change type hash/equal to Go funcs
Ian Lance Taylor
3
-13
/
+48
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
3
-15
/
+15
2015-10-21
Improve --help output to generate references to option aliases.
Martin Sebor
1
-8
/
+8
2015-10-20
compiler: Report errors after evaluating invalid constant.
Ian Lance Taylor
2
-8
/
+1
2015-10-20
compiler: Report errors for non-integral shift counts.
Ian Lance Taylor
2
-2
/
+4
2015-10-20
PR66870 PowerPC64 Enable gold linker with split stack
Alan Modra
2
-4
/
+18
2015-10-07
compiler: Don't make temporaries for constant operands.
Ian Lance Taylor
2
-3
/
+3
2015-10-07
re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl ...
Ian Lance Taylor
1
-1
/
+1
2015-10-06
compiler: Record each import as a distinct alias.
Ian Lance Taylor
5
-76
/
+126
2015-10-05
lex: Update unicode letters table to Unicode 8.0.0.
Ian Lance Taylor
2
-23
/
+37
2015-10-01
re PR go/66870 (split stack issues on ppc64le and ppc64)
Ian Lance Taylor
2
-0
/
+8
2015-09-30
re PR go/66870 (split stack issues on ppc64le and ppc64)
Lynn Boger
2
-6
/
+27
2015-09-29
compiler: Accept untyped integral values as string/array indices.
Ian Lance Taylor
2
-6
/
+31
2015-09-24
runtime: Fix recent lfstack change on Solaris.
Ian Lance Taylor
1
-1
/
+1
2015-09-23
re PR go/67695 (Please improve POSIX shell compatibility of libgo/mksysinfo.sh)
Ian Lance Taylor
1
-1
/
+1
2015-09-23
runtime: rewrite lfstack packing/unpacking to look more like that in Go
Ian Lance Taylor
1
-1
/
+1
2015-09-17
compiler: Issue channel type errors earlier.
Ian Lance Taylor
3
-3
/
+12
2015-09-16
compiler: Don't crash on erroneous channel reads.
Ian Lance Taylor
2
-1
/
+10
2015-09-16
compiler: Don't crash on malformed numeric constants.
Ian Lance Taylor
2
-3
/
+28
2015-09-15
compiler: Report init dependency errors with builtin functions.
Ian Lance Taylor
2
-6
/
+8
2015-09-15
libgo: If compiler can split-stack and linker can not, use -fno-split-stack.
Ian Lance Taylor
1
-1
/
+1
2015-09-15
libgo: test linking split-stack and non-split-stack together
Ian Lance Taylor
1
-1
/
+1
[next]