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
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-21
some array init bugs
Ken Thompson
5
-6
/
+9
2009-05-21
stricter rules for assignment.
Russ Cox
1
-1
/
+46
2009-05-21
added key:val extension to
Ken Thompson
8
-264
/
+473
2009-05-20
stricter interface conversion rule: i.(T)
Russ Cox
3
-1
/
+8
2009-05-20
ifaceop was being called with integers
Russ Cox
2
-15
/
+33
2009-05-20
change representation of interface values.
Russ Cox
6
-24
/
+133
2009-05-20
fix implicit star for range on *map, *[].
Russ Cox
1
-7
/
+11
2009-05-19
static initialization of strings
Ken Thompson
2
-0
/
+24
2009-05-18
static initialization of slices
Ken Thompson
5
-27
/
+115
2009-05-18
- changed parser to return os.Error, removed ErrorHandler
Robert Griesemer
1
-7
/
+4
2009-05-17
static initialization with DATA statements
Ken Thompson
5
-31
/
+333
2009-05-16
static initialization
Ken Thompson
6
-3
/
+17
2009-05-14
fix spelling error in message
Rob Pike
1
-1
/
+1
2009-05-12
no need for compiler to hard-code definition of runtime.
Russ Cox
6
-24
/
+2
2009-05-08
gobuild: command printing bug fix
Russ Cox
1
-1
/
+1
2009-05-08
6g:
Russ Cox
11
-88
/
+172
2009-05-08
implications of stricter type equality:
Russ Cox
1
-2
/
+2
2009-05-08
move things out of sys into os and runtime
Russ Cox
9
-28
/
+30
2009-05-08
Move sys.Reflect and sys.Unreflect into unsafe.
Rob Pike
3
-5
/
+4
2009-05-08
eqtype(t1, t2, 0) => eqtype(t1, t2)
Russ Cox
9
-34
/
+47
2009-05-08
Name change to improve embeddability:
Rob Pike
1
-4
/
+4
2009-05-07
if a struct s contains an anonymous interface value
Russ Cox
5
-9
/
+50
2009-05-07
6g: error messages
Russ Cox
2
-5
/
+15
2009-05-07
6g: error messages
Russ Cox
2
-6
/
+61
2009-05-06
6g: simplify trampoline by postponing load.
Russ Cox
1
-22
/
+37
2009-05-06
6g: new interface rules (code got simpler!)
Russ Cox
5
-178
/
+121
2009-05-06
6g: generate string data as individual symbols,
Russ Cox
6
-118
/
+142
2009-05-05
signs on div and mod
Ken Thompson
1
-1
/
+13
2009-05-05
6g bug: was dropping assignment of nil to globals
Russ Cox
1
-4
/
+7
2009-05-05
6g tweaks
Russ Cox
4
-9
/
+19
2009-05-05
6l: eliminate dead code, not just the symbols
Russ Cox
2
-2
/
+22
2009-05-04
more code optimization
Ken Thompson
2
-3
/
+85
2009-05-03
more morestack fiddling
Ken Thompson
2
-36
/
+84
2009-05-03
more code fiddling
Ken Thompson
4
-22
/
+54
2009-05-01
code optmization
Ken Thompson
1
-0
/
+37
2009-05-01
code improvement
Ken Thompson
1
-35
/
+85
2009-05-01
Copied 8g/6g into 5g. Used sharp tools to coax a .5 file out
Kai Backman
9
-1
/
+4292
2009-04-30
bug146: array/slice conversion before I left missed conversions
Russ Cox
1
-27
/
+10
2009-04-30
change 6l library directory flag to -L,
Russ Cox
4
-34
/
+30
2009-04-28
allow "defer close(chan)"
Ken Thompson
1
-17
/
+22
2009-04-28
bug 139
Ken Thompson
1
-1
/
+4
2009-04-28
bug 145
Ken Thompson
1
-0
/
+4
2009-04-24
recognize a defined constant
Ken Thompson
2
-2
/
+20
2009-04-23
Clear upper bits of 64-bit indexing register when using types smaller than 64...
Ben Eitzen
1
-2
/
+5
2009-04-21
2 minor bugs.
Ken Thompson
1
-2
/
+2
2009-04-21
bug in shift of longer operand
Ken Thompson
1
-8
/
+11
2009-04-21
supply default indirection to
Ken Thompson
1
-0
/
+2
2009-04-18
mixed old/new declaration
Ken Thompson
1
-10
/
+89
2009-04-17
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
Rob Pike
3
-2
/
+11
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
4
-7
/
+8
[next]