]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-05-19 Russ CoxCrypto modes: CBC, CFB, ECB.
2009-05-19 Ken Thompsonstatic initialization of strings
2009-05-19 Russ Coxtesting: add t.Failed() bool
2009-05-19 Ken Thompsonstatic initialization of slices
2009-05-19 David SymondsCreate dependencies automatically for top-level lib...
2009-05-18 Robert Griesemerfix typo
2009-05-18 Robert Griesemer- make godoc restart feature work properly
2009-05-18 Brendan O'Deatweaks to exvar.Map
2009-05-18 Russ CoxPublic AES block interface.
2009-05-18 Robert Griesemer- changed parser to return os.Error, removed ErrorHandler
2009-05-18 Russ CoxGetgroups max on Linux is bigger than I thought.
2009-05-18 Russ Coxadd io.ByteReader.
2009-05-18 Ken Thompsonrewrote initialization to save space.
2009-05-18 Russ Coxmove ShortWrite error into io so that other packages...
2009-05-18 Russ Coxadd Getwd, Fchdir, tests
2009-05-18 Ken Thompsonstatic initialization with DATA statements
2009-05-17 Ian Lance TaylorDon't bother to import "os" just so that we can call
2009-05-16 Ken Thompsonstatic initialization
2009-05-16 Robert Griesemermake Len() == 0 for nil vector.Vector
2009-05-16 Robert Griesemerget rid of unused files in my home dir
2009-05-16 Robert Griesemerdon't require ()'s around composite literals if the
2009-05-16 Robert Griesemerweekly snapshot:
2009-05-16 Russ Coxfix handling of line numbers for first function
2009-05-16 Rob Pikes/NewLogger/New/
2009-05-15 Russ Coxclose TODO
2009-05-15 Robert Griesemerrestart functionality
2009-05-15 Rob Pikeimplement %#o %#x %#X formats
2009-05-15 Russ Coxos: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.
2009-05-15 Russ Coxbug152: literal []slice{ } as range expression
2009-05-15 Rob PikeStringVector specialization of Vector
2009-05-15 Russ Coxmake Stat indicate whether it followed a symlink.
2009-05-15 Russ CoxReturn error from WriteByte, to match bufio.Writer.
2009-05-15 Robert Griesemer- Remove IntVector methods that are "inherited" with...
2009-05-15 Russ Coxadd directory argument to os.ForkExec
2009-05-15 Russ CoxAES key setup and block ciphers.
2009-05-15 Robert GriesemerByteBuffer.WriteByte
2009-05-14 Rob PikeGetuid etc.
2009-05-14 David SymondsHyphens are allowed in filenames. This allows this...
2009-05-14 Rob Pikefix abstract unix domain sockets
2009-05-14 Robert Griesemergodoc fix: relative paths were incorrect
2009-05-14 Russ Coxfix Truncate comment:
2009-05-14 Robert GriesemerByteBuffer.Truncate(n int)
2009-05-14 Rob Pikefix spelling error in message
2009-05-14 Ian Lance TaylorA comparison of two values with a type equivalent to...
2009-05-14 Russ Coxbug150
2009-05-14 Russ Coxreflect: update comment (there is no BoolType)
2009-05-14 Russ CoxUnix domain socket support, Linux and Darwin.
2009-05-13 Robert GriesemerNew type compatibility rules:
2009-05-13 Robert GriesemerSimplified AST:
2009-05-13 Rob Pikefix indentation
2009-05-13 Ian Lance TaylorAdd os.Link, os.Symlink, os.Readlink.
2009-05-13 Rob PikeRename ParseError to Error
2009-05-13 Robert Griesemercleanup of unsafe documentation
2009-05-12 Rob Pikechange name of reflect.NewInitValue to the more descrip...
2009-05-12 Russ Coxno need for compiler to hard-code definition of runtime.
2009-05-12 Russ Coxdescribe each interface test
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
next