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
2012-03-28
compiler: avoid an ICE on bound interface methods used as values.
Ian Lance Taylor
1
-1
/
+2
2012-03-28
compiler: fix crashes.
Ian Lance Taylor
1
-0
/
+2
2012-03-28
compiler: Rewrite handling of untyped numeric constants.
Ian Lance Taylor
1
-1877
/
+1366
2012-03-09
compiler: Be more careful to follow GENERIC type rules.
Ian Lance Taylor
1
-6
/
+9
2012-03-08
compiler: Don't crash on array assignment.
Ian Lance Taylor
1
-2
/
+4
2012-03-01
compiler: Fix handling of indirection of circular types.
Ian Lance Taylor
1
-18
/
+22
2012-03-01
compiler: Avoid some compiler crashes on invalid code.
Ian Lance Taylor
1
-1
/
+1
2012-03-01
compiler: Fix unary ^ applied to typed signed integer constant.
Ian Lance Taylor
1
-3
/
+22
2012-02-29
compiler: Avoid various crashes on error conditions.
Ian Lance Taylor
1
-12
/
+32
2012-02-17
compiler: Add parameter names to export information.
Ian Lance Taylor
1
-1
/
+1
2012-02-17
compiler: Don't lower binary expressions with mismatched types.
Ian Lance Taylor
1
-0
/
+3
2012-02-16
compiler: Lower constant string comparisons.
Ian Lance Taylor
1
-4
/
+35
2012-02-16
compiler: Fix crash: type T1 struct { F *[1]T2 } where T2 is a struct.
Ian Lance Taylor
1
-2
/
+2
2012-02-08
math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.
Ian Lance Taylor
1
-1
/
+2
2012-02-08
compiler, runtime: Check make int64 args for overflow.
Ian Lance Taylor
1
-6
/
+26
2012-02-02
compiler: Compare slice start and end with cap, not len.
Ian Lance Taylor
1
-13
/
+25
2012-02-02
compiler: Fix parameter references in method expressions.
Ian Lance Taylor
1
-6
/
+17
2012-02-01
compiler: Fix type checking for append.
Ian Lance Taylor
1
-6
/
+13
2012-01-24
compiler: Do not allow slice of array literal.
Ian Lance Taylor
1
-16
/
+1
2012-01-24
compiler: Correct type of expressions involving character constants.
Ian Lance Taylor
1
-1
/
+29
2012-01-24
compiler: Better handling of erroneous function signatures.
Ian Lance Taylor
1
-6
/
+14
2012-01-24
compiler: Better error message for invalid use of predeclared function.
Ian Lance Taylor
1
-1
/
+2
2012-01-23
compiler: Give an error if a variable is defined but not used.
Ian Lance Taylor
1
-0
/
+1
2012-01-21
compiler: Change alias handling, change rune alias to int32.
Ian Lance Taylor
1
-10
/
+50
2012-01-20
compiler: Handle recursive interfaces.
Ian Lance Taylor
1
-4
/
+4
2012-01-12
libgo: Update to weekly.2011-12-14.
Ian Lance Taylor
1
-1
/
+5
2012-01-11
compiler: Permit type B byte; type S []B; var v = S("x").
Ian Lance Taylor
1
-20
/
+21
2012-01-11
compiler: Don't use memcmp for structs/arrays with padding.
Ian Lance Taylor
1
-14
/
+9
2012-01-11
compiler: Use backend interface for type sizes and alignments.
Ian Lance Taylor
1
-45
/
+34
2012-01-06
compiler, runtime: Implement struct and array comparisons.
Ian Lance Taylor
1
-46
/
+289
2011-12-28
compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
Ian Lance Taylor
1
-3
/
+16
2011-12-14
compiler: Permit omitting &T in composite literal.
Ian Lance Taylor
1
-3
/
+17
2011-12-13
compiler: Fix multiple conversions to different named slices.
Ian Lance Taylor
1
-2
/
+2
2011-12-13
compiler: Permit converting between string and named []byte/[]rune.
Ian Lance Taylor
1
-12
/
+3
2011-12-09
compiler: Another correction to hidden fields in composite literals.
Ian Lance Taylor
1
-8
/
+12
2011-12-09
compiler: It's OK to assign a struct with hidden fields in a literal.
Ian Lance Taylor
1
-12
/
+0
2011-12-08
compiler: Don't check for hidden fields on struct assignments.
Ian Lance Taylor
1
-1
/
+36
2011-12-01
compiler/runtime: Copy channel implementation from master library.
Ian Lance Taylor
1
-2
/
+7
2011-11-29
compiler: Define and use backend-independent Location class.
Sanjoy Das
1
-282
/
+340
2011-10-25
Implement predeclared delete function.
Ian Lance Taylor
1
-48
/
+97
2011-10-25
Don't permit close of receive-only channel.
Ian Lance Taylor
1
-0
/
+2
2011-10-25
Implement new order of assignment rules.
Ian Lance Taylor
1
-0
/
+18
2011-10-24
Implement append([]byte, string...).
Ian Lance Taylor
1
-17
/
+48
2011-10-24
Rename is_open_array_type to is_slice_type.
Ian Lance Taylor
1
-23
/
+22
2011-09-21
Better error message for shift context types.
Ian Lance Taylor
1
-10
/
+59
2011-09-20
Improve error for undefined name in imported package.
Ian Lance Taylor
1
-2
/
+7
2011-09-20
Emit compiler errors for unused values.
Ian Lance Taylor
1
-8
/
+49
2011-09-17
Improve errors for invalid use of [...]type.
Ian Lance Taylor
1
-1
/
+1
2011-09-14
Fix handling of structs with embedded global types.
Ian Lance Taylor
1
-2
/
+15
2011-09-13
Fix inheriting hidden methods with arguments of hidden type.
Ian Lance Taylor
1
-1
/
+7
[prev]
[next]