]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/gogo.h
libgo: Merge from revision 18783:00cce3a34d7e of master library.
[thirdparty/gcc.git] / gcc / go / gofrontend / gogo.h
2014-06-04  Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-06  Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06  Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-04-30  Chris Manghanego-gcc.cc: #include "langhooks.h".
2014-04-26  Chris Manghanecompiler: Use backend interface for defining global...
2014-04-22  Chris Manghanecompiler: Use backend interface for initialization...
2014-04-14  Chris ManghaneSync to current external repository.
2014-01-10  Ian Lance Taylorcompiler: Use backend interface for slice info.
2014-01-09  Ian Lance Taylorcompiler: Add flattening pass
2013-12-17  Ian Lance Taylorcompiler: Use backend interface for runtime errors.
2013-10-11  Ian Lance Taylorcompiler: Fix handling of hidden methods for unnamed...
2013-10-11  Chris Manghanecompiler: Use backend interface for function code expre...
2013-10-11  Chris Manghanecompiler: Use backend interface for function declarations.
2013-09-28  Ian Lance Taylorcompiler: Avoid knockon errors for invalid uses of _.
2013-09-03  Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-06-24  Ian Lance Taylorcompiler: generate dummy names for blank-named constants.
2013-06-21  Ian Lance Taylorcompiler: do not skip compilation of blank-named functions.
2013-06-21  Ian Lance Taylorcompiler: Only make function descriptors if needed.
2013-06-18  Ian Lance Taylorcompiler, runtime: Use function descriptors.
2012-12-21  Ian Lance Taylorcompiler: Error if name defined in both package and...
2012-12-13  Ian Lance Taylorcompiler: Accept trailing comma after varargs parameter.
2012-11-29  Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-28  Ian Lance Taylorcompiler: Implement //go:nointerface comments.
2012-11-01  Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-31  Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
2012-09-22  Ian Lance Taylorcompiler: Fix unnamed struct type converted to interfac...
2012-09-19  Ian Lance Taylorcompiler: Fix multiple types with same name in function.
2012-05-09  Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-05-03  Ian Lance Taylorcompiler: Fix order of initialization bug with global...
2012-04-20  Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-03-07  Ian Lance Taylorcompiler: Don't crash if writing type functions too...
2012-02-02  Ian Lance Taylorcompiler: Permit importing a method to a type being...
2012-02-01  Ian Lance Taylorcompiler: Don't crash on type switch case nil with...
2012-01-24  Ian Lance Taylorcompiler: Verify types of sink variables.
2012-01-24  Ian Lance Taylorcompiler: Better handling of erroneous function signatures.
2012-01-23  Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-20  Ian Lance Taylorcompiler: Handle recursive interfaces.
2012-01-06  Ian Lance Taylorcompiler, runtime: Implement struct and array comparisons.
2011-12-01  Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-29  Sanjoy Dascompiler: Define and use backend-independent Location...
2011-09-20  Ian Lance TaylorImplement goto restrictions.
2011-08-03  Roberto Lublinermangccgo: Added code to dump the AST tree.
2011-08-01  Ian Lance TaylorUse temporary variables for calls with multiple results.
2011-06-11  Ian Lance TaylorUse backend interface for map descriptors.
2011-06-11  Ian Lance TaylorUse backend interface for type descriptors.
2011-05-12  Ian Lance TaylorFix bug with taking address of a variable when address...
2011-05-05  Ian Lance TaylorUse backend interface for slice types.
2011-04-25  Ian Lance TaylorUse backend interface for function types.
2011-04-21  Ian Lance TaylorDefine go_assert to replace gcc_assert
2011-04-19  Ian Lance TaylorUse backend interface for blocks.
2011-04-19  Ian Lance TaylorUse backend interface for variables.
2011-04-15  Ian Lance TaylorUse backend interface for send statement.
2011-04-13  Ian Lance TaylorUse backend interface for go and defer statements.
2011-04-05  Ian Lance TaylorUse backend interface for labels and goto statements.
2011-04-04  Ian Lance TaylorUse backend interface for return statements.
2011-04-03  Ian Lance TaylorStart using backend interface separate from gofrontend.
2011-03-25  Ian Lance TaylorGive an error if a label is defined but not used.
2011-03-24  Ian Lance TaylorTuple receives indicate whether channel is closed.
2011-03-03  Ian Lance TaylorMake sure variable type is determined when var initiali...
2011-03-03  Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-09  Ian Lance TaylorThe "main" package is not special if -fgo-prefix is...
2011-01-21  Ian Lance TaylorRemove the types float and complex.
2011-01-19  Ian Lance TaylorGenerate an init function if any global variable needs...
2010-12-22  Ian Lance TaylorFix handling of named results for functions which call...
2010-12-21  Ian Lance TaylorDon't crash when declaring methods on unknown name.
2010-12-18  Ian Lance TaylorDon't crash on recursive variables and typed consts.
2010-12-15  Ian Lance TaylorPermit _ as a result variable name.
2010-12-03  Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.