]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2010-04-06 Russ Coxnet: use chan bool instead of chan *netFD to avoid...
2010-04-06 Rob Pikeflags: better tests.
2010-04-06 Russ Coxruntime: two proc bug fixes
2010-04-06 Roger PeppeChange goyacc to be reentrant.
2010-04-06 Kai Backmanreplace original float instruction with jump to make...
2010-04-06 Rob Pikefix deps.bash. \t does not mean tab in some seds.
2010-04-06 Giles Leansyscall package: document that errno is zeroed on success
2010-04-06 Ian Lance TaylorGNU/Linux sed requires \? rather than ?. Just use...
2010-04-06 Joe Poirierlibcgo: initial mingw port work - builds but untested
2010-04-06 Russ Coxio/ioutil: fix bug in ReadFile when Open succeeds but...
2010-04-06 Russ Coxruntime: fix Caller
2010-04-06 Russ Coxhttp: fix documentation example
2010-04-06 Kyle Consalustest/bench: add k-nucleotide-parallel
2010-04-06 Charles L.... cmath: new package
2010-04-06 Russ Coxdeps.bash: be less strict about format of x.go lines
2010-04-06 David Symondsdoc/go_mem: remove semicolons
2010-04-06 Russ Coxruntime: handle malloc > 2GB correctly
2010-04-05 Russ Coxcrypto/tls: good defaults
2010-04-05 Russ Coxruntime: various arm fixes
2010-04-05 Andrew Gerrandprogramming_faq: added question on T vs *T method sets
2010-04-05 Russ Coxgc: good syntax error for defer func() {} - missing...
2010-04-05 Conrad Meyernntp: new package, NNTP client
2010-04-05 Andrew Gerrandrun.bash: remove MAKEFLAGS=-j4 to prevent crashing...
2010-04-04 Andrew Gerrandgodashboard: fix benchmarks page (first pass)
2010-04-02 Robert Griesemerdebug/proc: fix typo in package documentation
2010-04-02 Alex Brainmansyscall: implementing some mingw syscalls required...
2010-04-02 Russ Coxruntime: turn run time errors checks into panics
2010-04-01 Robert Griesemerdebug/macho: fix error message format
2010-04-01 Robert Griesemerdebug/macho: don't crash when reading non-Mach-O files
2010-04-01 Robert Griesemergo spec: correct clarification of type declaration
2010-04-01 Russ Coxruntime: correct memory leak in select
2010-04-01 Evan Shawkate: Update for recent language changes
2010-04-01 Russ Coxbuild script tweaks
2010-04-01 Rob Piketesting/regexp: use recover.
2010-04-01 Andrew Gerrandjson: use panic/recover to handle errors in Marshal
2010-03-31 Robert Griesemergo spec: clarification of type declarations
2010-03-31 Nigel TaoDelete xgb from the main repository. It has moved to
2010-03-31 Russ Coxgc: fix alignment on non-amd64
2010-03-31 Robert Griesemertabwriter: use panic/recover to handle errors
2010-03-31 Rob Pikeregexp: use panic/recover to handle errors
2010-03-31 Russ Coxruntime: make type assertion a runtime.Error, the first...
2010-03-31 Russ Coxtest for panic and recover
2010-03-31 Russ Coxgc: implement panic and recover
2010-03-31 Andrew Gerrandgodashboard: new stylesheet, build status pagination
2010-03-31 Andrew Gerrandrelease.2010-03-30 part two
2010-03-31 Rob PikeUnicode: fix stupid typo in comment.
2010-03-31 Rob PikeUnicode: provide an ability to supplement the case...
2010-03-31 Andrew Gerrandrelease 2010-03-30 weekly.2010-03-30
2010-03-31 Robert Griesemergodoc: support for title and subtitle headers when...
2010-03-31 Russ Coxruntime: fix arm build, slightly.
2010-03-30 Robert Griesemergo/printer: follow-up on CL 802043
2010-03-30 Russ Coxtime: do not segment time strings by character class.
next