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
/
sys.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-17
binary search on type switches.
Ken Thompson
1
-0
/
+1
2009-03-12
chan flags close/closed installed
Ken Thompson
1
-0
/
+2
2009-02-06
closures - 6g support
Russ Cox
1
-0
/
+2
2009-01-26
print(map) and print(chan) as pointers.
Russ Cox
1
-1
/
+1
2009-01-22
move math routines from package sys to package math,
Russ Cox
1
-18
/
+0
2009-01-20
delete export
Russ Cox
1
-24
/
+24
2009-01-16
casify, cleanup sys
Russ Cox
1
-84
/
+79
2009-01-09
add sys.caller
Russ Cox
1
-20
/
+27
2009-01-09
update sys.reflect and sys.unreflect to accomodate
Russ Cox
1
-2
/
+2
2008-12-19
compiler changes for *chan -> chan; *map -> map; new(T) -> new(*T)
Russ Cox
1
-14
/
+14
2008-12-18
convert *[] to [].
Russ Cox
1
-1
/
+1
2008-12-18
print(array)
Ken Thompson
1
-0
/
+1
2008-12-18
arrays
Ken Thompson
1
-5
/
+5
2008-12-08
foundation for import unsafe
Ken Thompson
1
-1
/
+1
2008-12-05
range statement
Ken Thompson
1
-2
/
+6
2008-12-04
add mutex.Mutex
Russ Cox
1
-1
/
+3
2008-11-20
symbol table changes
Russ Cox
1
-0
/
+3
2008-11-12
converting uint bits back into floats
Rob Pike
1
-0
/
+2
2008-11-06
add sys.float32bits, sys.float64bits
Rob Pike
1
-0
/
+2
2008-11-05
select default
Ken Thompson
1
-0
/
+1
2008-11-03
runtime support for interface ok,
Russ Cox
1
-0
/
+2
2008-11-03
6l: generate gotypesigs on demand.
Russ Cox
1
-0
/
+1
2008-10-29
the end of life as we know it
Ken Thompson
1
-26
/
+26
2008-10-21
6g: use full type in sigt[0].name
Russ Cox
1
-1
/
+1
2008-10-14
delete hack for interface equality now that it supported by the 6g compiler
Rob Pike
1
-1
/
+0
2008-10-14
interface equality
Ken Thompson
1
-0
/
+1
2008-10-10
add sys.BUG_intereq to compare interfaces for equality
Russ Cox
1
-0
/
+1
2008-10-07
sys.stringtorune doesn't need a length parameter.
Rob Pike
1
-1
/
+1
2008-10-03
new import/export format
Russ Cox
1
-165
/
+77
2008-10-02
added printn and panicn
Ken Thompson
1
-0
/
+4
2008-09-24
cleanup; sys.sleep can go.
Russ Cox
1
-2
/
+0
2008-09-22
change string([]byte) to pass array, rather than &a[0],
Russ Cox
1
-0
/
+2
2008-09-22
vectors bug
Ken Thompson
1
-2
/
+4
2008-09-22
now method/interface code
Ken Thompson
1
-2
/
+9
2008-09-12
1 got rid if static 'fn wo return' test
Ken Thompson
1
-0
/
+4
2008-08-27
arrays
Ken Thompson
1
-0
/
+11
2008-08-04
first cut at multithreading. works on Linux.
Russ Cox
1
-0
/
+2
2008-07-26
select/chan
Ken Thompson
1
-1
/
+1
2008-07-24
select
Ken Thompson
1
-0
/
+11
2008-07-16
back out last chan fix
Ken Thompson
1
-1
/
+1
2008-07-15
new chan syntax
Ken Thompson
1
-2
/
+6
2008-07-14
add sys.writefile; support for darwin only in this CL
Rob Pike
1
-0
/
+2
2008-07-13
chan
Ken Thompson
1
-0
/
+6
2008-07-12
more on channels
Ken Thompson
1
-1
/
+6
2008-07-11
segmented stacks AND goroutines
Ken Thompson
1
-0
/
+7
2008-07-08
fix ldexp, frexp, and make math package compile and test correctly
Rob Pike
1
-2
/
+2
2008-07-08
add bytestorune and stringtorune to sys.
Rob Pike
1
-0
/
+6
2008-07-07
more coroutine
Ken Thompson
1
-5
/
+0
2008-07-07
start of coroutine
Ken Thompson
1
-4
/
+9
2008-06-30
clean up rearrangement of runtime functions in the source
Rob Pike
1
-1
/
+9
[next]