OSDN Git Service

compiler: Add -fgo-pkgpath option.
[pf3gnuchains/gcc-fork.git] / gcc / go / gofrontend / gogo.h
2012-05-09 iancompiler: Add -fgo-pkgpath option.
2012-05-03 iancompiler: Fix order of initialization bug with global...
2012-04-20 iancompiler, runtime: Add explicit checks for zero and...
2012-03-10 ianUpdate Go compiler, library, and testsuite on gcc 4...
2012-02-02 iancompiler: Permit importing a method to a type being...
2012-02-01 iancompiler: Don't crash on type switch case nil with...
2012-01-24 iancompiler: Verify types of sink variables.
2012-01-24 iancompiler: Better handling of erroneous function signatures.
2012-01-23 iancompiler: Give an error if a variable is defined but...
2012-01-20 iancompiler: Handle recursive interfaces.
2012-01-06 iancompiler, runtime: Implement struct and array comparisons.
2011-12-01 iancompiler/runtime: Copy channel implementation from...
2011-11-29 iancompiler: Define and use backend-independent Location...
2011-09-20 ianImplement goto restrictions.
2011-08-03 iangccgo: Added code to dump the AST tree. The AST dump is
2011-08-01 ianUse temporary variables for calls with multiple results.
2011-06-11 ianUse backend interface for map descriptors.
2011-06-11 ianUse backend interface for type descriptors.
2011-05-12 ianFix bug with taking address of a variable when address...
2011-05-05 ianUse backend interface for slice types.
2011-04-25 ianUse backend interface for function types.
2011-04-21 ianDefine go_assert to replace gcc_assert
2011-04-19 ianUse backend interface for blocks.
2011-04-19 ianUse backend interface for variables.
2011-04-15 ianUse backend interface for send statement.
2011-04-13 ianUse backend interface for go and defer statements.
2011-04-05 ianUse backend interface for labels and goto statements.
2011-04-04 ianUse backend interface for return statements.
2011-04-03 ianStart using backend interface separate from gofrontend.
2011-03-25 ianGive an error if a label is defined but not used.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-03 ianMake sure variable type is determined when var initiali...
2011-03-03 ianRewrite conversion of named types to backend representa...
2011-02-09 ianThe "main" package is not special if -fgo-prefix is...
2011-01-21 ianRemove the types float and complex.
2011-01-19 ianGenerate an init function if any global variable needs...
2010-12-22 ianFix handling of named results for functions which call...
2010-12-21 ianDon't crash when declaring methods on unknown name.
2010-12-18 ianDon't crash on recursive variables and typed consts.
2010-12-15 ianPermit _ as a result variable name.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.