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
/
subr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-30
move portable object routines (especially
Russ Cox
1
-96
/
+0
2009-03-30
move some portable pieces of 6g/gsubr.c into gc/subr.c
Russ Cox
1
-0
/
+240
2009-03-24
throw away most of the compat.h compatibility layer
Russ Cox
1
-2
/
+2
2009-03-17
binary search on type switches.
Ken Thompson
1
-8
/
+11
2009-03-16
change format of Sigt and Sigi
Ken Thompson
1
-5
/
+0
2009-03-12
make 6g constants behave as ken proposes. (i hope.)
Russ Cox
1
-117
/
+40
2009-03-12
chan flags close/closed installed
Ken Thompson
1
-0
/
+2
2009-03-11
added bitclear operators &^ and &^=
Ken Thompson
1
-0
/
+1
2009-03-11
complain when trying to put T into an interface
Russ Cox
1
-3
/
+14
2009-03-06
1. type switches
Ken Thompson
1
-0
/
+1
2009-03-05
new switch implementation
Ken Thompson
1
-5
/
+8
2009-03-04
reject invalid map key types at compile time
Russ Cox
1
-0
/
+19
2009-03-03
back to T{x}, stricter handling of T(x) vs x.(T)
Russ Cox
1
-2
/
+2
2009-02-13
add composite literal ( ) syntax.
Russ Cox
1
-2
/
+3
2009-02-11
require type assertions when narrowing.
Russ Cox
1
-14
/
+59
2009-02-06
closures - 6g support
Russ Cox
1
-0
/
+13
2009-02-05
bug064
Russ Cox
1
-0
/
+19
2009-02-05
allow methods on funcs.
Russ Cox
1
-0
/
+1
2009-02-04
fix interface not satisifed message:
Russ Cox
1
-1
/
+1
2009-01-30
update compiler to new func rules
Russ Cox
1
-3
/
+6
2009-01-29
if take address of local, move to heap.
Russ Cox
1
-3
/
+16
2009-01-28
fix possible infinite recursion in eqtype.
Russ Cox
1
-2
/
+2
2009-01-27
change dotdotdot interfaces to be structs,
Russ Cox
1
-1
/
+5
2009-01-27
defer
Ken Thompson
1
-3
/
+4
2009-01-26
implement new restrictions on what
Russ Cox
1
-15
/
+5
2009-01-21
disallow P.t for lowercase t and not our package P.
Russ Cox
1
-7
/
+3
2009-01-20
6g: better genembedtramp fatal error,
Russ Cox
1
-0
/
+2
2009-01-09
clean up automatic indirect, delete some dead code.
Russ Cox
1
-46
/
+5
2009-01-09
now that TCHAN, TMAP, and TSTRING are real types,
Russ Cox
1
-1
/
+3
2009-01-09
6g cleanup suggested by ken.
Russ Cox
1
-35
/
+28
2009-01-08
second pass on interface fixes and tests.
Russ Cox
1
-66
/
+163
2009-01-08
many interface bug fixes.
Russ Cox
1
-19
/
+127
2009-01-06
make for slice/map/chan
Ken Thompson
1
-0
/
+1
2008-12-30
allow slices (open arrays) to be
Ken Thompson
1
-2
/
+3
2008-12-19
[] and struct in interfaces.
Russ Cox
1
-4
/
+1
2008-12-19
chan and map of [] and struct
Russ Cox
1
-0
/
+6
2008-12-19
new error messages
Russ Cox
1
-0
/
+8
2008-12-19
compiler changes for *chan -> chan; *map -> map; new(T) -> new(*T)
Russ Cox
1
-10
/
+26
2008-12-18
[] fixes
Russ Cox
1
-1
/
+1
2008-12-18
arrays
Ken Thompson
1
-1
/
+18
2008-12-09
robs bug converting unsafe.pointer
Ken Thompson
1
-0
/
+7
2008-12-06
allowed syntax for range
Ken Thompson
1
-0
/
+1
2008-11-18
use correct lineno in nod even if yacc has looked ahead.
Russ Cox
1
-1
/
+5
2008-11-14
fix bugs in package locals
Russ Cox
1
-1
/
+1
2008-11-06
change minimum sethi/ullman number to 1
Russ Cox
1
-3
/
+3
2008-11-06
6g ninit fixes - fixes the two test cases
Russ Cox
1
-4
/
+7
2008-11-05
select default
Ken Thompson
1
-0
/
+3
2008-11-05
fix renamed-package bug in exported names:
Russ Cox
1
-14
/
+7
2008-11-05
6g interface changes:
Russ Cox
1
-108
/
+27
2008-11-03
rename various magic names.
Russ Cox
1
-17
/
+19
[next]