aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-24gc: cut some dead code, fix 6g -S outputRuss Cox
2010-01-25list awk in the dependencies needed for installationRob Pike
2010-01-25log.Fatal does not exist. Use log.Crash.Rob Pike
2010-01-22eliminate the package global name space assumption in object filesRuss Cox
2010-01-225a/6a/8a: avoid fixed-sized file name bufferDean Prichard
2010-01-22A+C: Dean Prichard (individual CLA)Russ Cox
2010-01-22gc: do not build builtin.c automatically; use golden copy instead.Russ Cox
2010-01-22typoRuss Cox
2010-01-22Fix build: add new file to Makefile.Ian Lance Taylor
2010-01-22Add authentication.Firmansyah Adiputra
2010-01-22A+C: add Firmansyah Adiputra (individual CLA)Nigel Tao
2010-01-22Trim space on input to make searching more robust.Christopher Wedgwood
2010-01-20part 2 of sudoaddable optimizationKen Thompson
2010-01-20codereview: accommodate recent change to ui.promptRuss Cox
2010-01-19cleanup toward eliminating package global name spaceRuss Cox
2010-01-19runtime: wait to allocate mach semaphores backing Locks until neededRuss Cox
2010-01-19Add explicit locking.Ian Lance Taylor
2010-01-19start of better addressing ofKen Thompson
2010-01-20first part of networked channels.Rob Pike
2010-01-19http: handle old HTTP/1.0 unchunked "read to EOF" bodies.Russ Cox
2010-01-19time: make tick.Stop a little more robustRuss Cox
2010-01-19gc: const debug bool = falseRuss Cox
2010-01-19compress/zlib: add example to doc commentRuss Cox
2010-01-19ld: unused variableRuss Cox
2010-01-19hash: document that Sum does not change hash stateRuss Cox
2010-01-19libc: add goos, goarch, goroot. fixes buildRuss Cox
2010-01-18Significant extension to http.Response, which now adheres to thePetar Maymounkov
2010-01-18build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox
2010-01-18A+C: add Petar Maymounkov (individual CLA)Russ Cox
2010-01-18add bug246 (issue 492)Russ Cox
2010-01-18gc: bug245Russ Cox
2010-01-18gc: multiple return value at top-level invoked multiple timesRuss Cox
2010-01-18gc: bug243Russ Cox
2010-01-18gc: more precise handling of import .Russ Cox
2010-01-18gc: be more specific about copy type errorsRuss Cox
2010-01-18reflect: fix garbage collection bug in Call.Russ Cox
2010-01-18net: enable UDP broadcast before it is needed (instead of after)Russ Cox
2010-01-18spec: mention Inf and NaN are supported at run time.Russ Cox
2010-01-15Urgent parser/gofmt fix.Robert Griesemer
2010-01-16give bufio.Writer.WriteString the same signature asRob Pike
2010-01-15Test order of evaluation in tuple assignments.Ian Lance Taylor
2010-01-15Don't check array bounds if we have been told not to.Ian Lance Taylor
2010-01-15template: look inside interface valuesRuss Cox
2010-01-15Use /etc/hosts when resolving names.Yves Junqueira
2010-01-15 Steps towards tracking scopes for identifiers.Robert Griesemer
2010-01-15Implemented ExtendFront/Back functions to insert a list of elements into a list.Jan H. Hosang
2010-01-15math: special cases for HypotCharles L. Dorian
2010-01-15math: 386 FPU functionsCharles L. Dorian
2010-01-15Test evaluation of range variables.Ian Lance Taylor
2010-01-15be more explicit about initialization of embedded fields.Rob Pike