summaryrefslogtreecommitdiff
path: root/src/cmd/gc/go.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-5/+3
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-18/+30
2010-06-27optimization of static initializationKen Thompson1-1/+1
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox1-2/+2
2010-06-14gc: no more ...Russ Cox1-386/+367
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox1-4/+4
2010-06-11gc: change -u to require imports to be marked safeRuss Cox1-0/+1
2010-06-09gc: more cleanupRuss Cox1-0/+1
2010-06-08gc: new typechecking rulesRuss Cox1-16/+9
2010-05-20fix issue 798Ken Thompson1-0/+2
2010-04-27gc: better windows detectionRuss Cox1-7/+0
2010-04-27gc: fix islocalname on windowsRuss Cox1-0/+6
2010-03-31gc: implement panic and recoverRuss Cox1-1/+3
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-0/+1
2010-03-24depricate paniclnKen Thompson1-1/+1
2010-03-22gc: various map-related bug fixesRuss Cox1-2/+0
2010-03-20issue 682Ken Thompson1-0/+1
2010-03-056g complex type usableKen Thompson1-0/+2
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox1-2/+3
2010-02-18more complex - constantsKen Thompson1-0/+1
2010-02-18gc: recursive interface embeddingRuss Cox1-0/+2
2010-02-17new types complex, complex64 and complex128Ken Thompson1-7/+21
2010-02-12gc: diagnose invalid array boundsRuss Cox1-0/+2
2010-02-01gc: bug246Russ Cox1-0/+1
2010-02-01gc: bug242Russ Cox1-2/+2
2010-02-01gc: add ... T, rework plain ...Russ Cox1-6/+9
2010-01-25runtime, type switch: eliminate package global name space assumptionRuss Cox1-13/+3
2010-01-24gc: record full package paths in runtime type dataRuss Cox1-1/+5
2010-01-24gc: cut some dead code, fix 6g -S outputRuss Cox1-1/+0
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-15/+33
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-2/+6
2009-12-27gc: various C nits, found by plan 9 compiler.Russ Cox1-2/+1
2009-12-18gc: method expressions on concrete typesRuss Cox1-0/+1
2009-12-15gc: double-check usage of ...Russ Cox1-1/+1
2009-12-11gc: semicolonsRuss Cox1-5/+1
2009-12-11bug in 6g optimizerKen Thompson1-0/+1
2009-12-03gc: Allow allow data types up to 1GBChristopher Wedgwood1-1/+2
2009-12-03gc: better diagnosis of initialization loopsRuss Cox1-1/+0
2009-11-19gc: reject large channel values at compile timeRuss Cox1-0/+1
2009-11-17install copy predefinedKen Thompson1-0/+1
2009-11-15gc: five bug fixes, one better error.Russ Cox1-2/+2
2009-11-12yet another attempt to avoid conflicts withRuss Cox1-3/+5
2009-11-11fix BUFSIZ redeclaration warningsRuss Cox1-1/+1
2009-11-11getc/ungetc in assemblers; BUFSIZ everywhere.Russ Cox1-0/+1
2009-11-11avoid clash with stdio's getc, ungetc.Russ Cox1-0/+5
2009-11-068g optimizerKen Thompson1-6/+6
2009-10-19bug196Russ Cox1-0/+1
2009-10-19bug136Russ Cox1-3/+2
2009-10-19bug190.Russ Cox1-1/+3
2009-10-15rename sys functions to runtime,Russ Cox1-2/+2