2009-01-15 |
Ian Lance Taylor | Recognize gccgo error messages: |
commit | commitdiff | tree |
2009-01-14 |
Robert Griesemer | - use new letter definition for pretty |
commit | commitdiff | tree |
2009-01-14 |
Russ Cox | add unicode library stub with just |
commit | commitdiff | tree |
2009-01-14 |
Rob Pike | restore "os" identifier to keep consistent with text. |
commit | commitdiff | tree |
2009-01-14 |
Ian Lance Taylor | Add cgo2c program to translate mixed Go/C code into... |
commit | commitdiff | tree |
2009-01-14 |
Russ Cox | change another yacc reference to bison. |
commit | commitdiff | tree |
2009-01-14 |
Russ Cox | delete playpen copy of malloc |
commit | commitdiff | tree |
2009-01-13 |
Russ Cox | in 6g -r (the rsc flag), |
commit | commitdiff | tree |
2009-01-13 |
Ian Lance Taylor | Add USED declarations for SysUnused parameters. |
commit | commitdiff | tree |
2009-01-13 |
Ian Lance Taylor | Tweak code to make it easier to compile with gcc. |
commit | commitdiff | tree |
2009-01-13 |
Robert Griesemer | - removed an unnecessary field from AST.Expr nodes |
commit | commitdiff | tree |
2009-01-10 |
Robert Griesemer | - remove obsolete files (missed before) |
commit | commitdiff | tree |
2009-01-10 |
Robert Griesemer | - preparation to add type info to ast |
commit | commitdiff | tree |
2009-01-10 |
Russ Cox | free(nil) |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | add sys.caller |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | test of automatic indirect |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | clean up automatic indirect, delete some dead code. |
commit | commitdiff | tree |
2009-01-09 |
Rob Pike | update tutorial to new language. |
commit | commitdiff | tree |
2009-01-09 |
Ian Lance Taylor | Use make instead of new to allocate a channel. |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | now that TCHAN, TMAP, and TSTRING are real types, |
commit | commitdiff | tree |
2009-01-09 |
Rob Pike | simplify flag interface. no more BVal etc. you just... |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | typo |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | silence gcc warnings. |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | 6g cleanup suggested by ken. |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | update sys.reflect and sys.unreflect to accomodate |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | bug046 and bug080 are fixed |
commit | commitdiff | tree |
2009-01-09 |
Russ Cox | second pass on interface fixes and tests. |
commit | commitdiff | tree |
2009-01-09 |
Robert Griesemer | - removed temporary work-arounds from bignum_test,... |
commit | commitdiff | tree |
2009-01-08 |
Rob Pike | new sort interface - no structs, just slices. |
commit | commitdiff | tree |
2009-01-08 |
Russ Cox | fix: |
commit | commitdiff | tree |
2009-01-08 |
Robert Griesemer | - first (global) idents with proper links to declaratio... |
commit | commitdiff | tree |
2009-01-08 |
Russ Cox | typo |
commit | commitdiff | tree |
2009-01-08 |
Russ Cox | many interface bug fixes. |
commit | commitdiff | tree |
2009-01-08 |
Robert Griesemer | - fixed a bug with building right-recursive trees itera... |
commit | commitdiff | tree |
2009-01-08 |
Ian Lance Taylor | Remove duplicate typedef declarations. |
commit | commitdiff | tree |
2009-01-08 |
Robert Griesemer | - more steps towards tracking idents in scopes |
commit | commitdiff | tree |
2009-01-08 |
Rob Pike | Cache *os.Error values across all users. |
commit | commitdiff | tree |
2009-01-07 |
Ken Thompson | more |
commit | commitdiff | tree |
2009-01-07 |
Ken Thompson | conversion from closed array to slice |
commit | commitdiff | tree |
2009-01-07 |
Robert Griesemer | - enabling tracking of declarations |
commit | commitdiff | tree |
2009-01-07 |
Russ Cox | correct signature generation decision |
commit | commitdiff | tree |
2009-01-07 |
Ken Thompson | [...] bug |
commit | commitdiff | tree |
2009-01-07 |
Russ Cox | iscomposite test in OCONV is unnecessary |
commit | commitdiff | tree |
2009-01-07 |
Ken Thompson | clear automatic arrays created with literals |
commit | commitdiff | tree |
2009-01-07 |
Rob Pike | uncomment a BUG that is now fixed |
commit | commitdiff | tree |
2009-01-07 |
Robert Griesemer | Adjusted language for literals: |
commit | commitdiff | tree |
2009-01-07 |
Rob Pike | 18 tests are behaving incorrectly |
commit | commitdiff | tree |
2009-01-07 |
Ken Thompson | fixed and added more tests |
commit | commitdiff | tree |
2009-01-07 |
Robert Griesemer | - support for [...] parsing and pretty printing |
commit | commitdiff | tree |
2009-01-07 |
Ken Thompson | closed arrays including [...] |
commit | commitdiff | tree |
2009-01-07 |
Robert Griesemer | - make code in gosrc compile again, check in all pendin... |
commit | commitdiff | tree |
2009-01-06 |
Rob Pike | make the tutorial programs run again. |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | fix newfn |
commit | commitdiff | tree |
2009-01-06 |
Robert Griesemer | - fix parse heuristic: make(x) must accept a type for x |
commit | commitdiff | tree |
2009-01-06 |
Rob Pike | update utf8_test.go |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | new new &Point{1,2} |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | new new & make |
commit | commitdiff | tree |
2009-01-06 |
Robert Griesemer | - adjusted pretty to use old new, make |
commit | commitdiff | tree |
2009-01-06 |
Robert Griesemer | - steps towards augmenting ast with declaration info |
commit | commitdiff | tree |
2009-01-06 |
Ken Thompson | make for slice/map/chan |
commit | commitdiff | tree |
2009-01-06 |
Rob Pike | A richer interface for regexps. Simple boolean matcher... |
commit | commitdiff | tree |
2009-01-06 |
Rob Pike | bug020 is fixed |
commit | commitdiff | tree |
2009-01-06 |
Robert Griesemer | - documenting old "new()" |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | make 8a, 8c, 8l build in go environment. |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | comment sudoaddable; |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | delete blyacc |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | make acid build with bison. |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | 8a, 8c, and 8l from inferno distribution |
commit | commitdiff | tree |
2009-01-06 |
Russ Cox | add comments and delete dead code |
commit | commitdiff | tree |
2009-01-05 |
Rob Pike | clean up some tests |
commit | commitdiff | tree |
2009-01-05 |
Russ Cox | change time.Tick test to use 100ms intervals. |
commit | commitdiff | tree |
2009-01-05 |
Russ Cox | fix 6a line number bug - |
commit | commitdiff | tree |
2009-01-05 |
Robert Griesemer | A first attempt to capture the type changes. |
commit | commitdiff | tree |
2008-12-30 |
Ian Lance Taylor | Test for a go statement which calls a method on an... |
commit | commitdiff | tree |
2008-12-30 |
Ken Thompson | one bignum test fails |
commit | commitdiff | tree |
2008-12-30 |
Ken Thompson | allow slices (open arrays) to be |
commit | commitdiff | tree |
2008-12-26 |
Ken Thompson | diagnostic to catch pointer to |
commit | commitdiff | tree |
2008-12-23 |
Rob Pike | put array test in table, with TODO to fix when arrays... |
commit | commitdiff | tree |
2008-12-22 |
Rob Pike | print array (not just *array) using %v |
commit | commitdiff | tree |
2008-12-21 |
Rob Pike | hilbert now runs. |
commit | commitdiff | tree |
2008-12-21 |
Rob Pike | update to new regime. |
commit | commitdiff | tree |
2008-12-21 |
Russ Cox | fix new(T) if type T []int. |
commit | commitdiff | tree |
2008-12-21 |
Ken Thompson | regfree |
commit | commitdiff | tree |
2008-12-21 |
Rob Pike | update map test. |
commit | commitdiff | tree |
2008-12-21 |
Ken Thompson | LEAQ bug |
commit | commitdiff | tree |
2008-12-20 |
Rob Pike | fix some tests. only 3 remain broken (complit, hilbert... |
commit | commitdiff | tree |
2008-12-20 |
Russ Cox | [] and struct in interfaces. |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | allow Listen on ":9999" as an alias for "0.0.0.0:9999" |
commit | commitdiff | tree |
2008-12-19 |
Ian Lance Taylor | Update for source code changes. |
commit | commitdiff | tree |
2008-12-19 |
Ken Thompson | array compare (except = != nil) are illegal |
commit | commitdiff | tree |
2008-12-19 |
Ken Thompson | portability bug |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | fix new(bool) error message |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | chan and map of [] and struct |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | g4 open sysimport.c before writing it |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | new error messages |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | malloc bug fixes. |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | fmt and reflect updates for recent changes |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | compiler changes for *chan -> chan; *map -> map; new... |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | change *map to map; *chan to chan; new(T) to new(*T) |
commit | commitdiff | tree |
2008-12-19 |
Russ Cox | convert *[] to []. |
commit | commitdiff | tree |
next |