]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-12-06 Russ CoxLICENSE: separate, change PATENTS text
2010-12-06 Eoghan Sherrymath: improve accuracy of Exp2
2010-12-06 Russ Coxtime: fix build
2010-12-06 Rob Pikeuse the new %U format for runes
2010-12-06 Rob Pikenetchan: fix dumb locking bug introduced in recent...
2010-12-06 Rob Pikeflag: fix format error in boolean error report. just...
2010-12-06 Rob Pikefmt: add %U format for standard Unicode representation...
2010-12-06 Roger Peppetime: make After use fewer goroutines and host processes.
2010-12-06 Roger Peppebytes: add Buffer.UnreadRune, Buffer.UnreadByte
2010-12-05 Devon H. O... builder: Allow buildroot to be passed as command-line...
2010-12-05 Nigel TaoA+C: add Ryan Hitchman.
2010-12-05 Andrew Gerranddoc/install: describe GOHOSTOS and GOHOSTARCH
2010-12-03 Luuk van Dijk[68]l: generate debug info for builtin structured types...
2010-12-03 Andrew Gerrandgodoc: add separators between quick reference topics
2010-12-03 Andrew Gerrandtag release.2010-12-02
2010-12-03 Andrew Gerrandrelease.2010-12-02 weekly.2010-12-02
2010-12-03 Andrew Gerranddoc: add gofrontend paper to talks/ and docs.html
2010-12-02 Andrew Gerranddoc: add Practical Go Programming to front page and...
2010-12-02 Robert Griesemergo_spec: fixed a couple omissions/type errors
2010-12-02 Jamie Gennisgo/printer: preserve newlines in func parameter lists
2010-12-02 Robert GriesemerA+C: added Jamie Gennis
2010-12-02 Stefan NilssonSort: reduced stack depth to lg(n) in quickSort
2010-12-02 Robert GriesemerA+C: adding Stefan Nilsson
2010-12-02 Brad Fitzpatrickhttp: consume request body before next request
2010-12-02 Rob Piketemplate: implement multi-word variable instantation...
2010-12-02 Rob Pikeroadmap: update gdb status
2010-12-01 Rob Piketemplate: change the signature of formatters for future...
2010-12-01 Kyle ConsalusRemoved bytes.Add and bytes.AddByte; we now have 'append'.
2010-12-01 Roger Peppelog: ensure writes are atomic.
2010-12-01 Benny Siegertpath: Windows support for Split
2010-11-30 Luuk van Dijkruntime: fix windows breakage
2010-11-30 Rob Pikefmt: fix documentation format glitch. no content to...
2010-11-30 Adam Langleyutf8: make EncodeRune's destination the first argument.
2010-11-30 Adam Langleycrypto/elliptic: use a Jacobian transform
2010-11-30 Rob Pikefmt.Scan: accept Inf and NaN
2010-11-30 Rob Pikestrconv: Atof on Infs and NaNs
2010-11-30 Rob Pikesort: avoid overflow in pivot calculation.
2010-11-30 Eoghan Sherrybig: fix (*Rat) SetFrac64(a, b) when b < 0.
2010-11-30 Robert Griesemeradd Eoghan Sherry as author and contributor
2010-11-30 Luuk van Dijkruntime: parallel definitions in Go for all C structs.
2010-11-29 Peter Mundygodoc: fix doc typo
2010-11-29 Luuk van Dijk[68]l: correct dwarf location for globals and ranges...
2010-11-29 Anschel Schaffer... doc/code.html: fix reference to "gomake build"
2010-11-29 Rob Pikefmt: allow "% X" as well as "% x"
2010-11-29 Peter Mundydoc: fix docs typos
2010-11-28 Anschel Schaffer... exp/eval: build fix for parser.ParseFile API change.
2010-11-27 Ian Lance TaylorA+C: Add Harley Laue (individual CLA)
2010-11-26 Mathieu Lonjaretcompress/flate: fix typo in comment.
2010-11-24 Alex Brainmanruntime: fix SysFree to really free memory on Windows
2010-11-23 Andrew Gerrandtag release.2010-11-23
2010-11-23 Andrew Gerrandrelease.2010-11-23 weekly.2010-11-23
2010-11-22 Yves Junqueiradoc: add link to codewalks.
2010-11-22 Yves JunqueiraDocumentation: how to write Makefiles for commands.
2010-11-22 Wei Guangjingnet: add ReadFrom and WriteTo windows version.
2010-11-22 Anthony Martingc: better error message for bad type in channel send
2010-11-21 Robert Griesemerposition.go: more flexible AddFile method
2010-11-20 Ken Thompsonmore on dynamic hash in compound literals.
2010-11-19 Robert Griesemergodoc: use correct time stamp to indicate accuracy...
2010-11-19 Adam Langley crypto/cipher: add CFB and OCFB mode.
2010-11-19 Russ Coxindex/suffixarray: use sort.Search
2010-11-19 Adam Langleycrypto/cipher: add package
2010-11-19 Robert Griesemergodoc: compute search index for all file systems under...
2010-11-18 Ken Thompsonadjustable hash code in
2010-11-18 Ian Lance TaylorMakefiles: Don't define _64BIT now that 6c does it...
2010-11-18 Ian Lance Taylorcgo: Print required space after parameter name in wrapp...
2010-11-18 Ian Lance Taylor6c: automatically #define _64BIT.
2010-11-18 Russ Coxsort: invert meaning of f in Search
2010-11-18 Russ Coxsort: edit doc comment for Search
2010-11-18 Andrew Gerrandrpc: add RegisterName to allow override of default...
2010-11-18 Robert Griesemergo/token position: code improvements per rsc's suggestion
2010-11-17 Robert Griesemerposition.go: test cases for token.Pos
2010-11-17 Robert Griesemergodoc: bug fix in relativePath
2010-11-13 Robert Griesemertoken/position: implemented Pos
2010-11-13 Alex Brainmanexec: enable tests on windows
2010-11-13 Robert Griesemersort.Search: slightly more precise wording in comment
2010-11-12 Roger Peppesort: simplify semantics of Search.
2010-11-12 Kyle Consalus Remove unnecessary casts in Get() methods.
2010-11-12 Ken Thompsonarm is not little-endian
2010-11-12 Benny Siegertstrings: add LastIndexAny
2010-11-12 Rob Pikegc: fix arm build
2010-11-12 Adam Langleycrypto/elliptic: add package
2010-11-12 Anschel Schaffer... Fixed recover() documentation.
2010-11-12 Ken Thompsonlast of the arm conversions
2010-11-11 Robert Griesemersort.Search: added extra test to verify efficiency
2010-11-11 Robert Griesemersort.Search: more typos
2010-11-11 Adam Langley crypto/x509: policy OID support and fixes.
2010-11-11 Robert Griesemersort.Search: fix typo in documentation
2010-11-10 Alex Brainmanruntime: free memory allocated by windows CommandLineToArgv
2010-11-10 Ian Lance Taylorruntime: omit runtime· prefix from static functions...
2010-11-10 Ian Lance Taylorruntime: Add some missing runtime· prefixes to ARM...
2010-11-10 Rob Pikerelease part 2
2010-11-10 Rob Pikerelease step 1 weekly.2010-11-10
2010-11-10 Ian Lance Taylorpath: Fix Glob when it finds a file in directory position.
2010-11-10 Robert Griesemersort: binary search for sorted slices
2010-11-10 Roger Peppetesting: delete redundant name argument to Benchmark().
2010-11-10 Ken Thompsonfix error converting result of complex
2010-11-09 Robert Griesemergo/ast: change embedded token.Position fields to named...
2010-11-09 Peter Mundydoc: fix go_spec spelling errors
2010-11-09 Roger Peppecontainer/list: make Remove return Value of removed...
2010-11-09 Peter Mundydoc: fix go_spec spelling error
next