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
/
const.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-1
/
+1
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-4
/
+32
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-82
/
+277
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-14
/
+109
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+1299
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-1283
/
+0
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-0
/
+4
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-1
/
+1
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-3
/
+3
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-6
/
+6
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-6
/
+16
2010-06-14
gc: no more ...
Russ Cox
1
-1
/
+1
2010-06-08
gc: new typechecking rules
Russ Cox
1
-4
/
+7
2010-03-09
1. decommit complex(float) conversion
Ken Thompson
1
-2
/
+2
2010-03-08
gc: simplify complex typecheck
Russ Cox
1
-0
/
+3
2010-02-21
gc: minor const simplifications
Russ Cox
1
-32
/
+15
2010-02-19
fixed bug in mpconst float multiply by 0.
Ken Thompson
1
-2
/
+21
2010-02-18
complex constant multiply and divide
Ken Thompson
1
-6
/
+78
2010-02-18
more complex - constants
Ken Thompson
1
-0
/
+20
2010-02-17
new types complex, complex64 and complex128
Ken Thompson
1
-38
/
+173
2010-02-12
gc: diagnose invalid array bounds
Russ Cox
1
-4
/
+2
2010-02-01
gc: bug246
Russ Cox
1
-1
/
+10
2010-01-24
gc: bug247, reported by rob
Russ Cox
1
-38
/
+40
2010-01-08
gc: bug238
Russ Cox
1
-0
/
+4
2009-11-20
x[y:] for strings
Russ Cox
1
-1
/
+1
2009-11-16
gc: change "can we const evaluate this" from blacklist to whitelist
Russ Cox
1
-6
/
+30
2009-11-15
gc: five bug fixes, one better error.
Russ Cox
1
-2
/
+2
2009-11-14
gc: do not try to constant-evaluate (interface{})("bar")
Russ Cox
1
-0
/
+1
2009-10-20
address bug193 and add note to spec about it.
Russ Cox
1
-2
/
+2
2009-09-21
ideal bools and related fixes
Russ Cox
1
-8
/
+27
2009-09-09
error message fixes
Russ Cox
1
-0
/
+2
2009-09-09
defining package block names must override
Russ Cox
1
-0
/
+4
2009-08-27
clean up ideal handling; reject attempts
Russ Cox
1
-29
/
+11
2009-08-24
bug197
Russ Cox
1
-0
/
+2
2009-08-23
half of bug193
Russ Cox
1
-2
/
+12
2009-08-21
fix crash in bug194; add bug196
Russ Cox
1
-2
/
+2
2009-08-07
forward declarations not necessary.
Russ Cox
1
-0
/
+1
2009-08-04
type checking of assignments, switch, if, for
Russ Cox
1
-1
/
+12
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
1
-3
/
+5
2009-07-30
typechecking checkpoint.
Russ Cox
1
-2
/
+24
2009-07-29
introduce typecheck pass before walkexpr.
Russ Cox
1
-1
/
+7
2009-07-27
bug170; fix test for bug175
Russ Cox
1
-1
/
+5
2009-07-27
print(1<<x)
Russ Cox
1
-1
/
+1
2009-07-17
baby step: const decls can refer to future
Russ Cox
1
-21
/
+53
2009-07-06
shift typechecking bugs
Russ Cox
1
-4
/
+11
2009-07-06
fix bug involving typed nil constants:
Russ Cox
1
-1
/
+1
2009-06-25
better error; clean up lineno in a few places
Russ Cox
1
-3
/
+2
2009-05-29
bug 156
Ken Thompson
1
-7
/
+2
2009-05-29
bug 149
Ken Thompson
1
-1
/
+4
2009-05-28
better 64-bit handling in 8g.
Russ Cox
1
-1
/
+1
[next]