]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-07-18 Brad Fitzpatrickio: let SectionReader seek past the end; document Seeke...
2013-07-18 Andrew Bonventreimage/gif: don't write superfluous global color table
2013-07-18 Ian Lance Taylorcmd/cgo: don't emit #pragma declarations when using...
2013-07-18 Dave Cheneycmd/ld: trivial: fix unused parameter pedantry
2013-07-18 Brad Fitzpatricknet/http: document NewRequest treating Reader as ReadCloser
2013-07-17 Ian Lance Taylorruntime: disable preemption again to fix linux build
2013-07-17 Dominik Honnefmisc/emacs: Add godef-jump-other-window
2013-07-17 Russ Coxruntime: re-enable preemption
2013-07-17 Dmitriy Vyukovruntime: more reliable preemption
2013-07-17 Russ Coxruntime: use new frame argument size information
2013-07-17 Joel Singcrypto/tls: Add support for ECDHE-ECDSA
2013-07-17 Daniel Morsingcmd/8g: Make clearfat non-interleaved with pointer...
2013-07-17 Dave Cheneydoc/effective_go: stamp out stray GOROOT reference
2013-07-16 Keith Randallruntime: print g0 stack if we throw on it and GOTRACEBA...
2013-07-16 Adam Langleycrypto/rsa: remove obsolete TODO.
2013-07-16 Ian Lance Taylortest: add a compilation test that gccgo failed to compile
2013-07-16 Adam LangleyCONTRIBUTORS: add Drew Hintz (Google CLA)
2013-07-16 Russ Coxcmd/5g, cmd/6g, cmd/8g: insert arg size annotations...
2013-07-16 Russ Coxcmd/5c, cmd/6c, cmd/8c: record arg size for every call
2013-07-16 Russ Coxruntime: record argument size in assembly functions
2013-07-16 Russ Coxsyscall: record argument size for all assembly functions
2013-07-16 Russ Coxcmd/5a, cmd/6a, cmd/8a: parse PCDATA
2013-07-16 Russ Coxcmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in...
2013-07-16 Alan Donovantest: invert incorrect condition.
2013-07-16 Dmitriy Vyukovruntime: minor cleanup of hashmap code
2013-07-16 Joel Singnet: fix setsockopt for openbsd
2013-07-16 Russ Coxcmd/ld, runtime: new in-memory symbol table format
2013-07-16 Dmitriy Vyukovcmd/gc: do not race instrument syscall.forkAndExecInChild
2013-07-16 Daniel Morsingcmd/gc: fix incorrect error when using f(g()) form...
2013-07-16 Evan Shawcmd/gc: complex types don't contain pointers
2013-07-16 Rémy Oudomphengcmd/gc: fix race detector instrumentation of type switches.
2013-07-16 Alex Brainmanruntime: switch to os stack in windows osyield and...
2013-07-16 Russ Coxcmd/gc: tweak interface satisfaction error message
2013-07-15 David Presottonet: add SetKeepAlivePeriod
2013-07-15 Russ CoxCONTRIBUTORS: add David Presotto (Google CLA)
2013-07-15 Dmitriy Vyukovruntime: minor test cleanup
2013-07-15 Shenghou Mamisc/cgo/test: skip test for issue 3250, the runtime...
2013-07-15 Andrew Bonventreimage/gif: add writer implementation
2013-07-15 Alexandre Normanddist: fix postinstall script for Darwin
2013-07-15 Andrew GerrandA+C: Alexandre Normand (individual CLA)
2013-07-15 Nigel TaoA+C: Andrew Bonventre (individual CLA).
2013-07-14 Joseph Holstenlog/syslog: fix typo: change Wanring to Warning
2013-07-14 Rob PikeA+C: Joseph Holsten (individual CLA)
2013-07-13 Russ Coxcmd/6l, cmd/8l: use one-byte XCHG forms when possible
2013-07-13 Russ Coxencoding/json: add more tests for UTF-8 coercion
2013-07-13 Russ Coxcmd/go, testing: streamline direct use of test binaries
2013-07-12 Russ Coxundo CL 11161044 / ba455262a9db
2013-07-12 Russ Coxencoding/json: coerce invalid UTF-8 to valid UTF-8...
2013-07-12 Keith Randallcmd/dist: allow assembly code to use enumerated constants.
2013-07-12 Russ Coxcmd/5a, cmd/6a, cmd/8a: fix flag parsing
2013-07-12 Shenghou Marun.bash: enlarge timeout of runtime tests
2013-07-12 Russ Coxcmd/5g, cmd/6g, cmd/8g: fix line number of caller of...
2013-07-12 Russ Coxcmd/ld: fix large stack split for preempt check
2013-07-12 Russ Coxcmd/go, testing: remove redundant "for pkg" in coverage...
2013-07-12 Shenghou Mamisc/cgo/test: relax the threshold in test3250.
2013-07-12 Russ Coxruntime: fix 386 build after cas64 change
2013-07-12 David Symondsencoding/json: escape U+2028 and U+2029.
2013-07-12 Russ Coxruntime: make cas64 like cas32 and casp
2013-07-12 Russ Coxrun.bash: actually stop on cgo failures
2013-07-12 Russ Coxmisc/cgo/test: make test work with -linkmode=internal
2013-07-12 Russ Coxcmd/ld: place read-only data in non-executable segment
2013-07-12 Russ Coxcmd/5l, cmd/6l, cmd/8l: increase error buffer size
2013-07-12 Russ Coxcmd/gc: fix error message for import as 'init'
2013-07-12 Paul Bormanjson: unmarshal types that are byte slices.
2013-07-12 Alex Brainmanmake.bat: incease runtime test timeout to 300s (fixes...
2013-07-11 ChaiShushanmisc/goplay: use `go run x.go` instead of `go build...
2013-07-11 Robert Griesemerspec: move decl in example closer to use
2013-07-11 Shenghou Maruntime: fix build for windows.
2013-07-11 Shenghou Maruntime: correctly handle signals received on foreign...
2013-07-11 Shenghou Macmd/cgo: silence two gcc warnings for *.cgo2.c
2013-07-11 Shenghou Masyscall: implement Sendfile for Darwin.
2013-07-11 Shenghou Macmd/cgo: clarify the underscore prefix rule and C union...
2013-07-11 Dmitriy Vyukovruntime: fix CPU underutilization
2013-07-11 ChaiShushannet/rpc: fix a test bug
2013-07-11 Dmitriy Vyukovruntime: adjust traceback for new preemptive reality
2013-07-11 Nigel Taoimage/draw: add the Quantizer type.
2013-07-11 Russ Coxcmd/ld: correct assignment of sizes to mach-o symbols
2013-07-10 Nigel Taoimage/draw: add Drawer, FloydSteinberg and the op.Draw...
2013-07-10 Robert Griesemergo/format: fix failing test (fix build)
2013-07-10 Robert Griesemergo/parser: more tolerant parsing of const and var decls
2013-07-10 Andrew Gerrandhtml: add escaping tests
2013-07-10 Alex Brainmantime: find correct zone abbreviations even on non-Engli...
2013-07-10 Robert Griesemerspec: define notion of named type
2013-07-10 Brad Fitzpatricknet/http: in ServeContent, don't seek on content until...
2013-07-10 Andrew Gerrandencoding/xml: fix typo in docs
2013-07-09 Rob Pikecmd/go: fix a couple of bugs in coverage tooling
2013-07-09 Robert Griesemerbuiltin: document print and println
2013-07-09 Nigel Taoimage/color: add Plan9Palette and WebSafePalette.
2013-07-09 Dave Cheneycmd/ld: trivial: fix unhandled switch case
2013-07-09 ChaiShushannet/rpc: use log.Print and return error instead log...
2013-07-08 Andrew Gerrandmisc/dist: clean files from GOPATH after building tour
2013-07-07 Shenghou Macmd/go: fix "go get -u" for git repositories.
2013-07-05 Daniel Morsingcmd/6g, cmd/8g: prevent constant propagation of non...
2013-07-05 Oliver Hookinsencoding/json: Correct description of stateNeg function.
2013-07-05 Dave Cheneysyscall: reduce duplication between *bsd and linux
2013-07-05 Andrew GerrandA+C: Oliver Hookins (individual CLA)
2013-07-05 Nigel Taoimage/gif: close the lzw.Reader we create.
2013-07-04 Andrew Gerranddoc: update playground.js
2013-07-03 Robert Griesemergo/parser: accept optional indices for all parts of...
2013-07-03 Brad Fitzpatricknet/textproto: reduce allocations in ReadMIMEHeader
next