gcc/libgo/go
Ian Lance Taylor e52d31804a compiler: export the type "any" as a builtin
Otherwise we can't tell the difference between builtin type "any" and
a locally defined type "any".

This will require updates to the gccgo export data parsers in the main
Go repo and the x/tools repo.  These updates are https://go.dev/cl/537195
and https://go.dev/cl/537215.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/536715
2024-02-02 15:03:47 -08:00
..
archive
bufio
builtin libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
bytes libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
cmd cmd/go: permit $AR to include options 2023-09-06 11:37:20 -07:00
compress
container
context
crypto libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
database/sql libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
debug libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
embed
encoding libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
errors
expvar
flag
fmt
go compiler: export the type "any" as a builtin 2024-02-02 15:03:47 -08:00
golang.org/x
hash
html
image
index/suffixarray
internal compiler, libgo: support bootstrapping gc compiler 2023-06-23 16:17:11 -07:00
io
log
math
mime mime: remove test ordering dependency 2023-04-07 14:07:10 -07:00
net libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
os libgo: fix AIX build for the Go1.18 update 2022-03-04 10:19:50 -08:00
path
plugin
reflect
regexp libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
runtime runtime: use a C function to call mmap 2023-06-20 09:55:58 -07:00
sort
strconv
strings libgo: update to final Go 1.18 release 2022-03-16 13:52:32 -07:00
sync
syscall syscall: add missing type conversion 2023-10-23 14:03:10 -07:00
testdata
testing libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
text
time libgo: update to Go1.18rc1 release 2022-02-18 13:12:08 -08:00
unicode
vendor
go.mod