summaryrefslogtreecommitdiff
path: root/gcc/go
Commit message (Expand)AuthorAgeFilesLines
...
* * gospec.c: pass -u pthread_create to linker when static linking.ian2013-01-162-1/+19
* Update copyright years in gcc/rsandifo2013-01-1011-11/+11
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-042-2/+2
* compiler: Error if name defined in both package and file blocks.ian2012-12-212-4/+46
* PR bootstrap/54659ian2012-12-219-21/+5
* libgo: Link against libatomic_convenience.la.ian2012-12-182-8/+5
* libgo: Link against libatomic.ian2012-12-182-0/+15
* compiler: Better error message for invalid shift operations.ian2012-12-141-6/+3
* compiler: Accept trailing comma after varargs parameter.ian2012-12-135-20/+87
* compiler: Correct test for whether go/defer arg is parenthesized.ian2012-12-062-46/+87
* compiler: Accept trailing comma after expression in type conversion.ian2012-12-051-0/+2
* compiler: Make sure we produce an error for a call to a non-function.ian2012-12-051-0/+10
* compiler: Check for negative or inverted arguments to make.ian2012-12-051-18/+43
* compiler: Give error for constant inverted slice range.ian2012-12-041-2/+12
* compiler: Reject invalid nil == nil comparisons.ian2012-12-041-0/+5
* compiler: Fix crash in go/defer of some builtin functions.ian2012-12-043-27/+38
* compiler: Don't permit go/defer argument to be parenthesized.ian2012-12-041-3/+6
* compiler: Fix field tracking for references in global initializers.ian2012-12-031-1/+2
* compiler: Don't encode non-ASCII characters in identifiers.ian2012-12-031-5/+1
* compiler: Fix nil func panics, constant type conversions.ian2012-12-032-63/+98
* compiler: Fix bug converting unnamed types with placeholders.ian2012-12-012-57/+98
* compiler: Fix fieldtrack info for unexported type.ian2012-11-301-1/+1
* compiler, runtime: Track fields with tag go:"track".ian2012-11-2910-7/+163
* compiler: Implement //go:nointerface comments.ian2012-11-288-7/+126
* compiler: Don't use memcmp for equality if struct has trailing padding.ian2012-11-252-25/+35
* PR translation/53764ian2012-11-191-1/+1
* compiler: Adjust for vec changes.ian2012-11-182-58/+68
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-182-8/+11
* compiler: don't remove floating point conversion of typed constantian2012-11-161-0/+40
* * Make-lang.in (gccgo$(exeext)): Add + at start of command.ian2012-11-162-2/+7
* compiler, runtime: Size of int is now 64 bits on x86_64.ian2012-11-061-2/+2
* compiler, libgo: Fixes to prepare for 64-bit int.ian2012-11-061-2/+6
* compiler, runtime: Memcmp routine returns intgo.ian2012-11-061-1/+1
* compiler, runtime: More steps toward separating int and intgo.ian2012-11-016-51/+69
* compiler: Add -fgo-relative-import-path.ian2012-10-3110-10/+78
* libgo: Update to current sources.ian2012-10-234-8/+20
* compiler: Fix a, b, c := b, a, 1 when a and b already exist.ian2012-10-032-16/+60
* compiler: Fix a couple of type reflection strings.ian2012-10-021-3/+9
* compiler: Fix parse of (<- chan <- chan <- int)(x).ian2012-10-022-8/+83
* compiler: Fix handling of omitted expression in switch.ian2012-09-281-19/+10
* compiler: Better error for missing comma in composite literal.ian2012-09-271-1/+5
* compiler: Better warning for switch on non-comparable type.ian2012-09-241-0/+10
* compiler, runtime: Reject surrogate pair converting int to string.ian2012-09-221-0/+6
* compiler: No error if shift operand inherits interface type.ian2012-09-221-1/+2
* compiler: Fix determining types for builtin complex function.ian2012-09-221-1/+1
* compiler: Fix unnamed struct type converted to interface type.ian2012-09-226-46/+135
* compiler: Better error messages for single- and multiple- value.ian2012-09-212-4/+4
* compiler: Better error message if method requires pointer receiver.ian2012-09-211-2/+3
* compiler: len(<-c) is not a constant.ian2012-09-211-48/+47
* compiler: Update for GCC push_cfun changes.ian2012-09-201-9/+0