]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-11-25 Rob Pikea few utf8 benchmarks. on my mac:
2009-11-25 Rob Pikerewrite RuneCountInString to use range.
2009-11-25 Nigel TaoInitial exp/draw/x11 implementation.
2009-11-25 Rob Pikefix weird all.bash failures by running deps.bash before...
2009-11-25 Robert GriesemerHandle presence of illegal semicolon after package...
2009-11-25 Robert GriesemerReplace sort.Sort call with heapify algorithm in Init.
2009-11-25 Russ Coxgc: correct type check for x, ok map assignment
2009-11-25 Russ Coxmake.bash: clear CDPATH to avoid output from cd
2009-11-25 Rob Pikeadd freebsd to the list of os'es.
2009-11-24 Ken Thompsontest case for large angles in trig functions
2009-11-24 Ken Thompsonbad sin/cos for large angles.
2009-11-24 Rob Piketiming log update for new version of chameneos
2009-11-24 Robert Griesemerfix for broken build (built-in new was invisible due...
2009-11-24 Rob Pikechange the rules for maintaining AUTHORS and CONTRIBUTO...
2009-11-24 Robert GriesemerChange to container/vector interface:
2009-11-24 Ian Lance TaylorMention golang-dev as a default code review destination.
2009-11-24 Russ Coxgodoc: plug file descriptor leak
2009-11-24 Michael HoisieA quick fix to ensure that json.Marshal returns errors...
2009-11-24 Russ Coxhttp: redirect to correct URL
2009-11-24 Roger Peppechameneosredux test modified, bug fixed, faster
2009-11-24 Russ Coxadd Roger Peppe to AUTHORS/CONTRIBUTORS
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.
next