2008-06-26 |
Rob Pike | add plan 9 ar, which understands our symbol tables |
commit | commitdiff | tree |
2008-06-26 |
Ken Thompson | autolib (#pragma lib) |
commit | commitdiff | tree |
2008-06-26 |
Robert Griesemer | - dump registers in case of signal (linux) |
commit | commitdiff | tree |
2008-06-25 |
Rob Pike | improve bug054.go |
commit | commitdiff | tree |
2008-06-25 |
Rob Pike | add new bug: can't compile a, b := sys.frexp(1.0) |
commit | commitdiff | tree |
2008-06-25 |
Ken Thompson | simul assignment |
commit | commitdiff | tree |
2008-06-25 |
Rob Pike | previous change was a nit too aggressive - regular... |
commit | commitdiff | tree |
2008-06-25 |
Rob Pike | allow an underscore to match centered dot (rune 00B7... |
commit | commitdiff | tree |
2008-06-25 |
Ken Thompson | bug in returning a fat function result |
commit | commitdiff | tree |
2008-06-25 |
Rob Pike | center dots into argument code |
commit | commitdiff | tree |
2008-06-25 |
Rob Pike | put center dot into main_main |
commit | commitdiff | tree |
2008-06-25 |
Ken Thompson | middle dot as alpha package separator |
commit | commitdiff | tree |
2008-06-24 |
Robert Griesemer | - added access to thread state info from the signal... |
commit | commitdiff | tree |
2008-06-24 |
Rob Pike | arguments available |
commit | commitdiff | tree |
2008-06-24 |
Ken Thompson | string nil same as string "" |
commit | commitdiff | tree |
2008-06-24 |
Rob Pike | remove explicit import of "sys" |
commit | commitdiff | tree |
2008-06-24 |
Ken Thompson | map[int] bug |
commit | commitdiff | tree |
2008-06-24 |
Ken Thompson | bug miscalculating ullman |
commit | commitdiff | tree |
2008-06-24 |
Rob Pike | safety checks, waiting for gri's real tracking of PC... |
commit | commitdiff | tree |
2008-06-24 |
Rob Pike | update some tests |
commit | commitdiff | tree |
2008-06-23 |
Rob Pike | add signal handling to mac runtime |
commit | commitdiff | tree |
2008-06-23 |
Ken Thompson | maps |
commit | commitdiff | tree |
2008-06-22 |
Rob Pike | more nearly correct interface code for signals on linux |
commit | commitdiff | tree |
2008-06-21 |
Rob Pike | add signal handling and traceback support therein. |
commit | commitdiff | tree |
2008-06-21 |
Ken Thompson | redeclarations of variables in the same block. |
commit | commitdiff | tree |
2008-06-21 |
Ken Thompson | remove receclarations from tests |
commit | commitdiff | tree |
2008-06-20 |
Rob Pike | delete incorrect offset print |
commit | commitdiff | tree |
2008-06-19 |
Rob Pike | improved formatting of traceback |
commit | commitdiff | tree |
2008-06-19 |
Rob Pike | print rudimentary stack traceback after panic |
commit | commitdiff | tree |
2008-06-19 |
Ken Thompson | stack offset |
commit | commitdiff | tree |
2008-06-19 |
Ken Thompson | stack offseet table marker |
commit | commitdiff | tree |
2008-06-19 |
Robert Griesemer | - added large integer arithmetic package and test cases |
commit | commitdiff | tree |
2008-06-18 |
Rob Pike | clean up ken/rob2.go to eliminate a few workarounds |
commit | commitdiff | tree |
2008-06-18 |
Rob Pike | add new test bug055 |
commit | commitdiff | tree |
2008-06-18 |
Rob Pike | a couple of bugs around nil are fixed |
commit | commitdiff | tree |
2008-06-18 |
Rob Pike | forgot command line for bug054 |
commit | commitdiff | tree |
2008-06-18 |
Rob Pike | 'default' bug in switch statements is fixed |
commit | commitdiff | tree |
2008-06-18 |
Rob Pike | add a bug: method call doesn't compile |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | bogus diagnostic with |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | more maps |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | assign nil to interface |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | SVN=123250 |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | SVN=123249 |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | yata |
commit | commitdiff | tree |
2008-06-18 |
Ken Thompson | optional semi-colons |
commit | commitdiff | tree |
2008-06-17 |
Robert Griesemer | - added another bug test ('len' shouldn't be a keyword) |
commit | commitdiff | tree |
2008-06-17 |
Robert Griesemer | - added 2 bug tests |
commit | commitdiff | tree |
2008-06-17 |
Rob Pike | add two more tests |
commit | commitdiff | tree |
2008-06-17 |
Ken Thompson | maps |
commit | commitdiff | tree |
2008-06-17 |
Ken Thompson | added and, or, xor opcodes |
commit | commitdiff | tree |
2008-06-17 |
Rob Pike | print pc on faults |
commit | commitdiff | tree |
2008-06-16 |
Rob Pike | added two new small tests |
commit | commitdiff | tree |
2008-06-16 |
Rob Pike | update more tests to reflect tweaked grammar for if... |
commit | commitdiff | tree |
2008-06-16 |
Rob Pike | fix up grammar for optional elements in if and switch... |
commit | commitdiff | tree |
2008-06-16 |
Rob Pike | update test results |
commit | commitdiff | tree |
2008-06-16 |
Ken Thompson | now checks for lvalue/rvalue context of |
commit | commitdiff | tree |
2008-06-16 |
Rob Pike | add support for debugging in MACH binaries |
commit | commitdiff | tree |
2008-06-15 |
Rob Pike | error messages now have colon after line number |
commit | commitdiff | tree |
2008-06-14 |
Ken Thompson | plan9 line numbers and line table |
commit | commitdiff | tree |
2008-06-14 |
Rob Pike | hack to find first instruction for decoding the pc... |
commit | commitdiff | tree |
2008-06-13 |
Rob Pike | support symbol tables and line numbers in 6.out executables |
commit | commitdiff | tree |
2008-06-13 |
Rob Pike | add symbol tables and line/pc information to 6.outs |
commit | commitdiff | tree |
2008-06-13 |
Rob Pike | Add nil test, with bug |
commit | commitdiff | tree |
2008-06-13 |
Ken Thompson | better import/export |
commit | commitdiff | tree |
2008-06-13 |
Rob Pike | Bug fix. Without rounding, .shstrtab is written on... |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | fix name of mach_amd64 library source dir |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | Add 6db |
commit | commitdiff | tree |
2008-06-12 |
Ken Thompson | better version of op= |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | adding ar.h for source-level compatibility in 6l. |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | make paths explicit for easier installation |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | remove reference to 9ar |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | remove reference to 9ar |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | add missing include file |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | import the plan 9 libraries libc (lib9) and libbio... |
commit | commitdiff | tree |
2008-06-12 |
Robert Griesemer | - fixed minor issues in spec |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | This test now runs correctly, with no bugs commented out |
commit | commitdiff | tree |
2008-06-12 |
Ken Thompson | import/export |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | tweaks in clean rules and dependencies |
commit | commitdiff | tree |
2008-06-12 |
Rob Pike | convert from mk to make |
commit | commitdiff | tree |
2008-06-11 |
Rob Pike | generated file; needs updating |
commit | commitdiff | tree |
2008-06-11 |
Rob Pike | fix up mkfiles to use $GOROOT instead of $PLAN9 |
commit | commitdiff | tree |
2008-06-11 |
Rob Pike | add a setup document, and tweak the scripts that it... |
commit | commitdiff | tree |
2008-06-11 |
Ken Thompson | reorder1 - function first instead of last |
commit | commitdiff | tree |
2008-06-11 |
Robert Griesemer | - added test case |
commit | commitdiff | tree |
2008-06-11 |
Rob Pike | add bug045: bad nil assigning into array |
commit | commitdiff | tree |
2008-06-11 |
Ken Thompson | debugging to get fmt to run |
commit | commitdiff | tree |
2008-06-10 |
Ken Thompson | made fp numbers from integers and |
commit | commitdiff | tree |
2008-06-10 |
Ken Thompson | mode elf tossing |
commit | commitdiff | tree |
2008-06-09 |
Robert Griesemer | - updated spec w/ respect to variable types and shift... |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | divide is now in; update golden |
commit | commitdiff | tree |
2008-06-09 |
Ken Thompson | new elf header |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | fix bug in closeness for float literal test |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | fix float lit to return 1, print error |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | move file for fixed bug |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | update lots of tests |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | fix string_lit test to be more thorough |
commit | commitdiff | tree |
2008-06-09 |
Ken Thompson | more nihan |
commit | commitdiff | tree |
2008-06-09 |
Ken Thompson | nihon |
commit | commitdiff | tree |
2008-06-09 |
Ken Thompson | bug in len |
commit | commitdiff | tree |
2008-06-09 |
Rob Pike | default to amd64 in run |
commit | commitdiff | tree |
next |