aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp
AgeCommit message (Expand)Author
2013-02-08exp/ssa/interp: fix MS Windows breakage.Alan Donovan
2013-02-08exp/ssa: (#5 of 5): the SSA interpreter and 'ssadump' tool.Alan Donovan
2013-02-06exp/cookiejar: infrastructure for upcoming implementationVolker Dobler
2013-02-05exp/inotify: close event channel before file descriptorIan Lance Taylor
2013-02-04exp/ssa: (#4 of 5): the SSA builder.Alan Donovan
2013-02-03exp/gotype: disable broken testRuss Cox
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2013-02-01exp/cookiejar: remove external storageVolker Dobler
2013-01-31exp/cookiejar: update PublicSuffixList doc comment to match theNigel Tao
2013-01-30exp/locale/collate/tools/colcmp: fixes some discrepancies betweenMarcel van Lohuizen
2013-01-29exp/ssa: make Parameters values, not addresses.Alan Donovan
2013-01-28exp/ssa: fix breakage due to https://code.google.com/p/go/source/detail?r=ca5...Alan Donovan
2013-01-28exp/gotype: fix build breakage due to https://code.google.com/p/go/source/det...Alan Donovan
2013-01-28exp/ssa: (#3 of 5): Function, BasicBlock and optimisationsAlan Donovan
2013-01-28exp/ssa: (#2 of 5): core utilitiesAlan Donovan
2013-01-27all: make tests able to run multiple times.Rémy Oudompheng
2013-01-24exp/ssa: API and documentation.Alan Donovan
2013-01-23exp/locale/collate: added functionality for sorting.Marcel van Lohuizen
2013-01-23exp/locale/collate: preparation for adding Search API. Also changed the colla...Marcel van Lohuizen
2013-01-17testing: introduce (*B).ReportAllocs()Shenghou Ma
2013-01-17exp/html: remove "INCOMPLETE" commentAndrew Balholm
2013-01-13go/types: Moving from *ast.Objects to types.Objects (step 2).Robert Griesemer
2013-01-11go/types: Moving from *ast.Objects to types.Objects (step 1).Robert Griesemer
2013-01-08all: use io.ByteWriter now that it existsBrad Fitzpatrick
2013-01-07src: Use bytes.Equal instead of bytes.Compare where possible.Matthew Dempsky
2012-12-28go/types: moved from exp/typesRobert Griesemer
2012-12-28exp/types: resolve composite literal keysRobert Griesemer
2012-12-26exp/types: some comment fixesRobert Griesemer
2012-12-26exp/types: configurable types.Check APIRobert Griesemer
2012-12-24exp/norm: changed API of Iter.Marcel van Lohuizen
2012-12-24exp/locale/collate: include composed characters into the table. This eliminatesMarcel van Lohuizen
2012-12-19all: fix typosShenghou Ma
2012-12-17exp/gotype: disable failing tests and add a few moreRobert Griesemer
2012-12-17exp/types: completed typechecking of parameter passingRobert Griesemer
2012-12-15src: gofmt -w -sMikio Hara
2012-12-11exp/types: filling in more blanksRobert Griesemer
2012-12-06fix build: remove a flaky test for nowRobert Griesemer
2012-12-06exp/gotype: added many more testsRobert Griesemer
2012-12-06exp/types: checking of type switches and range clausesRobert Griesemer
2012-11-29exp/types: various missing checks for array/slice composite literalsRobert Griesemer
2012-11-28exp/winfsnotify: fix data race in TestNotifyCloseAlex Brainman
2012-11-27exp/cookiejar: new package.Nigel Tao
2012-11-26exp/types: fixed field/method lookupRobert Griesemer
2012-11-22all: fix the the typosShenghou Ma
2012-11-19exp/types: don't test importing types if using gccgoIan Lance Taylor
2012-11-15exp/locale/collate: changed implementation of Compare and CompareString toMarcel van Lohuizen
2012-11-13exp/types: avoid init race in check_test.go.David Symonds
2012-11-07cmd/gc: annotate local variables with unique ids for inliningRuss Cox
2012-11-01exp/types: move exp/types/staging -> exp/typesRobert Griesemer
2012-11-01exp/types, exp/gotype: remove exp/typesRobert Griesemer