summaryrefslogtreecommitdiff
path: root/src/cmd/gc/const.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-1/+1
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-4/+32
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-82/+277
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-14/+109
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1299
2011-09-13Imported Upstream version 60Ondřej Surý1-1283/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+4
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-3/+3
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-6/+6
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-6/+16
2010-06-14gc: no more ...Russ Cox1-1/+1
2010-06-08gc: new typechecking rulesRuss Cox1-4/+7
2010-03-091. decommit complex(float) conversionKen Thompson1-2/+2
2010-03-08gc: simplify complex typecheckRuss Cox1-0/+3
2010-02-21gc: minor const simplificationsRuss Cox1-32/+15
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson1-2/+21
2010-02-18complex constant multiply and divideKen Thompson1-6/+78
2010-02-18more complex - constantsKen Thompson1-0/+20
2010-02-17new types complex, complex64 and complex128Ken Thompson1-38/+173
2010-02-12gc: diagnose invalid array boundsRuss Cox1-4/+2
2010-02-01gc: bug246Russ Cox1-1/+10
2010-01-24gc: bug247, reported by robRuss Cox1-38/+40
2010-01-08gc: bug238Russ Cox1-0/+4
2009-11-20x[y:] for stringsRuss Cox1-1/+1
2009-11-16gc: change "can we const evaluate this" from blacklist to whitelistRuss Cox1-6/+30
2009-11-15gc: five bug fixes, one better error.Russ Cox1-2/+2
2009-11-14gc: do not try to constant-evaluate (interface{})("bar")Russ Cox1-0/+1
2009-10-20address bug193 and add note to spec about it.Russ Cox1-2/+2
2009-09-21ideal bools and related fixesRuss Cox1-8/+27
2009-09-09error message fixesRuss Cox1-0/+2
2009-09-09defining package block names must overrideRuss Cox1-0/+4
2009-08-27clean up ideal handling; reject attemptsRuss Cox1-29/+11
2009-08-24bug197Russ Cox1-0/+2
2009-08-23half of bug193Russ Cox1-2/+12
2009-08-21fix crash in bug194; add bug196Russ Cox1-2/+2
2009-08-07forward declarations not necessary.Russ Cox1-0/+1
2009-08-04type checking of assignments, switch, if, forRuss Cox1-1/+12
2009-08-03more 6g reorg; checkpoint.Russ Cox1-3/+5
2009-07-30typechecking checkpoint.Russ Cox1-2/+24
2009-07-29introduce typecheck pass before walkexpr.Russ Cox1-1/+7
2009-07-27bug170; fix test for bug175Russ Cox1-1/+5
2009-07-27print(1<<x)Russ Cox1-1/+1
2009-07-17baby step: const decls can refer to futureRuss Cox1-21/+53
2009-07-06shift typechecking bugsRuss Cox1-4/+11
2009-07-06fix bug involving typed nil constants:Russ Cox1-1/+1
2009-06-25better error; clean up lineno in a few placesRuss Cox1-3/+2
2009-05-29bug 156Ken Thompson1-7/+2
2009-05-29bug 149Ken Thompson1-1/+4
2009-05-28better 64-bit handling in 8g.Russ Cox1-1/+1