summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2011-01-12weekly.2011-01-12Andrew Gerrand2011-01-131-0/+46
* disable arm registifier for the momentRob Pike2011-01-121-0/+1
* rpc: export names in debug service so it works with template changesRob Pike2011-01-122-18/+25
* goinstall: Fix template to use exported fieldsGustavo Niemeyer2011-01-121-11/+11
* encoding/line: fix error call (missing argument)Rob Pike2011-01-121-2/+2
* template: give "unexported" error when accessing an unexported field.Rob Pike2011-01-122-6/+29
* suffixarray: faster creation algorithmEric Eisner2011-01-114-23/+185
* C&A for Eric EisnerRob Pike2011-01-112-0/+2
* godoc: remove TODO (bug257.go can now be indexed)Robert Griesemer2011-01-111-6/+0
* hg: add cgo/_cgo_* to .hgignore.Nigel Tao2011-01-121-0/+1
* net: use closesocket api instead of CloseHandle on WindowsAlex Brainman2011-01-128-42/+53
* gob: make (en|dec)code(Ui|I)nt methods rather than functions.Rob Pike2011-01-116-92/+92
* crypto/openpgp: add error and armorAdam Langley2011-01-116-0/+548
* crypto: add twofish packageBerengar Lehr2011-01-115-0/+500
* turn off peep half of optimizer for releaseKen Thompson2011-01-111-1/+1
* json: do not Marshal unexported struct fieldsAndrew Gerrand2011-01-122-2/+11
* runtime: revert 6974:1f3c3696babbAlex Brainman2011-01-1211-20/+121
* os: add Sync to *File, wraps syscall.FsyncAndrew Gerrand2011-01-122-0/+16
* template: allow accesses only to exported fields and methodsRob Pike2011-01-112-110/+125
* ld: Fix exported dynamic symbols on 386 Mach-O.Ian Lance Taylor2011-01-111-10/+8
* http: fix text displayed in RedirectRuss Cox2011-01-111-45/+50
* ld: Fix exported dynamic symbols on Mach-O.Ian Lance Taylor2011-01-114-21/+16
* gob: do not encode or decode unexported fieldsRob Pike2011-01-117-407/+457
* netchan: make fields public for pending gob changeRob Pike2011-01-113-33/+33
* syscall: fix mksysnum_linux.shAnthony Martin2011-01-112-4/+25
* ld: Permit an Mach-O symbol to be exported in the dynamic symbol table.Ian Lance Taylor2011-01-111-2/+4
* goinstall: preliminary support for cgo packagesGustavo Niemeyer2011-01-113-33/+106
* log: add methods for exit and panicRob Pike2011-01-111-0/+39
* runtime/cgo: Add callbacks to support SWIG.Ian Lance Taylor2011-01-113-0/+81
* godefs: better handling of enumsRuss Cox2011-01-112-2/+13
* cgo: export unsafe.Pointer as void*Gustavo Niemeyer2011-01-111-0/+5
* cgo: output alignment fixGustavo Niemeyer2011-01-111-1/+1
* cgo: fix enum const conflictGustavo Niemeyer2011-01-111-1/+5
* godoc: support for regular expression full text searchRobert Griesemer2011-01-1011-423/+574
* go spec: remove Maxalign from specRobert Griesemer2011-01-101-7/+3
* arm optimizer bug fixesKen Thompson2011-01-102-80/+110
* time: add AfterFunc to call a function after a given duration.Roger Peppe2011-01-102-8/+61
* go/ast: correct end position for Index and TypeAssert expressionsRobert Griesemer2011-01-103-43/+47
* bytes: fix TrimSpace typoPeter Mundy2011-01-091-1/+1
* time: fix tick accuracy when using multiple TickersEoghan Sherry2011-01-081-22/+8
* doc: contribution copyright year 2011Peter Mundy2011-01-081-1/+1
* runtime: Restore scheduler stack position if cgo callback panics.Ian Lance Taylor2011-01-081-0/+33
* encoding/line: addAdam Langley2011-01-084-0/+196
* add peepKen Thompson2011-01-071-0/+1476
* initial cut at arm optimizerKen Thompson2011-01-073-65/+159
* arm: fix buildRob Pike2011-01-071-5/+5
* gofmt: don't attempt certain illegal rewritesRobert Griesemer2011-01-071-10/+26
* time.NewTicker: panic for intervals <= 0.Rob Pike2011-01-071-2/+4
* bytes.Buffer: Fix bug in UnreadByte.Rob Pike2011-01-071-1/+1
* gofmt: rewriter matches apply to expressions onlyRobert Griesemer2011-01-071-6/+9