aboutsummaryrefslogtreecommitdiff
path: root/test/convlit.go
AgeCommit message (Expand)Author
2021-03-23cmd/compile/internal/types2: refactor untyped conversionsRobert Griesemer
2020-12-14[dev.typeparams] test: finish triaging all outstanding failing testsRobert Griesemer
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2019-09-06cmd/compile: rewrite untyped constant conversion logicMatthew Dempsky
2015-05-07cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptrJosh Bleecher Snyder
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-10-25cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox
2009-08-03more 6g reorg; checkpoint.Russ Cox
2009-05-05update convlit.go to current specRuss Cox
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox
2008-11-17fix the easy parts of bug120Russ Cox
2008-10-22Match gccgo error messages.Ian Lance Taylor
2008-10-16diagnose various conversion problemsRuss Cox