1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:31:22 -06:00
go/src/pkg/exp
Robert Griesemer 75e7308be8 go/types: support for customizable Alignof, Sizeof
(Offsetof is a function of Alignof and Sizeof.)

- removed IntSize, PtrSize from Context (set Sizeof instead)
- GcImporter needs a Context now (it needs to have
  access to Sizeof/Alignof)
- removed exported Size field from Basic (use Sizeof)
- added Offset to Field
- added Alignment, Size to Struct

R=adonovan
CC=golang-dev
https://golang.org/cl/7357046
2013-02-20 11:10:17 -08:00
..
cookiejar exp/cookiejar: store cookies under TLD+1 on nil public suffix list 2013-02-19 19:12:36 +11:00
ebnf build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
ebnflint cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
gotype cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
inotify exp/inotify: close event channel before file descriptor 2013-02-05 06:11:10 -08:00
locale/collate exp/locale/collate: moved low-level collation functionality 2013-02-12 15:59:55 +01:00
norm exp/norm: changed API of Iter. 2012-12-24 16:53:25 +01:00
ssa go/types: support for customizable Alignof, Sizeof 2013-02-20 11:10:17 -08:00
utf8string exp/utf8string: Correct package name in error messages 2012-04-02 12:06:05 -04:00
winfsnotify exp/winfsnotify: fix data race in TestNotifyClose 2012-11-28 17:01:22 +11:00
README exp/README: update README 2013-02-19 11:21:18 -08:00

This directory tree contains experimental packages and
unfinished code that is subject to change. It does not
have stable APIs, and is not present in stable releases.