]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-05-22 Robert Griesemertest/hilbert.go: convert to test case and benchmark...
2010-05-22 Russ Coxroll back 1193046 - fix build
2010-05-22 Devon H. O... cgo: better error for no C symbols
2010-05-22 Christopher... net: implement raw sockets
2010-05-21 Evan Shawbig: Add Rat type
2010-05-21 Robert Griesemerissue 789: keep test case
2010-05-21 Russ Coxruntime: correct tracebacks for nascent goroutines...
2010-05-21 Russ Coxsyscall: add Utimes, Futimes stubs for NaCl - fix build
2010-05-21 Russ Coxsyscall: regenerate zsyscall_linux_arm.go - fix build
2010-05-21 Robert Griesemerbig: fix Int.SetString comment, simplify implementation,
2010-05-21 Robert Griesemerbignum: deprecate by moving into exp directory
2010-05-21 Robert Griesemerbig: implemented Int.Binomial (to be used in test/hilbe...
2010-05-21 Russ Coxgc: handle use of builtin function outside function...
2010-05-21 Russ Coxgc: line number bug fix
2010-05-21 Ken Thompsonclean up bug 275
2010-05-21 Ken Thompsonfix bug 275
2010-05-21 Russ Coxgc: disallow ยท in Go programs
2010-05-21 Ken Thompsonfix issue 798
2010-05-21 Michael HoisienetFD: fix race between Close and Read/Write
2010-05-20 Roger PeppeFix Rectangle.Canon()
2010-05-20 Nigel TaoFast-ish path for drawing onto an image.RGBA destination.
2010-05-20 Christopher... syscall: linux, implement BindToDevice
2010-05-20 Christopher... syscall: bsd, stub BindToDevice
2010-05-20 Russ Coxruntime: avoid allocation for fixed strings
2010-05-20 Andrew Gerranddashboard: reintroduce Benchmark model
2010-05-20 Brad Fitzpatrickos: add Chtimes function
2010-05-20 Russ Coxsyscall: add Utimes on Darwin/FreeBSD, add Futimes...
2010-05-19 Robert Griesemerbug275: cannot apply real() to a complex array element
2010-05-19 Russ Coxruntime: allow large map values
2010-05-19 Robert Griesemerbig: potential bug fix, cleanups
2010-05-19 Russ Coxfix build - arm tests
2010-05-19 Russ Coxfix build - no netchan tests under NaCl
2010-05-19 Michael Hoisiebytes: add Trim, TrimLeft, TrimRight, and generic functions
2010-05-19 Evan Shawgc: Better error when computing remainder of non-int
2010-05-19 Charles L.... math: amd64 versions of fdim, fmax, fmin
2010-05-19 Charles L.... math: signed zero Sqrt special case
2010-05-18 Robert Griesemerbig: bug fix for division
2010-05-18 Kyle Consalus Trivial optimization.
2010-05-17 Roger PeppeAdd Error member to yyLexer type (yyError
2010-05-15 Robert Griesemerbig: implemented format support for fmt library, MulRange
2010-05-15 Christopher... build; allow MAKEFLAGS to be set outside the build...
2010-05-15 Charles L.... cmath: add package description
2010-05-14 Robert Griesemergofmt: exclude test w/ illegal syntax from test cases
2010-05-14 Robert Griesemergo/printer (gofmt): don't lose mandatory semicolons
2010-05-14 Robert Griesemergo spec: added imaginary literal to semicolon rules...
2010-05-13 Roger PeppePrevent Printf crashing when giving an extra nil argument.
2010-05-13 Andrew Gerrandrename 'gordon' to 'gopher'
2010-05-13 Robert Griesemerbug274: test case for issue 777
2010-05-11 Robert Griesemerhttp: prevent crash if remote server is not responding...
2010-05-11 Russ Coxnetchan: be less chatty during gotest
2010-05-11 Russ Coxjson: fix array -> non-array decoding
2010-05-11 Nigel TaodrawGlyphOver optimization.
2010-05-10 Nigel Taoexp/draw fast path for glyph images.
2010-05-09 Rob Piketemplate: regularize the handling of interfaces, pointe...
2010-05-09 Michael Hoisiejson: accept escaped slash in string scanner
2010-05-08 Robert Griesemerbig: cleanups and performance tuning
2010-05-08 Robert Griesemerbig: more cleanup
2010-05-08 Robert Griesemergo spec: simplify section on channel types
2010-05-07 Rob Pikecompress: renamings.
2010-05-07 Rob Pikegob: bug fix: errors encoding the payload were not
2010-05-07 Rob Pikegob: add an internal commentary example showing how the
2010-05-07 Ian Lance TaylorSave the scheduling state even predawn.
2010-05-07 Robert Griesemerfix build (typo in arith_386.s)
2010-05-07 Robert Griesemerbig: implemented overlap-tolerant shifts in assembly
2010-05-07 Andrew Gerrandcodelab/wiki: fix typo in demo URL
2010-05-06 Rob Pikeruntime.GOMAXPROCS: hack it to have it return the old...
2010-05-06 Rob Pikegob: add test for indirect maps, slices, arrays.
2010-05-06 Russ Coxgc: distinguish array, slice literal in error messages
2010-05-06 Nigel TaoMake exp/draw/x11 respect $XAUTHORITY.
2010-05-05 Rob Pikegob: add support for maps.
2010-05-05 Rob Pikepkg/Makefile: add netchan to standard package list
2010-05-05 Russ CoxCONTRIBUTORS: add Brad Fitzpatrick (Google Inc)
2010-05-05 Kyle ConsalusConversion from loop to copy().
2010-05-05 Conrad MeyerFix a typo in net/unixsock
2010-05-05 Andrew Gerrandrelease.2010-05-04 tags
2010-05-05 Andrew Gerrandrelease.2010-05-04 weekly.2010-05-04
2010-05-05 Robert Griesemergo spec: clarification of make arguments,
2010-05-04 Ken Thompsonallow data statements for simple
2010-05-04 Robert Griesemerbig: completed set of Int division routines & cleanups
2010-05-04 Russ Coxgc: bug264
2010-05-04 Russ Coxtest/bench: import new fasta C reference, update Go...
2010-05-04 Russ Coxruntime, strconv: tiny cleanups
2010-05-04 Russ Coxtest: test of static initialization (fails)
2010-05-03 Russ Coxgc: bug267
2010-05-03 Russ Coxgc: error for nested functions, one semicolon problem
2010-05-03 Russ Coxbig: fix memory corruption in nat.shr
2010-05-03 Russ Coxruntime/arm: fix build
2010-05-03 Russ Coxtest: fix run-arm to count bugs correctly
2010-05-03 Evan Shawbig: Add bitwise methods for Int
2010-05-03 Russ Coxnacl: another attempt at fixing build
2010-05-03 Russ Coxsyscall: fix arm build (fix bugs in generator, to add...
2010-05-03 Ian Lance TaylorAdd _cgo_export.[ch] targets so that make knows how...
2010-05-03 Rob Pikebytes: Change IndexAny to look for UTF-8 encoded charac...
2010-05-03 Andrew Gerranddashboard: fix benchmark json output
2010-05-03 Giles Leanruntime: update godefs usage comment for GOARCH=386...
2010-05-03 Russ Coxfix nacl build
2010-05-03 Charles L.... math: fix typo in Cbrt description
2010-05-03 Andrew Gerrandcodelab/wiki: switch edit/view, as they were backwards
2010-05-01 Robert Griesemerbig: cleanup and removal of redundant functionality
2010-05-01 Russ Coxgc: be pickier about slice, chan, array, and map sizes
next