]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-10-08 Ken Thompsonbug in stack size in arm.
2010-10-08 Andrew Gerrandbuild: add GOHOSTOS and GOHOSTARCH environment variables.
2010-10-07 Anthony Martinbig: fix panic and round correctly in Rat.FloatString
2010-10-07 Russ Cox5l, 8l: dregs
2010-10-07 Russ Coxruntime: fix tiny build
2010-10-07 Russ Coxnet: allow _ in names
2010-10-07 Russ Coxruntime: fix argument dump in traceback
2010-10-07 Russ Coxgc: maybe the code is only mostly dead
2010-10-07 Luuk van Dijk[568]a: precise linenumbers for statements.
2010-10-07 Graham Millerlife: fix for new slice rules
2010-10-07 Russ Coxgc: better error for method non-call
2010-10-07 Russ Coxgc: elide dead code
2010-10-07 Russ Coxgc: fix error for 1 <- "foo"
2010-10-07 Graham Millerruntime: faster strequal, memequal
2010-10-07 Russ CoxA+C: Graham Miller (individual CLA)
2010-10-06 Russ Coxcodereview: disallow submit of *.[chys] files indented...
2010-10-06 Rob Pikeplayground.html: filesystem is not a word.
2010-10-06 Russ Coxnet: comment pedantry
2010-10-06 Russ Coxruntime: correct iteration of large map values
2010-10-06 Russ Coxbuild: disable archive/zip for nacl (fix build)
2010-10-06 Russ Coxgc: ... bug
2010-10-06 Russ Coxgc: O(1) string comparison when lengths differ
2010-10-06 Russ Coxld: share asmlc
2010-10-06 Stephen Mahttp: return the correct error if a header line is...
2010-10-06 Mikio Haranet: fix comment
2010-10-06 Albert Strasheimsyscall: add ucred structure for SCM_CREDENTIALS over...
2010-10-06 Andrew GerrandA+C: Albert Strasheim
2010-10-06 Stephen Mabufio: minor documentation fix.
2010-10-05 Luuk van Dijk6g: set kind to KindUnsafePointer where appropriate...
2010-10-05 Alex Brainmanwebsocket: enable tests on windows
2010-10-04 Rob Pikefmt: allow %d on []byte
2010-10-04 Alex Brainmanos: make tests work on windows
2010-10-04 Alex Brainmanadd _testmain.go to .hgignore
2010-10-03 Russ Coxgc: various bugs
2010-10-01 Russ CoxMake.pkg: remove .so before installing new one
2010-10-01 Russ Coxarm: enable 9 more package tests
2010-10-01 Andrew GerrandUse Errorf where appropriate.
2010-10-01 Andrew Gerrandfmt: add Errorf helper function
2010-10-01 Ken Thompsoncode gen error for
2010-09-30 Russ Coxgc: bug308
2010-09-30 Russ Coxgc: correct buffer size in sprint, add -L to show full...
2010-09-30 Russ Coxgc, spec, tests: no auto-indirect of pointer to interfa...
2010-09-30 Russ Coxlibcgo: fix comment
2010-09-30 Russ Coxfix arm build on darwin leopard
2010-09-30 Russ Coxruntime: serialize mcache allocation
2010-09-30 Andrew Gerrandtag release.2010-09-29
2010-09-30 Andrew Gerrandrelease.2010-09-29 weekly.2010-09-29
2010-09-30 Andrew Gerranddoc: add to and consolidate non-english doc references
2010-09-30 Stephen Mahttp: fix http handler signature changes previously...
2010-09-30 Stephen Madoc: update http handler usage for new signature
2010-09-30 David Symonds6prof: more accurate usage message.
2010-09-30 Russ Coxbuild: disable archive/zip on arm
2010-09-30 Andrew Gerrandarchive/zip: new package for reading ZIP files
2010-09-30 Andrew Gerrandmisc/dashboard/builder: remove build files after benchm...
2010-09-30 Andrew Gerranddoc: faq updates part one
2010-09-29 Robert Griesemerinstall.html: minor sentence fix
2010-09-29 Russ Cox6l, 8l: fix -K implementation
2010-09-29 Rob PikeEffective Go: update for new http interface.
2010-09-29 Andrew Gerranddoc: consolidate FAQs into a single file, go_faq.html
2010-09-29 Stephen Mahttp: revised http Handler interface
2010-09-29 Russ Coxbuild: clear custom variables like GREP_OPTIONS
2010-09-29 Russ Coxarm: 10 more package tests pass
2010-09-29 Russ Coxgotest: leave _testmain.go for "make clean" to clean up
2010-09-29 Russ Coxlibcgo: don't build for NaCl
2010-09-29 Russ Coxruntime: fix freebsd build
2010-09-29 Ken Thompsonarm code gen error in unsign extend
2010-09-29 Russ Coxruntime: fix build
2010-09-29 Russ Coxruntime: add mmap of null page just in case
2010-09-29 Russ Coxcodereview: fix upload of hg copied file
2010-09-28 Robert Griesemergo spec: clarifications for range clause
2010-09-28 Russ Cox6l, 8l: elfsetstring is only for .shstrtab
2010-09-28 Russ Coxjson: do not write to unexported fields
2010-09-28 Russ Coxgc: fix reflect table method receiver
2010-09-28 Russ Coxvarious: appease the ubuntu gcc monster
2010-09-28 Russ Coxgc: insert semicolon at EOF if needed
2010-09-28 Charles L.... math: Fix off-by-one error in Ilogb and Logb.
2010-09-28 Robert Griesemergo_spec: EOF may insert a semicolon
2010-09-28 Brad Fitzpatrickhttp: support HTTP/1.0 Keep-Alive
2010-09-28 Russ Coxhttp: correct escaping of different parts of URL
2010-09-27 Robert Griesemergofmt: stability improvement
2010-09-27 Robert Griesemergo/scanner: treat EOF like a newline for purposes of...
2010-09-27 Rob Pikeutf8.String: provide an Init method to avoid unnecessar...
2010-09-27 Russ Coxgc: eliminate duplicates in method table
2010-09-27 Russ Coxgc: fix non-canonical import error message
2010-09-27 Russ Coxruntime: correct stats in SysFree
2010-09-27 Russ Coxgc: allow select case expr = <-c
2010-09-27 Balazs Leczsyscall: add inotify on Linux
2010-09-27 Russ CoxCONTRIBUTORS: add Balazs Lecz (Google CLA)
2010-09-27 Wei Guangjinglibcgo: set g, m in thread local storage for windows...
2010-09-27 Alex Brainmansyscall: fix windows value of IPV6_V6ONLY
2010-09-27 Andrew Gerrandbytes: fix typo in AddByte comment
2010-09-25 Alex Brainmansyscall: add IPPROTO_IPV6 and IPV6_V6ONLY const to...
2010-09-25 Ian Lance Taylortest: Add test which causes incorrect error from gccgo.
2010-09-24 Rob Pikeutf8.String: Slice(i,j)
2010-09-24 Russ Coxgc: improve error message for x \= 0
2010-09-24 Robert Griesemergo spec: ... changes
2010-09-24 Rob Pikeutf8: Add new type String to automate string indexing...
2010-09-24 Russ Coxnet: enable v4-over-v6 on ip sockets
2010-09-24 Russ Coxnet: fix crash in DialIP
2010-09-24 Robert Griesemergofmt: don't substitute invalid positions with valid...
next