]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-06-09 Andrew Gerrandrelease.2010-06-09 weekly.2010-06-09
2010-06-09 Russ Coxgc: more cleanup
2010-06-09 Russ Coxfix build: invalid character literals
2010-06-09 Russ Coxgc: new typechecking rules
2010-06-09 Russ Coxmisc cleanup: gofmt + &x -> x[0:] conversion
2010-06-09 Robert Griesemergo/printer: deleted dead code
2010-06-09 Robert Griesemergofmt: update test script so it can run to completion...
2010-06-09 Robert Griesemergo/parser: correct position of empty statement ';'
2010-06-08 Russ Coxfix build
2010-06-08 Russ Coxdoc: add Google I/O talk and programs
2010-06-08 Russ Coxbug284: make conversion legal, fix error patterns
2010-06-08 Russ Coxbug285: delete invalid map assignment
2010-06-08 Robert Griesemergc: better error message when ~ operator is found
2010-06-08 Robert Griesemergc: backslash newline is not a legal escape sequence...
2010-06-08 Robert Griesemergo spec: rename "assignment compatible" -> "assignable"
2010-06-07 Andrew Gerrandhttp: add Head function for making HTTP HEAD requests
2010-06-07 Robert Griesemergo spec: clean-up and consolidation of spec with implem...
2010-06-07 Daniel Theophanesruntime: finish pchw -> tiny, added gettime for tiny
2010-06-07 Russ CoxA+C: add Daniel Theophanes (individual CLA)
2010-06-06 Andrew Gerrandhttp: fix erroneous comment
2010-06-05 Rob Piketutorial: fix one-word mistake in echo example
2010-06-05 Nigel TaoHTML5 parser test data from WebKit.
2010-06-05 Nigel TaoFixes #836.
2010-06-04 Nigel Taodraw.Draw fast paths for the Over operator.
2010-06-04 Nigel TaoAdd Opaque method to the image types.
2010-06-04 Rob Pikefmt.Scan: %c
2010-06-03 Robert Griesemergo spec: Base comparison compatibility on assignment...
2010-06-03 Russ Coxio/ioutil: add TempFile
2010-06-03 Kyle ConsalusAdded regex-dna-parallel.go, a pretty trivial paralleli...
2010-06-03 Russ Coxhttp: handle status 304 correctly
2010-06-03 Rob Pikefmt.Scan: field widths
2010-06-03 Charles L.... math: fix typo in Exp2 benchmark
2010-06-03 Robert Griesemerbug285: assignment compatible map keys must be accepted
2010-06-03 Rob Pikenetchan: fix typo in test
2010-06-03 Nigel TaoFix typo in xml comments.
2010-06-03 Kyle Consalus Optimization to regexp _CharClass: keep track of overa...
2010-06-03 Charles L.... math: Pow special cases (signed zero, IEEE 754-2008)
2010-06-03 Peter Williamsdoc: codereview + Mercurial Queues
2010-06-02 Rob Pikefmt.Scan: scan []byte arguments
2010-06-02 Russ Coxbufio: change ReadSlice to match description
2010-06-02 Rob Pikefmt.Scanf: implement formats, provide Sscanf (strings)
2010-06-02 Russ Coxbig: fix spelling of Euclidean
2010-06-02 Robert Griesemerbug284: additional conversion test case
2010-06-02 Robert Griesemerbug284: test cases for new conversion rules
2010-06-02 Andrew GerrandA+C: added Daniel Fleischman
2010-06-01 Rob Pikefmt.Scan: renamings, strings, errors
2010-06-01 Rob Pikefmt.Scan: renamings, strings, errors
2010-06-01 Russ Coxgc: fix export of complex types
2010-06-01 Robert Griesemerbig: bug fix for Quo aliasing problem
2010-06-01 Michael Hoisiegoinstall: Use 'git pull' instead of 'git checkout...
2010-06-01 Evan Shawruntime: Fix printing -Inf
2010-06-01 Vinu Rajashekhar Correct the regexp for finding unix signal names.
2010-06-01 Ian Lance TaylorAdd Vinu Rajashekhar <vinutheraj@gmail.com> as a contri...
2010-06-01 Andrew Gerranddoc/code.html: fix error string format
2010-06-01 Joe Poirieredit simple typos
2010-06-01 Nigel TaoFix typo in gob docs. They were introduced in revision...
2010-05-31 Fazlul Shahriarvector: undo changes to autogenerated files
2010-05-31 Rob Pikefmt: fix end-of-array error in parsenum.
2010-05-31 Michael HoisieIntVector.Do now takes an f(int), and StringVector...
2010-05-31 Rob Pikefmt.Scan: refactor the implementation so format-driven...
2010-05-31 Rob Pikefmt.Scan:
2010-05-31 Alex Brainmanimplement os.FileInfo.*time_ns for windows
2010-05-31 Ian Lance TaylorCorrect _cgo_free when C ABI does not pass first arg...
2010-05-31 Andrew Gerrandnet: fix typo
2010-05-30 Andrew Gerranddoc/code: example package with tests
2010-05-29 Rob Pikenetchan: improve closing and shutdown. there's still...
2010-05-28 Robert Griesemergo spec: change def. of "type compatibility" to be...
2010-05-28 Nigel TaoMake image.Color.RGBA return 16 bit color instead of...
2010-05-28 Alex Brainmansyscall: windows SysAlloc should use stdcall_raw not...
2010-05-28 Alex Brainmansyscall: windows syscall trace to assist debugging
2010-05-28 Rob Pikefmt.Scan: add Fscan and Fscanln and make Scan and Scanln
2010-05-28 Robert Griesemergo spec: Disallow &a notation to obtain a slice
2010-05-28 Roger PeppeAdd Rectangle.Eq and Point.In.
2010-05-27 Andrew Gerrandrelease.2010-05-27 tag
2010-05-27 Andrew Gerrandrelease.2010-05-27 weekly.2010-05-27
2010-05-27 Andrew Gerrandgolang.org: added Resources page, re-organized left...
2010-05-27 Russ Coxchanges &x -> x[0:] for array to slice conversion
2010-05-27 Rob Pikefmt.Scan: custom formatters
2010-05-27 Rob Pikefmt.Scan: custom formatters
2010-05-26 Robert Griesemergodoc: collect package comments from all package files...
2010-05-26 Adam Langleybig: add ModInverse.
2010-05-26 Rob Pikefmt: fix 386 build. error strings differ for overflow...
2010-05-26 Rob Pikefmt.Scan, fmt.Scanln: Start of a simple scanning API...
2010-05-26 Evan Shawspec: Fix link to fallthrough statements
2010-05-25 Andrew Gerrandgodashboard: change behaviour of top button
2010-05-25 Robert Griesemergo spec: minor fix, to match conversion rules 4 and 5
2010-05-25 Nigel TaoOptimize exp/draw/x11 flusher inner loop.
2010-05-25 Russ Cox8g: out of register bug
2010-05-25 Russ Coxgc: more accurate error description
2010-05-25 Russ Coxfix build - nacl stubs
2010-05-24 Russ Coxgc: fix shift/reduce conflict in go.y export syntax
2010-05-24 Russ Coxgc: bug281 - bad overlap in stack copy
2010-05-24 Christopher... net: udp, implement BindToDevice
2010-05-24 Evan Shawbig: Rat test improvements
2010-05-24 Russ Cox6g: avoid unnecessary conversion in shift bounds check
2010-05-24 Russ Coxfix build - forgot golden.out
2010-05-24 Russ Coxgc: bug277 - new conversion syntax
2010-05-24 Russ Coxgc: bug280
2010-05-24 Nigel TaoFix typo in exp/draw/x11.
2010-05-24 Robert Griesemergo spec: fix and clarify syntax of conversions
next