aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-14govet: on error continue to the next fileChristopher Wedgwood
2010-12-14gob: document the byte count used in the encoding of values.Rob Pike
2010-12-15reflect: add Append and AppendSlice functions.Nigel Tao
2010-12-14regexp: simplify code for brackets, per rsc suggestionRob Pike
2010-12-14compress/flate: implement FlushRuss Cox
2010-12-14regexp: speed up by about 30%.Rob Pike
2010-12-14suffixarray: rename Data() -> Bytes()Robert Griesemer
2010-12-14http: include DEL in the test for unprintable charsAnthony Martin
2010-12-14build: remove intermediate yacc files in Make.ccmdAnthony Martin
2010-12-14crypto/tls: use rand.Reader in cert generation exampleAnthony Martin
2010-12-14smtp: add *tls.Config argument to StartTLSAnthony Martin
2010-12-14runtime: write only to standard errorRuss Cox
2010-12-14typoRuss Cox
2010-12-13go spec: fix two grammar typosAnthony Martin
2010-12-13token/position: provide files iteratorRobert Griesemer
2010-12-13suffixarray: provide accessor to dataRobert Griesemer
2010-12-13go_mem: goroutine exit is not specialRuss Cox
2010-12-13runtime: remove paranoid mapping at 0Russ Cox
2010-12-13time: fix bug in Ticker: shutdown using channel rather than memoryRob Pike
2010-12-13gc: issue 1231Russ Cox
2010-12-13gc: align structs according to max alignment of fieldsRuss Cox
2010-12-13json: check for invalid UTF-8Russ Cox
2010-12-13build: add a few missing --no-print-directoryRuss Cox
2010-12-13godefs: guard against structs with pad fieldsRuss Cox
2010-12-13gc: complex(0)Russ Cox
2010-12-13ld: missing prototypeRuss Cox
2010-12-13gc: another shift bugRuss Cox
2010-12-13cgo: do not reset tag generator between filesRuss Cox
2010-12-13gc: introduce explicit alignmentsRuss Cox
2010-12-13gc: emit reflect correct reflect typesRuss Cox
2010-12-13ld: allow .o files with no symbolsRuss Cox
2010-12-13runtime/linux/386: set FPU to 64-bit precisionRuss Cox
2010-12-13syscall: remove terminating \r and \n from windows error messagesAlex Brainman
2010-12-13Fix windows build.Wei Guangjing
2010-12-12A selection of trivials.Gustavo Niemeyer
2010-12-12godoc: improved textual searchRobert Griesemer
2010-12-125g/8g, 8l, ld, prof: fix output of 32-bit valuesEoghan Sherry
2010-12-12reflect: rename reflect.ArrayCopy to be reflect.Copy.Nigel Tao
2010-12-11gofmt -s -w srcMikio Hara
2010-12-10godoc: first cut at textual searchRobert Griesemer
2010-12-10math: s/MinFloat/SmallestNonzeroFloat/Russ Cox
2010-12-10cgo: avoid self-interference of global namesRuss Cox
2010-12-10nm: silently ignore .o files in .a filesRuss Cox
2010-12-10html: parse <table><tr><td> tags.Nigel Tao
2010-12-10os: make MkdirAll work with symlinksRyan Hitchman
2010-12-09arm floating point simulationKen Thompson
2010-12-10http: ServeFile to handle Range header for partial requestsAndrew Gerrand
2010-12-10dashboard: fix project tag filterAndrew Gerrand
2010-12-09tutorial: a couple of minor fixes.Rob Pike
2010-12-09xml: disallow invalid Unicode code pointsNigel Kerr