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-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
/
gofrontend
/
expressions.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-04
compiler: expand arguments with multiple results for built-in functions.
Ian Lance Taylor
1
-21
/
+15
2013-09-03
compiler, runtime: Use runtime functions to pass closure value.
Ian Lance Taylor
1
-56
/
+65
2013-06-26
compiler: reject integer division by zero constant.
Ian Lance Taylor
1
-0
/
+14
2013-06-25
compiler: Fix type determination issues.
Ian Lance Taylor
1
-2
/
+18
2013-06-24
compiler: Add support for method values.
Ian Lance Taylor
1
-56
/
+525
2013-06-21
compiler: Really only make descriptors when needed.
Ian Lance Taylor
1
-18
/
+0
2013-06-21
compiler: Only make function descriptors if needed.
Ian Lance Taylor
1
-55
/
+37
2013-06-19
compiler: reject incorrect unsafe.Offsetof expressions.
Ian Lance Taylor
1
-0
/
+20
2013-06-18
compiler, runtime: Use function descriptors.
Ian Lance Taylor
1
-93
/
+412
2013-06-14
compiler: fix computation of Offsetof.
Ian Lance Taylor
1
-12
/
+24
2012-12-21
re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows)
Ian Lance Taylor
1
-2
/
+0
2012-12-14
compiler: Better error message for invalid shift operations.
Ian Lance Taylor
1
-6
/
+3
2012-12-05
compiler: Make sure we produce an error for a call to a non-function.
Ian Lance Taylor
1
-0
/
+10
2012-12-05
compiler: Check for negative or inverted arguments to make.
Ian Lance Taylor
1
-18
/
+43
2012-12-04
compiler: Give error for constant inverted slice range.
Ian Lance Taylor
1
-2
/
+12
2012-12-04
compiler: Reject invalid nil == nil comparisons.
Ian Lance Taylor
1
-0
/
+5
2012-12-04
compiler: Fix crash in go/defer of some builtin functions.
Ian Lance Taylor
1
-13
/
+17
2012-12-03
compiler: Fix field tracking for references in global initializers.
Ian Lance Taylor
1
-1
/
+2
2012-12-03
compiler: Fix nil func panics, constant type conversions.
Ian Lance Taylor
1
-61
/
+96
2012-11-30
compiler: Fix fieldtrack info for unexported type.
Ian Lance Taylor
1
-1
/
+1
2012-11-29
compiler, runtime: Track fields with tag go:"track".
Ian Lance Taylor
1
-0
/
+96
2012-11-18
compiler: Adjust for vec changes.
Ian Lance Taylor
1
-34
/
+39
2012-11-16
compiler: don't remove floating point conversion of typed constant
Ian Lance Taylor
1
-0
/
+40
2012-11-01
compiler, runtime: More steps toward separating int and intgo.
Ian Lance Taylor
1
-39
/
+48
2012-09-22
compiler: No error if shift operand inherits interface type.
Ian Lance Taylor
1
-1
/
+2
2012-09-22
compiler: Fix determining types for builtin complex function.
Ian Lance Taylor
1
-1
/
+1
2012-09-22
compiler: Fix unnamed struct type converted to interface type.
Ian Lance Taylor
1
-4
/
+10
2012-09-21
compiler: len(<-c) is not a constant.
Ian Lance Taylor
1
-48
/
+47
2012-09-20
compiler: Fix struct hash and equality with _ fields.
Ian Lance Taylor
1
-0
/
+3
2012-09-10
Remove unnecessary VEC function overloads.
Diego Novillo
1
-19
/
+28
2012-08-23
compiler: Comparisons return untyped boolean value.
Ian Lance Taylor
1
-12
/
+27
2012-08-23
compiler: Remove old handling of unsafe.Pointer in type assertions.
Ian Lance Taylor
1
-33
/
+2
2012-08-15
compiler: Adjust for GCC always being built with C++.
Ian Lance Taylor
1
-9
/
+0
2012-06-14
compiler: Avoid unnecessary interface conversions.
Ian Lance Taylor
1
-2
/
+4
2012-05-30
compiler: Don't crash for invalid constant types for && or ||.
Ian Lance Taylor
1
-15
/
+3
2012-05-25
compiler: Don't create a closure if not needed.
Ian Lance Taylor
1
-23
/
+11
2012-05-15
compiler: Fix taking address of constant outside of function.
Ian Lance Taylor
1
-9
/
+40
2012-05-15
compiler: Sort array constructors by index.
Ian Lance Taylor
1
-10
/
+48
2012-05-15
compiler: Don't try to take the address of a constant.
Ian Lance Taylor
1
-2
/
+4
2012-05-07
compiler: fix ICE in handling of rune constants.
Ian Lance Taylor
1
-1
/
+4
2012-05-07
compiler: reject NOT operator on integer types.
Ian Lance Taylor
1
-3
/
+6
2012-04-28
compiler: Fix some crashes on invalid code.
Ian Lance Taylor
1
-1
/
+1
2012-04-28
compiler: Use less memory for array/slice literals.
Ian Lance Taylor
1
-97
/
+177
2012-04-24
compiler: Error for invalid use of ... in call.
Ian Lance Taylor
1
-2
/
+22
2012-04-23
compiler: Correct handling of negative zero floating constant.
Ian Lance Taylor
1
-1
/
+7
2012-04-20
compiler, runtime: Add explicit checks for zero and overflow division.
Ian Lance Taylor
1
-27
/
+109
2012-04-16
compiler: fix infinite recursion in string constant evaluation.
Ian Lance Taylor
1
-2
/
+16
2012-03-30
compiler: Fix order of evaluation of struct composite literals.
Ian Lance Taylor
1
-7
/
+42
2012-03-29
compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.
Ian Lance Taylor
1
-5
/
+9
2012-03-28
compiler: fix null-dereference on invalid len() arg.
Ian Lance Taylor
1
-2
/
+2
[next]