aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-12-09A+C: Lorenzo Stoakes, Nigel Kerr (both individual CLA)Russ Cox
2010-12-09os: fix test of RemoveAllRuss Cox
2010-12-09syscall: add network interface constants for linux/386, linux/amd64Mikio Hara
2010-12-09gc: syntax error for incomplete chan typeRyan Hitchman
2010-12-09go/ast: fix ast.WalkRobert Griesemer
2010-12-09gofmt: simplify "x, _ = range y" to "x = range y"Robert Griesemer
2010-12-09os/inotify: new packageBalazs Lecz
2010-12-09go/token,scanner: fix comments so godoc aligns properlyRobert Griesemer
2010-12-09govet: a new static checker for Go programs.Rob Pike
2010-12-09gob: fix bug sending zero-length top-level slices and mapsRob Pike
2010-12-08throughout: simplify two-variable ranges with unused second variableRyan Hitchman
2010-12-08event.go: another print glitch from gocheck.Rob Pike
2010-12-09doc: fix invalid id attribute in faqAndrew Gerrand
2010-12-08arm: more fixesRuss Cox
2010-12-08runtime/cgo: adapt files copied from libcgoRuss Cox
2010-12-08a few more errors caught by the print checkerRob Pike
2010-12-085l (and 6l, 8l, ld): more arm build fixesRuss Cox
2010-12-085l: fix buildRuss Cox
2010-12-08 crypto/elliptic: remove mistakenly commited codeAdam Langley
2010-12-08fix build: more libcgo referencesRuss Cox
2010-12-08libcgo: delete (replaced by runtime/cgo)Russ Cox
2010-12-08syscall: fix linux/arm buildRuss Cox
2010-12-08runtime/cgo: take 2Russ Cox
2010-12-08cgo: new cgoRuss Cox
2010-12-086l, 8l: support for linking ELF and Mach-O .o filesRuss Cox
2010-12-08runtime/cgo: runtime changes for new cgoRuss Cox
2010-12-08ld: reading of Mach-O object filesRuss Cox
2010-12-08debug/elf, debug/macho: add ImportedLibraries, ImportedSymbolsRuss Cox
2010-12-08gopack: allow ELF/Mach-O objects in .a files without clearing allobjRuss Cox
2010-12-086l, 8l: minor changes & cleanupRuss Cox
2010-12-08ld: reading of ELF object filesRuss Cox
2010-12-08ld: re-add ELF symbol tablesRuss Cox