- 28 Sep, 2009 3 commits
-
-
Robert Griesemer authored
DELTA=68 (51 added, 8 deleted, 9 changed) OCL=35038 CL=35046
-
Russ Cox authored
R=ken OCL=35042 CL=35044
-
Rob Pike authored
R=rsc DELTA=331 (266 added, 61 deleted, 4 changed) OCL=35024 CL=35030
-
- 26 Sep, 2009 1 commit
-
-
Rob Pike authored
DELTA=42 (10 added, 11 deleted, 21 changed) OCL=35017 CL=35020
-
- 25 Sep, 2009 13 commits
-
-
Robert Griesemer authored
### 3656 XXstart 3656 XXedit 3656 src/cmd/5g/ggen.c XXedit 3656 src/pkg/runtime/arm/asm.s XXedit 3656 test/arm-pass.txt # submit 3656 hg ci -u 'Kai Backman <kaib@golang.org>' -d '1253922857 25200' -l - <<'HGEOF' support for go and defer. go/test: passes 64% (218/339) R=rsc APPROVED=rsc DELTA=60 (39 added, 0 deleted, 21 changed) OCL=35018 CL=35018
-
Robert Griesemer authored
TBR=r OCL=35015 CL=35015
-
Robert Griesemer authored
- added missing <p> tags in various places DELTA=62 (32 added, 4 deleted, 26 changed) OCL=35014 CL=35014
-
Robert Griesemer authored
- cosmetic adjustments R=r DELTA=30 (0 added, 0 deleted, 30 changed) OCL=35010 CL=35012
-
Austin Clements authored
to date. R=rsc APPROVED=rsc DELTA=8 (6 added, 0 deleted, 2 changed) OCL=35009 CL=35011
-
Austin Clements authored
package. If a Sym is a function symbol, include a reference to the Func so it's easily accessible when you're traversing the list of all symbols. This diff is more interesting than the proc switch because the gosym interface differs from the old sym interface. R=rsc APPROVED=rsc DELTA=1957 (34 added, 1868 deleted, 55 changed) OCL=34969 CL=35008
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=3 (0 added, 3 deleted, 0 changed) OCL=34970 CL=35007
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=36 (0 added, 0 deleted, 36 changed) OCL=34971 CL=35006
-
Robert Griesemer authored
DELTA=355 (93 added, 85 deleted, 177 changed) OCL=34904 CL=34998
-
Russ Cox authored
R=ken OCL=34995 CL=34997
-
Russ Cox authored
R=r DELTA=81 (57 added, 24 deleted, 0 changed) OCL=34991 CL=34996
-
Robert Griesemer authored
-
Robert Griesemer authored
- delete some unused files (copies archived elsewhere) TBR=r OCL=34994 CL=34994
-
- 24 Sep, 2009 15 commits
-
-
Rob Pike authored
R=rsc DELTA=10 (10 added, 0 deleted, 0 changed) OCL=34987 CL=34987
-
Russ Cox authored
R=r DELTA=33 (32 added, 0 deleted, 1 changed) OCL=34983 CL=34986
-
Russ Cox authored
fixes 386 build. R=r DELTA=56 (56 added, 0 deleted, 0 changed) OCL=34979 CL=34981
-
Robert Griesemer authored
TBR=rsc OCL=34978 CL=34978
-
Russ Cox authored
mostly cut and paste from 6l. R=r DELTA=930 (525 added, 182 deleted, 223 changed) OCL=34976 CL=34976
-
Russ Cox authored
R=ken OCL=34975 CL=34975
-
Russ Cox authored
R=r DELTA=30 (24 added, 3 deleted, 3 changed) OCL=34950 CL=34974
-
Russ Cox authored
can write all 3 output files and then compile them by hand. R=r DELTA=919 (841 added, 16 deleted, 62 changed) OCL=34954 CL=34973
-
Austin Clements authored
debug/proc to install to the right place. Delete the old ptrace package. The diff looks huge, but it's mostly s/ptrace/proc/. R=rsc APPROVED=rsc DELTA=1940 (10 added, 1835 deleted, 95 changed) OCL=34966 CL=34968
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=8 (0 added, 2 deleted, 6 changed) OCL=34854 CL=34965
-
Austin Clements authored
used by ogle) R=rsc APPROVED=rsc DELTA=4 (0 added, 1 deleted, 3 changed) OCL=34852 CL=34964
-
Austin Clements authored
the interpreter and update code to use ast.BasicDecl and multi-type switch. There are still a lot of "switch _ := x.(type)" that should make use of the new type switch syntax, but those will be a different CL. R=rsc APPROVED=rsc DELTA=58 (16 added, 23 deleted, 19 changed) OCL=34853 CL=34963
-
Austin Clements authored
hasn't been ported to the new sym package yet) R=rsc APPROVED=rsc DELTA=9 (0 added, 1 deleted, 8 changed) OCL=34851 CL=34962
-
Russ Cox authored
and report node type in error R=gri DELTA=4 (3 added, 0 deleted, 1 changed) OCL=34949 CL=34955
-
Russ Cox authored
let the browser use the font the user has set up as the default fixed-width font, instead of forcing Courier. also set the size to 100%, which means 100% of the font size in the surrounding text. this looks a little better in the main body but much better when the code is in a heading (like Package unsafe). R=r DELTA=4 (1 added, 0 deleted, 3 changed) OCL=34947 CL=34947
-
- 23 Sep, 2009 2 commits
- 22 Sep, 2009 6 commits
-
-
Russ Cox authored
special all-nacl.bash and test/run-nacl that run just the tests known to work under nacl. the rest requires closures. fix another bug or two in syscall. R=r DELTA=420 (410 added, 8 deleted, 2 changed) OCL=34882 CL=34907
-
Russ Cox authored
* change ldt0setup to set GS itself; nacl won't let us do it. * change breakpoint to INT $3 so 8l can translate to HLT for nacl. * panic if closure is needed on nacl. * do not try to access symbol table on nacl. * mmap in 64kB chunks. nacl support: * system calls, threading, locks. R=r DELTA=365 (357 added, 5 deleted, 3 changed) OCL=34880 CL=34906
-
Rob Pike authored
but too slow across the board. R=rsc DELTA=315 (50 added, 219 deleted, 46 changed) OCL=34868 CL=34902
-
Rob Pike authored
R=rsc DELTA=57 (57 added, 0 deleted, 0 changed) OCL=34896 CL=34901
-
Kai Backman authored
go/test: passes 64% (215/337) tests metric updated, had total number of tests wrong. number of failing tests is down from 129 to 122. R=rsc APPROVED=rsc DELTA=228 (12 added, 5 deleted, 211 changed) OCL=34897 CL=34899
-
Russ Cox authored
R=r DELTA=18 (0 added, 0 deleted, 18 changed) OCL=34894 CL=34894
-