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
/
walk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-15
gc: five bug fixes, one better error.
Russ Cox
1
-1
/
+1
2009-10-23
all of pkg now compiles, fixes a few more tests
Kai Backman
1
-2
/
+2
2009-10-19
bug196
Russ Cox
1
-10
/
+3
2009-10-12
sort errors by line number
Russ Cox
1
-1
/
+1
2009-10-10
fix float <-> int64 conversions
Kai Backman
1
-0
/
+10
2009-10-07
add & fix bug207: rewritten if condition
Russ Cox
1
-2
/
+9
2009-09-21
ideal bools and related fixes
Russ Cox
1
-2
/
+2
2009-09-15
declared and not used; this time for sure
Russ Cox
1
-0
/
+14
2009-09-14
declared and not used error, but disabled.
Russ Cox
1
-0
/
+3
2009-09-09
composit literal under
Ken Thompson
1
-485
/
+0
2009-09-09
defining package block names must override
Russ Cox
1
-1
/
+1
2009-09-08
write-only variable _
Russ Cox
1
-1
/
+5
2009-09-08
init context for composit literals
Ken Thompson
1
-0
/
+46
2009-09-08
pass Type* to makechan and makemap so that
Russ Cox
1
-7
/
+4
2009-09-07
maps in static initialization
Ken Thompson
1
-3
/
+124
2009-09-06
more static init
Ken Thompson
1
-6
/
+87
2009-09-05
composit literals
Ken Thompson
1
-83
/
+182
2009-08-26
bug slicing array - cap is huge
Ken Thompson
1
-1
/
+1
2009-08-25
rename runtime internals to have modern names (array->slice etc)
Rob Pike
1
-15
/
+15
2009-08-12
bug188 - sort(x)
Russ Cox
1
-0
/
+4
2009-08-12
delete code for forward type declarations
Russ Cox
1
-4
/
+1
2009-08-11
bug186 - f(iota)
Russ Cox
1
-1
/
+1
2009-08-07
bug159
Russ Cox
1
-1
/
+14
2009-08-07
bug185 - return b,a from func() (a,b int)
Russ Cox
1
-4
/
+34
2009-08-07
bug184 - assignment compatibility in unpacked multireturn
Russ Cox
1
-16
/
+29
2009-08-07
bug181 - type T *struct { T } is an invalid embedded type
Russ Cox
1
-1
/
+7
2009-08-07
forward declarations not necessary.
Russ Cox
1
-10
/
+53
2009-08-05
delay range processing. old2new is gone
Russ Cox
1
-259
/
+8
2009-08-05
delay := processing
Russ Cox
1
-287
/
+3
2009-08-04
delayed evaluation of var blocks
Russ Cox
1
-4
/
+30
2009-08-04
move select into its own file.
Russ Cox
1
-232
/
+5
2009-08-04
type checking of assignments, switch, if, for
Russ Cox
1
-367
/
+98
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
1
-1116
/
+334
2009-07-31
checkpoint; still plenty to clean up
Russ Cox
1
-862
/
+389
2009-07-30
delete some code from walkexpr that is now
Russ Cox
1
-291
/
+74
2009-07-30
typechecking checkpoint.
Russ Cox
1
-487
/
+97
2009-07-29
introduce typecheck pass before walkexpr.
Russ Cox
1
-84
/
+302
2009-07-29
convert walkexpr to take Node**; drop indir
Russ Cox
1
-186
/
+195
2009-07-27
constant keys for array initializers
Russ Cox
1
-1
/
+1
2009-07-27
multiple return in := bug
Russ Cox
1
-0
/
+4
2009-07-27
print(1<<x)
Russ Cox
1
-3
/
+4
2009-07-27
named string type bugs
Russ Cox
1
-5
/
+13
2009-07-27
catch
Russ Cox
1
-3
/
+9
2009-07-20
explain selectsend problem
Russ Cox
1
-1
/
+4
2009-07-17
another baby step.
Russ Cox
1
-0
/
+1
2009-07-17
baby step: const decls can refer to future
Russ Cox
1
-35
/
+129
2009-07-17
another step toward eliminating forward declarations.
Russ Cox
1
-826
/
+874
2009-07-13
step toward no function prototypes.
Russ Cox
1
-28
/
+175
2009-07-10
cleanup in preparation for new scoping.
Russ Cox
1
-388
/
+299
2009-07-09
segment fault
Ken Thompson
1
-0
/
+4
[prev]
[next]