]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-06-21 Andrew Gerrandrelease.2010-06-21 weekly.2010-06-21
2010-06-21 Russ Coxsyslog: use local network for tests
2010-06-21 Russ Coxreflect: add Type.Bits method, add tags to prohibit...
2010-06-21 Russ Coxgc: include struct field tags in type equality
2010-06-21 Russ Coxpkg/Makefile: allow DISABLE_NET_TESTS=1 to disable...
2010-06-21 Russ Coxspec: struct tags must be identical for types to be...
2010-06-21 Roger Peppegoinstall: process dependencies for package main
2010-06-21 James Whiteheadmisc/vim: clarifies syntax highlighting installation...
2010-06-20 Russ Coxundo changes accidentally included in 09c5add99d50
2010-06-20 Russ Coxreflect: add Kind, remove Int8Type, Int8Value, etc.
2010-06-20 Russ Coxgc: delete debug print
2010-06-20 Russ Coxerrchk: fix build - allow matches in multiline error...
2010-06-20 Russ Coxgc: better error messages for interface failures, conve...
2010-06-20 Russ Coxgc: fix build - subnode not addable in complexgen
2010-06-20 James Whiteheadmisc/vim: reorganize plugin so it uses ftplugin and...
2010-06-19 Russ Coxnacl: fix build
2010-06-19 Russ Coxstrconv: add AtofN, FtoaN
2010-06-19 Christopher... test: add missing import for zerodivide
2010-06-19 Rob Pikefmt.Scanf: improve error message when input does not...
2010-06-19 Rob PikeEffective Go: minor change to correct a comment in...
2010-06-18 Russ Coxcomplex divide: match C99 implementation
2010-06-18 Rob PikeEffective Go: panic and recover
2010-06-16 Rob PikeEffective Go: add a section on defer.
2010-06-16 Brad Fitzpatrickhttp: reply to Expect 100-continue requests automatically
2010-06-16 Nigel Taocmd/gotest: Delete temporary _testmain.go files.
2010-06-16 Nigel Taoimage: add an Alpha16 type, for completeness.
2010-06-16 Rob Pikefmt.Scan: fix %c in the case where the input does not...
2010-06-16 Rob Pikebytes.Buffer.ReadFrom: fix bug.
2010-06-15 Rob PikeEffective Go: update ... discussion.
2010-06-15 Russ Coxruntime: correct fault for 16-bit divide on Leopard
2010-06-15 Rob Pikefmt.Printf: write tests for %T.
2010-06-15 Rob Pikefmt.Print*: reimplement to switch on type first.
2010-06-14 Nigel Taohtml: sync testdata/webkit to match WebKit tip.
2010-06-14 Rob PikeAdd test for division by zero.
2010-06-14 Roger PeppeAdd IndexFunc and LastIndexFunc.
2010-06-14 Rob Piketutorial: update discussion of variadic functions
2010-06-14 Russ Coxgc: no more ...
2010-06-14 Russ Coxremove uses of ... from tree, add one test
2010-06-14 Nigel Taoexp/draw: small draw.drawGlyphOver optimization.
2010-06-12 Russ Coxspec: remove ... (keeping ...T)
2010-06-12 Russ Coxgc: less aggressive name binding, for better line numbe...
2010-06-12 Russ Coxruntime: fix 386 signal handler bug
2010-06-12 Russ Coxgopack: add S flag to force marking a package as safe
2010-06-12 Rob Pikespec: clarify that result parameters are always zeroed...
2010-06-11 Russ Cox8l: correct test for sp == top of stack in 8l -K code
2010-06-11 Russ Coxgopack: simplify go metadata code
2010-06-11 Russ Coxgc: change -u to require imports to be marked safe
2010-06-11 Ian Lance TaylorPad Go symbol table out to page boundary when linking...
2010-06-11 Alex Brainmanruntime: switch to OS stack during Windows syscall
2010-06-11 Alex Brainmanruntime: free lock handles on Windows
2010-06-10 Russ Coxtest: check that surrogate pair runes and huge rune...
2010-06-10 Paolo Giarrusso.hgignore: ignore doc/htmlgen
2010-06-10 Paolo Giarrussocodereview: avoid exception in match
2010-06-10 Russ CoxA+C: James Whitehead and Paolo Giarrusso (both individu...
2010-06-10 Rob Pikeadd path.Base, analogous to Unix basename
2010-06-10 Adam Langleyasn1: allow '*' in PrintableString.
2010-06-09 Robert Griesemerbug286: test case
2010-06-09 Robert Griesemerexp/eval test: fix build
2010-06-09 Robert Griesemergo/scanner: report illegal escape sequences
2010-06-09 Andrew Gerrandrelease.2010-06-09 tag
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
next