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
/
go.y
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
1
-0
/
+6
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-8
/
+36
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-2
/
+6
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-26
/
+115
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-172
/
+276
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+1985
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-1966
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-28
/
+31
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-15
/
+5
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-0
/
+4
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-5
/
+15
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-2
/
+7
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-8
/
+0
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-3
/
+12
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-45
/
+129
2010-06-14
gc: no more ...
Russ Cox
1
-2
/
+11
2010-06-12
gc: less aggressive name binding, for better line numbers in errors
Russ Cox
1
-13
/
+15
2010-06-11
gc: change -u to require imports to be marked safe
Russ Cox
1
-1
/
+12
2010-06-07
gc: better error message when ~ operator is found
Robert Griesemer
1
-1
/
+1
2010-05-24
gc: fix shift/reduce conflict in go.y export syntax
Russ Cox
1
-2
/
+13
2010-05-24
gc: bug277 - new conversion syntax
Russ Cox
1
-21
/
+10
2010-04-26
gc: more specific error for statements at top level
Russ Cox
1
-10
/
+20
2010-04-11
gc: make sure main.main has correct type
Russ Cox
1
-2
/
+9
2010-02-18
more complex - constants
Ken Thompson
1
-2
/
+10
2010-02-01
gc: add ... T, rework plain ...
Russ Cox
1
-14
/
+35
2010-01-26
gc: improved syntax errors
Russ Cox
1
-7
/
+8
2010-01-26
gc: fix chan <- chan precedence.
Russ Cox
1
-39
/
+32
2010-01-25
eliminate package global name space
Russ Cox
1
-6
/
+5
2010-01-24
gc: record full package paths in runtime type data
Russ Cox
1
-1
/
+2
2010-01-24
gc: cut some dead code, fix 6g -S output
Russ Cox
1
-1
/
+0
2010-01-22
eliminate the package global name space assumption in object files
Russ Cox
1
-46
/
+43
2010-01-19
cleanup toward eliminating package global name space
Russ Cox
1
-5
/
+17
2009-12-15
gc: fix import name resolution
Russ Cox
1
-1
/
+1
2009-12-15
gc: allow ... in method lists
Russ Cox
1
-1
/
+1
2009-12-15
gc: double-check usage of ...
Russ Cox
1
-1
/
+7
2009-12-13
gc: fix comment
Russ Cox
1
-3
/
+2
2009-12-11
gc: semicolons
Russ Cox
1
-77
/
+42
2009-12-03
gc: minor import grammar bug fixes
Russ Cox
1
-8
/
+27
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
1
-2
/
+6
2009-11-15
gc: five bug fixes, one better error.
Russ Cox
1
-2
/
+13
2009-11-12
yet another attempt to avoid conflicts with
Russ Cox
1
-0
/
+1
2009-11-09
error rewording suggested by robert.
Russ Cox
1
-8
/
+3
2009-10-19
bug136
Russ Cox
1
-1
/
+1
2009-10-15
rename sys functions to runtime,
Russ Cox
1
-4
/
+4
2009-10-12
sort errors by line number
Russ Cox
1
-1
/
+2
2009-10-12
new builtin.c.boot from arm.
Russ Cox
1
-1
/
+5
2009-10-07
better handling of mistaken top-level variable
Russ Cox
1
-12
/
+4
2009-09-29
undo 35108 (disallow parens around type in struct literal).
Russ Cox
1
-17
/
+7
2009-09-29
disallow parens around type in struct literal syntax,
Russ Cox
1
-2
/
+17
2009-09-28
disallow interface { x, y() }
Russ Cox
1
-10
/
+9
[next]