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
2021-01-14
compiler: add support for reading embedcfg files
Ian Lance Taylor
4
-1
/
+634
2021-01-14
libgo: update hurd support
Ian Lance Taylor
1
-1
/
+1
2021-01-12
syscall: ensure openat uses variadic libc wrapper
Paul E. Murphy
1
-1
/
+1
2021-01-06
Daily bump.
GCC Administrator
1
-0
/
+13
2021-01-05
syscall: don't define sys_SETREUID and friends
Ian Lance Taylor
1
-1
/
+1
2021-01-05
internal/cpu: more build fixes for Go1.16beta1 release
Ian Lance Taylor
1
-1
/
+1
2021-01-05
go: Fix -fgo-embedcfg= option description.
Jakub Jelinek
1
-1
/
+1
2021-01-04
Go frontend: add -fgo-embedcfg option
Ian Lance Taylor
4
-0
/
+20
2021-01-04
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2021-01-04
Update Copyright in ChangeLog files
Jakub Jelinek
1
-1
/
+1
2021-01-02
Daily bump.
GCC Administrator
1
-0
/
+4
2021-01-01
internal/cpu: add aarch64 support functions
Ian Lance Taylor
1
-1
/
+1
2021-01-01
runtime: move startupRandomData back to runtime2.go
Ian Lance Taylor
1
-1
/
+1
2021-01-01
internal/cpu, golang.org/x/sys/cpu: support other GOARCH values
Ian Lance Taylor
1
-1
/
+1
2021-01-01
Update copyright dates.
Jakub Jelinek
1
-1
/
+1
2020-12-30
libgo: update to Go1.16beta1 release
Ian Lance Taylor
1
-1
/
+1
2020-12-23
compiler: parenthesize channel type strings if necessary
Ian Lance Taylor
2
-1
/
+16
2020-12-23
compiler: nil-checked pointers and index expressions can trap
Ian Lance Taylor
2
-7
/
+5
2020-12-23
compiler: remove references to slicecopy and slicestringcopy
Ian Lance Taylor
3
-11
/
+1
2020-12-23
Daily bump.
GCC Administrator
1
-0
/
+6
2020-12-22
compiler: initialize saw_send_stmt locals
Ian Lance Taylor
2
-3
/
+3
2020-12-22
runtime: eliminate scase.kind field
Ian Lance Taylor
5
-63
/
+129
2020-12-22
runtime: add "success" field to sudog
Ian Lance Taylor
1
-1
/
+1
2020-12-22
runtime: omit nil-channel cases from selectgo's orders
Ian Lance Taylor
1
-1
/
+1
2020-12-22
runtime: remove scase.releasetime field
Ian Lance Taylor
2
-4
/
+3
2020-12-21
Go frontend: ensure mpfr exponent range is large enough for Go
Ian Lance Taylor
1
-0
/
+10
2020-12-20
libgo: adjust sysinfo scripts for changed -fdump-go-spec
Nikhil Benesch
1
-1
/
+1
2020-12-18
compiler: check for floating-point exponent overflow
Ian Lance Taylor
2
-1
/
+5
2020-12-15
compiler: correct grammar in error message
Ian Lance Taylor
2
-2
/
+2
2020-12-15
compiler: avoid knock-on errors from invalid interfaces
Ian Lance Taylor
3
-9
/
+37
2020-12-15
compiler: discard global sink variables with static initializers
Ian Lance Taylor
4
-2
/
+31
2020-12-15
compiler: better error for unexpected digit
Ian Lance Taylor
2
-1
/
+8
2020-12-11
compiler: encode user visible names if necessary
Ian Lance Taylor
5
-59
/
+144
2020-12-08
libgo: update to 1.15.6 release
Ian Lance Taylor
1
-1
/
+1
2020-12-08
compiler: use correct location for iota errors
Ian Lance Taylor
4
-11
/
+99
2020-12-07
syscall: don't use AF_LINK on hurd
Ian Lance Taylor
1
-1
/
+1
2020-12-07
compiler: type of string index expression is byte
Ian Lance Taylor
7
-25
/
+53
2020-12-07
compiler: don't name type descriptor for alias type
Ian Lance Taylor
2
-2
/
+2
2020-12-04
runtime: update type descriptor name in fieldtrack C support code
Ian Lance Taylor
1
-1
/
+1
2020-12-03
compiler: cast comparison function result to expected bool type
Ian Lance Taylor
3
-6
/
+49
2020-12-03
compiler: defer to middle-end for complex division
Ian Lance Taylor
3
-28
/
+1
2020-12-02
compiler: reword "declared and not used" error message
Ian Lance Taylor
3
-3
/
+3
2020-12-02
compiler: improve mixed named/unnamed parameter error message
Ian Lance Taylor
2
-2
/
+2
2020-12-02
compiler: don't advance past unexpected semicolon
Ian Lance Taylor
2
-2
/
+1
2020-11-30
internal/cpu: don't define CacheLinePadSize for mips64x
Ian Lance Taylor
1
-1
/
+1
2020-11-30
compiler, runtime: check len/cap for append(s, make(T, l)...)
Ian Lance Taylor
3
-23
/
+19
2020-11-30
libgo: define SO_RCVTIMEO on 32-bit GNU/Linux
Ian Lance Taylor
1
-1
/
+1
2020-11-30
compiler: improve error messages for expected curly brace
Ian Lance Taylor
2
-4
/
+4
2020-11-30
compiler: use correct assignment order for type assertions
Ian Lance Taylor
2
-3
/
+27
2020-11-30
compiler: always use int context for index values
Ian Lance Taylor
2
-27
/
+6
[next]