]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-07-03 Brad FitzpatrickA+C: Brian Gitonga Marete (individual CLA)
2013-07-03 David Symondscmd/go: git checkout the correct default branch.
2013-07-03 Rob Pikedoc/go1.2.txt: stable sort
2013-07-03 ChaiShushannet/rpc: remove unnecessary code
2013-07-02 Adam Langleycrypto/tls: implement TLS 1.2.
2013-07-02 David Symondsgo/ast: improve doc for FuncDecl's Type field.
2013-07-02 Shenghou Maruntime: fix runtime.sigreturn_tramp for NetBSD/ARM
2013-07-02 Daniel Morsingcmd/gc: fix issue with method wrappers not having escap...
2013-07-02 Rémy Oudomphengcmd/gc: fix computation of equality class of types.
2013-07-02 Yasuhiro Matsumotomisc/vim: Allow multiple GOOS/GOARCH.
2013-07-02 Russ Coxsort: fix 32-bit build
2013-07-02 Jeff R. Allentime: prevent a panic from leaving the timer mutex...
2013-07-02 ChaiShushannet/rpc/jsonrpc: remove unused serverCodec.resp field
2013-07-02 Volker Doblersort: implement stable sorting
2013-07-02 Russ Coxreflect: add Value.Slice3 and Value.SetCap methods...
2013-07-02 Russ Coxcmd/gc: support x[i:j:k]
2013-07-01 Andrew Gerrandcmd/godoc: set up playground for examples that are...
2013-07-01 Russ Coxruntime: disable preemption test (fix build)
2013-07-01 Russ Coxruntime: disable preemption
next