]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-10-30 Adam LangleyAdd RSA PKCS#1 v1.5 support.
2009-10-28 Adam LangleyAdd a quickcheck package which is a little like the...
2009-10-27 Stephen MaHack to make cgo's generated go code compile when there...
2009-10-29 Ian Lance TaylorBug: 6g accepts fallthrough in type switch.
2009-10-29 Rob PikeChange Stat to Lstat in Readdir so we don't recur when...
2009-10-29 Adam LangleyFix bug when sending via select.
2009-10-29 Robert Griesemerclarify rule for channel send
2009-10-29 Ian Lance TaylorTest that the compiler rejects map types which should...
2009-10-28 Robert Griesemer- added missing formatters in templates
2009-10-28 Russ Coxmysterious bug: runtime.acid wasn't getting rebuilt
2009-10-28 Robert Griesemerhtml-escaping of fields that may be user-generated
2009-10-28 Robert Griesemerfix for long label names impacting column width of...
2009-10-28 Russ Coxfiles that are okay from the last gofmt round
2009-10-28 Kai Backmanshift for non-64 bit integers.
2009-10-27 Robert Griesemergodoc search bug fixes:
2009-10-27 Robert Griesemercode search for godoc:
2009-10-27 Ian Lance TaylorGet the right sigaction struct for the 386 rt_sigaction...
2009-10-27 Kai Backmanbug162, large indices on nil references
2009-10-27 Robert Griesemer- gofmt-ify walk.go
2009-10-27 Robert Griesemer- indexing component for godoc
2009-10-26 Adam LangleyAdd encoding/hex
2009-10-26 Ian Lance TaylorRecognize gccgo error messages.
2009-10-26 Robert Griesemersnippet generator for godoc search results
2009-10-26 Rob Pikeadd a favicon plus a couple of hi-res versions of gordon
2009-10-26 Kai Backmanfix defer. gave up on unified code for defer and go...
2009-10-25 Kai Backman make 5l ignore multiple defs, remove use of multiple
2009-10-25 Kai Backmanframe size > StackBig support
2009-10-25 Kai Backmanproper syscall convention for arm
2009-10-25 Kai Backman fix conditional branch instructions for unsigned ints and
2009-10-24 Rob Pikeremove reference to p4 in comment.
2009-10-24 Kai Backman fixed len/cap for chan. disable gc for now.
2009-10-23 Russ Coxwrite install docs
2009-10-23 Rob Pikepublish Request.Write (rename from Request.write)
2009-10-23 Kai Backmanfix build issue cause by transition to hg
2009-10-23 Kai Backmanone more argsize fix. we were copying with the correct
2009-10-23 Kai Backmanall of pkg now compiles, fixes a few more tests
2009-10-23 Kai Backmanfix off by 4 bug in morestack (lr again). remove storin...
2009-10-23 Kai Backmanfix broken code produced for ominus
2009-10-22 Kai Backmanfix off by 4 in newproc arg copying.
2009-10-23 Robert Griesemerfix computation of sync delay
2009-10-23 Ian Lance TaylorFix the sigaction declaration to match the system for...
2009-10-23 Ian Lance Taylors/pc/PC/ in traceback output to match amd64.
2009-10-23 Ian Lance TaylorFix printer_test.go to invoke Fprint as a method of...
2009-10-23 Robert Griesemer- make printer interface easily extensible w/o breaking...
2009-10-23 Robert Griesemerminor changes to walk
2009-10-22 Robert Griesemersimple AST walking support
2009-10-22 Rob Pikesilly change to test the code review process
2009-10-22 Russ Coxadd codereview-login command
2009-10-22 Rob Pikefix build: no acid
2009-10-22 Russ Coxfix handling of escaped characters like ' " & < >
2009-10-22 Russ CoxInitial checkin of codereview plugin.
2009-10-22 Russ Coxtell Mercurial which files to ignore
2009-10-22 Russ Coxfix build after Mercurial move.
2009-10-22 Robert Griesemergo/printer:
2009-10-22 Austin ClementsInterface types, values, and type compiler. This does...
2009-10-22 Austin Clementsgo-mode for Emacs. This provides basic syntax highlighting
2009-10-22 Russ Coxadd FAQ
2009-10-22 Russ Coxmain landing pages
2009-10-22 Rob Pikedrop a couple of semicolons for consistency
2009-10-22 Rob Pikehave http server in-line PDF files.
2009-10-22 Adam LangleyAdd SetValue(Value) to the Value interface.
2009-10-22 Rob Pikefix typo/oversight: s/Title/ToTitle/. the comment...
2009-10-22 Adam LangleyReplace SliceReader with bytes.Buffer.
2009-10-22 Adam LangleyFix typo in documentation.
2009-10-22 Adam LangleyAdd initial x509 code.
2009-10-21 Ian Lance TaylorMatch gccgo error messages.
2009-10-21 Kai Backmanchange stack splitting comparisons from signed to unsig...
2009-10-21 Ian Lance Taylorgccgo does not distinguish "use" and "assign" in these...
2009-10-21 Rob Pikeinitialization
2009-10-20 David SymondsMove usr/dsymonds/iterable to src/pkg/exp/iterable.
2009-10-20 Robert Griesemerremove superfluous tracing support
2009-10-20 Russ Coxbase64 -> encoding/base64
2009-10-20 Rob Pikestart the concurrency discussion. work from the outside...
2009-10-20 Robert GriesemerUpdated and simplified gofmt.
2009-10-20 Russ CoxAdd base85, based on base64.
2009-10-20 Russ Coxaddress bug193 and add note to spec about it.
2009-10-20 Russ Coxbug162, over and over
2009-10-20 Russ Coxforgot to include in 35898.
2009-10-20 Kai Backmanremoved tempalloc/tempfree and replaced with tempname
2009-10-20 Russ Coxsupport for 5.out files
2009-10-20 Kai Backmangetcallerpc and setcallerpc
2009-10-20 Russ Coxbug196
2009-10-20 Russ Coxbug136
2009-10-20 Kai Backmanfirst version of closures. test/closure doesn't yet...
2009-10-20 Russ Coxbug169
2009-10-20 Russ Cox6g bug fixes:
2009-10-20 Russ Coxbug190.
2009-10-20 Russ Coxduplicate of bug190
2009-10-19 Robert Griesemersupport one-line functions
2009-10-19 Robert Griesemer- method names in method sets/interfaces must be all...
2009-10-19 Kai Backmanfunction literals
2009-10-19 Russ Coxtest and fix http redirect handling
2009-10-19 Rob Pikefiddling while rome burns: explain why tests are commen...
2009-10-19 Adam LangleyAdd an RSA-OAEP implementation.
2009-10-19 Robert Griesemerdirectory tree walk w/ visitor per rsc's suggestion
2009-10-19 Rob Pikebug 211: duplicate interface methods not caught by 6g
2009-10-19 Rob Pikeaddress leftover post-submit comments about embedding
2009-10-16 Rob Pikemore embedding. enough for now?
2009-10-16 Robert Griesemerbug210
2009-10-16 Kai Backmanfix arm build, add 64 bit cgen_asop
next