2009-03-30 |
Russ Cox | don't write cmp's output to the c file. |
commit | commitdiff | tree |
2009-03-30 |
Russ Cox | more 386 runtime - can run tiny c programs. |
commit | commitdiff | tree |
2009-03-28 |
Robert Griesemer | - receiver syntax verification |
commit | commitdiff | tree |
2009-03-28 |
Robert Griesemer | Significant parser cleanup: |
commit | commitdiff | tree |
2009-03-28 |
Robert Griesemer | - have explicit KeyValueExpr node instead of BinaryExpr... |
commit | commitdiff | tree |
2009-03-27 |
Ian Lance Taylor | Verify that "byte" is an alias for "uint8". |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | - minor tweak to composite literal production: |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | integrate feedback from rsc |
commit | commitdiff | tree |
2009-03-27 |
Ian Lance Taylor | Add a few tests which weren't being run. |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | - adjustments to match slightly changed scanner interface |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | minor tweaks: |
commit | commitdiff | tree |
2009-03-27 |
Rob Pike | rename redefined symbols |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | move AST into src/lib/go |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | fix scanner initialization, add test |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | - adjustments to match new token/scanner/ast |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | - renamed scanner.Location to token.Position |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | EncodeRuneToString |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | - introduce explicit Token type |
commit | commitdiff | tree |
2009-03-25 |
Kai Backman | This is really two changes in one but given interdepend... |
commit | commitdiff | tree |
2009-03-25 |
Robert Griesemer | use FunctionType in FunctionLit production |
commit | commitdiff | tree |
2009-03-25 |
Robert Griesemer | adjustments matching updated ast |
commit | commitdiff | tree |
2009-03-25 |
Robert Griesemer | AST for Go programs |
commit | commitdiff | tree |
2009-03-25 |
Rob Pike | add some words (written by rsc) about the state of... |
commit | commitdiff | tree |
2009-03-25 |
Russ Cox | add .8 support to libmach_amd64 [sic]. |
commit | commitdiff | tree |
2009-03-25 |
Russ Cox | make 8a, 8c build again. |
commit | commitdiff | tree |
2009-03-25 |
Russ Cox | drop rt0 object from 8l (already dropped from 6l). |
commit | commitdiff | tree |
2009-03-25 |
Rob Pike | change notation: s/Stat/Stmt/ in grammatical productions |
commit | commitdiff | tree |
2009-03-25 |
Rob Pike | delete incorrect, dreg example of select on type |
commit | commitdiff | tree |
2009-03-24 |
Ken Thompson | golden |
commit | commitdiff | tree |
2009-03-24 |
Ken Thompson | ^ type(const) now inverts "enough" bits |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | fix build: |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | split heapmap, which is specific to 64-bit pointer... |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | convert Linux to auto-generated defs.h |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | convert darwin to use godefs-generated defs.h. |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | split rt1.c into signal.c and thread.c. |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | move darwin specific code into runtime/darwin/ |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | throw away most of the compat.h compatibility layer |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | move amd64-specific (but os-independent) pieces of... |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | add test for close/closed, fix a few implementation... |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | allow range on nil maps |
commit | commitdiff | tree |
2009-03-24 |
Rob Pike | iterator for vector |
commit | commitdiff | tree |
2009-03-23 |
Rob Pike | change file name so it can be copied without name chang... |
commit | commitdiff | tree |
2009-03-23 |
Rob Pike | bug141 is fixed |
commit | commitdiff | tree |
2009-03-23 |
Ken Thompson | rewrote switch |
commit | commitdiff | tree |
2009-03-21 |
Rob Pike | add simple text about & and *. |
commit | commitdiff | tree |
2009-03-21 |
Robert Griesemer | - completed AST cleanup |
commit | commitdiff | tree |
2009-03-21 |
Rob Pike | fix wording of &T{x} |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | update 8a, 8c, 8l to use new object format. |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | embarassing bug in allocator: |
commit | commitdiff | tree |
2009-03-20 |
Ian Lance Taylor | Test that interfaces work in type switches. |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | make 8l generate Darwin Mach-O and Linux ELF binaries |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | don't need two names for the same function (vputl and... |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | move pragtextflag into lexbody |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | range over channels. |
commit | commitdiff | tree |
2009-03-20 |
Ian Lance Taylor | Match gccgo error messages. |
commit | commitdiff | tree |
2009-03-20 |
Ian Lance Taylor | Modify error regexps to match gccgo error messages. |
commit | commitdiff | tree |
2009-03-19 |
Robert Griesemer | minor adjustments to switches text |
commit | commitdiff | tree |
2009-03-19 |
Rob Pike | &Foo{x,y} wasn't in the spec. This gets it in, depende... |
commit | commitdiff | tree |
2009-03-19 |
Rob Pike | drop the ,ok switch; keep the straight type switch. |
commit | commitdiff | tree |
2009-03-19 |
Russ Cox | fix b/1722502 |
commit | commitdiff | tree |
2009-03-18 |
Tom Szymanski | Make adler32 cleaner. |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | remove print() from the tutorial, generating a little... |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | simplify test to eliminate now-deprecated forms of... |
commit | commitdiff | tree |
2009-03-18 |
Ken Thompson | remove assignment cases from switch |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | add value checks to the other switch - should have... |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | add test for type switches |
commit | commitdiff | tree |
2009-03-18 |
Ken Thompson | switch on false error |
commit | commitdiff | tree |
2009-03-18 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-17 |
Rob Pike | type switches |
commit | commitdiff | tree |
2009-03-17 |
Ken Thompson | binary search on type switches. |
commit | commitdiff | tree |
2009-03-17 |
Rob Pike | change the tutorial to use File, file rather than FD... |
commit | commitdiff | tree |
2009-03-17 |
Ian Lance Taylor | Recognize gccgo error message. |
commit | commitdiff | tree |
2009-03-17 |
Ian Lance Taylor | Don't try to define the same label twice, as that produ... |
commit | commitdiff | tree |
2009-03-17 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-17 |
Robert Griesemer | instead of unlabeled statements, have a single labeled... |
commit | commitdiff | tree |
2009-03-16 |
Ken Thompson | change format of Sigt and Sigi |
commit | commitdiff | tree |
2009-03-16 |
Robert Griesemer | added &^ and &^= |
commit | commitdiff | tree |
2009-03-16 |
Robert Griesemer | spec and implementation disagree with respect to label... |
commit | commitdiff | tree |
2009-03-13 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-13 |
Ken Thompson | close/closed on chans |
commit | commitdiff | tree |
2009-03-13 |
Kai Backman | 5a 5c 5l from inferno distribution |
commit | commitdiff | tree |
2009-03-13 |
Robert Griesemer | internal compiler error |
commit | commitdiff | tree |
2009-03-13 |
Russ Cox | warn -> yyerror in mparith. |
commit | commitdiff | tree |
2009-03-13 |
Russ Cox | mem.html: nit |
commit | commitdiff | tree |
2009-03-13 |
Russ Cox | make 6g constants behave as ken proposes. (i hope.) |
commit | commitdiff | tree |
2009-03-13 |
Rob Pike | s/expressios/expressions/ |
commit | commitdiff | tree |
2009-03-13 |
Rob Pike | weasel words about types in shift expressions suggested... |
commit | commitdiff | tree |
2009-03-13 |
Ken Thompson | chan flags close/closed installed |
commit | commitdiff | tree |
2009-03-13 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-13 |
Rob Pike | fix language regarding type of numeric literals |
commit | commitdiff | tree |
2009-03-12 |
Rob Pike | what is the name for "&^". let's go with bit clear... |
commit | commitdiff | tree |
2009-03-12 |
Robert Griesemer | - remove special handling of '\n' characters (used... |
commit | commitdiff | tree |
2009-03-12 |
Rob Pike | fix unqouted & |
commit | commitdiff | tree |
2009-03-12 |
Rob Pike | bit clear: &^ and &^= |
commit | commitdiff | tree |
2009-03-12 |
Ken Thompson | added bitclear operators &^ and &^= |
commit | commitdiff | tree |
2009-03-12 |
Ken Thompson | bug 125 |
commit | commitdiff | tree |
2009-03-11 |
Ken Thompson | bug 137 |
commit | commitdiff | tree |
2009-03-11 |
Russ Cox | complain when trying to put T into an interface |
commit | commitdiff | tree |
2009-03-11 |
Robert Griesemer | - update pretty sources to match new scanner interface |
commit | commitdiff | tree |
2009-03-11 |
Russ Cox | Rename os.FD to os.File. |
commit | commitdiff | tree |
next |