]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-05-21 Ken Thompsonsome array init bugs
2009-05-21 Russ Coxtests for new initializer syntax
2009-05-21 Russ Coxrelated reflect bug: make copies of big values
2009-05-21 Russ Coxstricter rules for assignment.
2009-05-21 Russ Coxadd test for yesterday's interface rule change (interfa...
2009-05-21 Ken Thompsonadded key:val extension to
2009-05-21 Russ CoxI guess I forgot there was a unary ^ operator.
2009-05-21 Russ Coxdirect all interface extraction to InterfaceValue.Get.
2009-05-21 Russ Coxfix build again; this time for sure.
2009-05-21 Russ Coxmissed Makefile before; fix build
2009-05-21 Russ Coxstricter interface conversion rule: i.(T)
2009-05-21 Russ Coxhash reorg.
2009-05-21 Russ Coxnew, stricter interface rule:
2009-05-21 Robert Griesemersemi-weekly snapshot:
2009-05-20 Robert Griesemerxcode config files, self-describing
2009-05-20 Russ Coxreflect bug: NewZeroValue was refusing to create slices.
2009-05-20 Russ Coxifaceop was being called with integers
2009-05-20 Russ Coxchange representation of interface values.
2009-05-20 Russ Coxfix implicit star for range on *map, *[].
2009-05-20 Russ Coxclear out pkg tree in clean.bash.
2009-05-20 Robert Griesemerremoved TODO
2009-05-20 Robert Griesemernew method set rules
2009-05-20 Robert Griesemermore useful error string
2009-05-19 Russ Coxbuild crypto/block.
2009-05-19 Russ Coxfinal AES: CMAC authentication and EAX authenticated...
2009-05-19 Ian Lance TaylorMatch gccgo error messages.
2009-05-19 Russ Coxdeps.bash tweak - no need to sort -u the $O files.
2009-05-19 Russ CoxXor-based crypto modes: OFB and CTR stream encryption.
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
next