- 18 Feb, 2010 7 commits
-
-
Dean Prichard authored
asm_arm.s was using ldrex which does not work on armv5. Tested on Sheevaplug. R=rsc, kaib CC=golang-dev https://golang.org/cl/214049
-
Ken Thompson authored
import and export R=rsc CC=golang-dev https://golang.org/cl/214050
-
Russ Cox authored
Fixes #287. R=ken2 CC=golang-dev https://golang.org/cl/215048
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/215042
-
Ken Thompson authored
only front-end compiler work. best to do thin in 3 steps 1. frontend 2. backend 3. lib R=rsc CC=golang-dev https://golang.org/cl/214042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/213042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/212047
-
- 17 Feb, 2010 14 commits
-
-
Robert Griesemer authored
R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/211041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/213041
-
Robert Griesemer authored
under repeated application of gofmt R=agl, agl1 CC=golang-dev https://golang.org/cl/212046
-
Russ Cox authored
Fixes #602. R=ken2 CC=golang-dev https://golang.org/cl/212045
-
Rob Pike authored
thanks to yglgogo for analysis. Fixes #593. R=rsc CC=golang-dev https://golang.org/cl/210044
-
Nigel Tao authored
R=r, rsc CC=golang-dev https://golang.org/cl/207096
-
Andrew Gerrand authored
Mercury now requires build tools to install. R=rsc CC=golang-dev https://golang.org/cl/210042
-
Russ Cox authored
Fixes #582. Update #287 Status: Accepted Bug fix was too intrusive; undo and reopen issue. R=ken2 CC=golang-dev https://golang.org/cl/209044
-
Robert Griesemer authored
and complain about illegal UTF-8 code sequences R=rsc CC=golang-dev https://golang.org/cl/209043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/210043
-
Russ Cox authored
R=ken2, ken3 CC=golang-dev https://golang.org/cl/209041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/209042
-
Rob Pike authored
also clarify other string conversions. R=rsc, iant, gri, ken2 CC=golang-dev https://golang.org/cl/207103
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/207110
-
- 16 Feb, 2010 12 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/207112
-
Rob Pike authored
Fixes #596. R=rsc CC=golang-dev https://golang.org/cl/206101
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/206109
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/207111
-
Giles Lean authored
R=rsc CC=golang-dev https://golang.org/cl/207071
-
Giles Lean authored
R=rsc CC=golang-dev https://golang.org/cl/206077
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/206107
-
Robert Griesemer authored
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666 will start a local godoc that maps urls starting with /pkg/user1 or /pkg/foo to the respective roots specified in the path. Missing: Handling of overlapping package directories, multiple packages per directory. R=rsc CC=golang-dev https://golang.org/cl/206078
-
Robert Griesemer authored
- adjust ast.Package node and doc.PackageDoc correspondingly - introduce parser.ParseFiles R=rsc CC=golang-dev https://golang.org/cl/207087
-
Robert Griesemer authored
Fixes #605. R=rsc CC=golang-dev https://golang.org/cl/207108
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/207106
-
Ian Lance Taylor authored
Try to avoid infinite recursion if String fails due to printing a bad type. Add test for String method with named basic types. R=r CC=golang-dev https://golang.org/cl/207102
-
- 12 Feb, 2010 4 commits
-
-
Robert Griesemer authored
R=adg CC=golang-dev https://golang.org/cl/207088
-
Russ Cox authored
Fixes #580. R=adg CC=golang-dev https://golang.org/cl/207086
-
Russ Cox authored
Fixes #587. R=ken2 CC=golang-dev https://golang.org/cl/207085
-
Russ Cox authored
Fixes #598. R=adg CC=golang-dev https://golang.org/cl/206089
-
- 11 Feb, 2010 3 commits
-
-
Robert Griesemer authored
(implementation was swapped) R=adg CC=golang-dev, rsc https://golang.org/cl/207069
-
Robert Griesemer authored
The Mapping object implements a flexible mapping of relative to absolute paths and vice versa. R=rsc CC=golang-dev https://golang.org/cl/206067
-
Kai Backman authored
R=rsc, ken2 CC=golang-dev https://golang.org/cl/204064
-