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
/
lib
/
json
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-12
change name of reflect.NewInitValue to the more descriptive NewZeroValue.
Rob Pike
1
-1
/
+1
2009-05-11
change utf8.FullRuneInString and utf8.DecodeRuneInString
Russ Cox
1
-1
/
+1
2009-05-07
Define Len() for JSON Map.
David Symonds
2
-1
/
+6
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-1
/
+1
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
2
-11
/
+15
2009-04-16
regenerate Makefiles.
Russ Cox
1
-8
/
+17
2009-03-11
document json
Russ Cox
3
-11
/
+113
2009-03-05
delete deprecated files.
Rob Pike
2
-5
/
+4
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
3
-11
/
+11
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
3
-11
/
+11
2009-02-11
insert type assertions when narrowing.
Russ Cox
2
-4
/
+4
2009-01-23
remove the "open" concept from reflect and go with slices and arrays.
Rob Pike
1
-2
/
+2
2009-01-21
change reflect.CopyArray into a method on ArrayValue called CopyFrom
Rob Pike
1
-1
/
+1
2009-01-20
delete export
Russ Cox
5
-15
/
+15
2009-01-16
casify misc
Russ Cox
1
-1
/
+1
2009-01-16
casify json
Russ Cox
4
-137
/
+137
2009-01-15
convert strconv
Russ Cox
2
-4
/
+4
2009-01-15
printf->Printf etc.
Rob Pike
1
-2
/
+2
2009-01-06
new new & make
Russ Cox
3
-9
/
+9
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
3
-9
/
+9
2008-12-18
convert *[] to [].
Russ Cox
1
-2
/
+2
2008-12-15
range clause must have = or :=
Ken Thompson
2
-3
/
+3
2008-12-11
remove implicit int -> string
Russ Cox
1
-1
/
+1
2008-12-11
add JSON library
Russ Cox
6
-0
/
+1135