summaryrefslogtreecommitdiff
path: root/test/fixedbugs
Commit message (Expand)AuthorAgeFilesLines
* unused importsRuss Cox2009-09-1710-5/+14
* last round: non-package codeRuss Cox2009-09-1515-15/+31
* fix "declared and not used" in tests;Russ Cox2009-09-1434-13/+42
* fix bug206.Russ Cox2009-09-101-0/+48
* check type of string/map/array index expressionsRuss Cox2009-09-091-0/+18
* defining package block names must overrideRuss Cox2009-09-092-2/+33
* write-only variable _Russ Cox2009-09-081-1/+1
* corrected bug187; dropped on the floor somehowRuss Cox2009-09-031-0/+23
* fix range on invalid utf8 bugRuss Cox2009-09-031-0/+24
* 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
* bug132Russ Cox2009-08-241-0/+80
* Match gccgo error messages.Ian Lance Taylor2009-08-241-2/+2
* bug197Russ Cox2009-08-241-0/+33
* bug189Russ Cox2009-08-241-0/+17
* more interface embedding testsRuss Cox2009-08-211-0/+15
* fix bug195Russ Cox2009-08-211-0/+12
* add bug to capture double declaration of name in file and package blockRob Pike2009-08-191-0/+11
* fix import dot bugRuss Cox2009-08-193-0/+31
* Match gccgo error messages.Ian Lance Taylor2009-08-172-2/+2
* fix up some irregular indentationRob Pike2009-08-1722-82/+84
* Recognize gccgo error messages.Ian Lance Taylor2009-08-1312-15/+15
* bug188 - sort(x)Russ Cox2009-08-122-2/+16
* delete forward type declarationsRuss Cox2009-08-121-5/+0
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-123-54/+2
* bug186 - f(iota)Russ Cox2009-08-111-0/+18
* bug159Russ Cox2009-08-071-0/+39
* bug185 - return b,a from func() (a,b int)Russ Cox2009-08-071-0/+33
* bug184 - assignment compatibility in unpacked multireturnRuss Cox2009-08-071-0/+51
* bug183 - embedded vs non-embedded struct field in eqtypeRuss Cox2009-08-071-0/+25
* bug182 - compiler crashRuss Cox2009-08-071-0/+13
* bug181 - type T *struct { T } is an invalid embedded typeRuss Cox2009-08-071-0/+11
* delay := processingRuss Cox2009-08-053-4/+4
* get function calls out of the way beforeRuss Cox2009-08-041-0/+17
* more 6g reorg; checkpoint.Russ Cox2009-08-037-20/+11
* delete some code from walkexpr that is nowRuss Cox2009-07-302-3/+3
* use errchk in more places.Russ Cox2009-07-3018-21/+21
* bug136 unfixedRuss Cox2009-07-291-15/+0
* break and continue fixesRuss Cox2009-07-293-0/+66
* bug177: anonymous struct fields in reflectRuss Cox2009-07-281-0/+28
* constant keys for array initializersRuss Cox2009-07-271-0/+14
* move bug148, already fixed, to fixedbugsRuss Cox2009-07-271-0/+39
* bug170; fix test for bug175Russ Cox2009-07-271-0/+13
* multiple return in := bugRuss Cox2009-07-271-0/+14
* print(1<<x)Russ Cox2009-07-271-0/+12
* named string type bugsRuss Cox2009-07-271-0/+21