]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-04-23 Andrew Gerrandgo_faq: typo fix
2010-04-22 Evan Shawbig: Create type nat
2010-04-22 Rob PikeFileInfo: regularize the types of some fields.
2010-04-22 Evan Shawspec: Fix run-time panic header id
2010-04-22 Evan Shawvector: Don't always regenerate {int,string}vector.go
2010-04-22 Evan Shawbig: Add some tests
2010-04-21 Russ Coxjson: Marshal, Unmarshal using new scanner
2010-04-21 Russ Coxruntime: switch state back to Grunning after recovery
2010-04-21 Russ Coxxml: new "innerxml" tag to collect inner XML
2010-04-21 Russ Coxutf16: add DecodeRune, EncodeRune
2010-04-21 Andrew Gerrandfaq: more up-to-date info about the Windows port
2010-04-21 Rob Piketest/bench: reenable chameneosredux for gccgo.
2010-04-21 Russ Coxbig: fix build - start with zero in scanN
2010-04-21 Kyle Consalusstrings: add ReadRune to Reader
2010-04-21 Evan Shawbig: eliminate redundant array lookups
2010-04-21 Evan Shawbig: reduce the number of allocations
2010-04-21 Andrew Gerrandgo_faq: add question: Why does Go perform badly on...
2010-04-21 Russ Cox6l, 8l: include ELF header in PT_LOAD mapping for text...
2010-04-21 Evan Shawbig: Add Lsh and Value; convert pidigits to use big
2010-04-21 Russ Coxgc: print x[y:] correctly
2010-04-21 Russ Coxruntime: rename cgo2c, *.cgo to goc2c, *.goc
2010-04-21 Russ Coxreflect: implement Set(nil), SetValue(nil) for PtrValue...
2010-04-20 Evan Shawbig: Get rid of function pointers and init function
2010-04-20 Andrew Gerrandgodashboard: remove obselete data models and conversion...
2010-04-19 Kyle ConsalusAdded strings.FieldsFunc, a generalization of strings...
2010-04-19 Andrew Gerrandgodashboard: bz2 compress logs in data store
2010-04-19 Evan Shawgc benchmark: Update package list
2010-04-19 Russ Coxgc: cmplx typecheck bug fix
2010-04-19 Andrew Gerrandsyscall: match linux Setsid function signature to darwin
2010-04-18 Raif S. Naffahreflect: add FieldByNameFunc
2010-04-18 Michael Hoisienet: fix bugs in packStructValue
2010-04-18 Russ Coxjson: scanner, Compact, Indent, and tests
2010-04-16 Rob Pikerpc: Add Close() method to rpc.Client to allow graceful...
2010-04-16 Kai Backman the android runner script
2010-04-16 Andrew Gerrandadd Sam Thorogood (of Google Inc.) to CONTRIBUTORS
2010-04-16 Evan Shawexp/eval: Always read float literals as base 10
2010-04-16 Evan Shawgo/ast: Update comment to mention imaginary literals
2010-04-16 Evan Shawexp/eval: Implement x[lo:]
2010-04-15 Russ Coxflag: eliminate unnecessary structs
2010-04-15 Andrei Vieru"godoc -src pkg_name" excludes duplicates entries
2010-04-15 Kai Backmansynchronize ARM runner environment variable with run-arm
2010-04-15 Kai Backmansupport for printing floats:
2010-04-15 Robert Griesemerscanner: implement Peek() to look at the next char...
2010-04-14 Russ Coxbytes: shuffle implementation, making WriteByte 50...
2010-04-14 Andrew Gerrandrelease.2010-04-13 part two
2010-04-14 Russ Coxruntime: better trace for fault due to nil pointer...
2010-04-14 Alex Brainmanos, syscall: mingw bug fixes
2010-04-14 Russ Coxgo_spec updates weekly.2010-04-13
2010-04-14 Andrew Gerrandrelease.2010-04-13
2010-04-13 Alex Brainmanos: mingw version of Readdir() and Stat() implemented
2010-04-13 Evan Shaw8l: add DOS stub to PE binaries
2010-04-13 Rob Pikenetchan: allow client to send as well as receive.
2010-04-13 Rob Piketemplate: use panic/recover to simplify internal error...
2010-04-13 Ian Lance TaylorUse the copy function rather than a loop.
2010-04-13 Christopher... test: minor updates to avoid bitrot
2010-04-13 Christopher... Remove exp/exception as it's no longer relevant
2010-04-13 Rob Pikefixes for rpc:
2010-04-12 Russ Coxgc: zero unnamed return values on entry if func has...
2010-04-12 Christopher... xml: update documentation to match current coding style
2010-04-12 Andrei Vierufmt format verb %b bug
2010-04-12 Rob PikeCLA: Andrei Vieru
2010-04-12 Christopher... json: update documentation to match current coding...
2010-04-11 Russ Coxgc: compile s == "" as len(s) == 0
2010-04-11 Russ Coxgc: distinguish fatal compiler bug from error+exit
2010-04-11 Russ Coxgc: make sure main.main has correct type
2010-04-11 Evan Shawdebug/elf: Fix doc comments
2010-04-11 Evan Shawexp/eval: Fix example and add target to Makefile
2010-04-11 Christopher... archive/tar: update documentation to match current...
2010-04-11 Christopher... nacl: update documentation to match current coding...
2010-04-11 Christopher... testing: update documentation to match current coding...
2010-04-11 Christopher... godoc: change od.Dir -> os.FileInfo in comments
2010-04-11 Andrew Gerrandtime: fix comment typo
2010-04-10 David Symondscodereview: Mention that deleting a CL is a use of...
2010-04-10 Michael Hoisiestrings: add IndexRune, Trim, TrimLeft, TrimRight,...
2010-04-09 Russ Coxruntime: delete malx, skip_depth argument to malloc
2010-04-09 Russ Coxfreebsd: fix build, maybe
2010-04-09 Charles L.... math: use ** for exponentiation in comments
2010-04-09 Charles L.... cmath: use ** for exponentiation in comments
2010-04-09 Ian Lance TaylorRun initcgo for all amd64 targets, not just GNU/Linux.
2010-04-09 Ian Lance TaylorA test case for cgo //export.
2010-04-09 Ian Lance TaylorAdd //export to cgo.
2010-04-09 Ian Lance TaylorLibrary support for cgo export.
2010-04-09 Ian Lance TaylorSupport cgo export on amd64.
2010-04-09 Rob PikeUpdate roadmap: delete many accomplishments
2010-04-09 Rob Pikerename os.Dir to os.FileInfo
2010-04-09 Alex Brainmanfix bug in os_test.go checkMode
2010-04-09 Russ Coxruntime: fix build (panic) for FreeBSD
2010-04-09 Russ Coxruntime: turn divide by zero, nil dereference into...
2010-04-08 Russ Coxruntime: fix bad status throw
2010-04-08 Russ Coxruntime: work around kernel bug in Snow Leopard signal...
2010-04-08 Charles L.... math: atan2 special cases (negative zero)
2010-04-08 Russ Coxruntime: use explicit flag when finalizer goroutine...
2010-04-08 Rob Pikegotest: update URL printed by failure message.
2010-04-08 Joe Poiriergp_spec typo fix: code example in the "Handling panics...
2010-04-07 Rob PikeLanguage FAQ: editing tweaks after iant.
2010-04-07 Rob PikeLanguage FAQ: update the entry on exceptions.
2010-04-07 Russ Coxarm: fix build, attempt #2
2010-04-07 Russ Coxarm: fix build, attempt #1
2010-04-07 Ken Thompsonanother try at clearing
2010-04-06 Ken Thompsonchange channel read to clear
next