aboutsummaryrefslogtreecommitdiff
path: root/test/ken
AgeCommit message (Expand)Author
2009-08-108-bit div and modRuss Cox
2009-08-08another plateau - almost doneKen Thompson
2009-08-06divide by a constant power of 2Ken Thompson
2009-06-04string([]int) is now implementedRob Pike
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-05-06added a distinguishing string to the error printsKen Thompson
2009-05-05signs on div and modKen Thompson
2009-04-16make string take []byte only, so have to use *[10]byte to convertRuss Cox
2009-04-15code changes for array conversion.Russ Cox
2009-02-11insert type assertions when narrowing.Russ Cox
2009-01-30update go code tree to new func rules.Russ Cox
2009-01-26removed a:b in range syntaxKen Thompson
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18arraysKen Thompson
2008-12-15range clause must have = or :=Ken Thompson
2008-12-05range statementKen Thompson
2008-11-24compiler catches out of bounds; work aroundRob Pike
2008-11-07Don't use a type guard with a type which is not an interface.Ian Lance Taylor
2008-10-29typesKen Thompson
2008-10-25testKen Thompson
2008-10-24Per discussion earlier today with r and gri: when an interfaceIan Lance Taylor
2008-10-15basic types/interfaces testKen Thompson
2008-10-07remove uses of *T as an implicit forward declaration of TRuss Cox
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-29Storing an out of range constant into a variable shouldIan Lance Taylor
2008-09-20another async select bugKen Thompson
2008-09-20fix some testsRob Pike
2008-09-19channel testKen Thompson
2008-09-05T{} syntax for constructorsKen Thompson
2008-09-03update testsRob Pike
2008-08-29fix type of (1<<x)Ken Thompson
2008-08-20delete redundant bug.Rob Pike
2008-08-12fixed bugs in const/caseKen Thompson
2008-08-11fix bug depot:Rob Pike
2008-08-07fix erroneous code in bugs; reported by iant.Rob Pike
2008-07-08test update. also remove two duplicatesRob Pike
2008-07-08test update. some tests now run; no change to outputRob Pike
2008-07-07test cleanupRob Pike
2008-06-27export sys.exitRob Pike
2008-06-21remove receclarations from testsKen Thompson
2008-06-18clean up ken/rob2.go to eliminate a few workaroundsRob Pike
2008-06-11add bug045: bad nil assigning into arrayRob Pike
2008-06-08update lots of testsRob Pike
2008-06-06check in the bugs and fixed bugsRob Pike
2008-06-06add ken's tests.Rob Pike