aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-13release.2011-01-12weekly.2011-01-12Andrew Gerrand
2011-01-12disable arm registifier for the momentRob Pike
2011-01-12rpc: export names in debug service so it works with template changesRob Pike
2011-01-12goinstall: Fix template to use exported fieldsGustavo Niemeyer
2011-01-12encoding/line: fix error call (missing argument)Rob Pike
2011-01-12template: give "unexported" error when accessing an unexported field.Rob Pike
2011-01-11suffixarray: faster creation algorithmEric Eisner
2011-01-11C&A for Eric EisnerRob Pike
2011-01-11godoc: remove TODO (bug257.go can now be indexed)Robert Griesemer
2011-01-12hg: add cgo/_cgo_* to .hgignore.Nigel Tao
2011-01-12net: use closesocket api instead of CloseHandle on WindowsAlex Brainman
2011-01-11gob: make (en|dec)code(Ui|I)nt methods rather than functions.Rob Pike
2011-01-11crypto/openpgp: add error and armorAdam Langley
2011-01-11crypto: add twofish packageBerengar Lehr
2011-01-11turn off peep half of optimizer for releaseKen Thompson
2011-01-12json: do not Marshal unexported struct fieldsAndrew Gerrand
2011-01-12runtime: revert 6974:1f3c3696babbAlex Brainman
2011-01-12os: add Sync to *File, wraps syscall.FsyncAndrew Gerrand
2011-01-11template: allow accesses only to exported fields and methodsRob Pike
2011-01-11ld: Fix exported dynamic symbols on 386 Mach-O.Ian Lance Taylor
2011-01-11http: fix text displayed in RedirectRuss Cox
2011-01-11ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor
2011-01-11gob: do not encode or decode unexported fieldsRob Pike
2011-01-11netchan: make fields public for pending gob changeRob Pike
2011-01-11syscall: fix mksysnum_linux.shAnthony Martin
2011-01-11ld: Permit an Mach-O symbol to be exported in the dynamic symbol table.Ian Lance Taylor
2011-01-11goinstall: preliminary support for cgo packagesGustavo Niemeyer
2011-01-11log: add methods for exit and panicRob Pike
2011-01-11runtime/cgo: Add callbacks to support SWIG.Ian Lance Taylor
2011-01-11godefs: better handling of enumsRuss Cox
2011-01-11cgo: export unsafe.Pointer as void*Gustavo Niemeyer
2011-01-11cgo: output alignment fixGustavo Niemeyer
2011-01-11cgo: fix enum const conflictGustavo Niemeyer
2011-01-10godoc: support for regular expression full text searchRobert Griesemer
2011-01-10go spec: remove Maxalign from specRobert Griesemer
2011-01-10arm optimizer bug fixesKen Thompson
2011-01-10time: add AfterFunc to call a function after a given duration.Roger Peppe
2011-01-10go/ast: correct end position for Index and TypeAssert expressionsRobert Griesemer
2011-01-09bytes: fix TrimSpace typoPeter Mundy
2011-01-08time: fix tick accuracy when using multiple TickersEoghan Sherry
2011-01-08doc: contribution copyright year 2011Peter Mundy
2011-01-08runtime: Restore scheduler stack position if cgo callback panics.Ian Lance Taylor
2011-01-08encoding/line: addAdam Langley
2011-01-07add peepKen Thompson
2011-01-07initial cut at arm optimizerKen Thompson
2011-01-07arm: fix buildRob Pike
2011-01-07gofmt: don't attempt certain illegal rewritesRobert Griesemer
2011-01-07time.NewTicker: panic for intervals <= 0.Rob Pike
2011-01-07bytes.Buffer: Fix bug in UnreadByte.Rob Pike
2011-01-07gofmt: rewriter matches apply to expressions onlyRobert Griesemer