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/existing-fp8
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-15
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-15
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
/
gofrontend
/
expressions.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-13
Merged current trunk to branch.
Thomas Koenig
1
-241
/
+480
2020-12-23
compiler: nil-checked pointers and index expressions can trap
Ian Lance Taylor
1
-6
/
+4
2020-12-15
compiler: avoid knock-on errors from invalid interfaces
Ian Lance Taylor
1
-3
/
+20
2020-12-08
compiler: use correct location for iota errors
Ian Lance Taylor
1
-9
/
+82
2020-12-07
compiler: type of string index expression is byte
Ian Lance Taylor
1
-2
/
+2
2020-12-03
compiler: cast comparison function result to expected bool type
Ian Lance Taylor
1
-3
/
+39
2020-12-03
compiler: defer to middle-end for complex division
Ian Lance Taylor
1
-21
/
+0
2020-11-30
compiler, runtime: check len/cap for append(s, make(T, l)...)
Ian Lance Taylor
1
-22
/
+13
2020-11-30
compiler: always use int context for index values
Ian Lance Taylor
1
-26
/
+5
2020-11-28
compiler: avoid follow-on errors for bad types
Ian Lance Taylor
1
-1
/
+38
2020-11-25
compiler: avoid silent truncation for string(1 << 32)
Ian Lance Taylor
1
-1
/
+9
2020-11-20
compiler, libgo: change mangling scheme
Ian Lance Taylor
1
-20
/
+18
2020-10-15
compiler: export type for string and bool constants
Ian Lance Taylor
1
-38
/
+44
2020-09-21
compiler: finalize methods for type aliases of struct types
Ian Lance Taylor
1
-20
/
+30
2020-08-17
compiler: export thunks referenced by inline functions
Ian Lance Taylor
1
-5
/
+4
2020-08-10
runtime: revert eqtype for AIX
Clément Chigot
1
-8
/
+19
2020-08-04
compiler: delete lowered constant strings
Ian Lance Taylor
1
-1
/
+8
2020-07-27
compiler,runtime: pass only ptr and len to some runtime calls
Ian Lance Taylor
1
-27
/
+33
2020-07-11
compiler: avoid generating unnamed bool type descriptor
Ian Lance Taylor
1
-4
/
+1
2020-04-09
compiler: look up composite literal keys in the global namespace
Ian Lance Taylor
1
-3
/
+11
2020-01-27
compiler: cleanups permitted by GCC requirement of MPFR 3.1.0
Ian Lance Taylor
1
-50
/
+50
2020-01-09
compiler: don't add composite literal keys to package bindings
Ian Lance Taylor
1
-7
/
+78
2020-01-07
compiler, runtime: stop using __go_runtime_error
Ian Lance Taylor
1
-26
/
+19
2020-01-07
compiler: avoid write barrier for a[i] = a[i][:v]
Ian Lance Taylor
1
-0
/
+18
2020-01-07
compiler: avoid a couple of compiler crashes
Ian Lance Taylor
1
-0
/
+9
2020-01-02
compiler: split writing of equal and hash functions for types
Ian Lance Taylor
1
-4
/
+2
2019-10-04
compiler: include selected constant types during export processing
Ian Lance Taylor
1
-0
/
+13
2019-10-04
compiler: adjust code to avoid shadowing local variables
Ian Lance Taylor
1
-30
/
+24
2019-09-28
compiler: resolve importing ambiguity for more complex function calls
Ian Lance Taylor
1
-0
/
+5
2019-09-10
compiler: permit inlining constant expressions and expression statements
Ian Lance Taylor
1
-0
/
+4
2019-09-09
compiler: traverse types of constant expressions
Ian Lance Taylor
1
-0
/
+67
2019-08-31
compiler: don't report runtime escapes if we've seen errors
Ian Lance Taylor
1
-1
/
+3
2019-08-28
compiler, runtime: provide index information on bounds check failure
Ian Lance Taylor
1
-183
/
+292
2019-08-23
compiler: record pointer var values to remove write barriers
Ian Lance Taylor
1
-1
/
+1
2019-08-21
compiler: don't use pkgpath for fieldtrack of unexported field
Ian Lance Taylor
1
-1
/
+1
2019-08-21
compiler: if hidden function referenced by inline, don't hide descriptor
Ian Lance Taylor
1
-1
/
+5
2019-08-20
compiler, runtime: implement shifts by signed amounts
Ian Lance Taylor
1
-5
/
+23
2019-08-16
compiler: print runtime.hex in hex
Ian Lance Taylor
1
-1
/
+7
2019-07-03
compiler: set varargs lowered for imported call expressions
Ian Lance Taylor
1
-1
/
+1
2019-07-02
compiler: use builtin memset for non-pointer memclr
Cherry Zhang
1
-4
/
+10
2019-06-24
compiler: open code string equality
Ian Lance Taylor
1
-11
/
+51
2019-06-24
compiler: use builtin memcmp directly
Ian Lance Taylor
1
-1
/
+2
2019-06-23
compiler: edit error messages to avoid -Wformat-diag warnings
Ian Lance Taylor
1
-9
/
+11
2019-06-23
compiler: add go_debug and use it for debug messages
Ian Lance Taylor
1
-1
/
+1
2019-06-21
compiler: intrinsify some math/bits functions
Cherry Zhang
1
-7
/
+143
2019-06-21
compiler: open code some type assertions
Ian Lance Taylor
1
-8
/
+17
2019-06-21
compiler: open code string slice expressions
Ian Lance Taylor
1
-17
/
+49
2019-06-19
compiler: optimize string concatenations
Ian Lance Taylor
1
-51
/
+17
2019-06-19
compiler: stack allocate a buffer for non-escaping string ops
Ian Lance Taylor
1
-13
/
+85
2019-06-18
compiler: avoid copy for string([]byte) conversion used in string concatenation
Cherry Zhang
1
-0
/
+20
[next]