summaryrefslogtreecommitdiff
path: root/src/cmd/5g
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg12-967/+1250
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý3-5/+6
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý12-158/+339
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý13-0/+9592
2011-09-13Imported Upstream version 60Ondřej Surý13-9556/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý4-24/+68
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý6-261/+271
2011-06-16Imported Upstream version 57.2upstream/57.2Ondřej Surý1-0/+58
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý3-11/+13
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý2-144/+44
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý3-2/+4
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý4-145/+199
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý7-196/+300
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý12-215/+3245
2010-06-29code gen bug in len(nil) and cap(nil)Ken Thompson1-0/+4
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox1-1/+1
2010-05-24gc: bug281 - bad overlap in stack copyRuss Cox1-0/+32
2010-05-20fix issue 798Ken Thompson1-0/+6
2010-04-01runtime: turn run time errors checks into panicsRuss Cox4-70/+22
2010-03-31gc: implement panic and recoverRuss Cox1-4/+9
2010-03-26arm: fix buildDean Prichard1-5/+4
2010-03-26gc: allow taking address of out parametersRuss Cox1-0/+20
2010-03-23arm: fix buildDean Prichard1-2/+2
2010-03-20issue 682Ken Thompson1-0/+21
2010-03-085g/6g/8g: fix double function call in sliceRuss Cox1-32/+24
2010-03-056g complex type usableKen Thompson1-0/+18
2010-03-05gc: better compilation of floating point +=Russ Cox1-9/+17
2010-02-175g/8g: fix buildRuss Cox1-0/+1
2010-02-01gc: add ... T, rework plain ...Russ Cox1-1/+0
2010-01-27change print print buffer sizeKen Thompson1-3/+3
2010-01-22eliminate the package global name space assumption in object filesRuss Cox3-5/+5
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-8/+1
2010-01-15Don't check array bounds if we have been told not to.Ian Lance Taylor1-1/+1
2009-12-09Continuation of issue 221 fix. When 8g or 6g or 5g are called with aCharles L. Dorian1-1/+1
2009-12-026g etc: groundwork for eliminating redundant bounds checks.Russ Cox2-3/+3
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20x[lo:] - gc and runtime.Russ Cox2-0/+382
2009-11-16s/AJMP/AB/ to fix build breakage.Kai Backman1-3/+3
2009-11-15gc: fix up floating point NaN comparisonsRuss Cox1-1/+12
2009-11-09tweak documentation of commandsRuss Cox1-2/+2
2009-11-06fix argument order bug for floatKai Backman1-2/+1
2009-11-03document the gc go compilers.Rob Pike1-0/+15
2009-10-30added missing sgen reverse character copy code.Kai Backman1-1/+24
2009-10-27shift for non-64 bit integers.Kai Backman4-2/+96
2009-10-26bug162, large indices on nil referencesKai Backman3-14/+71
2009-10-26fix defer. gave up on unified code for defer and go for now.Kai Backman1-5/+49
2009-10-24 fix conditional branch instructions for unsigned ints andKai Backman2-30/+34
2009-10-23 fixed len/cap for chan. disable gc for now.Kai Backman1-1/+26
2009-10-23one more argsize fix. we were copying with the correctKai Backman1-1/+1
2009-10-23fix broken code produced for ominusKai Backman1-5/+10