]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
2010-03-30 Russ Coxsyscall: add IPV6 constants
2010-03-30 Russ Coxsingle argument panic on non-darwin and in comments
2010-03-30 Risto Jaakko... Gofmt preserves newlines in multiline selector expressions.
2010-03-30 Robert Griesemercontributors, authors: add Risto Saarelma
2010-03-30 Rob PikeEffective Go: update maps description regarding lookup...
2010-03-30 Robert Griesemergodoc: don't print package clause in -src command-line...
2010-03-30 Russ Coxgc: add panic and recover (still unimplemented in runtime)
2010-03-30 Russ Coxsimplify various code using new map index rule
2010-03-30 Russ Coxmake: use actual dependency for install
2010-03-30 Russ Coxgodefs: fix handling of negative constants
2010-03-30 Russ Coxsingle argument panic
2010-03-30 Russ Coxgc: flush warnings, if any
2010-03-30 Christopher... runtime: Remove unused runtime.write from linux/amd64
2010-03-30 Russ Coxruntime: run deferred calls at Goexit
2010-03-30 Robert Griesemergo/printer: fix a comment
2010-03-30 Robert Griesemergodoc: support for filtering of command-line output...
2010-03-30 Rob PikeFlags: add user-defined flag types. The change is reall...
2010-03-30 Russ Coxruntime: a couple more memory stats.
2010-03-29 Russ Coxgc: bug265
2010-03-29 Robert Griesemergo/ast: generalized ast filtering
2010-03-29 Rob Pikestrings.FIelds: slight simplification.
2010-03-29 Russ Coxfix build
2010-03-29 Russ Coxruntime: more malloc statistics
2010-03-29 Robert Griesemerbug265: test case for issue 700
2010-03-29 Roger Peppestrconv.Unquote could wrongly return a nil error on...
2010-03-29 Andrew Gerrandcomment typos
2010-03-29 Andrew Gerrandcomment typo in crypto/rsa/rsa.go
2010-03-29 Andrew Gerrandspec: typo in switch sample code, missing semicolon
2010-03-28 Andrew Gerrandhttp: add HandleFunc as shortcut to Handle(path, Handle...
2010-03-28 Raif S. Naffahxml: use io.ReadByter in place of local readByter
2010-03-27 Dean Prichardarm: fix build
2010-03-27 Russ Coxgc: allow taking address of out parameters
2010-03-26 Robert Griesemerfix build
2010-03-26 Rob Pikeregexp: don't return non-nil *Regexp if there is an...
2010-03-26 Russ Coxpprof: dump extra heap information at end of heap profile
next