]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-11-24 Michael Elkinsadd Take, TakeWhile, Drop, DropWhile to exp/iterable
2009-11-24 Michael ElkinsAdding myself to AUTHORS/CONTRIBUTORS as a result of...
2009-11-24 Rob Pikeprint error's string when panicking.
2009-11-24 Trevor StrohmanAdd benchmarks for commonly used routines.
2009-11-24 Eden Li cgo translates empty function arguments into void...
2009-11-24 Russ Coxjson: expose map in generic representation
2009-11-24 Chris LennertProvides implementation of MD4 hashing algorithm.
2009-11-24 Chris LennertAdded my name to the AUTHORS and CONTRIBUTORS lists.
2009-11-24 Rob Pikeadd an FAQ entry about the logo and mascot
2009-11-24 Sergio Luis... go: makes it build for the case $GOROOT has whitespaces
2009-11-24 Sergio Luis... cmd/cc: change getquoted() to accept whitespaces.
2009-11-23 Russ Coxgofmt -r: documentation and minor fixes
2009-11-23 Vish Subramanian Fix crash in xml.Unmarshal. Occasionally while running...
2009-11-23 Russ Coxtwo more if(h<0) that gcc 4.3 -O2 miscompiles
2009-11-23 Russ Coxio.ReadWriter: fix doc comment (ReadWrite -> ReadWriter)
2009-11-23 Rob Pikefix bug in prefix code: must stop one character before...
2009-11-23 Rob PikeFix doc striing for NewReadLogger.
2009-11-23 Russ Cox8g: call throwindex for array out of bounds
2009-11-21 Adam Langleycrypto/tls: add initial client implementation.
2009-11-20 Rob Pikemention arrays of arrays and slices of slices
2009-11-20 Russ Coxgofmt: add -r flag to rewrite source code according...
2009-11-20 William JosephsonMissed a reference to sc instead of mc in 157065.
2009-11-20 Russ Coxgofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench
2009-11-20 Devon H. O... FreeBSD's mcontext isn't exactly the same as sigcontext, so
2009-11-20 Robert GriesemerSupport for basic try-catch style exception handling.
2009-11-20 Russ Coxgofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
2009-11-20 Russ Coxx[y:] for strings
2009-11-20 Rob Pikefix build
2009-11-20 Russ Coxcodereview: handle UTF-8 in message descriptions
2009-11-20 Rob Pikeslight simplification made possible by the code now...
2009-11-20 Rob Pikeadd unimplemented %+ and % (space) flags to floating...
2009-11-20 Russ Coxx[lo:] - gc and runtime.
2009-11-20 Russ Coxtest/bench revisions;
2009-11-20 Russ Coxcgo: allow .so in subdirectories
2009-11-20 Russ Coxcodereview: make hg sync work with Mercurial 1.4
2009-11-20 Rob Pikeadd a match arena to regexp to avoid generating garbage.
2009-11-20 Eden Licgo now renders types with unknown size as [0]byte...
2009-11-20 Russ Coxreflect fixes
2009-11-20 Russ Coxfix arm build.
2009-11-20 James MeneghelloMap support for template.Execute().
2009-11-20 James MeneghelloContributions etc.
2009-11-20 Michael HoisieAdd json.Marshal to json package
2009-11-20 Michael HoisieAdded my name to the CONTRIBUTORS file
2009-11-20 Evan Shawarchive/tar: Make Reader and Writer more closely follow...
2009-11-20 Russ Coxbig: fix arm build - forgot how to spell JMP
2009-11-20 Russ Coxgc: reject large channel values at compile time
2009-11-20 Rob Piketwo easy optimizations for regexp:
2009-11-20 Robert Griesemerupdate test.sh for gofmt
2009-11-20 Robert GriesemerPermit omission of hi bound in slices.
2009-11-20 Trevor StrohmanAdds benchmark support to gotest.
2009-11-20 Russ Coxbuild Make.deps during make.bash instead
2009-11-19 Ken Thompsonput copy into goyacc
2009-11-19 Rob Pikeos.ReadAt doesn't return EOF at EOF.
2009-11-19 Russ Coxruntime: mask signals during signal handler on OS X
2009-11-19 Robert Griesemerbug219: parsing difficulties with 6g
2009-11-19 Rob Pike- flip in and out to exercise overlap check a little...
2009-11-19 Rob Pikereplace custom findByte with bytes.IndexByte
2009-11-19 Adam Langleybig: fix large division.
2009-11-19 Rob Pikeadd bytes.IndexByte; common case we can make fast later.
2009-11-19 Robert GriesemerAllow optional second expression in slice expressions.
2009-11-19 Russ Coxruntime: fix bug on darwin/amd64 - bad g in bsdthread_start
2009-11-19 Devon H. O... More FreeBSD-touchups. Thundercats are GOOOOO!
2009-11-19 Adam Langleycrypto/x509: RawContents -> RawContent
2009-11-19 Adam Langleyasn1: add support for RawContent
2009-11-19 Adam Langleycrypto/x509: add certificate support.
2009-11-18 Russ Cox6l, 8l: add trivial hash table for dynamic symbols
2009-11-18 Rob Piketest for copy()
2009-11-18 Rob Pikeremove bytes.Copy
2009-11-18 Rob Pikebugs in memmove:
2009-11-18 Russ Coxgc: allow implicit conversion of *[10]int -> []int
2009-11-18 Russ Coxld: move interpreter string into first block of ELF...
2009-11-18 Rob Pikeslicecopy was always using 16 (sizeof slice) for the...
2009-11-18 Adam Langleynet: remove race condition on Close.
2009-11-18 Ian Lance TaylorOn 32-bit x86, one should configure with --with-arch=.
2009-11-18 Eden LiMangle C struct fields that happen to be named after...
2009-11-18 Russ Coxbig: implement 386 assembly routines
2009-11-18 William JosephsonRemove unnecessary execute bits.
2009-11-18 William JosephsonMissing flags for FreeBSD shared link as used by cgo...
2009-11-18 William JosephsonUpdate legal.
2009-11-18 Devon H. O... Add an intptr type to runtime; needed in FreeBSD
2009-11-18 Russ Coxmake all.bash finish on FreeBSD
2009-11-18 Devon H. O... FreeBSD/i386 work
2009-11-18 Eden Licgo no longer translates function args that are void...
2009-11-18 Eden Li Updated AUTHORS/CONTRIBUTORS files according to
2009-11-18 Evan ShawAdded Kate syntax highlighting file.
2009-11-18 Evan ShawAdding my name to authors/contributors.
2009-11-18 Russ Coxcodereview: more attempts at robustness in the face...
2009-11-18 Trevor StrohmanAdds Trevor Strohman to CONTRIBUTORS.
2009-11-18 Russ Coxruntime: add ARM memmove
2009-11-18 Russ Coxcopy tweaks
2009-11-18 Rob Pikeadd a test for %+v in nested structures.
2009-11-18 Ken Thompsonallow copy to be used without a return value
2009-11-18 Russ Coxruntime: two trivial but important bug fixes
2009-11-18 Russ Coxrelease.2009-11-17: tag as of earlier this evening
2009-11-18 Ken Thompsonbug in copy
2009-11-18 Ken Thompsoninstall copy predefined
2009-11-18 Adam Langleycrypto/rsa: add PKCS#1 v1.5 signature support. weekly.2009-11-17
2009-11-18 Adam Langleyasn1:
2009-11-18 Russ Coxcodereview: handle spaces and other unexpected chars...
2009-11-18 Josh GoebelLet us have side by side git if we want
next