]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-07-23 Russ Coxsort: remove testing cycle
2011-07-22 Robert Griesemergodoc/zip.go: fix another zip file system bug
2011-07-22 Robert Griesemergo/parser: report illegal label declarations at ':...
2011-07-22 Rob Pikegoyacc: cleanups
2011-07-22 Rob Pikeexp/template: trivial cleanup in test
2011-07-22 Rob Pikepkg/http: fix a couple of error messages
2011-07-22 Andrew Gerrandarchive/zip: handle zip files with more than 65535...
2011-07-22 Russ Coxruntime: add UpdateMemStats, use in tests
2011-07-22 Rob Pikeexp/template: add globbing helpers to load groups of...
2011-07-22 David Symondshttp: clarify use of w.conn.body in Write when sniffing.
2011-07-22 Rob Pikeexp/template: plain actions with declarations should...
2011-07-21 Roger Peppeexp/template: fix action variable declarations inside...
2011-07-21 Robert Griesemerbig: minor comment adjustments
2011-07-21 Michael T.... big: refine printf formatting and optimize string conve...
2011-07-21 Russ Coxhttp: fix chunking bug during content sniffing
2011-07-21 Russ Coxgc: select functions are no longer special
2011-07-21 Dmitriy Vyukovruntime: faster select
2011-07-21 Russ Coxundo CL 4808044 / 1bd754e69ce7
2011-07-21 Yasuhiro Matsumotohttp: do not parse req.URL for CONNECT
2011-07-21 Dmitriy Vyukovtesting: output benchmark name before executing it
2011-07-21 Dmitriy Vyukovsync: improve Once fast path
2011-07-21 Dmitriy Vyukovruntime: replace centralized ncgocall counter with...
2011-07-21 David Symondshttp: disable sniffer for now.
2011-07-21 Gustavo Niemeyerld: fix freebsd build reverting .interp move
2011-07-21 Michael T.... fmt: handle precision 0 format stings in standard way
2011-07-21 Rob Pikeexp/template: A template can be in one set only.
2011-07-21 Nigel Taohtml: sync html/testdata/webkit with upstream WebKit.
2011-07-21 Nigel Taohtml: parse misnested formatting tags according to...
2011-07-21 Rob Pikegob: send empty but non-nil maps.
2011-07-20 Robert Griesemergodoc: fix zip file directory lookup
2011-07-20 Andrew Balholmhtml: handle character entities without semicolons
next