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-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
2015-09-15
runtime: Ignore stack sizes when deciding when to GC.
Ian Lance Taylor
1
-1
/
+1
2015-09-15
libgo: don't provide ustat on arm64 GNU/Linux
Ian Lance Taylor
1
-1
/
+1
2015-09-14
compiler: Ignore result context in constant expressions.
Ian Lance Taylor
2
-12
/
+19
2015-09-11
compiler: Avoid unsafe memcmp for nointerface comments.
Ian Lance Taylor
2
-2
/
+4
2015-09-11
libgo/runtime: return 0, not NULL, from main
Ian Lance Taylor
1
-1
/
+1
2015-09-10
libgo: Use stat_atim.go on Solaris 12+
Ian Lance Taylor
1
-1
/
+1
2015-09-10
compiler: Report errors from very large types.
Chris Manghane
5
-19
/
+81
2015-09-10
compiler: Don't allow shifts with non-integers.
Ian Lance Taylor
2
-1
/
+7
2015-09-03
compiler: Report invalid receiver types in function definitions.
Ian Lance Taylor
2
-2
/
+6
2015-09-02
compiler: Mark erroneous constants as invalid.
Ian Lance Taylor
3
-11
/
+61
2015-09-02
compiler: Accept out of range integer -> unicode conversions.
Ian Lance Taylor
2
-1
/
+20
2015-08-31
compiler: Check for invalid UTF8 in Go comments.
Ian Lance Taylor
2
-1
/
+11
2015-08-27
compiler: Report unused variables initialized to function literals.
Ian Lance Taylor
2
-8
/
+9
2015-08-27
compiler: Allow multiple blank label definitions.
Ian Lance Taylor
3
-1
/
+13
2015-08-27
compiler: Don't record dependencies of invalid redefinitions.
Ian Lance Taylor
4
-2
/
+26
2015-08-27
compiler: Don't crash on invalid builtin calls.
Ian Lance Taylor
2
-4
/
+10
[prev]
[next]