]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2010-05-01 Russ Coxgmp: fix bug in SetString
2010-05-01 Russ Coxvector: use correct capacity in call to make
2010-05-01 Robert Griesemerbig: use fast shift routines
2010-04-30 Robert Griesemerbig/arith: assembly routines for 386 long shifts (2nd...
2010-04-30 Russ Cox8g: bug272
2010-04-30 Russ Coxgc: bug271
2010-04-30 Russ Coxgc: bug270
2010-04-30 Russ Cox8l: fix absolute path detection on Windows
2010-04-30 Alex Brainmansyscall: handle EOF on pipe - special case on Windows
2010-04-30 Robert Griesemerfix build
2010-04-30 Robert Griesemerbig: improved computation of "karatsuba length" for...
2010-04-30 Robert Griesemerbig: assembly routines for 386 long shifts
2010-04-30 Robert Griesemerbig: implemented core shift routines in arith.go and
2010-04-30 Nigel TaoAdd EWOULDBLOCK to sycall_nacl.go.
2010-04-30 Alex Brainmanrename GOOS=mingw to GOOS=windows
2010-04-30 Russ Coxsyscall: force O_LARGEFILE in Linux open system call
2010-04-30 Joe Poiriersyscall: mingw Sleep
2010-04-29 Russ Coxgc: never include ( ) on singleton func return type
2010-04-29 Russ Coxgc: bug268
2010-04-29 Christopher... net: use short variable declaration
2010-04-29 Christopher... net: parser should handle EOF without newline properly.
2010-04-29 Robert Griesemergo spec: fix iota description
2010-04-29 Andrey Mirtchovskicodelab/index.html: a few typos.
2010-04-29 Andrey Mirtchovskicodelab/index.html "os" needs to be imported because...
2010-04-29 Russ Coxdarwin: bsdthread_create can fail; print good error
2010-04-29 Russ Coxnet: do not require newline at end of resolv.conf
2010-04-29 Russ Coxxml: allow text segments to end at EOF
2010-04-28 Rob Pikespec: clarify "continue" with label. the text was obvio...
2010-04-28 Christopher... fmt: %T print <nil> for nil
2010-04-28 Ian Lance TaylorRemove destination of symlink test in case it got left...
2010-04-28 Russ Cox5l, 6l, 8l, runtime: make -s binaries work
2010-04-28 Andrew Gerrandrelease.2010-04-27 tags
2010-04-28 Andrew Gerrandrelease.2010-04-27 weekly.2010-04-27
next