]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-01-23 Robert Griesemergo/types: typechecking conversions, part 1 (non-constants)
2013-01-23 Mikkel Krautzcrypto/x509: skip SystemRootsError test on Windows
2013-01-23 Marcel van... exp/locale/collate: added functionality for sorting.
2013-01-23 Marcel van... exp/locale/collate: preparation for adding Search API...
2013-01-23 Akshat Kumarsyscall: fix fork-exec/wait inconsistencies for Plan 9
2013-01-23 Russ CoxAUTHORS: remove Vega Garcia Luis Alfonso (covered by...
2013-01-23 Oling Catdoc/articles/race_detector: fix some format.
2013-01-23 Vega Garcia... xml: Support fields not of type []byte when marshaling...
2013-01-23 Russ CoxA+C: Vega Garcia Luis Alfonso (individual CLA)
2013-01-23 Brad Fitzpatrickgo/build: fix TestBogusDirectory format and maybe Windo...
2013-01-23 Brad Fitzpatricktime: make TestReset more reliable
2013-01-23 Andrew Gerrandnet/url: use bytes.Buffer in (*URL).String
2013-01-23 Andrew Gerrandnet/url: generate correct Path when hostname empty
2013-01-23 Andrew Gerrandgo/build: ImportDir reject directories that don't exist
2013-01-22 Dave Cheneytesting: add Skip/Skipf
2013-01-22 Rick Arnoldencoding/json: ignore unexported fields in Unmarshal
2013-01-22 Brad Fitzpatrickcmd/api: fix type scrubbing
2013-01-22 Akshat Kumarlib9: declare __fixargv0 before use in flag.c
2013-01-22 Robin Eklindfmt: Remove dead code and make comments and variables...
2013-01-22 Mikio Haranet: don't return nil interface address on netbsd
2013-01-22 Russ Coxencoding/xml: simplify copyValue
2013-01-22 Anthony Martincmd/go: suppress extraneous newlines in list
2013-01-22 Robin Eklindmime, strconv: Make testdata more consistent.
2013-01-22 Caleb Sparetime: standard time doc fix and format example
2013-01-22 Dustin Shields... cmd/go: add hg ssh support
2013-01-22 Russ CoxA+C: Dustin Shields-Cloues (individual CLA)
2013-01-22 Akshat Kumarsyscall: fix arithmetic errors in assembly for seek...
2013-01-22 Russ Coxdoc/effective_go.html: add a section about the blank...
2013-01-22 Adam Langleycrypto/tls: allow the server to enforce its ciphersuite...
2013-01-22 Dmitriy Vyukovruntime: account stop-the-world time in the "other...
2013-01-21 Shenghou Madoc/go_spec: cap doesn't apply to maps
2013-01-21 Shenghou Macmd/cgo: doc updates
2013-01-21 Shenghou Macmd/5l: move offset2 into Adr.u0 union to save 4/8...
2013-01-21 Shenghou Matext/template/parse: don't show itemType in error messages
2013-01-21 Adam Langleycrypto/x509: return a better error when we fail to...
2013-01-21 Adam Langleycrypto/cipher: don't persist errors in StreamWriter.
2013-01-20 Andrew GerrandC: add Bill Neubauer's Gmail account
2013-01-20 Dave Cheneycmd/5l: reduce the size of Prog and Sym
2013-01-20 Anthony Martincmd/api: sort features
2013-01-19 Mikio Haraundo CL 5687057 / 58bc8aae4abb
2013-01-19 Dave Cheneycmd/8l, cmd/6l: avoid zeroing zeroed fields
2013-01-19 Anthony Martincmd/8g, cmd/dist, cmd/gc: fix warnings on Plan 9
2013-01-19 Anthony Martincmd/6c, cmd/8c: fix print format for Prog
2013-01-19 Nigel Taodoc: fix effective_go: s/byte array/byte slice/.
2013-01-18 Russ Coxapi: update next.txt
2013-01-18 Russ Coxmath/big: fix typo
2013-01-18 Matthew Dempskycmd/6c: Optimize rotate expressions to use rotate instr...
2013-01-18 Kamil Kisielencoding/xml: fix decoding of attributes in to pointer...
2013-01-18 Robert Griesemerspec: clarify lhs syntax for range and select
2013-01-18 Jan Ziakruntime: try to determine the actual type during garbag...
2013-01-18 Rémy Oudomphengtest: re-enable issue4348.go.
2013-01-18 Daniel Morsingcmd/gc: more robust checking of OIND nodes.
2013-01-18 Akshat Kumarsyscall, os: fix a fork-exec/wait race in Plan 9.
2013-01-18 Rémy Oudomphengcmd/gc: fix handling of struct padding in hash/eq.
2013-01-18 Carl Shapirocmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd...
2013-01-18 Sébastien Paolacciruntime: faster mcentral alloc.
2013-01-18 Rémy Oudomphengcmd/gc, cmd/6g: fix error on large stacks.
2013-01-18 Matthew Dempskycmd/6c: Improve peep hole optimization of rotate and...
2013-01-18 Rémy Oudomphengcmd/gc: allow registerization of temporaries created...
2013-01-18 Russ Coxcmd/go: diagnose un-bootstrapped runtime
2013-01-18 Shenghou Matime: add note about Parse()'s choice of default year
2013-01-18 Anthony Martincmd/dist: update for new flag parsing on Plan 9
2013-01-18 Russ Coxbuild: change GO386=sse to GO386=sse2
2013-01-18 Raph Leviencompress/flate: Performance improvement for inflate
2013-01-18 Russ Coxdoc/contribute.html: mention hg mail during hg change...
2013-01-18 Rémy Oudomphengcmd/gc: don't hash nor compare struct padding or blank...
2013-01-18 Andrew Gerrandlib/godoc: link to Projects wiki page instead of dashboard
2013-01-18 Alex Brainmantime: Sleep does better job then runtime.Gosched in...
2013-01-18 Andrew Gerrandmisc/dashboard/godashboard: delete
2013-01-18 Andrew Gerrandtesting: allow examples to pass (fix build)
2013-01-17 Andrew Gerrandhtml/template: remove noescape support
2013-01-17 Andrew Gerrandtesting: catch panicking example and report, just like...
2013-01-17 David SymondsC: add Carl Shapiro (Google CLA).
2013-01-17 Shenghou Maall: remove exec bit on files
2013-01-17 Shenghou Macmd/vet: don't complain about Error()
2013-01-17 Shenghou Madoc/go_spec.html: clarification about insertion during...
2013-01-17 Shenghou Macmd/godoc: when redirecting don't clear query string
2013-01-17 Shenghou Maos: use SameFile in TestStartProcess
2013-01-17 Shenghou Matesting: introduce (*B).ReportAllocs()
2013-01-17 Oling Catdoc/articles/json_and_go: fix some format.
2013-01-17 Volker Doblertime: add Timer.Reset
2013-01-17 Andrew Balholmexp/html: remove "INCOMPLETE" comment
2013-01-16 Robert Griesemergo/types: correct result type for append (bug fix)
2013-01-16 Matthew Dempskynet/http: Serve creates service goroutines, not service...
2013-01-15 Brad Fitzpatricknet/http: fix racy test
2013-01-15 Andrew Gerranddoc: fix various fragment links
2013-01-14 Mikio Haranet: simplify ListenMulticastUDP
2013-01-14 Mikio Harasyscall: simplify socket control messages
2013-01-14 Robert Griesemergo/types: set type of lhs ident in type switch guards
2013-01-14 Robert Griesemergo/types: various minor fixes
2013-01-14 Brad Fitzpatricktime: fix race
2013-01-14 Robert Griesemergo/types: mark completely imported packages as such
2013-01-14 Robert Griesemergo/types: callback for *ast.Ident -> Object mapping
2013-01-14 Francesc Campoyhtml/template: Clarifying references to "text/template...
2013-01-14 Mikio Harasyscall: simplify netlink sockets
2013-01-14 Rémy Oudomphengencoding/json: fix panics on type mismatches.
2013-01-14 Alex Brainmanencoding/gob: fix broken test (fix build)
2013-01-14 Kyle Lemonsencoding/gob: handle encoding of different indirects...
2013-01-13 Andrew Gerrandmisc/dashboard/codereview: add campoy to list of gophers
2013-01-13 Andrew Gerrandcmd/godoc: support m=text parameter for text files
next