2008-09-04 |
Robert Griesemer | - \' not allowed in string literals |
commit | commitdiff | tree |
2008-09-04 |
Rob Pike | resolve that all unnecessary backslashes are rejected. |
commit | commitdiff | tree |
2008-09-04 |
Robert Griesemer | - added missing language to operator section in spec |
commit | commitdiff | tree |
2008-09-04 |
Rob Pike | extend composite literal test. |
commit | commitdiff | tree |
2008-09-04 |
Rob Pike | include math in standard build |
commit | commitdiff | tree |
2008-09-04 |
Ken Thompson | rewriting bugs |
commit | commitdiff | tree |
2008-09-04 |
Rob Pike | Update fmt, refl, and rpc to exploit bug fixes in compiler |
commit | commitdiff | tree |
2008-09-04 |
Rob Pike | fix bug in stack overflow check. |
commit | commitdiff | tree |
2008-09-03 |
Robert Griesemer | - clarification of type of array literals (always fixed... |
commit | commitdiff | tree |
2008-09-03 |
Rob Pike | update bugs |
commit | commitdiff | tree |
2008-09-03 |
Robert Griesemer | - fixed typo |
commit | commitdiff | tree |
2008-09-03 |
Robert Griesemer | - minor corrections to go_spec.txt |
commit | commitdiff | tree |
2008-09-03 |
Ken Thompson | map literals |
commit | commitdiff | tree |
2008-09-03 |
Ken Thompson | array literals |
commit | commitdiff | tree |
2008-09-03 |
Robert Griesemer | Composite literal syntax. |
commit | commitdiff | tree |
2008-09-03 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-09-03 |
Ken Thompson | structure literals |
commit | commitdiff | tree |
2008-09-03 |
Robert Griesemer | - adjusted my submitted code to work with latest compil... |
commit | commitdiff | tree |
2008-09-03 |
Ken Thompson | order of evaluation in function args |
commit | commitdiff | tree |
2008-09-02 |
Ken Thompson | bug in conv(string, bytearray) |
commit | commitdiff | tree |
2008-09-02 |
Rob Pike | fix bug: was writing off end of array |
commit | commitdiff | tree |
2008-09-02 |
Russ Cox | in golden.out, replace $RUNFILE with '$RUNFILE' |
commit | commitdiff | tree |
2008-09-02 |
Rob Pike | vector cleanup: |
commit | commitdiff | tree |
2008-09-02 |
Rob Pike | update tests. |
commit | commitdiff | tree |
2008-09-01 |
Ken Thompson | minor bugs |
commit | commitdiff | tree |
2008-08-30 |
Ken Thompson | fixed labels/break/continue/goto |
commit | commitdiff | tree |
2008-08-30 |
Robert Griesemer | - removed 'iota' from the keyword list |
commit | commitdiff | tree |
2008-08-29 |
Robert Griesemer | - declaring large fixed arrays is causing runtime crash |
commit | commitdiff | tree |
2008-08-29 |
Robert Griesemer | - removed need for int() conversion now that x << s... |
commit | commitdiff | tree |
2008-08-29 |
Ken Thompson | fix type of (1<<x) |
commit | commitdiff | tree |
2008-08-29 |
Robert Griesemer | - updated test cases to latest compiler changes |
commit | commitdiff | tree |
2008-08-29 |
Robert Griesemer | - updated and cleaned up vector.go to use new array... |
commit | commitdiff | tree |
2008-08-29 |
Ken Thompson | shift operations to new spec |
commit | commitdiff | tree |
2008-08-29 |
Robert Griesemer | - Preliminary draft of what might become a real spec |
commit | commitdiff | tree |
2008-08-28 |
Ken Thompson | get rid of static/dynamic array distinction |
commit | commitdiff | tree |
2008-08-28 |
Ken Thompson | arrays |
commit | commitdiff | tree |
2008-08-22 |
Ken Thompson | fix fat copy of overlapping data |
commit | commitdiff | tree |
2008-08-22 |
Robert Griesemer | clarify pointer forward decls per ian's suggestion |
commit | commitdiff | tree |
2008-08-21 |
Robert Griesemer | - explained function and method pointers |
commit | commitdiff | tree |
2008-08-21 |
Robert Griesemer | added scope rules, removed TODO |
commit | commitdiff | tree |
2008-08-20 |
Robert Griesemer | updated section on reserved words |
commit | commitdiff | tree |
2008-08-20 |
Rob Pike | delete redundant bug. |
commit | commitdiff | tree |
2008-08-20 |
Robert Griesemer | bugs related to constat types |
commit | commitdiff | tree |
2008-08-13 |
Rob Pike | allow predefined identifiers (len, etc.) to be exported. |
commit | commitdiff | tree |
2008-08-13 |
Rob Pike | add test for constants |
commit | commitdiff | tree |
2008-08-13 |
Ken Thompson | put i2s, s2i and i2i in convert |
commit | commitdiff | tree |
2008-08-13 |
Rob Pike | update bugs |
commit | commitdiff | tree |
2008-08-12 |
Ken Thompson | i2s and i2i |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-08-12 |
Ken Thompson | resolve go.y edits |
commit | commitdiff | tree |
2008-08-12 |
Ken Thompson | fixed bugs in const/case |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | fix one syntax error in declaration. |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | use tabs for indentation consistently |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | New words regarding constants |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | fix bug depot: |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | fix two print statements |
commit | commitdiff | tree |
2008-08-12 |
Rob Pike | fix a typo in the comments |
commit | commitdiff | tree |
2008-08-12 |
Robert Griesemer | - changed go-in-go parser to require ()'s for panic... |
commit | commitdiff | tree |
2008-08-12 |
Robert Griesemer | - allow reserved words as field and method names |
commit | commitdiff | tree |
2008-08-12 |
Ken Thompson | print() and field names |
commit | commitdiff | tree |
2008-08-12 |
Robert Griesemer | - experiments with forward-declaring types of non-impor... |
commit | commitdiff | tree |
2008-08-12 |
Robert Griesemer | - removed fall-through for case: case: in switch statements |
commit | commitdiff | tree |
2008-08-11 |
Rob Pike | - fix signedness bug in sys.Inf() |
commit | commitdiff | tree |
2008-08-11 |
Ken Thompson | floating <= and >= compare |
commit | commitdiff | tree |
2008-08-11 |
Rob Pike | add test for maps. |
commit | commitdiff | tree |
2008-08-11 |
Ken Thompson | export large constants |
commit | commitdiff | tree |
2008-08-11 |
Rob Pike | code in bug was wrong; correct and improve. works... |
commit | commitdiff | tree |
2008-08-11 |
Robert Griesemer | - added test case for compiler bug re: exported |
commit | commitdiff | tree |
2008-08-11 |
Rob Pike | update tests. |
commit | commitdiff | tree |
2008-08-11 |
Robert Griesemer | - more steps towards automatic recursive compilation... |
commit | commitdiff | tree |
2008-08-10 |
Ken Thompson | fixed op=, ++ and -- on maps (bug060) |
commit | commitdiff | tree |
2008-08-10 |
Ken Thompson | allow name-type or pointer-to-named-type as method... |
commit | commitdiff | tree |
2008-08-10 |
Ken Thompson | fixed unary ^ opcode (bug082) |
commit | commitdiff | tree |
2008-08-10 |
Ken Thompson | adding and deleting files |
commit | commitdiff | tree |
2008-08-10 |
Ken Thompson | mp fixed arith |
commit | commitdiff | tree |
2008-08-09 |
Rob Pike | fix minor bug uncovered by new constant evaluator |
commit | commitdiff | tree |
2008-08-09 |
Ken Thompson | forgot a file |
commit | commitdiff | tree |
2008-08-09 |
Ken Thompson | mp constants |
commit | commitdiff | tree |
2008-08-08 |
Robert Griesemer | - removed misleading comment in bug041.go |
commit | commitdiff | tree |
2008-08-08 |
Rob Pike | fix a couple of tests that had shell errors |
commit | commitdiff | tree |
2008-08-08 |
Russ Cox | Change generated acid to indent nested structures properly. |
commit | commitdiff | tree |
2008-08-08 |
Robert Griesemer | first primitive cut at resolving missing imports automa... |
commit | commitdiff | tree |
2008-08-08 |
Robert Griesemer | bug: cannot take len() of a constant string |
commit | commitdiff | tree |
2008-08-08 |
Rob Pike | include syscall in default build |
commit | commitdiff | tree |
2008-08-08 |
Robert Griesemer | revert specification of pointer types to current implem... |
commit | commitdiff | tree |
2008-08-07 |
Rob Pike | fix erroneous code in bugs; reported by iant. |
commit | commitdiff | tree |
2008-08-07 |
Robert Griesemer | - implement scanner token stream via channel |
commit | commitdiff | tree |
2008-08-07 |
Robert Griesemer | snapshot of today's changes - more semantic tests |
commit | commitdiff | tree |
2008-08-06 |
Robert Griesemer | returning from a function that specified a result shoul... |
commit | commitdiff | tree |
2008-08-06 |
Robert Griesemer | - added more semantic checks - more to come |
commit | commitdiff | tree |
2008-08-05 |
Robert Griesemer | bug: package name not visible |
commit | commitdiff | tree |
2008-08-05 |
Robert Griesemer | - fixed another export bug |
commit | commitdiff | tree |
2008-08-05 |
Russ Cox | kill trailing white space. |
commit | commitdiff | tree |
2008-08-05 |
Russ Cox | * comment, clean up scheduler |
commit | commitdiff | tree |
2008-08-05 |
Rob Pike | allow pointers as keys in maps, treating them the same... |
commit | commitdiff | tree |
2008-08-05 |
Rob Pike | workaround for compiler bug: len(a) is zero |
commit | commitdiff | tree |
2008-08-05 |
Russ Cox | fix go build |
commit | commitdiff | tree |
2008-08-05 |
Russ Cox | acid. works only on Linux for now |
commit | commitdiff | tree |
2008-08-05 |
Robert Griesemer | - switched most of existing Go code to new export syntax |
commit | commitdiff | tree |
2008-08-04 |
Russ Cox | first cut at multithreading. works on Linux. |
commit | commitdiff | tree |
next |