summaryrefslogtreecommitdiff
path: root/gcc/go/gofrontend/import.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler: Add pkgpath symbol information to export data.ian2015-01-301-0/+22
* compiler: Fix -fgo-prefix handling.ian2015-01-301-3/+7
* compiler: Don't let dot-import names match names from previous files.ian2014-07-201-3/+3
* compiler: Add -fgo-relative-import-path.ian2012-10-311-5/+24
* compiler: Add -fgo-pkgpath option.ian2012-05-091-45/+56
* compiler: Build import tables as needed for imported interfaces.ian2012-05-031-0/+3
* compiler: List imported packages in export information.ian2012-02-171-2/+17
* compiler: Add parameter names to export information.ian2012-02-171-5/+16
* compiler: Permit importing a method to a type being defined.ian2012-02-021-6/+23
* compiler: Change alias handling, change rune alias to int32.ian2012-01-211-0/+2
* compiler: Don't use import path for ./ or ../ imports.ian2012-01-171-3/+14
* compiler: Move import of Go export data to gcc side of interface.ian2011-12-141-34/+12
* compiler: add error to list of built-in types.ian2011-12-011-0/+1
* compiler: Define and use backend-independent Location class.ian2011-11-291-8/+8
* Define go_assert to replace gcc_assertian2011-04-211-6/+6
* Remove the types float and complex.ian2011-01-211-2/+0
* PR go/47158ian2011-01-051-0/+2
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+892