]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-05-25 Russ Cox8g: out of register bug
2010-05-25 Russ Coxgc: more accurate error description
2010-05-25 Russ Coxfix build - nacl stubs
2010-05-24 Russ Coxgc: fix shift/reduce conflict in go.y export syntax
2010-05-24 Russ Coxgc: bug281 - bad overlap in stack copy
2010-05-24 Christopher... net: udp, implement BindToDevice
2010-05-24 Evan Shawbig: Rat test improvements
2010-05-24 Russ Cox6g: avoid unnecessary conversion in shift bounds check
2010-05-24 Russ Coxfix build - forgot golden.out
2010-05-24 Russ Coxgc: bug277 - new conversion syntax
2010-05-24 Russ Coxgc: bug280
2010-05-24 Nigel TaoFix typo in exp/draw/x11.
2010-05-24 Robert Griesemergo spec: fix and clarify syntax of conversions
2010-05-24 Peter Williamscodereview: work better with mq
2010-05-24 Russ CoxA+C: add Peter Williams (individual CLA)
2010-05-24 Russ Coxspec: index of non-addressable array is not addressable
2010-05-24 Russ Coxruntime: free old hashmap pieces during resizing
2010-05-24 Russ Coxlibmach: skip __nl_symbol_ptr section on OS X
2010-05-24 Russ Coxgc: bug278
2010-05-24 Russ Coxgc: fix unsafe.Sizeof on ideal constants
2010-05-24 Robert Griesemerbug277: tests for conversion syntax
2010-05-24 Alex Brainmanfix windows build
2010-05-24 Nigel TaoMake draw/x11 treat $DISPLAY the same way x-go-bindings...
2010-05-24 Adam Langleybig: prevent errors in Exp in the face of aliasing
2010-05-24 Andrew Gerrandsyscall: update freebsd_amd64
2010-05-23 Evan Shawkate: convert isn't a built in function
2010-05-23 Evan Shawspec: Fix a code tag
2010-05-23 Nigel TaoWhen making images, allocate one big buffer instead...
2010-05-22 Robert Griesemergo/printer, gofmt: fix printing of labels,
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
next