| 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 | 
| 2008-07-25 | Rob Pike | fix ordering problem: flag depends on fmt | commit | commitdiff | tree | 
| 2008-07-25 | Robert Griesemer | - fixed several parser issues | commit | commitdiff | tree | 
| 2008-07-24 | Ken Thompson | select | commit | commitdiff | tree | 
| 2008-07-24 | Robert Griesemer | - filed bug: label identifiers should not be allowed... | commit | commitdiff | tree | 
| 2008-07-24 | Robert Griesemer | - filed bug: label names in different scopes should... | commit | commitdiff | tree | 
| 2008-07-24 | Rob Pike | add usage message | commit | commitdiff | tree | 
| 2008-07-24 | Rob Pike | Add a flags package. | commit | commitdiff | tree | 
| 2008-07-24 | Rob Pike | new bug: x, ok = t.m[i] doesn't compile | commit | commitdiff | tree | 
| 2008-07-23 | Robert Griesemer | - parsing support for composite literals | commit | commitdiff | tree | 
| 2008-07-23 | Robert Griesemer | - more work on semantic checks - not yet enabled by... | commit | commitdiff | tree | 
| 2008-07-23 | Rob Pike | slices and string/array concatenation | commit | commitdiff | tree | 
| 2008-07-23 | Rob Pike | document initialization | commit | commitdiff | tree | 
| 2008-07-22 | Rob Pike | maintain __.PKGDEF files in archives if the 'g' flag... | commit | commitdiff | tree | 
| 2008-07-22 | Rob Pike | fix some bad spaces | commit | commitdiff | tree | 
| 2008-07-22 | Rob Pike | Expand section on compound literals. | commit | commitdiff | tree | 
| 2008-07-22 | Rob Pike | change date | commit | commitdiff | tree | 
| 2008-07-22 | Rob Pike | help management of empty pkg and lib directories in... | commit | commitdiff | tree | 
| 2008-07-21 | Rob Pike | map delete | commit | commitdiff | tree | 
| 2008-07-21 | Rob Pike | compiler crash in string('a', 'b', '\n'); | commit | commitdiff | tree | 
| 2008-07-21 | Ken Thompson | start of select | commit | commitdiff | tree | 
| 2008-07-20 | Ken Thompson | tweaks to init | commit | commitdiff | tree | 
| 2008-07-20 | Ken Thompson | init | commit | commitdiff | tree | 
| 2008-07-19 | Rob Pike | add an eval function (written by ken) | commit | commitdiff | tree | 
| next |