]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-02-26 Robert Griesemergo/types: be more robust in presence of multiple errors
2013-02-26 Dave Cheneysyscall: fix FD passing on FreeBSD and NetBSD
2013-02-26 Alan Donovanexp/ssa: support multiple labels on same statement.
2013-02-26 Dominik Honnefmisc/emacs: Greatly improve go-mode for Emacs.
2013-02-26 Rob Pikecmd/vet: fix printf test for unsafe Pointer
2013-02-26 Alan Donovanexp/ssa: reimplement logic for field selection.
2013-02-26 Brad FitzpatrickA+C: Dominik Honnef (individual CLA)
2013-02-26 Anthony Martinruntime: fix stack cache typos
2013-02-26 Anthony Martinall: clean up C function prototypes
2013-02-26 Akshat Kumaros/exec: Pass tests on Plan 9
2013-02-26 Anthony Martinbuild: do not set GOBIN on Plan 9
2013-02-26 Anthony Martincmd/go: do not print GCC environment variables on Plan 9
2013-02-26 Robert Griesemergo/types: fix sizeof computations
2013-02-26 Robert Griesemergo/types: more robust imports
2013-02-26 Robert Griesemergo/types: embedded fields can be predeclared types
2013-02-26 Cosmos Nicolaoucmd/godoc: add support for display Notes parsed by...
2013-02-26 Alex Brainmanos: use windows ReadConsole to read from console
2013-02-26 Akshat Kumarsyscall, runtime: Plan 9: use nanotime syscall on amd64
2013-02-26 Nigel Taoexp/cookiejar: implement IDNA/Punycode's toASCII.
2013-02-26 Rob Pikecmd/vet: silence error from type checker unless verbose...
2013-02-26 Akshat Kumarnet: Implement FileListener, FileConn, and File methods...
2013-02-26 Rob Pikecmd/vet: move the tests into separate files
2013-02-25 Rémy Oudomphengcmd/gc: accept cases with same value but different...
2013-02-25 Rémy Oudomphengcmd/gc: fix corruption in export of &T{} literals.
2013-02-25 Rémy Oudomphengcmd/gc: apply escape analysis results to closures.
2013-02-25 Shenghou Mastrconv, fmt: clarify behavior of CanBackquote and...
2013-02-25 Andrew Gerrandtime: handle very large sleep durations
2013-02-25 Andrew Gerranddoc: document that weekly.html is only a historical...
2013-02-25 Shenghou Malibmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF...
2013-02-25 Akshat Kumarsyscall: Plan9, amd64: fix syscall error handling in...
2013-02-25 Dmitriy Vyukovruntime/cgo: fix deadlock involving signals on darwin
2013-02-25 Andrew Gerranddoc: fix wiki codelab description of template parsing
2013-02-25 Brad Fitzpatricknet/http/cgi: make tests compile on plan9
2013-02-25 Russ Coxcmd/gc: can stop tracking gotype in regopt
2013-02-25 Jan Ziakruntime: precise garbage collection of channels
2013-02-25 Rob Pikeall: fix some vet-found printf errors
2013-02-25 Shenghou Macmd/gc: fix mkbuiltin (gc -A always write all symbols...
2013-02-25 Francisco Souzacmd/go: fix vet
2013-02-25 Russ Coxcmd/5g: fix arm build
2013-02-25 Russ Coxcmd/gc: emit explicit type information for local variables
2013-02-25 Robert Griesemergo/parser: more precise comment
2013-02-25 Roger Peppenet/rpc: avoid racy use of closing flag.
2013-02-25 Mikio Haranet: make use of testing.B.Skip and reflect.DeepEqual...
2013-02-25 Rémy Oudomphenggo/types: unresolved literal keys must be looked up...
2013-02-24 Volker Doblercmd/godoc: show examples in text mode
2013-02-24 Rob Pikecmd/vet: fix up some nits in print.go found by kamil...
2013-02-24 Rob Pikecmd/vet: eliminate false positives for slices in untagg...
2013-02-24 Rémy Oudomphengcrypto/rsa: fix infinite loop in GenerateMultiPrimeKey...
2013-02-24 Shenghou Maruntime: remove PROT_EXEC from mmap calls.
2013-02-24 Shenghou Macmd/dist: avoid using %ebx on i386.
2013-02-24 Mikio Harasyscall: add network interface announce support on...
2013-02-24 Mikio Harasyscall: add if_announce support for openbsd
2013-02-24 Mikio Harasyscall: add if_announce support for netbsd
2013-02-24 Mikio Harasyscall: add if_announce support for freebsd
2013-02-23 Rob Pikecmd/vet: check argument types in printf formats
2013-02-23 Robin Eklindarchive/tar: simplify use of constants in test case.
2013-02-23 Shenghou Macmd/cgo, cmd/dist, cmd/go: cgo with clang fixes
2013-02-23 Dmitriy Vyukovruntime: fix windows cpu profiling
2013-02-23 Dmitriy Vyukovruntime: implement local work queues (in preparation...
2013-02-23 Dmitriy Vyukovruntime: minor changes
2013-02-23 Rob Pikecmd/vet: use types to test Error methods correctly.
2013-02-23 Dave Cheneytesting: move Skip into *common
2013-02-22 Mikio Harasyscall: add netlink constants for linux
2013-02-22 Carl Shapirocmd/gc: mark LOCALS argument as a constant to print...
2013-02-22 Akshat Kumarall.rc: make sure the Go tools end up in /bin
2013-02-22 Akshat Kumaros: Plan 9: avoid doing zero-length writes.
2013-02-22 Russ Coxruntime: fix arm build
2013-02-22 Rob Pikecmd/vet: restructure to be package-driven
2013-02-22 Russ Coxruntime: add cgocallback_gofunc that can call Go func...
2013-02-22 Rob Pikeexp/ssa: silence go vet
2013-02-22 Russ Coxruntime: delete old closure code
2013-02-22 Russ Coxreflect: stop using run-time code generation
2013-02-22 Alan Donovanexp/ssa: support variadic synthetic methods.
2013-02-22 Russ Coxcmd/gc: avoid runtime code generation for closures
2013-02-22 Russ Coxcmd/5l, cmd/6l, cmd/8l: accept CALL reg, reg
2013-02-22 Brad Fitzpatrickmime/multipart: allow unescaped newlines through in...
2013-02-22 Russ Coxruntime: preserve DX during racefuncenter
2013-02-22 Alan Donovanexp/ssa: fixed bug (typo) in findPromotedField.
2013-02-22 Russ Coxruntime: avoid closure in parfor test
2013-02-22 Russ Coxcmd/6g, cmd/8g: switch to DX for indirect call block
2013-02-22 Alan Donovanexp/ssa: cross off a few remaining TODO issues.
2013-02-22 Anthony Martincmd/go: don't call ImportDir unnecessarily
2013-02-22 Anthony Martinexp/ssa/interp: fix build for Plan 9
2013-02-22 Olivier Duperraytesting: document that example output must use line...
2013-02-22 Alex Brainmanruntime: windows callback code to match new func value...
2013-02-21 Rob Pikebufio: add examples for Scanner
2013-02-21 Dave Cheneycmd/gc: fix FreeBSD build
2013-02-21 Brad Fitzpatricknet/url: fix URL Opaque notes on making client requests
2013-02-21 Robert Dinutesting: fix output formatting
2013-02-21 Russ Coxcmd/gc, reflect, runtime: switch to indirect func value...
2013-02-21 Brad Fitzpatrickarchive/tar: make test pass on setgid dirs
2013-02-21 Carl Shapirocmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime...
2013-02-21 Brad Fitzpatricknet/http, net/url: deal with URL.Opaque beginning with //
2013-02-21 Russ Coxdoc: mention go fix in go1.1 release notes draft
2013-02-21 Rob Pikeunicode: use new Scanner interface in table creation
2013-02-21 Brad Fitzpatrickdatabase/sql: check for nil Scan pointers
2013-02-21 Russ Coxruntime: better error from TestGcSys when gc is disabled
2013-02-21 Dmitriy Vyukovruntime: fix heap corruption
2013-02-21 Russ Coxcmd/5g, cmd/6g: fix node dump formats
2013-02-21 Alan Donovanexp/ssa/interp: (#6 of 5): test interpretation of SSA...
next