Age | Commit message (Expand) | Author | Files | Lines |
2009-01-29 | - removed obsolete files from repository | Robert Griesemer | 1 | -2041/+0 |
2009-01-20 | delete export | Russ Cox | 1 | -12/+12 |
2009-01-06 | - make code in gosrc compile again, check in all pending changes | Robert Griesemer | 1 | -369/+280 |
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -182/+182 |
2008-09-17 | - changed my scanner/parser to accept new channel syntax | Robert Griesemer | 1 | -33/+23 |
2008-09-11 | - fixed missing return issues | Robert Griesemer | 1 | -2/+7 |
2008-09-08 | - adjust my code and tests to new function syntax | Robert Griesemer | 1 | -2/+2 |
2008-09-02 | - adjusted my submitted code to work with latest compiler changes | Robert Griesemer | 1 | -2/+2 |
2008-08-11 | - changed go-in-go parser to require ()'s for panic and print | Robert Griesemer | 1 | -54/+37 |
2008-08-11 | - allow reserved words as field and method names | Robert Griesemer | 1 | -41/+28 |
2008-08-11 | - experiments with forward-declaring types of non-imported packages | Robert Griesemer | 1 | -46/+95 |
2008-08-11 | - more steps towards automatic recursive compilation of dependencies | Robert Griesemer | 1 | -116/+137 |
2008-08-07 | first primitive cut at resolving missing imports automatically: | Robert Griesemer | 1 | -3/+3 |
2008-08-06 | - implement scanner token stream via channel | Robert Griesemer | 1 | -2/+9 |
2008-08-06 | snapshot of today's changes - more semantic tests | Robert Griesemer | 1 | -45/+99 |
2008-08-05 | - added more semantic checks - more to come | Robert Griesemer | 1 | -89/+146 |
2008-08-05 | - fixed another export bug | Robert Griesemer | 1 | -67/+88 |
2008-08-04 | - switch to new export syntax | Robert Griesemer | 1 | -4/+8 |
2008-08-04 | - import/export cleanup: added comments, removed dead code, re-org structure | Robert Griesemer | 1 | -6/+6 |
2008-08-04 | - more import/export stuff | Robert Griesemer | 1 | -4/+4 |
2008-08-01 | - simplified handling of primary types (types w/ names which must | Robert Griesemer | 1 | -2/+14 |
2008-08-01 | more import/export stuff: | Robert Griesemer | 1 | -3/+8 |
2008-07-31 | - backward link from objs to containing scope | Robert Griesemer | 1 | -34/+78 |
2008-07-31 | - fixed a bug w/ exports (wrong package info) | Robert Griesemer | 1 | -1/+13 |
2008-07-30 | - fixed import bug (import "...") | Robert Griesemer | 1 | -4/+25 |
2008-07-30 | various fixes: | Robert Griesemer | 1 | -25/+22 |
2008-07-30 | - addded interface pretty printer | Robert Griesemer | 1 | -25/+26 |
2008-07-29 | - import and export code, bug fixes | Robert Griesemer | 1 | -57/+159 |
2008-07-29 | - handling of pointer forward decls | Robert Griesemer | 1 | -71/+94 |
2008-07-25 | Experiments with "export": | Robert Griesemer | 1 | -24/+40 |
2008-07-25 | - more work on SimpleStat production | Robert Griesemer | 1 | -47/+82 |
2008-07-24 | - fixed several parser issues | Robert Griesemer | 1 | -69/+177 |
2008-07-23 | - parsing support for composite literals | Robert Griesemer | 1 | -5/+81 |
2008-07-23 | - more work on semantic checks - not yet enabled by default | Robert Griesemer | 1 | -36/+179 |
2008-07-18 | - scanner returns now triple (tok, tok_pos, tok_val) | Robert Griesemer | 1 | -22/+32 |
2008-07-17 | - more front-end stuff: hooking up packages, preparing for exports | Robert Griesemer | 1 | -5/+43 |
2008-07-17 | - moved struct Compilation into globals.go, adjusted deps | Robert Griesemer | 1 | -2/+2 |
2008-07-16 | - changed channel operators | Robert Griesemer | 1 | -7/+8 |
2008-07-15 | - added more code (package, export, compilation) | Robert Griesemer | 1 | -62/+215 |
2008-07-15 | - func reorg to reduce forward decls and improve structure | Robert Griesemer | 1 | -364/+372 |
2008-07-15 | - fixed issue with parsing function literals in statement lists | Robert Griesemer | 1 | -2/+4 |
2008-07-14 | - no column info in error messages for Rob | Robert Griesemer | 1 | -7/+83 |
2008-07-10 | - fixed bug in parser.go | Robert Griesemer | 1 | -4/+12 |
2008-07-10 | - created new dir (gosrc) for go-based front-end | Robert Griesemer | 1 | -0/+1061 |