| 2009-07-30 | Austin Clements | Implement labels, goto, labeled break, and labeled... | commit | commitdiff | tree | 
| 2009-07-30 | Russ Cox | use full path on command line when compiling, | commit | commitdiff | tree | 
| 2009-07-30 | Russ Cox | fix build on amd64 | commit | commitdiff | tree | 
| 2009-07-30 | Russ Cox | fixed golden.out, which is what 32496 should have done. | commit | commitdiff | tree | 
| 2009-07-30 | Russ Cox | fix build | commit | commitdiff | tree | 
| 2009-07-30 | Rob Pike | handle unsupported types safely. | commit | commitdiff | tree | 
| 2009-07-30 | Robert Griesemer | parser: | commit | commitdiff | tree | 
| 2009-07-29 | Robert Griesemer | break tabwriter columns when starting a new block of... | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | bug136 unfixed | commit | commitdiff | tree | 
| 2009-07-29 | Rob Pike | fix typo | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | another test error tweak | commit | commitdiff | tree | 
| 2009-07-29 | Rob Pike | clean up EOF | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | tweak final line of test output: | commit | commitdiff | tree | 
| 2009-07-29 | Rob Pike | handle some error conditions involving bad data. | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | break and continue fixes | commit | commitdiff | tree | 
| 2009-07-29 | Rob Pike | statistics HTML page for rpc | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | introduce typecheck pass before walkexpr. | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | convert walkexpr to take Node**; drop indir | commit | commitdiff | tree | 
| 2009-07-29 | Austin Clements | Flatten the Frame tree.  Now each function call produces a | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | expression printer; %#N | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | quietgcc: do not use -m64 on 32-bit machines | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | make every func literal expression allocate, | commit | commitdiff | tree | 
| 2009-07-29 | David Symonds | Add a unique list ID to list elements, and verify it... | commit | commitdiff | tree | 
| 2009-07-29 | Robert Griesemer | missed changes to Makefiles for container/ring | commit | commitdiff | tree | 
| 2009-07-29 | Rob Pike | change the encoding of uints to simplify overflow check... | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | fix error that gcc thinks is a warning | commit | commitdiff | tree | 
| 2009-07-29 | Russ Cox | bug177: anonymous struct fields in reflect | commit | commitdiff | tree | 
| 2009-07-28 | Austin Clements | Implement comparison operators. | commit | commitdiff | tree | 
| 2009-07-28 | Robert Griesemer | Intersperse comments nicely when printing an AST. | commit | commitdiff | tree | 
| 2009-07-28 | Austin Clements | Fix segfault on unnamed function arguments.  Make continue | commit | commitdiff | tree | 
| 2009-07-28 | Robert Griesemer | Fixed typos in comments. | commit | commitdiff | tree | 
| 2009-07-28 | Robert Griesemer | Ring ADT. | commit | commitdiff | tree | 
| 2009-07-28 | Russ Cox | floating-point limits and equations | commit | commitdiff | tree | 
| 2009-07-28 | Russ Cox | fmt boundary bugs. | commit | commitdiff | tree | 
| 2009-07-28 | Austin Clements | Implement if, for (modulo ranges), break, continue... | commit | commitdiff | tree | 
| 2009-07-28 | Rob Pike | - clean up code creating keys for type maps | commit | commitdiff | tree | 
| 2009-07-28 | Rob Pike | constants for integer limits | commit | commitdiff | tree | 
| 2009-07-28 | Rob Pike | constants for floating point limits | commit | commitdiff | tree | 
| 2009-07-28 | Phil Pennock | Support use of $GOBINDIR to override $HOME/bin | commit | commitdiff | tree | 
| 2009-07-28 | Austin Clements | Fix bug where typeArrayMap was using the address of the | commit | commitdiff | tree | 
| 2009-07-28 | Russ Cox | constant keys for array initializers | commit | commitdiff | tree | 
| 2009-07-28 | Austin Clements | Implement multi-valued functions, multi-valued return... | commit | commitdiff | tree | 
| 2009-07-28 | Russ Cox | move bug148, already fixed, to fixedbugs | commit | commitdiff | tree | 
| 2009-07-28 | Rob Pike | document rpc. | commit | commitdiff | tree | 
| 2009-07-28 | Russ Cox | bug170; fix test for bug175 | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | multiple return in := bug | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | print(1<<x) | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | avoid register computing len(x), cap(x) | commit | commitdiff | tree | 
| 2009-07-27 | Austin Clements | Fix bug where nothing could ever be added to a code... | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | named string type bugs | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | catch | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | do not insert implicit "return;" in empty function... | commit | commitdiff | tree | 
| 2009-07-27 | Ivan Krasin | Fixed a small bug with compress/flate/Inflater. It... | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | fix gc bug causing make smoketest to die in cmd/gofmt. | commit | commitdiff | tree | 
| 2009-07-27 | Austin Clements | Implement single-valued, non-variadic function literals and | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | fix build - broke with uint32 -> int change in reflect... | commit | commitdiff | tree | 
| 2009-07-27 | Rob Pike | clean up for public use: make some stuff private, add... | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | fix bug in CL 30057: missed if+continue in one place. | commit | commitdiff | tree | 
| 2009-07-27 | Russ Cox | fix SliceHeader: len and cap are int, not uint32 | commit | commitdiff | tree | 
| 2009-07-26 | David Symonds | container/list: Add Len() method to List. | commit | commitdiff | tree | 
| 2009-07-24 | Ian Lance Taylor | If we can't parse the package, call Fatalf so that... | commit | commitdiff | tree | 
| 2009-07-22 | Russ Cox | do not echo command in errchk, | commit | commitdiff | tree | 
| 2009-07-22 | Russ Cox | runtime: fix init scheduling bug. | commit | commitdiff | tree | 
| 2009-07-22 | Russ Cox | a little more 6l cleanup | commit | commitdiff | tree | 
| 2009-07-21 | Russ Cox | do not use ONONAMEs for line number information, | commit | commitdiff | tree | 
| 2009-07-21 | Rob Pike | add a .interp section and fix vaddr in INTERP prog. | commit | commitdiff | tree | 
| 2009-07-21 | Austin Clements | Implement assignment.  Move convertTo. | commit | commitdiff | tree | 
| 2009-07-21 | Rob Pike | make 6l produce dynamically linked binaries (although... | commit | commitdiff | tree | 
| 2009-07-21 | Robert Griesemer | adjust comment for better godoc output | commit | commitdiff | tree | 
| 2009-07-21 | Robert Griesemer | - split bignum package into 3 files | commit | commitdiff | tree | 
| 2009-07-21 | Ian Lance Taylor | Don't cast nil to a fixed array type. | commit | commitdiff | tree | 
| 2009-07-21 | Ian Lance Taylor | You can't set a fixed array to nil. | commit | commitdiff | tree | 
| 2009-07-21 | Robert Griesemer | implemented outstanding bit ops on negative integerts | commit | commitdiff | tree | 
| 2009-07-21 | Austin Clements | Cleanup of Type/Value interface.  Add Type.ZeroVal... | commit | commitdiff | tree | 
| 2009-07-21 | Ian Lance Taylor | Make struct field names unique. | commit | commitdiff | tree | 
| 2009-07-21 | Austin Clements | Implement array types and index expressions. | commit | commitdiff | tree | 
| 2009-07-21 | Russ Cox | fix cut-and-paste bugs in error messages | commit | commitdiff | tree | 
| 2009-07-20 | Austin Clements | Fix typo.  MUL_ASSIGN is "*=", not "+=". | commit | commitdiff | tree | 
| 2009-07-20 | Russ Cox | avoid strncat in formatters. | commit | commitdiff | tree | 
| 2009-07-20 | Russ Cox | triple quote | commit | commitdiff | tree | 
| 2009-07-20 | Russ Cox | fix memset in fmtnull. | commit | commitdiff | tree | 
| 2009-07-20 | Robert Griesemer | - bignum.AndNot | commit | commitdiff | tree | 
| 2009-07-20 | Russ Cox | explain selectsend problem | commit | commitdiff | tree | 
| 2009-07-20 | Rob Pike | 6l cleanup: last set of magic numbers for elf64 moved... | commit | commitdiff | tree | 
| 2009-07-20 | Rob Pike | clean up generation of exec header. | commit | commitdiff | tree | 
| 2009-07-18 | Rob Pike | take care of a few more magic numbers | commit | commitdiff | tree | 
| 2009-07-17 | Austin Clements | Gather errors in a go.scanner.ErrorList instead of... | commit | commitdiff | tree | 
| 2009-07-17 | Rob Pike | count SHdrs and PHdrs and write them out as a unit | commit | commitdiff | tree | 
| 2009-07-17 | Robert Griesemer | - better documentation | commit | commitdiff | tree | 
| 2009-07-17 | Ian Lance Taylor | Recognize gccgo error message. | commit | commitdiff | tree | 
| 2009-07-17 | Austin Clements | Support exponential notation in RatFromString. | commit | commitdiff | tree | 
| 2009-07-17 | Rob Pike | more elf64 support: phdrs, constants | commit | commitdiff | tree | 
| 2009-07-17 | Austin Clements | Produce friendlier errors messages for malformed character | commit | commitdiff | tree | 
| 2009-07-17 | Russ Cox | another baby step. | commit | commitdiff | tree | 
| 2009-07-17 | Rob Pike | First steps towards cleaner support for ELF64 in 6l. | commit | commitdiff | tree | 
| 2009-07-17 | Rob Pike | change reflect.Type.Name() into two functions: Name... | commit | commitdiff | tree | 
| 2009-07-17 | Russ Cox | baby step: const decls can refer to future | commit | commitdiff | tree | 
| 2009-07-17 | Austin Clements | Finish shift implementation for ideals. | commit | commitdiff | tree | 
| 2009-07-17 | Rob Pike | ignore missing structs | commit | commitdiff | tree | 
| 2009-07-17 | Austin Clements | Cleanup func literals.  "func (" -> "func(" | commit | commitdiff | tree | 
| next |