]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-10-06 Rémy Oudomphengcmd/6g: fix out of registers when chaining integer...
2012-10-06 Rémy Oudomphengcmd/gc: make rnd() more 64-bit-friendly.
2012-10-06 Rob Piketext/template: fix nil crash on Templates
2012-10-06 Rob Piketext/template: add an unexported method to Node
2012-10-06 Dave Cheneycmd/5g: avoid temporary during constant asop
2012-10-06 Rémy Oudomphengruntime: fix a panic when growing zero-width-element...
2012-10-06 Dmitriy Vyukovpprof: add goroutine blocking profiling
2012-10-06 Daniel Morsingtest: Add rundir, rundircmpout and errorcheckdir comman...
2012-10-06 Jan Ziakcmd/cc: map C int to int32 in Go defs
2012-10-06 Dave Cheneycmd/5g: avoid temporary during constant OINDEX
2012-10-05 Rémy Oudomphengcmd/5g: fix out of registers in nested calls, add compi...
2012-10-05 Dmitry Chestnykhcrypto/sha256, crypto/sha512: 1.3x speedup
2012-10-05 Akshat Kumarruntime: mask SSE exceptions on plan9/amd64
2012-10-05 Shenghou Madoc/codewalk: make it work with jQuery 1.8.2
2012-10-05 Robert Griesemergo/printer: don't forget the .0 in 1.0
2012-10-05 Robert Griesemergo/printer: parenthesize literal function types in...
2012-10-05 Robert Griesemergo/parser: unify parsing of const and var declarations
2012-10-05 Graham Millernet/mail: make address parsing (more) public
2012-10-04 Jeff Wendlingcrypto/x509: add DecryptBlock function for loading...
2012-10-04 Shenghou Malib/godoc/godoc.html: try Google hosted jQuery first...
2012-10-04 Andrew Gerrandgodoc: make examples editable and runnable in playground
2012-10-04 Andrew Gerrandgodoc: add jQuery to Go repository, rewrite godocs...
2012-10-04 Shenghou Macmd/go: add support for -test.benchmem
2012-10-04 Rob Pikesrc/run.bat: add new flag for api tool
2012-10-04 Rob Pikecmd/api: add exception file
2012-10-04 Andrew Gerrandgodoc: show contents in correct order, expand sections...
2012-10-03 Andrew Gerrandgo/doc: add nil to list of predeclared constants
2012-10-03 Andrew Gerrandgo/doc: rewrite whole file examples for playground
2012-10-03 Robert Griesemergo spec: conversion types starting with "func" must...
2012-10-03 Brad Fitzpatrickmisc/dashboard: set charset utf-8 on build log downloads
2012-10-03 Andrew Gerrandgodoc: move Examples above Index and make them both...
2012-10-03 Shenghou Matesting: update package docs to use ResetTimer() instea...
2012-10-03 Rob Piketext/template: better error messages during execution,
2012-10-03 Robert Griesemergo/ast: track position of <- for channel types
2012-10-03 Shivakumar GNos/user : use username as fullname if all else fails...
2012-10-02 Robert Griesemergo/parser: correctly parse <-chan T(x) as <-(chan T)(x)
2012-10-02 Robert Henckecodereview.py: suggest installing Mercurial from offici...
2012-10-02 Rémy Oudomphengcmd/8g: do not take the address of string/slice for...
2012-10-02 Dmitriy Vyukovrace: gc changes
2012-10-01 Andrew Gerrandgo/doc: strip example output comment from synthesized...
2012-10-01 Dave Cheneycmd/5g: avoid temporary during constant binary op
2012-10-01 Jeremy Jackinsarchive/tar: fix inconsistent namespace usage in example
2012-10-01 Adam Langleymath/big: avoid some allocation in Exp
2012-10-01 Robert Griesemercmd/godoc: clearer comments in FormatSelections
2012-10-01 Adam LangleyA+C: add Jeff Wendling (Individual CLA)
2012-10-01 Akshat Kumarcmd/go/build: Add magic data for Plan 9 binaries.
2012-10-01 Luuk van Dijkcmd/gc: Missing break in esc switch.
2012-10-01 Akshat Kumarpkg/syscall: Plan 9, 64-bit: Update error checks from...
2012-09-30 Rémy Oudomphengtest/fixedbugs: forgotten test cases for issues 3907...
2012-09-30 David Symondsexp/types: permit importing packages without available...
2012-09-30 David Symondsexp/types: better diagnosis for compile failures.
2012-09-29 Shenghou Matest/fixedbugs/bug454.go: add a test for CL 6564052
2012-09-29 Mikio Harasyscall: add ipv4 ancillary data for darwin
2012-09-28 Robert Griesemergo spec: arguments for append may overlap
2012-09-28 Paul Changcmd/godoc: fix minor bug in FormatSelections.
2012-09-28 Robert GriesemerCONTRIBUTORS: added Paul Chang (Google CLA)
2012-09-28 Robert Griesemercontainer/list: slightly better code factoring
2012-09-28 Robert Griesemercontainer/list: Correctly maintain internal invariants
2012-09-28 Ian Lance Taylortest: match gccgo error messages
2012-09-28 Eric Roshan... strings: implement a faster single-string Replacer
2012-09-28 Eric Roshan... testing: remove redundant whitespace in output
2012-09-27 Akshat Kumarpkg/syscall: Plan 9, 64-bit: Update error checks from...
2012-09-27 Andrew Gerranddoc: clarify that the displayed tar file name is an...
2012-09-27 Andrew Gerranddoc: fix OS X download links
2012-09-27 Rémy Oudomphengcmd/[568]g: header cleanup.
2012-09-27 Michael Chatenbufio: Implement io.WriterTo for (*Reader)
2012-09-27 Josh Hollandtext/template: fix typo of errorf as error in comment.
2012-09-27 Rob PikeCLA: Josh Holland <jrh@joshh.co.uk> individual contributor
2012-09-27 Rob Pikecmd/api: delete redundant text from deletion message
2012-09-27 Nigel Taolzw: fix Write returning the wrong number of bytes...
2012-09-26 Rob Pikefmt: allow # and x together for strings
2012-09-26 Sébastien Paolaccinet: spread fd over several pollservers.
2012-09-26 Rémy Oudomphengcmd/6g, cmd/8g: fix two "out of fixed registers" cases.
2012-09-26 Daniel Morsingcmd/gc: Don't calculate second value in range if it...
2012-09-26 David du Colombiercrypto/x509: add Plan 9 root certificate location
2012-09-26 Jonathan Feinbergdoc: add important info for would-be go contributors.
2012-09-26 Shenghou Macrypto/aes: speed up using AES-NI on amd64
2012-09-26 Shenghou Macmd/6a, cmd/6l: add support for AES-NI instrutions...
2012-09-26 Shivakumar GNcodereview: use subprocess.call() instead of os.spawnvp...
2012-09-26 Robert Griesemerspec: permit trailing comma in conversions
2012-09-26 Francisco Souzadoc/go1.1: fix metadata json format
2012-09-26 Shenghou Macmd/go, cmd/ld: fix libgcc order and add __image_base__...
2012-09-26 Joel Singcmd/go: assume that code in $GOROOT is up to date
2012-09-26 Rob Pikereflect.DeepEqual: rewrite clarification about nil...
2012-09-26 Mikio Haranet: fix plan 9 build
2012-09-26 Rob Pikereflect.DeepEqual: document that empty and nil are...
2012-09-26 Robert Griesemerexp/types/staging: updated gcimporter
2012-09-26 Robert Griesemerexp/types/staging: support for typechecking (most)...
2012-09-26 Robert Griesemerexp/types/staging: operands, constants, and error handling
2012-09-25 Christian Himpelnet/http: use tls host instead of proxy, when checking...
2012-09-25 Alex Brainmansyscall: do not use int to test network syscall results...
2012-09-25 Shenghou Macmd/5c: fix dataflag annotation
2012-09-25 Rob Piketest/bench/shootout: new data after 64-bit ints for...
2012-09-25 Russ Coxcmd/dist: new version for string for development branch
2012-09-25 Russ Coxbuild: make int 64 bits on amd64
2012-09-25 Jan Ziakruntime: add types to MSpan
2012-09-25 Russ Coxreflect: add MakeFunc (API CHANGE)
2012-09-24 Mikio Haranet: add read, write message methods to IPConn, UDPConn
2012-09-24 Rémy Oudomphengcmd/{5g,6g,8g,6c}: remove unused macro, use %E to print...
2012-09-24 Rémy Oudomphengcmd/6g, cmd/8g: add OINDREG, ODOT, ODOTPTR cases to...
next