- 15 Sep, 2008 4 commits
-
-
Ken Thompson authored
R=r OCL=15370 CL=15370
-
Rob Pike authored
delete bug100.go since the compiler is doing what we agreed. R=gri OCL=15367 CL=15367
-
Rob Pike authored
sort 2,3,5 R=gri DELTA=648 (647 added, 0 deleted, 1 changed) OCL=15315 CL=15352
-
Ken Thompson authored
R=r OCL=15327 CL=15327
-
- 14 Sep, 2008 1 commit
-
-
Ken Thompson authored
-- but only *struct tested R=r OCL=15326 CL=15326
-
- 13 Sep, 2008 6 commits
-
-
Ken Thompson authored
R=r OCL=15314 CL=15314
-
Ken Thompson authored
*** Reason for rollback *** <enter reason for rollback> *** Original change description *** correct signal name thru package rename R=r OCL=15313 CL=15313
-
Ken Thompson authored
R=r OCL=15312 CL=15312
-
Ken Thompson authored
R=r OCL=15311 CL=15311
-
Rob Pike authored
compiler doesn't generate them any more R=ken OCL=15309 CL=15309
-
Robert Griesemer authored
(as written, factors are 2, 3, and 5) R=r OCL=15286 CL=15286
-
- 12 Sep, 2008 19 commits
-
-
Ken Thompson authored
2 added dynamic calls to throw for array bounds and 'fn wo return' 3 small optimization on index[constant] R=r OCL=15281 CL=15281
-
Russ Cox authored
R=r DELTA=812 (803 added, 0 deleted, 9 changed) OCL=15225 CL=15280
-
Russ Cox authored
R=r DELTA=11 (11 added, 0 deleted, 0 changed) OCL=15222 CL=15276
-
Russ Cox authored
R=r DELTA=66 (19 added, 9 deleted, 38 changed) OCL=15232 CL=15265
-
Russ Cox authored
R=r DELTA=314 (306 added, 8 deleted, 0 changed) OCL=15074 CL=15263
-
Rob Pike authored
R=gri DELTA=137 (134 added, 0 deleted, 3 changed) OCL=15251 CL=15259
-
Rob Pike authored
R=rsc OCL=15244 CL=15244
-
Robert Griesemer authored
R=r DELTA=18 (12 added, 0 deleted, 6 changed) OCL=15200 CL=15240
-
Rob Pike authored
R=gri OCL=15238 CL=15238
-
Robert Griesemer authored
R=r OCL=15235 CL=15235
-
Rob Pike authored
- disassemble the instructions in a trace trap to see if it's a run-time trap - if so, print relevant info - avoid double-printing traceback on panic R=ken,rsc DELTA=66 (50 added, 7 deleted, 9 changed) OCL=15199 CL=15224
-
Russ Cox authored
R=r DELTA=9 (9 added, 0 deleted, 0 changed) OCL=15223 CL=15223
-
Russ Cox authored
R=r OCL=15221 CL=15221
-
Ken Thompson authored
R=r OCL=15192 CL=15192
-
Robert Griesemer authored
R=r DELTA=24 (0 added, 10 deleted, 14 changed) OCL=15188 CL=15188
-
Robert Griesemer authored
separate between ints and floats, added language regarding the type of numeric literals) - added language with respect to the scope of labels - introduced ideal types for the purpose of the spec - added language to expressions, operands - added some more formal language about ideal type conversion (probably not 100% correct yet) R=r DELTA=145 (69 added, 4 deleted, 72 changed) OCL=15165 CL=15186
-
Russ Cox authored
R=r DELTA=34 (34 added, 0 deleted, 0 changed) OCL=15178 CL=15181
-
Robert Griesemer authored
R=r OCL=15180 CL=15180
-
Robert Griesemer authored
R=r OCL=15179 CL=15179
-
- 11 Sep, 2008 10 commits
-
-
Robert Griesemer authored
- moved bug 060 back into bugs R=r OCL=15175 CL=15175
-
Rob Pike authored
R=ken OCL=15170 CL=15170
-
Ken Thompson authored
R=r OCL=15169 CL=15169
-
Robert Griesemer authored
R=r OCL=15168 CL=15168
-
Ken Thompson authored
R=r OCL=15166 CL=15166
-
Rob Pike authored
R=rsc DELTA=16 (14 added, 0 deleted, 2 changed) OCL=15156 CL=15163
-
Rob Pike authored
tweak os to adjust move StringToBytes into syscall, at least for now this program still works: package main import os "os" func main() { os.Stdout.WriteString("hello, world\n"); a, b := os.NewFD(77).WriteString("no way"); os.Stdout.WriteString(b.String() + "\n"); } R=rsc DELTA=263 (59 added, 176 deleted, 28 changed) OCL=15153 CL=15153
-
Rob Pike authored
break lib/os into multiple source files R=rsc DELTA=189 (178 added, 4 deleted, 7 changed) OCL=15149 CL=15152
-
Rob Pike authored
R=gri DELTA=133 (124 added, 0 deleted, 9 changed) OCL=15122 CL=15143
-
Ken Thompson authored
R=r OCL=15119 CL=15119
-