| 2009-05-07 | Russ Cox | 6g: error messages | commit | commitdiff | tree | 
| 2009-05-07 | Russ Cox | 6g: simplify trampoline by postponing load. | commit | commitdiff | tree | 
| 2009-05-07 | Russ Cox | interface method tests | commit | commitdiff | tree | 
| 2009-05-07 | Russ Cox | fix a few type errors, make ErrorString a value | commit | commitdiff | tree | 
| 2009-05-07 | Russ Cox | 6g: new interface rules (code got simpler!) | commit | commitdiff | tree | 
| 2009-05-06 | Robert Griesemer | semi-weekly snapshot: | commit | commitdiff | tree | 
| 2009-05-06 | Russ Cox | makefile fixes | commit | commitdiff | tree | 
| 2009-05-06 | Russ Cox | 6g: generate string data as individual symbols, | commit | commitdiff | tree | 
| 2009-05-06 | Rob Pike | error handling had a bug in execute: the error channel... | commit | commitdiff | tree | 
| 2009-05-06 | Ken Thompson | added a distinguishing string to the error prints | commit | commitdiff | tree | 
| 2009-05-06 | Rob Pike | add missing Makefile to repair build | commit | commitdiff | tree | 
| 2009-05-06 | Ken Thompson | signs on div and mod | commit | commitdiff | tree | 
| 2009-05-06 | Robert Griesemer | new dir structure for lib/go | commit | commitdiff | tree | 
| 2009-05-06 | Russ Cox | 6g bug: was dropping assignment of nil to globals | commit | commitdiff | tree | 
| 2009-05-06 | Rob Pike | mv container/vector down one level for new rules. | commit | commitdiff | tree | 
| 2009-05-06 | Robert Griesemer | wrong type used for dynamic type test | commit | commitdiff | tree | 
| 2009-05-06 | Rob Pike | directory-per-package step 1: move files from lib/X... | commit | commitdiff | tree | 
| 2009-05-05 | Russ Cox | 6g tweaks | commit | commitdiff | tree | 
| 2009-05-05 | Russ Cox | bug117 is fixed in 6g; now an errchk | commit | commitdiff | tree | 
| 2009-05-05 | Russ Cox | 6l: eliminate dead code, not just the symbols | commit | commitdiff | tree | 
| 2009-05-05 | Robert Griesemer | better io.ByteBuffer implementation: | commit | commitdiff | tree | 
| 2009-05-05 | Russ Cox | fmt: dead code and data | commit | commitdiff | tree | 
| 2009-05-05 | Russ Cox | update convlit.go to current spec | commit | commitdiff | tree | 
| 2009-05-05 | Rob Pike | string slicing is efficient so remove base and bounds... | commit | commitdiff | tree | 
| 2009-05-05 | Ken Thompson | more code optimization | commit | commitdiff | tree | 
| 2009-05-04 | David Symonds | Remake exvar package to be more Go-ish. | commit | commitdiff | tree | 
| 2009-05-04 | Robert Griesemer | - remove wrong fix | commit | commitdiff | tree | 
| 2009-05-04 | Ken Thompson | more morestack fiddling | commit | commitdiff | tree | 
| 2009-05-03 | Ken Thompson | more code fiddling | commit | commitdiff | tree | 
| 2009-05-03 | David Symonds | Fix mismatched quote in a comment. | commit | commitdiff | tree | 
| 2009-05-02 | Ian Lance Taylor | Verify that a send on a sychronous channel waits until the | commit | commitdiff | tree | 
| 2009-05-02 | Robert Griesemer | weekly snapshot: | commit | commitdiff | tree | 
| 2009-05-02 | Ken Thompson | code optmization | commit | commitdiff | tree | 
| 2009-05-02 | Ken Thompson | code improvement | commit | commitdiff | tree | 
| 2009-05-02 | Robert Griesemer | clarifying ambiguity of evaluation order | commit | commitdiff | tree | 
| 2009-05-01 | Kai Backman | Copied 8g/6g into 5g. Used sharp tools to coax a .5... | commit | commitdiff | tree | 
| 2009-04-30 | Robert Griesemer | - incorporated feedback per rsc | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | bug146: array/slice conversion before I left missed... | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | auto-detect whether to use IPv6 or IPv4 kernel interface | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | better error messages, not that anyone ever sees them | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | change 6l library directory flag to -L, | commit | commitdiff | tree | 
| 2009-04-30 | Rob Pike | don't print binary data. add TODO for better errors. | commit | commitdiff | tree | 
| 2009-04-30 | Rob Pike | rename variables for clarity. | commit | commitdiff | tree | 
| 2009-04-30 | Ian Lance Taylor | Conversion from array to slices should work like assign... | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | don't set CLONE_PTRACE -- it confuses strace | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | if the process stops with SIGTRAP (breakpoint), | commit | commitdiff | tree | 
| 2009-04-30 | Rob Pike | Bug in reflect found by gri.  Structs in 6g have a... | commit | commitdiff | tree | 
| 2009-04-30 | Rob Pike | drop unused result name - trivial change. | commit | commitdiff | tree | 
| 2009-04-30 | Russ Cox | exit with error status EPIPE if | commit | commitdiff | tree | 
| 2009-04-30 | Brendan O'Dea | Ignore SIGPIPE such that write returns EPIPE. | commit | commitdiff | tree | 
| 2009-04-30 | Brendan O'Dea | Fix channels used by WaitWrite (http server hangs on... | commit | commitdiff | tree | 
| 2009-04-29 | Robert Griesemer | typo in spec | commit | commitdiff | tree | 
| 2009-04-29 | Robert Griesemer | Some adjustments to godoc: | commit | commitdiff | tree | 
| 2009-04-29 | Ken Thompson | allow "defer close(chan)" | commit | commitdiff | tree | 
| 2009-04-28 | Ken Thompson | bug 139 | commit | commitdiff | tree | 
| 2009-04-28 | Ken Thompson | bug131 has been fixed with no change | commit | commitdiff | tree | 
| 2009-04-28 | Ken Thompson | bug 145 | commit | commitdiff | tree | 
| 2009-04-28 | Robert Griesemer | fix for broken build | commit | commitdiff | tree | 
| 2009-04-28 | Ian Lance Taylor | Recognize gcco error messages. | commit | commitdiff | tree | 
| 2009-04-28 | David Symonds | Add a HTTP handler to the exvar package. | commit | commitdiff | tree | 
| 2009-04-28 | David Symonds | Add more dependencies for lib/go. | commit | commitdiff | tree | 
| 2009-04-28 | Rob Pike | implement .alternates | commit | commitdiff | tree | 
| 2009-04-27 | Stephen Ma | Fix the chunked encoding - terminate the chunk with... | commit | commitdiff | tree | 
| 2009-04-27 | David Symonds | Add string-valued variables to exvar. | commit | commitdiff | tree | 
| 2009-04-27 | Brendan O'Dea | flags.Usage() calls fmt.Fprintf() with incorrect args | commit | commitdiff | tree | 
| 2009-04-26 | Robert Griesemer | - install doc in lib/go | commit | commitdiff | tree | 
| 2009-04-25 | Robert Griesemer | - minor formatting and capitalization (export) changes | commit | commitdiff | tree | 
| 2009-04-25 | Robert Griesemer | - renamed docprinter.go -> doc.go | commit | commitdiff | tree | 
| 2009-04-25 | Robert Griesemer | daily snapshot: | commit | commitdiff | tree | 
| 2009-04-25 | Robert Griesemer | cannot declare a variable in new scope with same name... | commit | commitdiff | tree | 
| 2009-04-25 | Robert Griesemer | daily snapshot: | commit | commitdiff | tree | 
| 2009-04-24 | Ken Thompson | recognize a defined constant | commit | commitdiff | tree | 
| 2009-04-24 | Robert Griesemer | - fixed a couple of potential end-less loops | commit | commitdiff | tree | 
| 2009-04-24 | Robert Griesemer | - cannot declare local variable named like a constant... | commit | commitdiff | tree | 
| 2009-04-24 | Robert Griesemer | daily snapshot: | commit | commitdiff | tree | 
| 2009-04-24 | Ben Eitzen | Clear upper bits of 64-bit indexing register when using... | commit | commitdiff | tree | 
| 2009-04-23 | Robert Griesemer | fixed typo in EBNF of ENBF | commit | commitdiff | tree | 
| 2009-04-22 | Rob Pike | add {.tab} | commit | commitdiff | tree | 
| 2009-04-22 | Rob Pike | allow godoc to match on regular expressions. | commit | commitdiff | tree | 
| 2009-04-22 | Rob Pike | fix template. | commit | commitdiff | tree | 
| 2009-04-22 | David Symonds | Extend fixedbugs/bug143.go with function return values, | commit | commitdiff | tree | 
| 2009-04-22 | David Symonds | Clean up some more code after bug143 was fixed. | commit | commitdiff | tree | 
| 2009-04-22 | Ken Thompson | 2 minor bugs. | commit | commitdiff | tree | 
| 2009-04-22 | Ken Thompson | bug in shift of longer operand | commit | commitdiff | tree | 
| 2009-04-22 | Robert Griesemer | remove lots of accumulated crud: | commit | commitdiff | tree | 
| 2009-04-22 | David Symonds | Bug 143 is fixed, so clean up some of exvar. | commit | commitdiff | tree | 
| 2009-04-22 | Rob Pike | bug143 is fixed | commit | commitdiff | tree | 
| 2009-04-22 | Ken Thompson | supply default indirection to | commit | commitdiff | tree | 
| 2009-04-21 | David Symonds | Change exvar to use a goroutine channel worker instead... | commit | commitdiff | tree | 
| 2009-04-21 | Robert Griesemer | minor adjustment to comment formatting for better godoc... | commit | commitdiff | tree | 
| 2009-04-21 | Robert Griesemer | minor adjustments to comments for better godoc output | commit | commitdiff | tree | 
| 2009-04-21 | Robert Griesemer | - documentation for bignum package | commit | commitdiff | tree | 
| 2009-04-21 | Rob Pike | update golden for bug 143 | commit | commitdiff | tree | 
| 2009-04-21 | David Symonds | Refactor exvar to use interface types, and add mapVar. | commit | commitdiff | tree | 
| 2009-04-21 | David Symonds | Add bug143 to demonstrate bug with "v, ok :=" on pointe... | commit | commitdiff | tree | 
| 2009-04-21 | Rob Pike | rewrite template library: | commit | commitdiff | tree | 
| 2009-04-21 | David Symonds | Move iterable package to usr/dsymonds/. | commit | commitdiff | tree | 
| 2009-04-20 | Robert Griesemer | - book-keeping in the TODO section: | commit | commitdiff | tree | 
| 2009-04-20 | Robert Griesemer | missing '}' (found by pretty) | commit | commitdiff | tree | 
| 2009-04-20 | David Symonds | Oops, forgot to commit this change. | commit | commitdiff | tree | 
| next |