aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
AgeCommit message (Expand)Author
2013-06-13Make Linaro GCC 4.8-2013.06 releasegcc-linaro-4.8-2013.06Rob Savoye
2013-06-06Merge from branches/gcc-4_8-branch r199609.Christophe Lyon
2013-05-31Mark ChangeLogGCC Administrator
2013-05-19Make 4.8-2013.05 release.linaro-gcc-4.8-2013.05Matthew Gretton-Dann
2013-04-29Separate ChangeLogs for cherry-picked backports from trunk into ChangeLog.linaroMatthew Gretton-Dann
2013-04-10Release Linaro GCC 4.8 2013.04linaro-gcc-4.8-2013.04Matthew Gretton-Dann
2013-03-22Mark ChangeLogGCC Administrator
2013-02-10compiler, libgo: Permit testing package when test imports it circularly.Ian Lance Taylor
2013-02-05 PR bootstrap/56198Ian Lance Taylor
2013-02-01compiler: Don't emit multiple methods for identical unnamed structs.Ian Lance Taylor
2013-01-29compiler: Correct initialization order determination.Ian Lance Taylor
2013-01-17compiler: Provide location for initialization function.Ian Lance Taylor
2013-01-16 * gospec.c: pass -u pthread_create to linker when static linking.Shenghou Ma
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-21compiler: Error if name defined in both package and file blocks.Ian Lance Taylor
2012-12-21 PR bootstrap/54659Ian Lance Taylor
2012-12-18libgo: Link against libatomic_convenience.la.Ian Lance Taylor
2012-12-18libgo: Link against libatomic.Andreas Schwab
2012-12-14compiler: Better error message for invalid shift operations.Ian Lance Taylor
2012-12-13compiler: Accept trailing comma after varargs parameter.Ian Lance Taylor
2012-12-06compiler: Correct test for whether go/defer arg is parenthesized.Ian Lance Taylor
2012-12-05compiler: Accept trailing comma after expression in type conversion.Ian Lance Taylor
2012-12-05compiler: Make sure we produce an error for a call to a non-function.Ian Lance Taylor
2012-12-05compiler: Check for negative or inverted arguments to make.Ian Lance Taylor
2012-12-04compiler: Give error for constant inverted slice range.Ian Lance Taylor
2012-12-04compiler: Reject invalid nil == nil comparisons.Ian Lance Taylor
2012-12-04compiler: Fix crash in go/defer of some builtin functions.Ian Lance Taylor
2012-12-04compiler: Don't permit go/defer argument to be parenthesized.Ian Lance Taylor
2012-12-03compiler: Fix field tracking for references in global initializers.Ian Lance Taylor
2012-12-03compiler: Don't encode non-ASCII characters in identifiers.Ian Lance Taylor
2012-12-03compiler: Fix nil func panics, constant type conversions.Ian Lance Taylor
2012-12-01compiler: Fix bug converting unnamed types with placeholders.Ian Lance Taylor
2012-11-30compiler: Fix fieldtrack info for unexported type.Ian Lance Taylor
2012-11-29compiler, runtime: Track fields with tag go:"track".Ian Lance Taylor
2012-11-28compiler: Implement //go:nointerface comments.Ian Lance Taylor
2012-11-25compiler: Don't use memcmp for equality if struct has trailing padding.Ian Lance Taylor
2012-11-19 PR translation/53764Ian Lance Taylor
2012-11-18compiler: Adjust for vec changes.Ian Lance Taylor
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-16compiler: don't remove floating point conversion of typed constantIan Lance Taylor
2012-11-16 * Make-lang.in (gccgo$(exeext)): Add + at start of command.Ian Lance Taylor
2012-11-06compiler, runtime: Size of int is now 64 bits on x86_64.Ian Lance Taylor
2012-11-06compiler, libgo: Fixes to prepare for 64-bit int.Ian Lance Taylor
2012-11-06compiler, runtime: Memcmp routine returns intgo.Ian Lance Taylor
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor
2012-10-31compiler: Add -fgo-relative-import-path.Ian Lance Taylor
2012-10-23libgo: Update to current sources.Ian Lance Taylor
2012-10-03compiler: Fix a, b, c := b, a, 1 when a and b already exist.Ian Lance Taylor
2012-10-02compiler: Fix a couple of type reflection strings.Ian Lance Taylor