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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-06
go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned...
Ian Lance Taylor
2
-0
/
+12
2013-10-24
compiler: Implement 3-index slicing.
Ian Lance Taylor
5
-44
/
+171
2013-10-23
compiler: use builtin runtime calls for integer to string and string to array...
Ian Lance Taylor
1
-26
/
+11
2013-10-17
compiler: Rework handling of imported anonymous builtin types again.
Ian Lance Taylor
2
-37
/
+50
2013-10-17
compiler: Don't warn for unknown type when importing anonymous field.
Ian Lance Taylor
1
-4
/
+18
2013-10-14
runtime: Don't clobber saved context when catching signal.
Chris Manghane
7
-30
/
+66
2013-10-13
compiler: Fix handling of imported struct with embedded builtin type.
Ian Lance Taylor
2
-0
/
+18
2013-10-11
compiler: Fix handling of hidden methods for unnamed types.
Ian Lance Taylor
4
-6
/
+23
2013-10-11
compiler: Use backend interface for function code expressions.
Chris Manghane
8
-110
/
+135
2013-10-11
compiler: Error if receiver and parameter have same name.
Ian Lance Taylor
1
-0
/
+2
2013-10-11
compiler: Better error message of unsafe.Offsetof(method value).
Ian Lance Taylor
1
-1
/
+13
2013-10-11
compiler: accept integral float constants as string indices.
Ian Lance Taylor
1
-2
/
+11
2013-10-11
compiler: Improve handling of invalid ASCII characters in identifiers.
Ian Lance Taylor
1
-1
/
+22
2013-10-11
compiler: Use backend interface for function declarations.
Chris Manghane
9
-309
/
+368
2013-10-11
compiler: Avoid extra error for anonymous embedded type.
Ian Lance Taylor
1
-6
/
+1
2013-10-10
compiler: Fix test for constant argument too large for make.
Ian Lance Taylor
1
-2
/
+17
2013-10-10
compiler: Don't inherit logical operator operand type from context.
Ian Lance Taylor
1
-0
/
+9
2013-10-10
compiler: A type conversion of a constant is not always a constant.
Ian Lance Taylor
1
-2
/
+22
2013-10-09
compiler, runtime: Fix complex division of NaN / 0.
Ian Lance Taylor
3
-0
/
+50
2013-10-08
compiler: Error for qualified ID as field name in struct literal.
Ian Lance Taylor
3
-9
/
+50
2013-10-04
compiler: Use backend interface for temporary reference expressions.
Chris Manghane
4
-8
/
+34
2013-10-02
compiler: Use backend interface for numeric expressions.
Chris Manghane
6
-123
/
+187
2013-09-30
compiler: Use backend interface for variable expressions.
Chris Manghane
4
-8
/
+61
2013-09-28
compiler: Avoid knockon errors for invalid uses of _.
Ian Lance Taylor
5
-6
/
+47
2013-09-25
Make-lang.in (gospec.o): Remove.
Tom Tromey
2
-91
/
+26
2013-09-25
Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...
Tom Tromey
2
-2
/
+5
2013-09-25
compiler: don't permit nil assignment to blank identifier.
Ian Lance Taylor
2
-5
/
+14
2013-09-19
compiler: Fix inconsistent check for structs using memcmp for ==.
Ian Lance Taylor
2
-5
/
+1
2013-09-18
compiler: Fix name of unexported method of embedded imported type.
Ian Lance Taylor
1
-1
/
+25
2013-09-18
compiler: Correctly handle identical unnamed structs with methods.
Ian Lance Taylor
2
-11
/
+33
2013-09-18
compiler: Fix type of result of shortcut calculation.
Ian Lance Taylor
1
-1
/
+1
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
9
-316
/
+201
2013-08-29
go-gcc.cc (Gcc_backend::immutable_struct): Set TREE_PUBLIC if the struct is n...
Ian Lance Taylor
2
-10
/
+12
2013-08-23
compiler: don't export embedded builtins.
Ian Lance Taylor
2
-3
/
+28
2013-08-17
compiler: Don't generate value reference in range clause if receiver is a sink.
Ian Lance Taylor
1
-1
/
+2
2013-08-07
compiler: Fix "missing return" error for case T1, T2 in type switches.
Ian Lance Taylor
2
-1
/
+12
2013-08-06
go-gcc.cc (Gcc_backend::immutable_struct_set_init): Use compute_reloc_for_con...
Ian Lance Taylor
2
-1
/
+8
2013-08-02
go-gcc.cc (immutable_struct_set_init): Always call resolve_unique_section.
Ian Lance Taylor
2
-4
/
+10
2013-08-02
compiler: Always put descriptor wrappers in their own section.
Ian Lance Taylor
1
-0
/
+6
2013-07-24
go-gcc.cc (Gcc_backend::non_zero_size_type): If a struct has a fields...
Ian Lance Taylor
2
-14
/
+41
2013-07-23
go-backend.c: Don't #include "rtl.h".
Ian Lance Taylor
3
-8
/
+7
2013-07-23
go-lang.c: Don't #include "except.h".
Ian Lance Taylor
3
-2
/
+6
2013-07-16
compiler: adjust closure field indexes
Ian Lance Taylor
1
-1
/
+1
2013-06-27
compiler: structs inherit all methods from embedded pointer fields.
Ian Lance Taylor
1
-1
/
+6
2013-06-27
compiler: more consistent error message for [...]T(x)
Ian Lance Taylor
1
-1
/
+1
2013-06-26
compiler: disallow fallthrough in last case of switch.
Ian Lance Taylor
1
-0
/
+3
2013-06-26
compiler: reject integer division by zero constant.
Ian Lance Taylor
1
-0
/
+14
2013-06-26
compiler: forbid identifiers named "init" in package scope.
Ian Lance Taylor
1
-0
/
+8
2013-06-25
compiler: Fix type determination issues.
Ian Lance Taylor
2
-3
/
+22
[next]