]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2011-07-20 David Symondshttp: sniffing algorithm.
2011-07-20 Mike Solomonio/ioutil: improve performance of ioutil.Discard
2011-07-20 Brad FitzpatrickCONTRIBUTORS: add Mike Solomon (Google CLA)
2011-07-20 Brad Fitzpatrickos: point readers at the exec package
2011-07-20 Dmitriy Vyukovruntime: apply minor tweaks to channels
2011-07-20 Dmitriy Vyukovruntime: improve performance of sync channels
2011-07-20 Gustavo Niemeyerld: remove overlap of ELF sections on dynamic binaries
2011-07-20 Russ Coxnet/textproto: fix build
2011-07-20 Russ Coxnet/textproto: avoid 1 copy in ReadLine, ReadContinuedLine
2011-07-20 Marcel van... exp/norm: API for normalization library.
2011-07-20 Andrew Gerrandgobuilder: goinstall with -dashboard=false instead...
2011-07-20 Andrew Gerrandtag weekly.2011-07-19
2011-07-20 Andrew Gerrandweekly.2011-07-19 weekly.2011-07-19
2011-07-20 Andrew Gerrandmisc/dashboard: center align build results
2011-07-19 Rob Pikesync/atomic: delete workaround
2011-07-19 Robert Griesemergodoc: implement http.FileSystem for zip files
2011-07-19 Lucio De Reruntime: make goc2c build on Plan 9
2011-07-19 Russ Coxruntime: faster entersyscall, exitsyscall
next