summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
* Fix select { case v, ok := <-c: }.ian2011-11-041-4/+20
* Move shlib support to toplevel libgccro2011-11-022-1/+5
* Add rune as an alias for int.ian2011-10-281-0/+4
* Implement predeclared delete function.ian2011-10-253-48/+105
* Don't permit close of receive-only channel.ian2011-10-251-0/+2
* Implement new order of assignment rules.ian2011-10-253-2/+103
* Error if naked return when result variables are shadowed.ian2011-10-241-0/+17
* Implement append([]byte, string...).ian2011-10-241-17/+48
* Rename is_open_array_type to is_slice_type.ian2011-10-245-38/+37
* Remove incorrect ChangeLog entry, correct spacing.ian2011-10-112-11/+1
* Convert standard builtin functions from being arrays to using a functional in...meissner2011-10-112-5/+13
* Fix global var initialized to function call with calls as arguments.ian2011-10-041-0/+5
* Fix location of error about unused import "unsafe".ian2011-09-261-0/+1
* Better parsing of erroneous expression on left of :=.ian2011-09-231-1/+26
* Better handling of unexpected EOF in parser.ian2011-09-211-0/+7
* Better error message for shift context types.ian2011-09-211-10/+59
* Support nil maps.ian2011-09-212-7/+9
* Fix typo in error message.ian2011-09-211-1/+1
* Improve error for undefined name in imported package.ian2011-09-202-5/+17
* Implement goto restrictions.ian2011-09-204-41/+251
* Check for duplicate parameter/result names.ian2011-09-203-3/+45
* Emit compiler errors for unused values.ian2011-09-207-34/+92
* Fix handling of mutually recursive named types.ian2011-09-192-23/+25
* Improve errors for invalid use of [...]type.ian2011-09-172-3/+16
* Fix defer when not calling recover in function with named results.ian2011-09-164-21/+30
* Fix handling of structs with embedded global types.ian2011-09-143-66/+112
* Fix defer/recover at high optimization levels.ian2011-09-141-2/+5
* Always dereference nil receiver passed to value method.ian2011-09-131-21/+3
* Fix inheriting hidden methods with arguments of hidden type.ian2011-09-134-7/+23
* Fix inherited hidden methods that return hidden types.ian2011-09-133-13/+94
* Fix using package name as composite literal struct key.ian2011-09-102-3/+36
* Lower calls to bound method expressions.ian2011-08-293-220/+197
* Don't lower blocks twice.ian2011-08-291-0/+6
* Change Bound_method_expression to refer to a constant method.ian2011-08-255-98/+121
* gccgo: fixes to ast-dump, refactoring of export and ast-dumpian2011-08-2414-213/+448
* * Makefile.in (CFLAGS-collect2.o, CFLAGS-c-family/c-opts.o)jsm282011-08-242-4/+7
* Remove entry for gofrontend directory which should not be here.ian2011-08-161-6/+0
* LINEMAP_POSITION_FOR_COLUMN had the exact same effect asgchare2011-08-152-6/+8
* gcc:ro2011-08-082-1/+6
* PR go/49889ian2011-08-041-0/+2
* gccgo: Added code to dump the AST tree. The AST dump isian2011-08-0310-5/+1861
* Use temporary variables for calls with multiple results.ian2011-08-016-283/+611
* 2011-07-06 Richard Guenther <rguenther@suse.de>rguenth2011-07-062-3/+6
* Remove entry for gofrontend change which should not be here.ian2011-06-241-5/+0
* * gogo-tree.cc (Gogo::define_builtin_function_trees): Changeamacleod2011-06-212-4/+9
* * target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move tojsm282011-06-144-4/+17
* Change builtin make to runtime call at lowering time.ian2011-06-148-598/+256
* Use backend interface for map descriptors.ian2011-06-116-155/+145
* Use backend interface for type descriptors.ian2011-06-1110-253/+359
* Use backend interface for zero initialization.ian2011-06-098-390/+72