summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-142-2/+0
* add tests for the func()() caseRob Pike2009-09-141-0/+12
* fix bug206.Russ Cox2009-09-102-3/+0
* fix bug206 output on different platformsRuss Cox2009-09-101-4/+0
* bug206Robert Griesemer2009-09-102-0/+55
* a few more blank testsRuss Cox2009-09-091-2/+9
* check type of string/map/array index expressionsRuss Cox2009-09-091-0/+18
* defining package block names must overrideRuss Cox2009-09-095-6/+124
* update type switch to match spec.Russ Cox2009-09-091-0/+84
* write-only variable _Russ Cox2009-09-083-1/+103
* compound literal testKen Thompson2009-09-081-0/+171
* script for running test programs in interpreter.Russ Cox2009-09-041-2/+11
* missed in last compiler changeRuss Cox2009-09-031-1/+1
* corrected bug187; dropped on the floor somehowRuss Cox2009-09-031-0/+23
* fix range on invalid utf8 bugRuss Cox2009-09-031-0/+0
* partial rune at end makes string range loop foreverRob Pike2009-09-031-0/+24
* new benchmark results.Rob Pike2009-09-031-0/+93
* fix bug187 (itself buggy)Russ Cox2009-09-032-26/+0
* fix one bug involving [...] constructors.Russ Cox2009-09-022-0/+36
* the last bug involving type hashesRuss Cox2009-09-021-0/+36
* type switch bug involving function parameter namesRuss Cox2009-09-011-0/+19
* catch package net import "net" for releaseRuss Cox2009-09-011-1/+1
* Match gccgo error messages.Ian Lance Taylor2009-08-311-6/+6
* array index bugRuss Cox2009-08-301-0/+25
* arraytoslice and some cleanupKen Thompson2009-08-281-1/+6
* sliceslice inlineKen Thompson2009-08-281-0/+129
* inline slicearrayKen Thompson2009-08-271-0/+127
* remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2009-08-272-2/+2
* Cascading errors lead to a compiler crash.Ian Lance Taylor2009-08-262-0/+18
* bug132Russ Cox2009-08-242-6/+3
* Match gccgo error messages.Ian Lance Taylor2009-08-241-2/+2
* bug197Russ Cox2009-08-241-0/+33
* bug189Russ Cox2009-08-242-4/+1
* half of bug193Russ Cox2009-08-231-3/+1
* more interface embedding testsRuss Cox2009-08-211-0/+15
* fix bug195Russ Cox2009-08-212-3/+0
* fix crash in bug194; add bug196Russ Cox2009-08-212-1/+55
* A test for an interface which uses a forward declared typeIan Lance Taylor2009-08-212-0/+15
* If the compiler dumps core, bash will print a useless errorIan Lance Taylor2009-08-211-3/+13
* Test composite literals with undeclared types. This crashedIan Lance Taylor2009-08-212-0/+36
* Enable these tests. Fix divconst.go and modconst.go toIan Lance Taylor2009-08-213-7/+2
* unexpected shift conversion behaviorRobert Griesemer2009-08-212-0/+20
* fix buildRuss Cox2009-08-201-1/+0
* len and cap on chansRuss Cox2009-08-201-0/+27
* add bug to capture double declaration of name in file and package blockRob Pike2009-08-192-0/+12
* produce diagnostic forRuss Cox2009-08-191-6/+6
* try to do better line number reportingRuss Cox2009-08-191-3/+6
* With the changes to support automatic forward declarations ofIan Lance Taylor2009-08-191-10/+10
* fix import dot bugRuss Cox2009-08-193-0/+31
* Test that a type can refer to itself recursively as long as itIan Lance Taylor2009-08-172-0/+35