summaryrefslogtreecommitdiff
path: root/test/ken
Commit message (Expand)AuthorAgeFilesLines
...
* move things out of sys into os and runtimeRuss Cox2009-05-082-10/+14
* added a distinguishing string to the error printsKen Thompson2009-05-061-31/+58
* signs on div and modKen Thompson2009-05-051-0/+184
* make string take []byte only, so have to use *[10]byte to convertRuss Cox2009-04-161-2/+2
* code changes for array conversion.Russ Cox2009-04-152-5/+5
* insert type assertions when narrowing.Russ Cox2009-02-113-16/+16
* update go code tree to new func rules.Russ Cox2009-01-301-2/+2
* removed a:b in range syntaxKen Thompson2009-01-262-4/+60
* delete exportRuss Cox2009-01-209-37/+37
* convert tests; nothing interesting.Russ Cox2009-01-1610-45/+45
* casify, cleanup sysRuss Cox2009-01-161-7/+7
* new new & makeRuss Cox2009-01-0613-28/+28
* fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike2008-12-203-7/+7
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-1913-24/+24
* arraysKen Thompson2008-12-183-10/+21
* range clause must have = or :=Ken Thompson2008-12-151-6/+6
* range statementKen Thompson2008-12-051-0/+113
* compiler catches out of bounds; work aroundRob Pike2008-11-241-1/+2
* Don't use a type guard with a type which is not an interface.Ian Lance Taylor2008-11-071-1/+1
* typesKen Thompson2008-10-292-8/+9
* testKen Thompson2008-10-251-0/+236
* Per discussion earlier today with r and gri: when an interfaceIan Lance Taylor2008-10-241-1/+2
* basic types/interfaces testKen Thompson2008-10-151-0/+104
* remove uses of *T as an implicit forward declaration of TRuss Cox2008-10-071-0/+6
* update code to follow new semicolon rules:Russ Cox2008-10-072-2/+2
* Storing an out of range constant into a variable shouldIan Lance Taylor2008-09-291-6/+0
* another async select bugKen Thompson2008-09-201-139/+185
* fix some testsRob Pike2008-09-201-1/+4
* channel testKen Thompson2008-09-191-0/+267
* T{} syntax for constructorsKen Thompson2008-09-052-2/+2
* update testsRob Pike2008-09-032-6/+4
* fix type of (1<<x)Ken Thompson2008-08-292-0/+287
* delete redundant bug.Rob Pike2008-08-201-30/+0
* fixed bugs in const/caseKen Thompson2008-08-121-37/+35
* fix bug depot:Rob Pike2008-08-1123-125/+125
* fix erroneous code in bugs; reported by iant.Rob Pike2008-08-072-7/+8
* test update. also remove two duplicatesRob Pike2008-07-082-351/+0
* test update. some tests now run; no change to outputRob Pike2008-07-083-3/+2
* test cleanupRob Pike2008-07-072-2/+4
* export sys.exitRob Pike2008-06-273-7/+4
* remove receclarations from testsKen Thompson2008-06-213-25/+25
* clean up ken/rob2.go to eliminate a few workaroundsRob Pike2008-06-181-7/+6
* add bug045: bad nil assigning into arrayRob Pike2008-06-111-12/+10
* update lots of testsRob Pike2008-06-081-1/+1
* check in the bugs and fixed bugsRob Pike2008-06-061-2/+12
* add ken's tests.Rob Pike2008-06-0625-0/+1798