Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-11 | - fix signedness bug in sys.Inf() | Rob Pike | 1 | -0/+91 | |
- add NaN, Inf printing to fmt - fix a couple of bugs in fmt - add a test for fmt R=ken OCL=14092 CL=14092 | |||||
2008-08-11 | add test for maps. | Rob Pike | 1 | -0/+531 | |
R=gri OCL=14090 CL=14090 | |||||
2008-08-11 | code in bug was wrong; correct and improve. works now. | Rob Pike | 1 | -2/+4 | |
R=gri OCL=14088 CL=14088 | |||||
2008-08-11 | - added test case for compiler bug re: exported | Robert Griesemer | 3 | -0/+37 | |
variables of function pointer type R=r OCL=14086 CL=14086 | |||||
2008-08-11 | update tests. | Rob Pike | 4 | -11/+4 | |
fixedbugs/bug012.go is broken again but i left it where it is, with the golden file not reflecting the breakage so it will be noticed R=ken,gri OCL=14073 CL=14073 | |||||
2008-08-08 | - removed misleading comment in bug041.go | Robert Griesemer | 3 | -42/+7 | |
- removed bug042.go - not a bug according to updated spec R=r DELTA=43 (5 added, 36 deleted, 2 changed) OCL=14008 CL=14010 | |||||
2008-08-08 | fix a couple of tests that had shell errors | Rob Pike | 2 | -183/+32 | |
clean up the golden file a bit to have less meaningless content and be more robust to spurious diffs. now there is output only for tests that produce output or failure. R=gri OCL=14005 CL=14005 | |||||
2008-08-07 | bug: cannot take len() of a constant string | Robert Griesemer | 2 | -0/+24 | |
R=r OCL=13989 CL=13989 | |||||
2008-08-07 | fix erroneous code in bugs; reported by iant. | Rob Pike | 4 | -8/+10 | |
also rob1.go runs, so fix its status. R=gri,iant OCL=13957 CL=13957 | |||||
2008-08-06 | returning from a function that specified a result should cause a run-time | Robert Griesemer | 2 | -0/+27 | |
failure if no return is actually executed R=r OCL=13915 CL=13915 | |||||
2008-08-05 | bug: package name not visible | Robert Griesemer | 2 | -4/+35 | |
R=r OCL=13898 CL=13898 | |||||
2008-08-05 | workaround for compiler bug: len(a) is zero | Rob Pike | 1 | -3/+3 | |
TBR=iant OCL=13873 CL=13873 | |||||
2008-08-04 | fix bug - need to read final message in daisy chain to avoid hang | Rob Pike | 1 | -0/+1 | |
R=rsc OCL=13840 CL=13840 | |||||
2008-08-02 | go method bug is fixed. | Rob Pike | 2 | -5/+4 | |
R=gri OCL=13766 CL=13766 | |||||
2008-08-01 | new bug: go on a method is wrong | Rob Pike | 2 | -0/+26 | |
R=gri OCL=13741 CL=13741 | |||||
2008-08-01 | bug: non-exported type is accessible in client | Robert Griesemer | 4 | -0/+28 | |
R=r OCL=13736 CL=13738 | |||||
2008-07-30 | - filed 2 bugs: unary ^ not implemented, compiler crash with illegal const decl | Robert Griesemer | 3 | -0/+37 | |
R=r OCL=13666 CL=13666 | |||||
2008-07-30 | - bug in function invocation | Robert Griesemer | 2 | -2/+31 | |
R=r OCL=13640 CL=13640 | |||||
2008-07-29 | - handling of pointer forward decls | Robert Griesemer | 2 | -0/+16 | |
- some comments added to bug cases - added notes R=r OCL=13543 CL=13543 | |||||
2008-07-28 | update tests | Rob Pike | 2 | -4/+5 | |
R=gri OCL=13526 CL=13526 | |||||
2008-07-28 | - parameters must be named | Robert Griesemer | 1 | -0/+12 | |
R=r OCL=13520 CL=13520 | |||||
2008-07-28 | use real select | Rob Pike | 1 | -64/+15 | |
R=ken OCL=13519 CL=13519 | |||||
2008-07-28 | update tests | Rob Pike | 2 | -12/+1 | |
R=gri OCL=13516 CL=13516 | |||||
2008-07-28 | update golden | Rob Pike | 1 | -9/+4 | |
R=gri OCL=13515 CL=13515 | |||||
2008-07-27 | update tests | Rob Pike | 5 | -43/+15 | |
R=ken OCL=13507 CL=13507 | |||||
2008-07-27 | really fix it this time | Rob Pike | 1 | -1/+1 | |
R=ken OCL=13506 CL=13506 | |||||
2008-07-27 | code had syntax error masking real bug | Rob Pike | 1 | -1/+2 | |
R=ken OCL=13505 CL=13505 | |||||
2008-07-25 | bug: compiler crash on select receive without variable. | Rob Pike | 1 | -0/+16 | |
R=gri OCL=13470 CL=13470 | |||||
2008-07-25 | update tests | Rob Pike | 2 | -4/+16 | |
R=gri OCL=13469 CL=13469 | |||||
2008-07-24 | - filed bug: label identifiers should not be allowed to match | Robert Griesemer | 1 | -0/+17 | |
other identifiers in the same scope. R=r OCL=13431 CL=13431 | |||||
2008-07-24 | - filed bug: label names in different scopes should not conflict | Robert Griesemer | 1 | -0/+21 | |
R=r OCL=13430 CL=13430 | |||||
2008-07-23 | new bug: x, ok = t.m[i] doesn't compile | Rob Pike | 1 | -0/+16 | |
R=ken OCL=13395 CL=13395 | |||||
2008-07-21 | compiler crash in string('a', 'b', '\n'); | Rob Pike | 1 | -0/+12 | |
SVN=128253 | |||||
2008-07-20 | start of select | Ken Thompson | 1 | -20/+18 | |
random bugs fixed SVN=128149 | |||||
2008-07-19 | add an eval function (written by ken) | Rob Pike | 1 | -0/+18 | |
SVN=128122 | |||||
2008-07-19 | test update | Rob Pike | 3 | -4/+5 | |
SVN=128120 | |||||
2008-07-18 | add doug's power series package | Rob Pike | 2 | -0/+750 | |
SVN=128063 | |||||
2008-07-18 | - added 2 bugs tests | Robert Griesemer | 4 | -14/+33 | |
SVN=128056 | |||||
2008-07-17 | update tests | Rob Pike | 3 | -31/+31 | |
SVN=127826 | |||||
2008-07-17 | compiler bug: infinite recursion in subtype() | Rob Pike | 1 | -0/+22 | |
SVN=127822 | |||||
2008-07-16 | strengthen test by checking values | Rob Pike | 1 | -10/+15 | |
SVN=127601 | |||||
2008-07-16 | add test for non-blocking channel ops | Rob Pike | 1 | -0/+107 | |
SVN=127595 | |||||
2008-07-15 | new chan syntax | Ken Thompson | 1 | -2/+2 | |
SVN=127437 | |||||
2008-07-15 | channel tests with new syntax | Rob Pike | 3 | -65/+65 | |
SVN=127436 | |||||
2008-07-15 | add a couple of tests | Rob Pike | 3 | -0/+110 | |
update golden SVN=127428 | |||||
2008-07-15 | update golden.out | Rob Pike | 1 | -3/+23 | |
SVN=127240 | |||||
2008-07-15 | nested breaks handled wrong | Rob Pike | 1 | -0/+25 | |
SVN=127239 | |||||
2008-07-15 | new bug | Rob Pike | 1 | -0/+18 | |
SVN=127232 | |||||
2008-07-14 | fix bug names | Rob Pike | 2 | -1/+12 | |
add a new one: go func() { print "ok\n" } (); SVN=127144 | |||||
2008-07-14 | - filed 6g crash bug | Robert Griesemer | 1 | -0/+27 | |
SVN=127093 |