]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-08-17 Rob Pikefmt: honor integer radix formats (%d etc.) for pointers
2012-08-17 Rob Pikeall: move defers to after error check to avoid nil...
2012-08-17 Robert Griesemergo_spec: unary + and - are also defined for complex...
2012-08-17 Joel Singruntime: fix netbsd/386 stack pointer handling
2012-08-17 Alex Brainmanmisc/cgo/test: disable test on windows (attempt to...
2012-08-17 Shenghou Macmd/ld: explicitly ignore R_*_NONE relocation to fix...
2012-08-17 Shenghou Mamisc/cgo/life: remove -lmsvcrt to fix windows/amd64...
2012-08-16 Shenghou Macmd/go: new cgo build procedure
2012-08-16 Dave Cheneymisc/cgo/test: remove unused Makefile
2012-08-16 Alex Brainmantest: change run.go to ignore \r in compiler output...
2012-08-15 Daniel Morsingcmd/gc: Don't claim type assertion would help when...
2012-08-15 Andrew Balholmexp/html: simplify testing code
2012-08-15 Ian Lance TaylorA+C: Andrew Lutomirski (individual CLA)
2012-08-15 Robert Griesemertext/scanner: report illegal hexadecimal numbers (bug...
2012-08-15 Joel Singos/exec: disable additional file descriptor test on...
2012-08-15 Joel Singruntime: disable crash handler test on netbsd
2012-08-15 Joel Singnet: implement netbsd sockoptip
2012-08-15 Francisco Souzacmd/go: skipping relative paths on go test -i ./...
2012-08-15 Andrew Balholmexp/html: skip render and reparse on more tests that...
2012-08-15 Robert Hencke5l: trivial whitespace cleanup
2012-08-15 Benny Siegertapi: add recent API additions to next.txt
2012-08-14 Robert Griesemergo/scanner: faster scanning
2012-08-14 Adam Langleyexp/proxy: remove package.
2012-08-13 Andrew Balholmexp/html: generate replacement for <isindex> correctly
2012-08-13 Dmitriy Vyukovnet: remove unused fields
2012-08-13 Dmitriy Vyukovruntime/pprof: fix comments
2012-08-13 Andrew Balholmexp/html: discard tags that are terminated by EOF inste...
2012-08-12 Robert Griesemergo/parser: exit early if source file does not contain...
2012-08-10 Rob Piketext/template/parse: fix bug handling /*/
2012-08-10 Shenghou Maruntime: use sched_getaffinity for runtime.NumCPU(...
2012-08-09 Andrew Balholmexp/html: ignore self-closing flag except in SVG and...
2012-08-09 Robert Griesemergodoc: report error for directories with multiple packages
2012-08-09 Rémy Oudomphenggo/build: correct shouldBuild bug reading whole content...
2012-08-09 Robert Griesemerexp/types: add more import tests
2012-08-09 Robert Griesemerspec: clarify evaluation order
2012-08-09 Shenghou Matesting: add Verbose() to expose whether -test.v is set
2012-08-09 Alex Brainmanmisc/cgo/life: explicitly specify library for assert...
2012-08-09 Rob Piketext/template: add 'nil' as a keyword in the language
2012-08-09 Shenghou Macmd/5l: add PT_PAX_FLAGS ELF header
2012-08-09 Andrew Balholmexp/html: ignore </html> in afterBodyIM when parsing...
2012-08-08 Andrew Balholmexp/html: when ignoring <textarea> tag, switch tokenize...
2012-08-08 Charles L.... math: update definition of NaN in assembly language...
2012-08-08 Andrew Gerrand doc: add 'Get Started with Go' video, remove...
2012-08-08 Rob Pikeall: make Unicode surrogate halves illegal as UTF-8
2012-08-08 Andrew Gerrandio: amend ReaderFrom doc as per r's comment
2012-08-08 David Symondsmisc/dashboard/codereview: fixes for non-reviewers.
2012-08-08 Yves Junqueiracrypto/rand: Example for Read.
2012-08-08 Russ Coxmisc/dashboard/codereview: fix obo
2012-08-08 Robert Griesemergodoc: make id attributes unique
2012-08-08 Andrew Balholmexp/html: foster-parent text correctly
2012-08-07 Nigel Taoimage/jpeg: send a correct Start Of Scan (SOS) header.
2012-08-07 Shenghou Maruntime: inline several float64 routines to speed up...
2012-08-07 Brad Fitzpatrickio: document ReaderFrom and WriterTo
2012-08-07 Yves Junqueiratext/template: fix range example.
2012-08-07 Andrew Balholmexp/html: correctly handle <title> after </head>
2012-08-07 Alex Brainmannet/http: disable TestServeFileFromCWD test on windows
2012-08-07 Shenghou Madoc: fix some HTML syntax errors
2012-08-07 Shenghou Macmd/5l: dwarf line number support for Linux/ARM
2012-08-07 Shenghou Macmd/go: remove $WORK paths in generated binaries
2012-08-07 Shenghou Mamath, runtime: use a NaN that matches gcc's
2012-08-07 Shenghou Maruntime: remove unnecessary ROUND in alg.c
2012-08-07 Shenghou Mamisc/cgo/{life,stdio}, test/run.go: use test/run.go...
2012-08-06 Andrew Balholmexp/html: fix foster-parenting when elements are implic...
2012-08-06 Russ Coxnet: fix spurious EADDRNOTAVAIL errors
2012-08-06 Alexey Borzenkovsyscall: fix plan9 build broken by CL 6458050
2012-08-06 Alex Brainmantest/run: ignore all but .go file during compiledir...
2012-08-06 Brad Fitzpatricknet: fix TCPListener file leak to child processes
2012-08-05 Alexey Borzenkovsyscall: return EINVAL when string arguments have NUL...
2012-08-05 Benny Siegertsyscall: add some new syscall numbers from NetBSD-current
2012-08-05 Rémy Oudomphengruntime: faster string equality.
2012-08-05 Russ Coxmisc/dashboard/codereview: show first line of last...
2012-08-05 Russ Coxbufio: discourage use of ReadLine
2012-08-05 Rémy Oudomphengstrconv: speedup AppendFloat/FormatFloat.
2012-08-05 Andrew Balholmexp/html: don't treat SVG <title> like HTML <title>
2012-08-04 Dmitriy Vyukovcmd/go: allow to use syso files with cgo
2012-08-04 Dmitriy Vyukovcmd/cc: allow to call nested packages from within C...
2012-08-04 Ian Lance Taylorcmd/go, go/build, misc/swig: add SWIG support to Go...
2012-08-03 Michał Derkacz5a, 5l, math: Add support for ABSD, ABSF floating point...
2012-08-03 Rémy Oudomphengcmd/8g: fix miscompilation due to BADWIDTH.
2012-08-03 Rémy Oudomphengcmd/gc: accept switches on comparable arrays.
2012-08-03 Adam Langleycrypto/elliptic: explicitly handle P+P, ∞+P and P+∞
2012-08-03 Russ Coxcmd/ld: add PT_PAX_FLAGS ELF header
2012-08-03 Mike Rossetdebug/elf: Add support for getting DynTag string table...
2012-08-03 Robert Griesemergo/build: tiny cleanup
2012-08-03 Adam Langleycrypto/tls: remove flakey tests
2012-08-03 Adam Langleycrypto/x509: support ECDSA keys when generating certifi...
2012-08-03 Marcel van... exp/locale/collate: changed API of Builder to be more...
2012-08-03 Alex Brainmanos: test that IsExist and IsNotExist handle PathError...
2012-08-03 Robert Griesemergo/scanner: fix minor typo
2012-08-03 Robert Griesemergo/ast: ast.Print must not crash with unexported fields
2012-08-02 Andrew Balholmexp/html: in parse tests, discard only one trailing...
2012-08-02 Nigel Taohtml: make the low-level tokenizer also skip end-tag...
2012-08-02 Rémy Oudomphengexp/types: set non-embedded method type during GcImport.
2012-08-01 Robert Griesemerexp/types: enable cycle checks again
2012-08-01 Andrew Balholmexp/html: implement escaping and double-escaping in...
2012-08-01 Shenghou Matest/run.go: fix compiledir test on windows
2012-08-01 Shenghou Maruntime: round return value address in runtime.equal
2012-08-01 Alex Brainmanos: Rename error to fit IsExist
2012-08-01 Robert Griesemerexp/types: Replace String method with TypeString function
2012-08-01 Robert Griesemerexp/types: implement Type.String methods for testing...
next