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
2011-06-16
Imported Upstream version 57.2
upstream/57.2
Ondřej Surý
7
-1
/
+146
2011-05-16
Imported Upstream version 57.1
upstream/57.1
Ondřej Surý
2
-3
/
+33
2011-05-04
Imported Upstream version 57
upstream/57
Ondřej Surý
23
-415
/
+564
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
407
-3273
/
+10882
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
627
-12646
/
+49646
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
319
-4018
/
+12915
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
233
-2454
/
+8521
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
407
-5458
/
+12928
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1155
-56958
/
+82891
2010-07-01
strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).
Rob Pike
2
-1
/
+6
2010-07-01
strings and bytes.Split: make count of 0 mean 0, not infinite.
Rob Pike
24
-98
/
+123
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
[next]