]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-06-14 Russ Coxexp/regexp/syntax: more escapes, character classes
2011-06-14 Lucio De Rebuild: fix header files for Plan 9
2011-06-14 Gustavo Niemeyerld: make .rodata section read-only
2011-06-14 Gustavo Niemeyerdebug/elf: rename test .o files to .obj
2011-06-14 Mikio Haranet: export all fields in Interface
2011-06-14 Jeff Hodgessyscall: add ptrace on darwin
2011-06-14 Maxim Ushakovxml: handle non-string attribute fields
2011-06-14 Alex Brainmanexec: make LookPath work even when PATHEXT env variable...
2011-06-14 William Chanhttp/spdy: improve error handling.
2011-06-14 Yuval Pavel... syscall: fix Plan 9 build.
2011-06-14 Mikio Harasyscall: update BPF support for BSD variants
2011-06-14 Yuval Pavel... os: Plan 9, fix OpenFile & Chmod. Update tests.
2011-06-14 Wei Guangjingld: fix link Windows PE __declspec(dllimport) symbol
2011-06-14 Luuk van Dijkgc: frame compaction for arm.
2011-06-14 Russ Coxsyscall, os, exec: introduce *syscall.SysProcAttr field...
2011-06-14 David Symondsmail: decode RFC 2047 "B" encoding.
2011-06-14 Rob Pikedoc/gopher: add a small gif to use as an app engine...
2011-06-14 Rob Pikedoc/gopher: add jpgs of the goggled gopher logo for...
2011-06-14 Rob Pikeos: be explicit in the package comment that this packag...
2011-06-13 Robert Griesemergo spec: specify constant conversions
2011-06-13 Robert Griesemergo spec: unsafe.Alignof/Offsetof/Sizeof return uintptr
2011-06-13 Russ Coxbuild: stop early if commands are missing
2011-06-13 Russ Coxcgo: handle new Apple LLVM-based gcc from Xcode 4.2
2011-06-13 Adam Langleycrypto/openpgp: flesh out Encrypt by adding support...
2011-06-13 Luuk van Dijkld: dwarf emit filenames in debug_line header instead...
2011-06-13 Russ Coxexp/regexp/syntax: syntax data structures, parser
2011-06-13 Stephen Magc: handle go print() and go println()
2011-06-13 Rob Pikeexp/template: lexical scanner for new template package.
2011-06-13 Alex Brainmannet: rearrange source files so we could run more tests...
2011-06-12 Robert Griesemergo spec: clarify rules for append, scope rules for :=
2011-06-11 Alex Brainmanmime/multipart: allow for temp files to be removed...
2011-06-11 Yasuhiro Matsumotonet: Sendfile for win32.
2011-06-11 Robert Griesemergo/scanner: partially revert CL4538096 now that we...
2011-06-11 Robert Griesemerio/ioutil: fix typo in comment
2011-06-11 Rob Pikefmt: debugging formats for characters: %+q %#U
2011-06-10 Rob Pikesort: change IntArray etc. to IntSlice for better name...
2011-06-10 Robert GriesemerGo memory model: minor clarification
2011-06-10 Adam Langleycrypto/openpgp: build fix (unreviewed)
2011-06-10 Adam Langleycrypto/openpgp: add ability to encrypt messages.
2011-06-10 David Symondsbike/shed: new package.
2011-06-10 Yuval Pavel... runtime: fix Plan 9 "lingering goroutines bug".
2011-06-10 Rob Pikedocs: Update notes for 3-day Go course.
2011-06-10 Andrew Gerrandtag weekly.2011-06-09
2011-06-10 Andrew Gerrandweekly.2011-06-09 weekly.2011-06-09
2011-06-10 Nigel Taoimage: add Paletted.Set, and a basic test of the concre...
2011-06-10 Andrew Gerrandsync/atomic: fix arm check64 bug
2011-06-10 Dave Cheneygopack: make unused page function a fatal error
2011-06-10 Brad Fitzpatrickhttp: fix regression permitting io.Copy on HEAD response
2011-06-10 Dave Cheneygopack: remove warning from the use of mktemp
2011-06-09 David Symondsmail: decode RFC 2047-encoded words, not phrases.
2011-06-09 Russ Cox5l: fix softfloat nits
2011-06-09 Russ Coxgc: compactframe breaks arm - fix build
2011-06-09 Luuk van Dijkgc: nit
2011-06-09 Russ Cox5l: delete dead code
2011-06-09 Luuk van Dijkgc: compact stackframe
2011-06-09 Fan Hongjianmath: add sqrt_arm.s and sqrtGoC.go as fallback to...
2011-06-09 Russ CoxA+C: Fan Hongjian (individual CLA)
2011-06-09 Quan Yong Zhairuntime: improve memmove
2011-06-09 Russ Coxgc: nits
2011-06-09 Rob PikeAC: s/Jeffrey M Hodges/Jeff Hodges/
2011-06-09 Alex Brainmanruntime: increase maximum number of windows callbacks
2011-06-09 David Symondsmail: decode "Q"-encoded mail addresses.
2011-06-08 Nigel Taocompress/lzw: reduce decoder buffer size from 3*4096...
2011-06-08 Brad Fitzpatrickhttp: fix handling of 0-lengthed http requests
2011-06-08 Brad Fitzpatrickhttp: change most map[string][]string types to new...
2011-06-08 Robert Griesemergofmt: update test script so that it passes again
2011-06-08 Robert Griesemerbig: removed some gratuitous +/-1's
2011-06-08 Robert Griesemergo spec: handle a corner case of a special case for...
2011-06-08 Robert Griesemerebnf: follow EBNF for EBNF faithfully
2011-06-08 Robert Griesemerbig: gobs for big rats
2011-06-08 Yuval Pavel... os: fix Getenv for Plan 9. Truncate the rightmost char...
2011-06-08 Jonathan Markruntime: SysMap uses MAP_FIXED if needed on 64-bit...
2011-06-08 Ian Lance TaylorA+C: Jonathan Mark (individual CLA)
2011-06-08 David Symondsmail: format addresseses correctly.
2011-06-08 Dave Cheneygc: alternative clang compatible abort.
2011-06-07 Michael T.... big.nat: Improved speed of nat-to-string conversion
2011-06-07 Robert GriesemerC+A: add Michael T. Jones (Google, gmail account)
2011-06-07 Brad Fitzpatrickexec: export the underlying *os.Process in Cmd
2011-06-07 Mikio Haranet: fix bug in net.Interfaces: handle elastic sdl_data...
2011-06-07 Brad Fitzpatrickgofix: fix diff regression from exec change
2011-06-07 Russ Coxcompress/lzw: do not use background goroutines
2011-06-07 Robert Henckegodefs: do not assume forward type references are enums
2011-06-07 Anthony Martinld: fix and simplify ELF symbol generation
2011-06-07 Robert GriesemerC+A: added Michael T. Jones (Google)
2011-06-07 Caine Tighegc/lex.c: fix formatting of #include statement
2011-06-07 Brad Fitzpatrickgofmt: fix -d regression from exec change
2011-06-07 Rob Pikestrconv: change Quote to be Unicode-friendly,
2011-06-07 Rob Pikeimage/gif: fix buglet in graphics extension.
2011-06-07 Dave Cheneycgo: support non intel gcc machine flags
2011-06-06 Brad Fitzpatrickhtml: improve attribute parsing, note package status
2011-06-06 Rob Piketemplate: rearrange the code into separate files.
2011-06-06 Graham Millerbig: Rat always outputs the requested precision from...
2011-06-06 Adam Langleycrypto: reorg, cleanup and add function for generating...
2011-06-06 Alex Brainmangobuilder: number of fixes
2011-06-06 Dave Cheneygc: enable building under clang/2.9
2011-06-06 Evan Shawos: add Process.Kill and Process.Signal
2011-06-06 Jeffrey M Hodgeslibmach: use the standardized format for designated...
2011-06-06 David Jakob... netchan: added drain method to importer.
2011-06-06 Rob PikeCONTRIBUTORS: C+A for David Jakob Fritz and Jeffrey...
2011-06-06 David Symondsmail: address list parsing.
next