summaryrefslogtreecommitdiff
path: root/test/convlit.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile/internal/types2: refactor untyped conversionsRobert Griesemer2021-03-231-1/+1
* [dev.typeparams] test: finish triaging all outstanding failing testsRobert Griesemer2020-12-141-7/+7
* test: match gofrontend error messagesIan Lance Taylor2020-11-281-3/+3
* cmd/compile: rewrite untyped constant conversion logicMatthew Dempsky2019-09-061-2/+2
* cmd/internal/gc: unsafe.Pointer constants may only be converted to uintptrJosh Bleecher Snyder2015-05-071-0/+7
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-3/+4
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* allow direct conversion between string and named []byte, []runeRuss Cox2011-11-221-3/+3
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-251-6/+6
* delete float, complex - code changesRuss Cox2011-01-191-21/+23
* test: remove semiocolons.Rob Pike2010-09-041-20/+20
* gc: implement []int(string) and []byte(string)Russ Cox2010-02-251-0/+27
* more 6g reorg; checkpoint.Russ Cox2009-08-031-5/+5
* update convlit.go to current specRuss Cox2009-05-051-7/+7
* make 6g constants behave as ken proposes. (i hope.)Russ Cox2009-03-121-3/+5
* fix the easy parts of bug120Russ Cox2008-11-171-1/+1
* Match gccgo error messages.Ian Lance Taylor2008-10-221-5/+5
* diagnose various conversion problemsRuss Cox2008-10-161-0/+35