index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
utf8
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
5
-50
/
+533
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-1
/
+1
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+2
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2
-120
/
+120
2009-12-15
simpler fix for the negative rune problem, spotted seconds after submitting t...
Rob Pike
1
-19
/
+17
2009-12-15
generate replacement rune when asked to encode a negative rune value.
Rob Pike
2
-9
/
+26
2009-11-25
a few utf8 benchmarks. on my mac:
Rob Pike
1
-0
/
+40
2009-11-25
rewrite RuneCountInString to use range.
Rob Pike
1
-12
/
+4
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-1
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2
-4
/
+4
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2
-49
/
+49
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-3
/
+1
2009-10-27
files that are okay from the last gofmt round
Russ Cox
1
-4
/
+4
2009-10-08
more lgtm files from gofmt
Russ Cox
2
-57
/
+57
2009-10-07
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
1
-45
/
+47
2009-09-17
unused imports
Russ Cox
1
-1
/
+0
2009-09-15
more "declared and not used".
Russ Cox
1
-5
/
+5
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-4
/
+2
2009-09-01
make ToUpper, ToLower etc. handle unicode properly.
Rob Pike
1
-0
/
+6
2009-08-31
rearrange some constants. unicode package now defines MaxRune and Replacemen...
Rob Pike
1
-3
/
+4
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
2
-70
/
+21
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-3
/
+3
2009-06-09
mv src/lib to src/pkg
Rob Pike
3
-0
/
+519