2009-08-04 |
Rob Pike | another benchmark: reverse-complement |
commit | commitdiff | tree |
2009-08-04 |
Russ Cox | move select into its own file. |
commit | commitdiff | tree |
2009-08-04 |
Russ Cox | type checking of assignments, switch, if, for |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | clean up the code a bit |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | benchmark checkpoint milestone checkin submission |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | print profile to stderr. sheesh. |
commit | commitdiff | tree |
2009-08-04 |
Rob Pike | WriteString |
commit | commitdiff | tree |
2009-08-03 |
Rob Pike | this time really clean up a TODO |
commit | commitdiff | tree |
2009-08-03 |
Rob Pike | clean up a TODO |
commit | commitdiff | tree |
2009-08-03 |
Rob Pike | don't crash printing a nil map |
commit | commitdiff | tree |
2009-08-03 |
Russ Cox | more 6g reorg; checkpoint. |
commit | commitdiff | tree |
2009-08-03 |
Robert Griesemer | printer.go: |
commit | commitdiff | tree |
2009-08-01 |
Robert Griesemer | fix long-standing bug in doc reader: |
commit | commitdiff | tree |
2009-08-01 |
Robert Griesemer | language re: conversion of left operand in shift operations |
commit | commitdiff | tree |
2009-08-01 |
Robert Griesemer | printer: |
commit | commitdiff | tree |
2009-08-01 |
Rob Pike | more info about comments |
commit | commitdiff | tree |
2009-08-01 |
Austin Clements | Implement type compatibility and fix places where I... |
commit | commitdiff | tree |
2009-07-31 |
Austin Clements | Implement var declarations. Variables, constants,... |
commit | commitdiff | tree |
2009-07-31 |
Rob Pike | add test of invariant in findVar |
commit | commitdiff | tree |
2009-07-31 |
Rob Pike | delete unused arg to empty. |
commit | commitdiff | tree |
2009-07-31 |
Rob Pike | make %v and %p consistent |
commit | commitdiff | tree |
2009-07-31 |
Rob Pike | cleanup pass before big edits |
commit | commitdiff | tree |
2009-07-31 |
Russ Cox | missed in last checkin |
commit | commitdiff | tree |
2009-07-31 |
Russ Cox | checkpoint; still plenty to clean up |
commit | commitdiff | tree |
2009-07-31 |
Robert Griesemer | - don't call String method of AST nodes when converting... |
commit | commitdiff | tree |
2009-07-31 |
Robert Griesemer | bug fix |
commit | commitdiff | tree |
2009-07-31 |
Russ Cox | delete some code from walkexpr that is now |
commit | commitdiff | tree |
2009-07-31 |
Rob Pike | dotted names |
commit | commitdiff | tree |
2009-07-31 |
Robert Griesemer | go/ast/filter.go: |
commit | commitdiff | tree |
2009-07-30 |
Austin Clements | String method for token.Position. Extracted from gri... |
commit | commitdiff | tree |
2009-07-30 |
Rob Pike | fix a long-standing typo |
commit | commitdiff | tree |
2009-07-30 |
Russ Cox | typechecking checkpoint. |
commit | commitdiff | tree |
2009-07-30 |
Russ Cox | use errchk in more places. |
commit | commitdiff | tree |
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 |
next |