summaryrefslogtreecommitdiff
path: root/src/cmd/gc/export.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-3/+2
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-3/+5
2013-08-13Imported Upstream version 1.1.2upstream/1.1.2Michael Stapelberg1-0/+5
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser1-1/+5
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-32/+64
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-147/+198
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+428
2011-09-13Imported Upstream version 60Ondřej Surý1-428/+0
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+13
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-3/+9
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+2
2010-06-14gc: no more ...Russ Cox1-17/+14
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox1-1/+1
2010-06-11gc: change -u to require imports to be marked safeRuss Cox1-1/+4
2010-06-08gc: new typechecking rulesRuss Cox1-4/+25
2010-02-18more complex - constantsKen Thompson1-0/+3
2010-01-24gc: cut some dead code, fix 6g -S outputRuss Cox1-51/+0
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-10/+22
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-0/+2
2009-10-15rename sys functions to runtime,Russ Cox1-2/+2
2009-09-21ideal bools and related fixesRuss Cox1-1/+1
2009-08-19try to do better line number reportingRuss Cox1-10/+3
2009-08-12delete code for forward type declarationsRuss Cox1-6/+0
2009-08-12whole-package compilationRuss Cox1-1/+11
2009-08-07forward declarations not necessary.Russ Cox1-42/+6
2009-08-04make Syms smaller.Russ Cox1-50/+48
2009-08-04delayed evaluation of var blocksRuss Cox1-0/+2
2009-07-17baby step: const decls can refer to futureRuss Cox1-1/+1
2009-06-29allow forward declaration of struct in another fileRuss Cox1-10/+30
2009-06-06gc: grammar cleanup:Russ Cox1-97/+79
2009-05-22simplifying grammar: delete LBASETYPE and LACONST.Russ Cox1-6/+5
2009-05-22Automated g4 rollback of changelist 29302.Russ Cox1-5/+6
2009-05-22simplifying grammar: delete LBASETYPE and LACONSTRuss Cox1-6/+5
2009-05-086g:Russ Cox1-17/+3
2009-05-08eqtype(t1, t2, 0) => eqtype(t1, t2)Russ Cox1-2/+2
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-12/+6
2009-02-10fix export bug Rob tripped over.Russ Cox1-8/+0
2009-01-30update compiler to new func rulesRuss Cox1-7/+7
2009-01-20* delete exportRuss Cox1-41/+16
2009-01-16casify, cleanup sysRuss Cox1-1/+4
2009-01-16re-export of bools was changingRuss Cox1-3/+6
2009-01-15catch export on func.Russ Cox1-4/+6
2009-01-15add warning for export of lowercase too.Russ Cox1-1/+4
2009-01-15remove export name-list statement.Russ Cox1-1/+32
2009-01-096g cleanup suggested by ken.Russ Cox1-1/+1
2008-12-11only generate non-trivial signatures in theRuss Cox1-1/+1
2008-12-03import/export of exact mp floating constantsKen Thompson1-1/+1
2008-11-14fix bugs in package localsRuss Cox1-7/+11
2008-11-14package-local declarations using keyword "package".Russ Cox1-4/+49
2008-10-30change from $$ to \n$$ for .6 meta section delimiterRuss Cox1-1/+1