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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-24
bug197
Russ Cox
1
-1
/
+1
2009-08-20
symbol bugs.
Russ Cox
1
-0
/
+2
2009-08-19
produce diagnostic for
Russ Cox
1
-0
/
+1
2009-08-19
try to do better line number reporting
Russ Cox
1
-1
/
+4
2009-08-19
fix import dot bug
Russ Cox
1
-1
/
+0
2009-08-12
delete code for forward type declarations
Russ Cox
1
-7
/
+0
2009-08-12
whole-package compilation
Russ Cox
1
-0
/
+2
2009-08-11
bug186 - f(iota)
Russ Cox
1
-0
/
+1
2009-08-09
1. integer division by a constant done.
Ken Thompson
1
-1
/
+28
2009-08-08
plateau in divide by a constant
Ken Thompson
1
-1
/
+1
2009-08-07
bug181 - type T *struct { T } is an invalid embedded type
Russ Cox
1
-0
/
+1
2009-08-07
forward declarations not necessary.
Russ Cox
1
-15
/
+28
2009-08-05
delay range processing. old2new is gone
Russ Cox
1
-4
/
+5
2009-08-05
delay := processing
Russ Cox
1
-1
/
+2
2009-08-04
make Syms smaller.
Russ Cox
1
-48
/
+26
2009-08-04
move various bits of code around
Russ Cox
1
-4
/
+0
2009-08-04
delayed evaluation of var blocks
Russ Cox
1
-0
/
+1
2009-08-04
move select into its own file.
Russ Cox
1
-0
/
+5
2009-08-04
type checking of assignments, switch, if, for
Russ Cox
1
-21
/
+2
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
1
-15
/
+19
2009-07-31
checkpoint; still plenty to clean up
Russ Cox
1
-40
/
+69
2009-07-30
typechecking checkpoint.
Russ Cox
1
-6
/
+7
2009-07-29
introduce typecheck pass before walkexpr.
Russ Cox
1
-7
/
+17
2009-07-29
convert walkexpr to take Node**; drop indir
Russ Cox
1
-4
/
+5
2009-07-29
expression printer; %#N
Russ Cox
1
-0
/
+1
2009-07-17
another baby step.
Russ Cox
1
-1
/
+1
2009-07-17
baby step: const decls can refer to future
Russ Cox
1
-9
/
+16
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-54
/
+66
2009-07-13
step toward no function prototypes.
Russ Cox
1
-1
/
+8
2009-07-10
cleanup in preparation for new scoping.
Russ Cox
1
-22
/
+20
2009-07-07
method expansion bugs
Russ Cox
1
-0
/
+1
2009-07-07
6g, 8g: generate data structures for new reflect interface (CL 31107)
Russ Cox
1
-4
/
+7
2009-07-06
various 6g cleanup:
Russ Cox
1
-5
/
+11
2009-06-25
bug165
Russ Cox
1
-0
/
+2
2009-06-23
fix a 6g crash after type errors.
Russ Cox
1
-1
/
+2
2009-06-06
implement optional semicolons with help from the lexer,
Russ Cox
1
-0
/
+5
2009-06-06
gc: grammar cleanup:
Russ Cox
1
-17
/
+17
2009-06-02
minor cleanup, 64-bit /= and %= on 32-bit
Russ Cox
1
-0
/
+3
2009-05-27
clean up gmove:
Russ Cox
1
-2
/
+6
2009-05-26
bug 150
Ken Thompson
1
-1
/
+0
2009-05-26
8g: hello world works again
Russ Cox
1
-0
/
+1
2009-05-23
1. check for dups in complex literals
Ken Thompson
1
-0
/
+1
2009-05-21
enforce channel direction
Russ Cox
1
-3
/
+3
2009-05-21
added key:val extension to
Ken Thompson
1
-0
/
+7
2009-05-20
ifaceop was being called with integers
Russ Cox
1
-1
/
+4
2009-05-20
change representation of interface values.
Russ Cox
1
-0
/
+1
2009-05-18
static initialization of slices
Ken Thompson
1
-2
/
+4
2009-05-16
static initialization
Ken Thompson
1
-1
/
+1
2009-05-12
no need for compiler to hard-code definition of runtime.
Russ Cox
1
-1
/
+0
2009-05-08
6g:
Russ Cox
1
-3
/
+6
[next]