Sign in
go
/
go
/
c9f83372d87fca87873116aba2efaabb3137375b
/
src
/
pkg
/
utf8
bb84f4b
changes &x -> x[0:] for array to slice conversion
by Russ Cox
· 15 years ago
9750adb
strings: delete Runes, Bytes
by Russ Cox
· 15 years ago
45ca9f7
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
0d3f5a8
simpler fix for the negative rune problem, spotted seconds after submitting the previous fix.
by Rob Pike
· 15 years ago
a9e8bef
generate replacement rune when asked to encode a negative rune value.
by Rob Pike
· 15 years ago
b5358e0
a few utf8 benchmarks. on my mac:
by Rob Pike
· 15 years ago
773e779
rewrite RuneCountInString to use range.
by Rob Pike
· 15 years ago
6fc8207
go: makes it build for the case $GOROOT has whitespaces
by Sergio Luis O. B. Correia
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
3bb0032
- replaced gofmt expression formatting algorithm with
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
368f8cb
- fine-tuning of one-line func heuristic (nodes.go)
by Robert Griesemer
· 15 years ago
d2829fa
files that are okay from the last gofmt round
by Russ Cox
· 15 years ago
094f1d5
more lgtm files from gofmt
by Russ Cox
· 15 years ago
9154943
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8
by Russ Cox
· 15 years ago
20011bc
unused imports
by Russ Cox
· 16 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
28eba48
fix "declared and not used" errors in non-test code.
by Russ Cox
· 16 years ago
d80a177
make ToUpper, ToLower etc. handle unicode properly. Change their names too.
by Rob Pike
· 16 years ago
149e3d3
rearrange some constants. unicode package now defines MaxRune and ReplacementChar.
by Rob Pike
· 16 years ago
3b864e4
convert low-level (used by testing) packages to
by Russ Cox
· 16 years ago
d3a412a
io.StringBytes -> strings.Bytes io.ByteBuffer -> bytes.Buffer
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago