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
/
gc
/
align.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+653
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-659
/
+0
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-5
/
+7
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-2
/
+2
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-0
/
+12
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-1
/
+2
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-2
/
+0
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-34
/
+42
2010-06-30
gc: do not crash on bad [...]T
Russ Cox
1
-0
/
+5
2010-05-24
gc: bug280
Russ Cox
1
-0
/
+2
2010-05-18
gc: Better error when computing remainder of non-int
Evan Shaw
1
-1
/
+1
2010-05-01
gc: be pickier about slice, chan, array, and map sizes
Russ Cox
1
-1
/
+9
2010-03-31
gc: fix alignment on non-amd64
Russ Cox
1
-1
/
+1
2010-03-30
gc: add panic and recover (still unimplemented in runtime)
Russ Cox
1
-0
/
+1
2010-02-18
gc: fix this morning's bug fix
Russ Cox
1
-2
/
+0
2010-02-17
new types complex, complex64 and complex128
Ken Thompson
1
-2
/
+22
2010-02-01
gc: bug246
Russ Cox
1
-0
/
+5
2010-02-01
gc: add ... T, rework plain ...
Russ Cox
1
-3
/
+0
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-1
/
+1
2009-12-03
gc: recursive type error
Russ Cox
1
-0
/
+3
2009-11-19
gc: reject large channel values at compile time
Russ Cox
1
-0
/
+12
2009-11-15
gc: five bug fixes, one better error.
Russ Cox
1
-4
/
+5
2009-10-20
bug162, over and over
Russ Cox
1
-2
/
+2
2009-10-19
bug190.
Russ Cox
1
-21
/
+131
2009-09-09
composit literal under
Ken Thompson
1
-0
/
+2
2009-09-09
defining package block names must override
Russ Cox
1
-2
/
+3
2009-09-08
write-only variable _
Russ Cox
1
-1
/
+1
2009-09-02
fix one bug involving [...] constructors.
Russ Cox
1
-1
/
+4
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-1
/
+3
2009-08-20
len and cap on chans
Russ Cox
1
-3
/
+2
2009-08-19
produce diagnostic for
Russ Cox
1
-0
/
+7
2009-08-12
delete code for forward type declarations
Russ Cox
1
-7
/
+0
2009-08-07
forward declarations not necessary.
Russ Cox
1
-4
/
+25
2009-07-30
typechecking checkpoint.
Russ Cox
1
-0
/
+8
2009-07-29
introduce typecheck pass before walkexpr.
Russ Cox
1
-14
/
+66
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-1
/
+1
2009-07-07
6g, 8g: generate data structures for new reflect interface (CL 31107)
Russ Cox
1
-0
/
+4
2009-06-30
change alignment rules: roll receiver into
Russ Cox
1
-2
/
+2
2009-06-06
gc: grammar cleanup:
Russ Cox
1
-4
/
+3
2009-05-22
simplifying grammar: delete LBASETYPE and LACONST.
Russ Cox
1
-1
/
+1
2009-05-22
Automated g4 rollback of changelist 29302.
Russ Cox
1
-1
/
+1
2009-05-22
simplifying grammar: delete LBASETYPE and LACONST
Russ Cox
1
-1
/
+1
2009-04-09
change representation of strings
Ken Thompson
1
-3
/
+5
2009-03-30
move portable code generation (basic statements) to gc.
Russ Cox
1
-0
/
+32
2009-03-30
move alignment calculations into gc
Russ Cox
1
-0
/
+351