aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2011-07-31[release-branch.r59] gc: fix closure bugrelease.r59Andrew Gerrand
2011-07-08sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand
2011-07-06gc: fix %N for OGOTO nodes.Luuk van Dijk
2011-07-05godoc: ignore directories that begin with '.'Andrew Gerrand
2011-07-04goinstall: only report successfully-installed packages to the dashboardAndrew Gerrand
2011-07-02godoc: search GOPATH for documentationAndrew Gerrand
2011-07-02goinstall: documentation for new remote repository behavior and tweaksAndrew Gerrand
2011-07-015c, 6c: fix buildRuss Cox
2011-07-01cmd/goinstall: try to access via https.Yasuhiro Matsumoto
2011-07-018c: fixes for Plan 9 buildLucio De Re
2011-06-30govet: automate testRuss Cox
2011-06-30goinstall: Add support for generic hosts using special import formJulian Phillips
2011-06-29reflect: support for struct tag use by multiple packagesRuss Cox
2011-06-29gofix: fixes for os/signal changesRobert Hencke
2011-06-28gc: fix package quoting logicRuss Cox
2011-06-28ld: fix ELF strip by removing overlap of sectionsGustavo Niemeyer
2011-06-28cc: broken return is an error, not a warningRuss Cox
2011-06-27cc: add two new #pragma varargckRuss Cox
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-27gc: avoid package name ambiguity in error messagesRuss Cox
2011-06-27http: add FileSystem interface, make FileServer use itBrad Fitzpatrick
2011-06-278a: fixes for Plan 9 buildLucio De Re
2011-06-27ld: elide the Go symbol table when using -sAnthony Martin
2011-06-27gotest: add -test.benchtime and -test.cpu flags.Dmitriy Vyukov
2011-06-275l, 6l, 8l: drop use of ed during buildRuss Cox
2011-06-26gofix: fixes for path/filepath changesRobert Hencke
2011-06-26gofix: fixes for sort changesRobert Hencke
2011-06-24ebnflint: better handling of stdinRobert Griesemer
2011-06-24goinstall: build with make by default, add -make flagAndrew Gerrand
2011-06-225c: do not use R9 and R10Russ Cox
2011-06-22ld: don't attempt to build dynamic sections unnecessarilyGustavo Niemeyer
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-218l: more fixes for Plan 9Lucio De Re
2011-06-21nacl, tiny: remove vestigesRobert Hencke
2011-06-21gopprof: update list of memory allocatorsRuss Cox
2011-06-21goinstall: undo 1ad616fb313d (always rebuild...)Andrew Gerrand
2011-06-21goinstall: undo repo peeking codeAndrew Gerrand
2011-06-205g, 6g, 8g: fix comments in method call generationAnthony Martin
2011-06-205g, 5l: fix more set but not used warningsAnthony Martin
2011-06-20goinstall: update doc.goAndrew Gerrand
2011-06-20goinstall: s/vlogf/printf/Andrew Gerrand
2011-06-20goinstall: wait for all commands to finish instead of timeoutAndrew Gerrand
2011-06-20goinstall: Add support for arbitary code repositoriesJulian Phillips
2011-06-20godefs: rudimentary testsRobert Hencke
2011-06-208a: delete dreg l.sRob Pike
2011-06-19cc: nit: silence comment warningsDave Cheney
2011-06-19Make.ccmd: link with mach lib,Joe Poirier
2011-06-19goinstall: always rebuild a package after its dependencies are builtAndrew Gerrand
2011-06-17gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox
2011-06-175g, 8g: fix buildRuss Cox