]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/go/gofrontend/import.cc
PR go/90110
[thirdparty/gcc.git] / gcc / go / gofrontend / import.cc
2019-04-18  ian PR go/90110
2018-11-27  ian compiler: tweaks for importing inline function...
2018-11-27  ian compiler: finalize types parsed for inline functions
2018-11-27  ian compiler: change expression importing to use Import...
2018-11-27  ian compiler: import inlinable functions from package...
2018-11-26  ian compiler: initial support for exporting function...
2018-10-23  ian compiler: export indexed type data, read unexported...
2018-10-18  ian compiler: list indirect imports separately in expor...
2018-10-18  ian compiler: drop semicolons in export data
2018-09-28  ian compiler: fix parsing issue with non-ASCII first...
2018-02-09  ian compiler: track //go:nointerface in export data
2017-10-12  ian compiler: fix import of indirectly imported type...
2017-06-14  ian compiler: remove "DIR/../" when joining relative...
2017-01-14  ian compiler: implement type aliases
2016-09-23  ian compiler: better abstraction layer for diagnostics.
2016-09-10  ian compiler: code cleanup (unused header file)
2016-08-23  ian compiler: revamp scheme for ordering calls to impor...
2016-07-12  ian escape: Add escape notes to export data.
2016-04-29  ian escape: Remove previously existing analysis.
2015-04-17  iancompiler: Escape analysis.
2015-01-30  iancompiler: Add pkgpath symbol information to export...
2015-01-30  iancompiler: Fix -fgo-prefix handling.
2014-07-20  iancompiler: Don't let dot-import names match names from...
2012-10-31  iancompiler: Add -fgo-relative-import-path.
2012-05-09  iancompiler: Add -fgo-pkgpath option.
2012-05-03  iancompiler: Build import tables as needed for imported...
2012-02-17  iancompiler: List imported packages in export information.
2012-02-17  iancompiler: Add parameter names to export information.
2012-02-02  iancompiler: Permit importing a method to a type being...
2012-01-21  iancompiler: Change alias handling, change rune alias...
2012-01-17  iancompiler: Don't use import path for ./ or ../ imports.
2011-12-14  iancompiler: Move import of Go export data to gcc side...
2011-12-01  iancompiler: add error to list of built-in types.
2011-11-29  iancompiler: Define and use backend-independent Location...
2011-04-21  ianDefine go_assert to replace gcc_assert
2011-01-21  ianRemove the types float and complex.
2011-01-05  ian PR go/47158
2010-12-03  ianAdd Go frontend, libgo library, and Go testsuite.