]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-05-12 Russ Coxupdate reflect for upcoming interface representation...
2009-05-12 Russ Coxfix build: proto depends on fmt now
2009-05-12 David SymondsAllow http.Redirect to do both temporary (307) and...
2009-05-12 Rob Pikeimplement IsNil() bool for those types that can be...
2009-05-11 Robert GriesemerA couple of godoc improvements:
2009-05-11 Russ Coxchange utf8.FullRuneInString and utf8.DecodeRuneInString
2009-05-11 Robert Griesemerweekly snapshot
2009-05-08 Russ Coxcheck for redeclaration of package name
2009-05-08 Russ Coxgobuild: command printing bug fix
2009-05-08 Russ Coxuse exitgroup on linux to exit whole process.
2009-05-08 Rob PikePackage unsafe is undocumented. By installing (but...
2009-05-08 Rob PikeDocument runtime functions.
2009-05-08 Russ Cox6g:
2009-05-08 Russ Coximplications of stricter type equality:
2009-05-08 Russ Coxfix comment
2009-05-08 Russ Coxfix build - missing file
2009-05-08 Russ Coxmove things out of sys into os and runtime
2009-05-08 Rob PikeMove sys.Reflect and sys.Unreflect into unsafe.
2009-05-08 Russ Coxeqtype(t1, t2, 0) => eqtype(t1, t2)
2009-05-08 Russ Coxthrow away os._Error.
2009-05-08 Rob Pikeembeddability: change bufio.BufRead to bufio.Reader...
2009-05-08 Rob PikeName change to improve embeddability:
2009-05-08 Rob Pikeupdate tutorial text to refer to io.Reader etc.
2009-05-08 Rob Pikeupdate spec to io.Writer
2009-05-08 Robert Griesemer- document string([]int{...}) conversion
2009-05-08 Russ Coxminor cleanup, not required by compiler changes
2009-05-08 Robert Griesemerconversion bug
2009-05-08 Russ Coxanother attempt at avoiding IPv6 when it's not supported.
2009-05-08 Rob Pikemake go/src/lib/hash one directory per package
2009-05-07 David SymondsDefine Len() for JSON Map.
2009-05-07 Russ Coxtest of struct with embedded interface.
2009-05-07 Russ Coxif a struct s contains an anonymous interface value
2009-05-07 Russ Coxnext step for 6.out on Borg: fix and test
2009-05-07 Russ Cox6g: error messages
2009-05-07 Russ Cox6g: error messages
2009-05-07 Russ Cox6g: simplify trampoline by postponing load.
2009-05-07 Russ Coxinterface method tests
2009-05-07 Russ Coxfix a few type errors, make ErrorString a value
2009-05-07 Russ Cox6g: new interface rules (code got simpler!)
2009-05-06 Robert Griesemersemi-weekly snapshot:
2009-05-06 Russ Coxmakefile fixes
2009-05-06 Russ Cox6g: generate string data as individual symbols,
2009-05-06 Rob Pikeerror handling had a bug in execute: the error channel...
2009-05-06 Ken Thompsonadded a distinguishing string to the error prints
2009-05-06 Rob Pikeadd missing Makefile to repair build
2009-05-06 Ken Thompsonsigns on div and mod
2009-05-06 Robert Griesemernew dir structure for lib/go
2009-05-06 Russ Cox6g bug: was dropping assignment of nil to globals
2009-05-06 Rob Pikemv container/vector down one level for new rules.
2009-05-06 Robert Griesemerwrong type used for dynamic type test
2009-05-06 Rob Pikedirectory-per-package step 1: move files from lib/X...
2009-05-05 Russ Cox6g tweaks
2009-05-05 Russ Coxbug117 is fixed in 6g; now an errchk
2009-05-05 Russ Cox6l: eliminate dead code, not just the symbols
2009-05-05 Robert Griesemerbetter io.ByteBuffer implementation:
2009-05-05 Russ Coxfmt: dead code and data
2009-05-05 Russ Coxupdate convlit.go to current spec
2009-05-05 Rob Pikestring slicing is efficient so remove base and bounds...
2009-05-05 Ken Thompsonmore code optimization
2009-05-04 David SymondsRemake exvar package to be more Go-ish.
2009-05-04 Robert Griesemer- remove wrong fix
2009-05-04 Ken Thompsonmore morestack fiddling
2009-05-03 Ken Thompsonmore code fiddling
2009-05-03 David SymondsFix mismatched quote in a comment.
2009-05-02 Ian Lance TaylorVerify that a send on a sychronous channel waits until the
2009-05-02 Robert Griesemerweekly snapshot:
2009-05-02 Ken Thompsoncode optmization
2009-05-02 Ken Thompsoncode improvement
2009-05-02 Robert Griesemerclarifying ambiguity of evaluation order
2009-05-01 Kai BackmanCopied 8g/6g into 5g. Used sharp tools to coax a .5...
2009-04-30 Robert Griesemer- incorporated feedback per rsc
2009-04-30 Russ Coxbug146: array/slice conversion before I left missed...
2009-04-30 Russ Coxauto-detect whether to use IPv6 or IPv4 kernel interface
2009-04-30 Russ Coxbetter error messages, not that anyone ever sees them
2009-04-30 Russ Coxchange 6l library directory flag to -L,
2009-04-30 Rob Pikedon't print binary data. add TODO for better errors.
2009-04-30 Rob Pikerename variables for clarity.
2009-04-30 Ian Lance TaylorConversion from array to slices should work like assign...
2009-04-30 Russ Coxdon't set CLONE_PTRACE -- it confuses strace
2009-04-30 Russ Coxif the process stops with SIGTRAP (breakpoint),
2009-04-30 Rob PikeBug in reflect found by gri. Structs in 6g have a...
2009-04-30 Rob Pikedrop unused result name - trivial change.
2009-04-30 Russ Coxexit with error status EPIPE if
2009-04-30 Brendan O'DeaIgnore SIGPIPE such that write returns EPIPE.
2009-04-30 Brendan O'DeaFix channels used by WaitWrite (http server hangs on...
2009-04-29 Robert Griesemertypo in spec
2009-04-29 Robert GriesemerSome adjustments to godoc:
2009-04-29 Ken Thompsonallow "defer close(chan)"
2009-04-28 Ken Thompsonbug 139
2009-04-28 Ken Thompsonbug131 has been fixed with no change
2009-04-28 Ken Thompsonbug 145
2009-04-28 Robert Griesemerfix for broken build
2009-04-28 Ian Lance TaylorRecognize gcco error messages.
2009-04-28 David SymondsAdd a HTTP handler to the exvar package.
2009-04-28 David SymondsAdd more dependencies for lib/go.
2009-04-28 Rob Pikeimplement .alternates
2009-04-27 Stephen MaFix the chunked encoding - terminate the chunk with...
2009-04-27 David SymondsAdd string-valued variables to exvar.
2009-04-27 Brendan O'Deaflags.Usage() calls fmt.Fprintf() with incorrect args
2009-04-26 Robert Griesemer- install doc in lib/go
next