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 |
2008-08-04 |
Rob Pike | fix bug - need to read final message in daisy chain... |
commit | commitdiff | tree |
2008-08-04 |
Robert Griesemer | - switch to new export syntax |
commit | commitdiff | tree |
2008-08-04 |
Rob Pike | use new export syntax to avoid repetition |
commit | commitdiff | tree |
2008-08-04 |
Robert Griesemer | - import/export cleanup: added comments, removed dead... |
commit | commitdiff | tree |
2008-08-04 |
Ken Thompson | export external functions |
commit | commitdiff | tree |
2008-08-04 |
Robert Griesemer | - more import/export stuff |
commit | commitdiff | tree |
2008-08-04 |
Robert Griesemer | - adjust Make.conf to use cc instead of cc64 for now |
commit | commitdiff | tree |
2008-08-04 |
Russ Cox | add nm |
commit | commitdiff | tree |
2008-08-04 |
Russ Cox | Use a single Make.conf for setting CC, etc. |
commit | commitdiff | tree |
2008-08-04 |
Ken Thompson | add 'export' adjectives to external |
commit | commitdiff | tree |
2008-08-04 |
Russ Cox | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit... |
commit | commitdiff | tree |
2008-08-03 |
Ken Thompson | 6c delete .6 file on error |
commit | commitdiff | tree |
2008-08-03 |
Russ Cox | Remove doubled #else |
commit | commitdiff | tree |
2008-08-03 |
Russ Cox | slightly gratuitous reorg of scheduler code |
commit | commitdiff | tree |
2008-08-02 |
Rob Pike | go method bug is fixed. |
commit | commitdiff | tree |
2008-08-02 |
Ken Thompson | go method |
commit | commitdiff | tree |
2008-08-01 |
Rob Pike | new bug: go on a method is wrong |
commit | commitdiff | tree |
2008-08-01 |
Robert Griesemer | bug: non-exported type is accessible in client |
commit | commitdiff | tree |
2008-08-01 |
Robert Griesemer | - simplified handling of primary types (types w/ names... |
commit | commitdiff | tree |
2008-08-01 |
Robert Griesemer | more import/export stuff: |
commit | commitdiff | tree |
2008-08-01 |
Robert Griesemer | - added import/export test cases |
commit | commitdiff | tree |
2008-07-31 |
Robert Griesemer | fixed bug in FixExt routine |
commit | commitdiff | tree |
2008-07-31 |
Robert Griesemer | - backward link from objs to containing scope |
commit | commitdiff | tree |
2008-07-31 |
Robert Griesemer | - fixed a bug w/ exports (wrong package info) |
commit | commitdiff | tree |
2008-07-31 |
Robert Griesemer | - added missing file |
commit | commitdiff | tree |
2008-07-31 |
Robert Griesemer | - fixed import bug (import "...") |
commit | commitdiff | tree |
2008-07-31 |
Robert Griesemer | various fixes: |
commit | commitdiff | tree |
2008-07-30 |
Robert Griesemer | - filed 2 bugs: unary ^ not implemented, compiler crash... |
commit | commitdiff | tree |
2008-07-30 |
Rob Pike | - mark syscall support routines as non-stack-generating |
commit | commitdiff | tree |
2008-07-30 |
Robert Griesemer | - addded interface pretty printer |
commit | commitdiff | tree |
2008-07-30 |
Robert Griesemer | - bug in function invocation |
commit | commitdiff | tree |
2008-07-30 |
Robert Griesemer | - import and export code, bug fixes |
commit | commitdiff | tree |
2008-07-29 |
Rob Pike | fix a comment |
commit | commitdiff | tree |
2008-07-29 |
Rob Pike | fixes for linux system call linkage |
commit | commitdiff | tree |
2008-07-29 |
Rob Pike | rewrite system call interface to use less assembler. |
commit | commitdiff | tree |
2008-07-29 |
Rob Pike | fix type error caused by recent change |
commit | commitdiff | tree |
2008-07-29 |
Robert Griesemer | - handling of pointer forward decls |
commit | commitdiff | tree |
2008-07-28 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-07-28 |
Ken Thompson | len now takes an expression |
commit | commitdiff | tree |
2008-07-28 |
Rob Pike | add lstat |
commit | commitdiff | tree |
2008-07-28 |
Robert Griesemer | - parameters must be named |
commit | commitdiff | tree |
2008-07-28 |
Rob Pike | use real select |
commit | commitdiff | tree |
2008-07-28 |
Rob Pike | print tracebacks for all goroutines, not just the crash... |
commit | commitdiff | tree |
2008-07-28 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-07-28 |
Rob Pike | update golden |
commit | commitdiff | tree |
2008-07-27 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-07-27 |
Rob Pike | really fix it this time |
commit | commitdiff | tree |
2008-07-27 |
Rob Pike | code had syntax error masking real bug |
commit | commitdiff | tree |
2008-07-27 |
Ken Thompson | random bug fixes |
commit | commitdiff | tree |
2008-07-27 |
Ken Thompson | select |
commit | commitdiff | tree |
2008-07-26 |
Rob Pike | add fstat, stat |
commit | commitdiff | tree |
2008-07-26 |
Rob Pike | beginnings of a low-level syscall library |
commit | commitdiff | tree |
2008-07-26 |
Ken Thompson | select/chan |
commit | commitdiff | tree |
2008-07-26 |
Ken Thompson | select |
commit | commitdiff | tree |
2008-07-25 |
Ken Thompson | select |
commit | commitdiff | tree |
2008-07-25 |
Rob Pike | bug: compiler crash on select receive without variable. |
commit | commitdiff | tree |
2008-07-25 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-07-25 |
Ken Thompson | read select |
commit | commitdiff | tree |
2008-07-25 |
Robert Griesemer | Experiments with "export": |
commit | commitdiff | tree |
2008-07-25 |
Robert Griesemer | - more work on SimpleStat production |
commit | commitdiff | tree |
next |