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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-01
6l: drop confusing comment
Russ Cox
1
-1
/
+1
2010-07-01
6a: assemble CMPPD as 6l expects
Russ Cox
2
-4
/
+11
2010-07-01
6l: implement MOVLQZX as "mov", not "movsxd"
Russ Cox
1
-1
/
+1
2010-06-30
cmath: correct IsNaN for argument cmplx(Inf, NaN)
Charles L. Dorian
2
-6
/
+38
2010-06-30
goinstall: support for Bazaar+Launchpad
Gustavo Niemeyer
3
-43
/
+88
2010-06-30
cgo: use slash-free relative paths for .so references
Russ Cox
6
-10
/
+40
2010-06-30
8g: out of register bug fix
Russ Cox
1
-1
/
+3
2010-06-30
gc: do not crash on bad [...]T
Russ Cox
1
-0
/
+5
2010-06-30
template: fix typo in doc comment
Daniel Fleischman
1
-1
/
+1
2010-06-30
bytes, strings: add Replace
Russ Cox
4
-0
/
+153
2010-06-30
x509: fix English.
Adam Langley
1
-2
/
+2
2010-06-30
x509: support non-self-signed certs.
Adam Langley
2
-6
/
+7
2010-06-30
syscall: add socketpair
Ivan Krasin
9
-0
/
+67
2010-06-30
math: amd64 versions of exp and fabs
Charles L. Dorian
6
-11
/
+141
2010-06-30
io/ioutil.TempFile for Windows
Peter Mundy
7
-12
/
+79
2010-06-30
io: Avoid race condition in pipe.
Ian Lance Taylor
1
-1
/
+2
2010-06-30
http: client_test nil pointer fix
Andrew Gerrand
1
-1
/
+1
2010-06-30
godoc: canonicalize codewalk paths
Andrew Gerrand
1
-0
/
+5
2010-06-29
time: implement timezones for windows
Alex Brainman
7
-19
/
+517
2010-06-29
net: initial attempt to implement windows version
Alex Brainman
7
-48
/
+861
2010-06-29
ld: fix implementation of -u
Russ Cox
3
-19
/
+57
2010-06-30
net: add support for DNS SRV requests.
Kirklin McDonald
2
-23
/
+82
2010-06-29
runtime: fix scheduling bug - world wasn't stopping
Russ Cox
1
-1
/
+1
2010-06-29
strconv: fix %.1f, 0.09
Rob Pike
3
-6
/
+21
2010-06-29
strconv: fix %.2g, 40
Rob Pike
2
-4
/
+21
2010-06-29
code gen bug in len(nil) and cap(nil)
Ken Thompson
3
-0
/
+12
2010-06-29
Move the function Run() back into fd.go.
Vinu Rajashekhar
2
-46
/
+44
2010-06-29
gob: a couple of tiny simplifications using Kind()
Rob Pike
3
-12
/
+26
2010-06-29
runtime: fix windows build
Alex Brainman
1
-0
/
+2
2010-06-29
exp/draw/x11: implement the mapping from keycodes to keysyms.
Nigel Tao
1
-31
/
+78
2010-06-28
Only catch all signals if os/signal package imported.
Ian Lance Taylor
13
-12
/
+27
2010-06-28
netchan: use gob DecodeValue to eliminate the need for a pointer value
Rob Pike
4
-40
/
+28
2010-06-28
gob: add DecodeValue and EncodeValue
Rob Pike
5
-18
/
+30
2010-06-28
compiler fatal error in switch.
Ken Thompson
1
-5
/
+6
2010-06-29
syscall: Add syscall_bsd.go to zsycall_freebsd_386.go
Peter Mundy
1
-1
/
+13
2010-06-28
rpc: allow non-struct args and reply (they must still be pointers)
Rob Pike
2
-41
/
+75
2010-06-28
netchan: allow chan of basic types now that gob can handle such
Rob Pike
3
-24
/
+16
2010-06-28
fmt.Printf: fix bug in handling of %#v.
Rob Pike
3
-63
/
+68
2010-06-28
gob: allow transmission of things other than structs at the top level.
Rob Pike
6
-113
/
+234
2010-06-28
Move the functions, newPollServer and Run, from fd.go
Vinu Rajashekhar
3
-75
/
+88
2010-06-28
8g compiler missing call to splitclean().
Ken Thompson
1
-1
/
+4
2010-06-27
optimization of static initialization
Ken Thompson
4
-128
/
+202
2010-06-24
fmt.Scan: fix handling of EOFs.
Rob Pike
2
-2
/
+53
2010-06-24
gob: add support for complex numbers
Rob Pike
4
-69
/
+224
2010-06-23
gc: fix crash for nested complex division
Russ Cox
1
-1
/
+1
2010-06-23
Build draw/x11. Skip for test.
Christopher Wedgwood
1
-0
/
+2
2010-06-22
regexp: restore accidentally deleted test item.
Rob Pike
1
-0
/
+1
2010-06-22
regexp: bug fix: need to track whether match begins with fixed prefix.
Rob Pike
2
-17
/
+20
2010-06-22
debug/dwarf: update PDF link.
Rob Pike
1
-1
/
+1
2010-06-21
runtime: split extern.go into debug.go, extern.go, sig.go.
Russ Cox
6
-152
/
+164
[next]