aboutsummaryrefslogtreecommitdiff
path: root/test/const.go
AgeCommit message (Expand)Author
2019-09-26cmd/compile: apply constant folding to ORUNESTRMatthew Dempsky
2019-08-28cmd/compile: truncate constant arithmetic result with typed complex numbersCholerae Hu
2016-09-17cmd/compile: fix compiler bug for constant equality comparisonTrey Lawrence
2015-08-21cmd/compile: allow huge rsh in constants arithmeticAlberto Donizetti
2013-02-21exp/ssa/interp: (#6 of 5): test interpretation of SSA form of $GOROOT/test/*.go.Alan Donovan
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox
2008-11-17fix the easy parts of bug120Russ Cox
2008-08-20bugs related to constat typesRobert Griesemer
2008-08-13add test for constantsRob Pike