]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2011-07-19 Wei Guangjingcgo: windows amd64 port
2011-07-19 Dmitriy Vyukovsync/atomic: fix LoadInt32 on ARM
2011-07-19 Rob Pikesync/atomic: attempt to get the arm build green.
2011-07-19 Tarmigan Caseboltgoinstall, dashboard: Google Code now supports git
2011-07-19 Rob Pike5l: fix arm linker bug introduced by 4742041
2011-07-19 Andrew Gerranddoc/talks/io2010: handle the errors
2011-07-19 Alex Brainmango/build: fixes for windows paths
2011-07-19 Robert Griesemerarchive/zip: support functions to get modified time...
2011-07-19 Alex Brainmanexp/wingui: make sure it builds again
2011-07-19 Rob Pikegif: fix local color map and coordinates
2011-07-19 Andrew Gerranddashboard: list "most installed this week" with rolling...
2011-07-19 Robert Griesemertime: typo in documentation
2011-07-18 Hector Churuntime: fix select pass 3
2011-07-18 Russ Coxruntime: track running goroutine count
2011-07-18 Dmitriy Vyukovruntime: add per-M caches for MemStats
2011-07-18 Dmitriy Vyukovruntime: add per-M caches for MemStats
2011-07-18 Ian Lance Taylordebug/proc: Remove.
2011-07-18 Dmitriy Vyukovsync: add fast paths to WaitGroup
2011-07-18 Russ Cox5l: assume Linux binary, not Plan 9
2011-07-18 Brad Fitzpatrickhttp: let FileServer work when path doesn't begin with...
2011-07-18 Russ Coxld: allow seek within write buffer
2011-07-18 Albert Strasheimsyscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS.
2011-07-18 Dmitriy Vyukovruntime: fix data race in Plan9 sysalloc
2011-07-18 Brad Fitzpatrickcgo: add missing semicolon in generated struct
2011-07-18 Dave Cheneygc: fix silent sign truncation in pgen.c
2011-07-18 Rob Pikeexp/template: dig into empty interfaces so a struct...
2011-07-18 Andrew Gerranddoc: fix padding on h1 tags
2011-07-18 Alex Brainmanpath/filepath: fixes for windows paths
2011-07-18 Nigel Taoruntime: fix panic for make(chan [0]byte).
2011-07-18 David Symondshttp: drain the pipe output in TestHandlerPanic to...
2011-07-18 Rob Pikefmt: fix a couple of documentation glitches.
2011-07-18 Rob Pikereflect: panic if Method index is out of range for...
2011-07-18 Rob Pike5c: attempt to fix build by silencing warnings about...
2011-07-18 Quan Yong Zhaigob: minor cleanup
2011-07-18 Rob Pikefmt: Scan(&int) was mishandling a lone zero.
2011-07-17 Lucio De Recmd/5l/Makefile: directory prefix nit, "../5l/" is...
2011-07-17 Brad Fitzpatrickhttp: make tests quiet, fixing a test race
2011-07-17 Brad Fitzpatricklog: more locking
2011-07-17 Rob Pikeexp/templates: variable scope persists until "end".
2011-07-17 Rob Pikeexp/template: allow declaration of variables only insid...
2011-07-15 Russ Coxhttp: fixes for sniffing
2011-07-15 Lucio De Re6a, 6c, 6l: fix for Plan 9 build
2011-07-15 Lucio De Re5a, 5c, 5l: fix for Plan 9 build
2011-07-15 Lucio De Re8l: nits
2011-07-15 Dmitriy Vyukovruntime: native xadd for 386/amd64
2011-07-15 Luuk van Dijkgc: some enhancements to printing debug info.
2011-07-15 Russ Coxhttp: sniffing placeholder
2011-07-15 Andrew Gerrandgo/build: less aggressive failure when GOROOT not found
2011-07-15 Russ Coxruntime: make TestSideEffectOrder work twice
2011-07-15 Brad Fitzpatrickcgi: make test less flaky
2011-07-14 Robert Griesemergo/printer: simplify internal state
2011-07-14 Robert Griesemergo spec: (up-)date
2011-07-14 Robert Griesemergo/printer: changed max. number of newlines from 3...
2011-07-14 Russ Coxgo: require { } around else block
2011-07-14 Brad Fitzpatrickjson: add omitempty struct tag option
2011-07-14 Robert Griesemergodoc: fix build (add Makefile change)
2011-07-14 Robert Griesemergodoc: support for file systems stored in .zip files
2011-07-14 Luuk van Dijkgc: fix closure bug
2011-07-14 David Symondsjson: escape < and > in any JSON string.
2011-07-14 Rob Pikeexp/template: allow range actions to declare a key...
2011-07-14 Russ Coxmime: fix build
2011-07-14 David Symondsexp/template: escape < and > in JS escaper.
2011-07-14 Rob Pikeexp/template: include function name in error returned...
2011-07-14 Rob Pikeexp/template: simplify method and function calls by...
2011-07-14 Mikio Harajson: allow using '$' and '-' as the struct field's tag
2011-07-14 Rob Pikereflect: trivial addition: Value.NumMethod.
2011-07-13 Yuval Pavel... os: Plan 9: add Process.Signal as a way to send notes.
2011-07-13 Alex Brainmanruntime: correct FixedStack value (fixes windows build)
2011-07-13 Lucio De Recc: fixes for Plan 9 build
2011-07-13 Brad Fitzpatrickfix build from e904b6784768 breakage
2011-07-13 Russ Coxsyscall: add Flock on Linux
2011-07-13 Russ Coxsyscall: change missing from windows net fixes
2011-07-13 Robert Griesemerfilepath/path: fix a comment
2011-07-13 Rob Pikeexp/template: tweak behavior of booleans.
2011-07-13 Rob Pikeexp/template: allow niladic methods inside chained...
2011-07-13 Yasuhiro Matsumotohttp: fix Content-Type of file extension.
2011-07-13 Wei Guangjingnet: windows/amd64 port
2011-07-13 Matthew Horsnelldebug/elf: Read ELF Program headers.
2011-07-13 Russ CoxA+C: Matthew Horsnell (individual CLA)
2011-07-13 Wei Guangjingruntime: stdcall_raw stack 16byte align for Win64
2011-07-13 Dmitriy Vyukovruntime: fix data race during Itab hash update/lookup
2011-07-13 Brad Fitzpatrickdocs: fix wrong it's -> its
2011-07-13 Sam Thorogoodexp/regexp/syntax: add Prog.NumCap
2011-07-13 Robert Griesemerexp/eval, exp/ogle: remove packages eval and ogle
2011-07-13 Bobby Powersgob: register more slice types
2011-07-13 Nigel Taohtml: update section references in comments to the...
2011-07-13 Rob PikeC+A: Bobby Powers <bobbypowers@gmail.com>
2011-07-13 Rob Pikeexp/template: doc and API changes suggested by rsc.
2011-07-13 Rob Pikeexp/template: add Set.AddSet and Set.Union.
2011-07-13 Rob Pikeexp/template: allow variables as template names.
2011-07-13 Rob Pikego_tutorial: change the way it's generated.
2011-07-13 David Anderson5l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR.
2011-07-13 Robert Griesemercsv: fix spelling errors in comments
2011-07-13 Russ Coxtag release.r58.1: adds OS X Lion support
next