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
/
swt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
1
-1
/
+1
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-3
/
+6
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-0
/
+6
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-11
/
+26
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-18
/
+45
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+896
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-896
/
+0
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-1
/
+4
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-3
/
+1
2010-06-28
compiler fatal error in switch.
Ken Thompson
1
-5
/
+6
2010-06-14
gc: no more ...
Russ Cox
1
-16
/
+8
2010-01-25
runtime, type switch: eliminate package global name space assumption
Russ Cox
1
-66
/
+97
2009-11-08
bug212, bug213.
Russ Cox
1
-3
/
+7
2009-10-12
sort errors by line number
Russ Cox
1
-6
/
+2
2009-09-21
ideal bools and related fixes
Russ Cox
1
-1
/
+1
2009-09-09
update type switch to match spec.
Russ Cox
1
-19
/
+61
2009-09-02
the last bug involving type hashes
Russ Cox
1
-1
/
+1
2009-09-01
type switch bug involving function parameter names
Russ Cox
1
-2
/
+2
2009-08-04
type checking of assignments, switch, if, for
Russ Cox
1
-121
/
+62
2009-07-31
checkpoint; still plenty to clean up
Russ Cox
1
-3
/
+3
2009-07-30
typechecking checkpoint.
Russ Cox
1
-3
/
+18
2009-07-29
convert walkexpr to take Node**; drop indir
Russ Cox
1
-3
/
+3
2009-07-17
baby step: const decls can refer to future
Russ Cox
1
-9
/
+19
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-131
/
+121
2009-07-10
cleanup in preparation for new scoping.
Russ Cox
1
-8
/
+8
2009-07-06
insert ODCL in type switch case.
Russ Cox
1
-2
/
+4
2009-07-06
more precise error message
Russ Cox
1
-1
/
+1
2009-07-06
better error message + line numbers
Russ Cox
1
-4
/
+10
2009-05-30
bug157
Russ Cox
1
-59
/
+45
2009-05-30
bug 158
Ken Thompson
1
-3
/
+11
2009-05-20
change representation of interface values.
Russ Cox
1
-2
/
+7
2009-04-02
compiler falut for forgetting
Ken Thompson
1
-0
/
+7
2009-04-01
typeswitch - expression evaluated
Ken Thompson
1
-1
/
+1
2009-03-22
rewrote switch
Ken Thompson
1
-434
/
+524
2009-03-18
remove assignment cases from switch
Ken Thompson
1
-57
/
+3
2009-03-17
switch on false error
Ken Thompson
1
-1
/
+1
2009-03-17
binary search on type switches.
Ken Thompson
1
-114
/
+231
2009-03-12
make 6g constants behave as ken proposes. (i hope.)
Russ Cox
1
-16
/
+20
2009-03-10
bug with interaction of variables
Ken Thompson
1
-5
/
+26
2009-03-07
binary search for constant case statements.
Ken Thompson
1
-3
/
+212
2009-03-06
1. type switches
Ken Thompson
1
-48
/
+187
2009-03-05
new switch implementation
Ken Thompson
1
-0
/
+333