aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-16netchan: fix bug for imported send.Rob Pike
2010-09-15os: error in documentationRobert Griesemer
2010-09-15godoc: only show directories containing true package filesRobert Griesemer
2010-09-15fix line number printingKen Thompson
2010-09-15libmach: fix build on arm hostRuss Cox
2010-09-14netchan: make -1 unlimited, as advertised.Rob Pike
2010-09-14godoc: better handling of deep directory treesRobert Griesemer
2010-09-14godoc: atomically update filter fileRobert Griesemer
2010-09-14godoc: use correct delay time (bug fix)Robert Griesemer
2010-09-14godoc documentation: fixed typo, more precise commentRobert Griesemer
2010-09-14godoc: better support for directory trees for user-definedRobert Griesemer
2010-09-14tabsRuss Cox
2010-09-146l, 8l: make etext accurate; introduce rodata, erodata.Russ Cox
2010-09-14Preliminary support for 'copy' builtin function in exp/evalSebastien Binet
2010-09-14fmt.Fscan: use UnreadRune to preserve data across calls.Rob Pike
2010-09-13gc: implement new comparison ruleRuss Cox
2010-09-13gc: bug306Russ Cox
2010-09-13json: Add package commentScott Lawrence
2010-09-13(windows) disable tests that cause the build to failJoe Poirier
2010-09-13libcgo: fix NaCl build.Nigel Tao
2010-09-13goinstall: warn when http:// is found at beginning of package nameScott Lawrence
2010-09-12gc: fix symbol table generation on windowsAlex Brainman
2010-09-12bufio: add UnreadRune.Rob Pike
2010-09-12exec.LookPath() unix/windows separationJoe Poirier
2010-09-12libmach: fix whitespace.Nigel Tao
2010-09-12gc: make string x + y + z + ... + w efficientRuss Cox
2010-09-126g, 6l, 8g, 8l: move read-only data to text segmentRuss Cox
2010-09-125g: register allocation bugsRuss Cox
2010-09-11libmach: fix new thread race with LinuxRuss Cox
2010-09-11build: avoid bad environment interactionsRuss Cox
2010-09-11math: make portable Tan(Pi/2) return NaNRuss Cox
2010-09-11http: check https certificate against host nameRuss Cox
2010-09-11arm: make libcgo build during OS X cross-compileRuss Cox
2010-09-12net: disable tests for functions not available on windowsAlex Brainman
2010-09-12runtime(windows): make sure scheduler runs on os stack and new stdcall implem...Alex Brainman
2010-09-11gc: const nil bugRuss Cox
2010-09-11websocket: Add support for secure WebSocketsJukka-Pekka Kekkonen
2010-09-11runtime: fix crash trace on amd64Russ Cox
2010-09-10arm: work around reg allocator bug in 5g, in two parts.Rob Pike
2010-09-10crypto/tls: don't return an error from Close()Adam Langley
2010-09-10net: fix windows buildRuss Cox
2010-09-10net: fix freebsd buildRuss Cox
2010-09-10windows: disable unimplemented testsJoe Poirier
2010-09-10ld: handle quoted spaces in package pathDan Sinclair
2010-09-106c, 8c: show line numbers in -S outputRuss Cox
2010-09-10gc: remove &[10]int -> []int conversionRuss Cox
2010-09-10exp/draw: fast path for drawing overlapping image.RGBAs.Nigel Tao
2010-09-10exp/draw: fix double-counting of pt.Min for the src and mask points.Nigel Tao
2010-09-09arm: fix a couple of build bugs.Rob Pike
2010-09-10syscall: fix windows GettimeofdayAlex Brainman