summaryrefslogtreecommitdiff
path: root/usr/gri/gosrc/import.go
AgeCommit message (Expand)AuthorFilesLines
2009-01-29- removed obsolete files from repositoryRobert Griesemer1-323/+0
2009-01-20delete exportRuss Cox1-14/+14
2009-01-06- make code in gosrc compile again, check in all pending changesRobert Griesemer1-7/+15
2008-09-02- adjusted my submitted code to work with latest compiler changesRobert Griesemer1-1/+1
2008-08-11- changed go-in-go parser to require ()'s for panic and printRobert Griesemer1-18/+18
2008-08-11- allow reserved words as field and method namesRobert Griesemer1-1/+1
2008-08-11- experiments with forward-declaring types of non-imported packagesRobert Griesemer1-2/+8
2008-08-11- more steps towards automatic recursive compilation of dependenciesRobert Griesemer1-72/+11
2008-08-07first primitive cut at resolving missing imports automatically:Robert Griesemer1-2/+63
2008-08-05- fixed another export bugRobert Griesemer1-19/+16
2008-08-04- switch to new export syntaxRobert Griesemer1-2/+1
2008-08-04- import/export cleanup: added comments, removed dead code, re-org structureRobert Griesemer1-79/+79
2008-08-04- more import/export stuffRobert Griesemer1-17/+19
2008-08-01- simplified handling of primary types (types w/ names which mustRobert Griesemer1-27/+24
2008-08-01more import/export stuff:Robert Griesemer1-21/+15
2008-07-31- fixed a bug w/ exports (wrong package info)Robert Griesemer1-1/+3
2008-07-30- fixed import bug (import "...")Robert Griesemer1-57/+43
2008-07-30various fixes:Robert Griesemer1-13/+26
2008-07-29- import and export code, bug fixesRobert Griesemer1-10/+15
2008-07-23- more work on semantic checks - not yet enabled by defaultRobert Griesemer1-5/+5
2008-07-18- made initial export workRobert Griesemer1-0/+314