1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:21:21 -06:00
go/src/pkg
Robert Griesemer ef0be41e20 go/ast: streamline representation of field lists
- always include position information about opening/closing parens/braces
- replace uses of []*ast.Field with *ast.FieldList

Fixes #473.

R=rsc
CC=golang-dev
https://golang.org/cl/223043
2010-02-24 16:17:11 -08:00
..
archive/tar 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
asn1 asn1: Fixes and additions to marshalling 2010-02-05 05:42:02 -05:00
big in C and asm, replace pkg·name with ·name 2010-01-25 18:52:55 -08:00
bignum Corrected broken assertion. 2010-02-01 16:14:22 -08:00
bufio give bufio.Writer.WriteString the same signature as 2010-01-16 13:06:50 +11:00
bytes apply gofmt to src and misc 2010-02-17 15:46:46 -08:00
compress Check gzip strings for NUL elements, since they are NUL-terminated 2010-01-30 12:21:51 +11:00
container finalizers; merge package malloc into package runtime 2010-02-03 16:31:34 -08:00
crypto crypto package documentation fix 2010-02-23 12:01:09 -08:00
debug Added mingw specific build stubs. 2010-02-04 13:09:09 -08:00
ebnf 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
encoding encoding/pem: add marshalling support. 2010-02-07 15:22:36 -05:00
exec exec: add dir argument to Run. 2010-02-18 18:32:33 -08:00
exp go/ast: streamline representation of field lists 2010-02-24 16:17:11 -08:00
expvar typo 2010-01-22 14:24:17 -08:00
flag 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
fmt Fix printing of named floating point types. 2010-02-15 22:42:49 -08:00
go go/ast: streamline representation of field lists 2010-02-24 16:17:11 -08:00
gob to improve the chances for compatibility, open a window of unused ids 2010-01-13 12:06:43 +11:00
hash hash: document that Sum does not change hash state 2010-01-19 10:50:04 -08:00
http http: fix handling of Close, use Close in http.Post 2010-02-24 15:13:39 -08:00
image Add named colors (e.g. image.Blue), suitable for exp/draw. 2010-02-04 20:25:37 +11:00
io io: revised Pipe implementation 2010-02-01 17:43:15 -08:00
json json: fix quoted strings in Marshal 2010-02-22 14:32:40 -08:00
log Change type of Printf's args to ... interface{} 2010-02-02 10:53:37 +11:00
math math: add lgamma; in-line special cases of acosh, nextafter 2010-02-22 17:12:48 -08:00
mime mime: new package, use in http 2010-02-09 20:47:45 -08:00
net net: disable UDP server test 2010-02-22 20:38:56 -08:00
netchan first part of networked channels. 2010-01-20 14:12:29 +11:00
once 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
os runtime: allow arbitrary return type in SetFinalizer. 2010-02-08 21:41:54 -08:00
patch patch: handle text diffs from git 2010-01-26 17:49:33 -08:00
path path: add Match 2010-02-24 16:11:14 -08:00
rand rand: Zipf distributed random variates. 2009-12-15 21:10:37 -08:00
reflect gofmt: don't print ()'s around function-typed results (not needed anymore) 2010-02-24 13:24:37 -08:00
regexp The prefix optimization applies only to the first iteration. 2010-02-17 08:49:00 +11:00
rpc Significant extension to http.Response, which now adheres to the 2010-01-18 21:46:59 -08:00
runtime runtime: work around Linux kernel bug in futex 2010-02-22 20:45:36 -08:00
scanner scanner: match go/scanner and disallow NUL character; 2010-02-22 14:21:59 -08:00
sort sort: fix comment typo 2010-02-02 23:01:21 -08:00
strconv 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
strings bytes, strings: add new function Fields 2009-12-15 21:09:55 -08:00
sync sync: allow to work on armv5 2010-02-18 15:37:16 -08:00
syscall syscall: make signature of Umask on OS X, FreeBSD match Linux. 2010-02-16 11:43:25 -08:00
syslog 1) Change default gofmt default settings for 2009-12-15 15:41:46 -08:00
tabwriter 1) Change default gofmt default settings for 2009-12-15 15:41:46 -08:00
template gofmt: don't print ()'s around function-typed results (not needed anymore) 2010-02-24 13:24:37 -08:00
testing testing: Fix comment typo 2010-02-07 23:11:54 -08:00
time time.Ticker: fix bug arising when all tickers are dead. 2010-02-18 09:55:29 +11:00
unicode added some missing periods 2010-01-07 09:27:24 -08:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 1) Change default gofmt default settings for 2009-12-15 15:41:46 -08:00
websocket websocket: fix binary frame size decoding 2010-02-19 18:40:09 -08:00
xgb Fix xgb/example.go typo. 2010-02-23 11:54:57 +11:00
xml xml: treat bool as value in Unmarshal 2010-02-22 15:21:13 -08:00
deps.bash deps.bash: handle space between .go and \ in GOFILES= 2010-01-06 17:59:15 -08:00
Makefile - removed exp/parser (support for old semicolon syntax) 2010-02-19 16:01:31 -08:00