]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2011-08-03 Dmitriy Vyukovruntime: correct Note documentation
2011-08-03 Yasuhiro Matsumotomisc/vim: Godoc command.
2011-08-02 Russ Coxerrchk: add -0 flag
2011-08-02 David Symondsld: fail linking if the top-level package is not main.
2011-08-02 Rob Pikeexp/template: return nil value from helpers on error...
2011-08-02 Andrew Gerrandgo/build: use GOBIN as binary path for GOROOT
2011-08-01 Andrew Gerrandtag release.r59
2011-08-01 Roger Peppeexp/template: make index function on maps return zero...
2011-08-01 Roger Peppeexp/template: ensure that a valid Set is returned even...
2011-08-01 Dave Cheney5g: fix set but not used error
2011-08-01 Alex Brainmanhttp: correct format flags when printing errors during...
2011-08-01 Lucio De Recmd/ld/pe.c: Corrected mismatched print formats and...
2011-08-01 Nigel Taohtml: parse doctype tokens; merge adjacent text nodes.
2011-07-31 Andrew Gerranddoc: document release.r59
2011-07-31 Andrew Gerranddoc: fix typo in Effective Go
2011-07-31 Alex Brainmansyscall: delay load of dll functions until they are...
2011-07-31 David Symondsgo_faq: drop a dramatic comma.
2011-07-31 Andrew Gerrandexp/norm: correct package doc comment
2011-07-31 Robert Griesemerexp/template: fix endless loop
2011-07-29 Andrew Gerrandtag weekly.2011-07-29
2011-07-29 Andrew Gerrandweekly.2011-07-29 weekly.2011-07-29
2011-07-29 Hector Churuntime: fix scheduling race
2011-07-29 Kyle Lemonsxml: Header: fix close tag and newline
2011-07-29 Joel Singlibmach: stubs for openbsd
2011-07-29 Russ Coxgodoc: allow form feed in text files
2011-07-29 Joel Sing6l: OpenBSD support
2011-07-29 Dmitriy Vyukovruntime: fix data race in findfunc()
2011-07-29 Joel Singsyscall: move bsd pipe syscall
2011-07-29 Andrew Gerrandarchive/zip: more efficient reader and bug fix
2011-07-29 Russ CoxCONTRIBUTORS: add Joel Sing (Google CLA)
2011-07-29 Dmitriy Vyukovruntime: improve Linux mutex
2011-07-29 Russ Coxgc: fix pprof deadlock
2011-07-29 Russ Coxgc: more graceful errors during struct definition
2011-07-28 Rob Pikeexp/template: fix build
2011-07-28 Russ Coxbuild: fix noclobber
2011-07-28 Rob Pikeexp/template: simplify the helper functions
2011-07-28 Russ Cox5g, 6g, 8g: shift, opt fixes
2011-07-28 Russ Cox5g: defer vs optimizer bug
2011-07-28 Andrew Balholmhttp: make serveFile redirects relative to work with...
2011-07-28 Russ Cox6g, 8g: divide corner case
2011-07-28 Russ Coxbuild: handle spaces in $USER
2011-07-28 Russ Coxbuild: update all-qemu.bash
2011-07-28 Russ Coxgc: shift type bug
2011-07-28 Roger Peppeexp/template: make Set.ParseFile etc resolve functions...
2011-07-28 Russ Coxcgo: add GoBytes, fix gmp example
2011-07-28 Russ Coxgc: another width test
2011-07-28 Russ Coxgc: line number + type checking nits
2011-07-28 Roger Peppeexp/template: make Set.MustParse* methods return the...
2011-07-28 Alex Brainmanld: remove cseekend and redo pe writing
2011-07-28 Rob Pikerpc and exp/template: simplify tests for exported items
2011-07-28 Benny Siegertimage/tiff: Do not panic when RowsPerStrip is missing.
2011-07-27 Russ Coxgc: top-level closure bug
2011-07-27 Russ Coxgc: composite literal double eval bug
2011-07-27 Rob Pikeunicode: fix case-mapping for roman numerals!!
2011-07-27 John Asmuthcontainer/vector: removed some uses of container/vector...
2011-07-27 Andrew GerrandA+C: John Asmuth
2011-07-27 Robert Griesemergodoc: app engine configuration and updated documentation
2011-07-27 Russ Coxgc: use more Go-like names for methods
2011-07-27 Russ Coxgc: diagnose (x) := 0
2011-07-27 Russ Coxbuild: fix for noclobber users
2011-07-27 Russ Coxgc: zero-width struct, zero-length array fixes
2011-07-27 Russ Coxgc: iota outside const
2011-07-27 Russ Coxgc: echo literal in error message
2011-07-27 Russ Coxruntime: higher goroutine arg limit, clearer error
2011-07-27 David Symondsreflect: rename new TestVariadic to TestVariadicType.
2011-07-27 David Symondsreflect: doc fixes for obsolete types.
2011-07-26 Rob Pikegoinstall: generate makefiles using exp/template
2011-07-26 Rob Pikerpc: convert /debug/rpc handler to exp/template
2011-07-26 Robert Griesemerhttp: set content type for fileserver directory listings
2011-07-26 Russ Coxgc, runtime: fix range+panic line number bugs
2011-07-26 Russ Coxgc: fix select line number
2011-07-26 Russ Coxgc: disallow [...][...]int{{1,2,3}}
2011-07-26 Mikio Hararuntime: fix freebsd build
2011-07-26 Russ Coxbuild: remove rm dreg
2011-07-26 David Symondshttp: implement MP4 sniffing.
2011-07-26 Alex Brainmannet: fix memory corruption in windows *netFD.ReadFrom
2011-07-25 Andrew Gerrandgoinstall: abort and warn when using any url scheme...
2011-07-25 Lucio De Reld: fix build on Plan 9
2011-07-25 Lucio De Rebuild: define getcallerpc in u.h (fix for Plan 9 build)
2011-07-25 Lucio De Regc: fix mkbuiltin for Plan 9 build
2011-07-25 Wei Guangjingbuild: fixes for mingw-w64
2011-07-25 Wei Guangjingld: don't skip first 2 symbols in ldpe.
2011-07-25 Yuval Pavel... runtime: Plan 9, skip calling runtime·ldt0setup.
2011-07-25 Dmitriy Vyukovruntime: fix compilation of send select cases
2011-07-25 Alex Brainmansyscall: remove unused windows code and comments
2011-07-25 Ian Lance Taylorruntime: remove rnd calls that pass a second argument...
2011-07-24 Russ Coxexp/regexp: implement regexp API using exp/regexp/syntax
2011-07-24 Andrew Gerrandgoinstall: write to goinstall.log in respective GOPATH
2011-07-24 Andrew Balholmunicode: fix doc comment for Range32
2011-07-23 Florian Uekermannsort: fixed bug in (Float64Slice) Less; NaN less than...
2011-07-23 Quan Yong Zhairuntime: replace byte-at-a-time zeroing loop with memclr
2011-07-23 Russ Coxruntime: faster entersyscall/exitsyscall
2011-07-23 Wei Guangjingld: fixes .bss for ldpe
2011-07-23 Rob Pikeexp/template: construct sets from plain template files
2011-07-23 Robert Griesemerfix build: clean up file end in an attempt to fix build
2011-07-23 Robert Griesemergodoc/httpzip.go: use correct path in Readdir
2011-07-23 Brad Fitzpatrickzip: add a test for the previous >65k files fix
2011-07-23 Russ Coxlib9: use $PWD in getwd
2011-07-23 Wei Guangjingld: fixes ldpe link with SXREF global values.
2011-07-23 Russ Coxld: detect all import cycles
next