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
2011-11-04
Fix select { case v, ok := <-c: }.
Ian Lance Taylor
1
-4
/
+20
2011-11-02
Move shlib support to toplevel libgcc
Rainer Orth
2
-1
/
+5
2011-10-28
Add rune as an alias for int.
Ian Lance Taylor
1
-0
/
+4
2011-10-25
Implement predeclared delete function.
Ian Lance Taylor
3
-48
/
+105
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
3
-2
/
+103
2011-10-24
Error if naked return when result variables are shadowed.
Ian Lance Taylor
1
-0
/
+17
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
5
-38
/
+37
2011-10-11
Remove incorrect ChangeLog entry, correct spacing.
Ian Lance Taylor
2
-11
/
+1
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
2
-5
/
+13
2011-10-04
Fix global var initialized to function call with calls as arguments.
Ian Lance Taylor
1
-0
/
+5
2011-09-26
Fix location of error about unused import "unsafe".
Ian Lance Taylor
1
-0
/
+1
2011-09-23
Better parsing of erroneous expression on left of :=.
Ian Lance Taylor
1
-1
/
+26
2011-09-21
Better handling of unexpected EOF in parser.
Ian Lance Taylor
1
-0
/
+7
2011-09-21
Better error message for shift context types.
Ian Lance Taylor
1
-10
/
+59
2011-09-21
Support nil maps.
Ian Lance Taylor
2
-7
/
+9
2011-09-21
Fix typo in error message.
Ian Lance Taylor
1
-1
/
+1
2011-09-20
Improve error for undefined name in imported package.
Ian Lance Taylor
2
-5
/
+17
2011-09-20
Implement goto restrictions.
Ian Lance Taylor
4
-41
/
+251
2011-09-20
Check for duplicate parameter/result names.
Ian Lance Taylor
3
-3
/
+45
2011-09-20
Emit compiler errors for unused values.
Ian Lance Taylor
7
-34
/
+92
2011-09-19
Fix handling of mutually recursive named types.
Ian Lance Taylor
2
-23
/
+25
2011-09-17
Improve errors for invalid use of [...]type.
Ian Lance Taylor
2
-3
/
+16
2011-09-16
Fix defer when not calling recover in function with named results.
Ian Lance Taylor
4
-21
/
+30
2011-09-14
Fix handling of structs with embedded global types.
Ian Lance Taylor
3
-66
/
+112
2011-09-14
Fix defer/recover at high optimization levels.
Ian Lance Taylor
1
-2
/
+5
2011-09-13
Always dereference nil receiver passed to value method.
Ian Lance Taylor
1
-21
/
+3
2011-09-13
Fix inheriting hidden methods with arguments of hidden type.
Ian Lance Taylor
4
-7
/
+23
2011-09-13
Fix inherited hidden methods that return hidden types.
Ian Lance Taylor
3
-13
/
+94
2011-09-10
Fix using package name as composite literal struct key.
Ian Lance Taylor
2
-3
/
+36
2011-08-29
Lower calls to bound method expressions.
Ian Lance Taylor
3
-220
/
+197
2011-08-29
Don't lower blocks twice.
Ian Lance Taylor
1
-0
/
+6
2011-08-25
Change Bound_method_expression to refer to a constant method.
Ian Lance Taylor
5
-98
/
+121
2011-08-24
gccgo...
Roberto Lublinerman
14
-213
/
+448
2011-08-24
* Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)
Joseph Myers
2
-4
/
+7
2011-08-16
Remove entry for gofrontend directory which should not be here.
Ian Lance Taylor
1
-6
/
+0
2011-08-15
LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...
Gabriel Charette
2
-6
/
+8
2011-08-08
driver-sparc.c: New file.
Rainer Orth
2
-1
/
+6
2011-08-04
re PR go/49889 (Calling a function whose name is obscured by a local variable...
Ian Lance Taylor
1
-0
/
+2
2011-08-03
gccgo: Added code to dump the AST tree.
Roberto Lublinerman
10
-5
/
+1861
2011-08-01
Use temporary variables for calls with multiple results.
Ian Lance Taylor
6
-283
/
+611
2011-07-06
tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.
Richard Guenther
2
-3
/
+6
2011-06-24
Remove entry for gofrontend change which should not be here.
Ian Lance Taylor
1
-5
/
+0
2011-06-21
gogo-tree.cc (Gogo::define_builtin_function_trees): Change BUILT_IN_ADD_AND_F...
Andrew MacLeod
2
-4
/
+9
2011-06-15
target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.
Joseph Myers
4
-4
/
+17
2011-06-14
Change builtin make to runtime call at lowering time.
Ian Lance Taylor
8
-598
/
+256
2011-06-11
Use backend interface for map descriptors.
Ian Lance Taylor
6
-155
/
+145
2011-06-11
Use backend interface for type descriptors.
Ian Lance Taylor
10
-253
/
+359
2011-06-09
Use backend interface for zero initialization.
Ian Lance Taylor
8
-390
/
+72
[next]