index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
5g
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-18
Imported Upstream version 2011.02.15
Ondřej Surý
4
-145
/
+199
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
7
-196
/
+300
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
12
-215
/
+3245
2010-06-29
code gen bug in len(nil) and cap(nil)
Ken Thompson
1
-0
/
+4
2010-06-20
gc: better error messages for interface failures, conversions
Russ Cox
1
-1
/
+1
2010-05-24
gc: bug281 - bad overlap in stack copy
Russ Cox
1
-0
/
+32
2010-05-20
fix issue 798
Ken Thompson
1
-0
/
+6
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
4
-70
/
+22
2010-03-31
gc: implement panic and recover
Russ Cox
1
-4
/
+9
2010-03-26
arm: fix build
Dean Prichard
1
-5
/
+4
2010-03-26
gc: allow taking address of out parameters
Russ Cox
1
-0
/
+20
2010-03-23
arm: fix build
Dean Prichard
1
-2
/
+2
2010-03-20
issue 682
Ken Thompson
1
-0
/
+21
2010-03-08
5g/6g/8g: fix double function call in slice
Russ Cox
1
-32
/
+24
2010-03-05
6g complex type usable
Ken Thompson
1
-0
/
+18
2010-03-05
gc: better compilation of floating point +=
Russ Cox
1
-9
/
+17
2010-02-17
5g/8g: fix build
Russ Cox
1
-0
/
+1
2010-02-01
gc: add ... T, rework plain ...
Russ Cox
1
-1
/
+0
2010-01-27
change print print buffer size
Ken Thompson
1
-3
/
+3
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
3
-5
/
+5
2010-01-19
cleanup toward eliminating package global name space
Russ Cox
1
-8
/
+1
2010-01-15
Don't check array bounds if we have been told not to.
Ian Lance Taylor
1
-1
/
+1
2009-12-09
Continuation of issue 221 fix. When 8g or 6g or 5g are called with a
Charles L. Dorian
1
-1
/
+1
2009-12-02
6g etc: groundwork for eliminating redundant bounds checks.
Russ Cox
2
-3
/
+3
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
2
-0
/
+382
2009-11-16
s/AJMP/AB/ to fix build breakage.
Kai Backman
1
-3
/
+3
2009-11-15
gc: fix up floating point NaN comparisons
Russ Cox
1
-1
/
+12
2009-11-09
tweak documentation of commands
Russ Cox
1
-2
/
+2
2009-11-06
fix argument order bug for float
Kai Backman
1
-2
/
+1
2009-11-03
document the gc go compilers.
Rob Pike
1
-0
/
+15
2009-10-30
added missing sgen reverse character copy code.
Kai Backman
1
-1
/
+24
2009-10-27
shift for non-64 bit integers.
Kai Backman
4
-2
/
+96
2009-10-26
bug162, large indices on nil references
Kai Backman
3
-14
/
+71
2009-10-26
fix defer. gave up on unified code for defer and go for now.
Kai Backman
1
-5
/
+49
2009-10-24
fix conditional branch instructions for unsigned ints and
Kai Backman
2
-30
/
+34
2009-10-23
fixed len/cap for chan. disable gc for now.
Kai Backman
1
-1
/
+26
2009-10-23
one more argsize fix. we were copying with the correct
Kai Backman
1
-1
/
+1
2009-10-23
fix broken code produced for ominus
Kai Backman
1
-5
/
+10
2009-10-22
fix off by 4 in newproc arg copying.
Kai Backman
1
-2
/
+2
2009-10-19
removed tempalloc/tempfree and replaced with tempname
Kai Backman
4
-62
/
+10
2009-10-19
bug190.
Russ Cox
1
-1
/
+0
2009-10-19
function literals
Kai Backman
1
-4
/
+10
2009-10-16
fix arm build, add 64 bit cgen_asop
Kai Backman
1
-0
/
+21
2009-10-15
fix minor typo in float conversions
Kai Backman
1
-2
/
+2
2009-10-15
fix OINDEX address generation, leftover misunderstanding about
Kai Backman
2
-1
/
+18
2009-10-15
test/64bit.go passes but doesn't generate properly yet.
Kai Backman
2
-117
/
+171
2009-10-12
changed 5c 64 bit word ordering to little endian so it matches
Kai Backman
3
-80
/
+74
2009-10-11
64bit and float code generation. fmt compiles but
Kai Backman
3
-161
/
+361
2009-10-09
floating point calc, added a few more packages that pass
Kai Backman
1
-1
/
+43
[next]