aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-05path: fix comment for Split()Alex Brainman
2010-08-04go/parser.ParseFiles: don't override error (to nil) if there is oneRobert Griesemer
2010-08-04fix build: literal types cannot be parenthesized anymoreRobert Griesemer
2010-08-04amd64: use segment memory for thread-local storageRuss Cox
2010-08-04gofmt/go/parser: strengthen syntax checksRobert Griesemer
2010-08-04goinstall: check for error from exec.*Cmd.Wait() before using its resultAlex Brainman
2010-08-04cgo: generate correct multiple return value function invocationsChristian Himpel
2010-08-03gofmt: make code more readable by avoiding redeclarationRobert Griesemer
2010-08-04bytes: added test case for explode with blank string.Scott Lawrence
2010-08-03json: object members must have a valueAnthony Martin
2010-08-04bufio: introduce Peek.Nigel Tao
2010-08-04os: change the type of permissions argument for Open etc. to uint32.Rob Pike
2010-08-03websocket: correct challenge responseTarmigan Casebolt
2010-08-03os: Null devicePeter Mundy
2010-08-03arm: remove old qemu dependency from gotestKai Backman
2010-08-03crypto/x509: unwrap Subject Key IdentifierAdam Langley
2010-08-03gc: empty selectRuss Cox
2010-08-03gc: bug301Russ Cox
2010-08-03gc: bug299, bug300Russ Cox
2010-08-03gc: index bounds tests and fixesRuss Cox
2010-08-03strings: fix Split("", "", -1)Scott Lawrence
2010-08-03syscall: make sure go error numbers do not clash with windows system errorsAlex Brainman
2010-08-03image: introduce Gray and Gray16 types, and remove the named colorsNigel Tao
2010-08-03io: consolidate multi_reader and multi_writer into a single file, multi.goRob Pike
2010-08-02image/png: use image-specific methods for checking opacity.Nigel Tao
2010-07-30websocket: fix bug involving spaces in header keysBill Neubauer
2010-07-30runtime: do not fall through in SIGBUS/SIGSEGVRuss Cox
2010-07-30arm: bugfixes (stack clobbering, indices)Kai Backman
2010-07-30misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand
2010-07-30cov and prof: implement windows version (just function stubs and build mods)Joe Poirier
2010-07-29mime: add AddExtensionTypeYuusei Kuwana
2010-07-29scanner: better commentRobert Griesemer
2010-07-29fmt.Print: fix bug in placement of spaces introduced when ...T went in.Rob Pike
2010-07-29runtime: fix bug introduced in revision 4a01b8d28570Alex Brainman
2010-07-29net: implement windows version of LookupHost/Port/SRVWei Guangjing
2010-07-28gc: fix SIGBUSRuss Cox
2010-07-28http: add https client supportFazlul Shahriar
2010-07-28fmt: move comment into doc.go.Rob Pike
2010-07-28io: MultiReader and MultiWriterBrad Fitzpatrick
2010-07-28arm: minor bugfixes.Kai Backman
2010-07-275g: fix buildRuss Cox
2010-07-27bufio: fix optimisation testAndrew Gerrand
2010-07-27net: add nil checks to several String methods to avoid panicsAndrew Gerrand
2010-07-27bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand
2010-07-26gc: include signal.h (fix build)Russ Cox
2010-07-26godoc: accept '.', '!', and '?' as end of first sentence of package documenta...Robert Griesemer
2010-07-26gc: more crash avoidanceRuss Cox
2010-07-266l: more invalid input filesRuss Cox
2010-07-26gc: graceful exit on seg faultRuss Cox
2010-07-26fmt.Scanf: handle trailing spaces.Rob Pike