2008-10-29 |
Robert Griesemer | - added shl operation, extra tests |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | ./6.out |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | bug 113 |
commit | commitdiff | tree |
2008-10-29 |
Rob Pike | update fmt to int/int32 etc split |
commit | commitdiff | tree |
2008-10-29 |
Ian Lance Taylor | Call the right function for int32 values. |
commit | commitdiff | tree |
2008-10-29 |
Rob Pike | update reflection library to int/int32 etc. split |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | update linux for int/int32 |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | set -e doesn't apply to ( ) blocks |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | update Fmt interface: d=int, ud=uint, d32=int32, d64... |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | more simple test fixes |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | types |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | update golden.out with new type names |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | minor int/float fixes |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | shift bug in constant evaluator |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | sigt_int |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | new(chan) |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | fix strings bug from CL 18024 |
commit | commitdiff | tree |
2008-10-29 |
Russ Cox | adapt to new compiler types |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | the end of life as we know it |
commit | commitdiff | tree |
2008-10-29 |
Robert Griesemer | - update test.sh (caused an error since src/pkg dir... |
commit | commitdiff | tree |
2008-10-29 |
Robert Griesemer | - steps towards implementation of div and mod |
commit | commitdiff | tree |
2008-10-28 |
Russ Cox | Uncomment the name/type error checking. |
commit | commitdiff | tree |
2008-10-28 |
Robert Griesemer | - bug fixes, cleanups |
commit | commitdiff | tree |
2008-10-27 |
Robert Griesemer | - created staging area for getting bignum package up... |
commit | commitdiff | tree |
2008-10-27 |
Rob Pike | update golden.out |
commit | commitdiff | tree |
2008-10-27 |
Robert Griesemer | - added simple facility to print Makefile dependency... |
commit | commitdiff | tree |
2008-10-26 |
Ken Thompson | allow len := 0 |
commit | commitdiff | tree |
2008-10-26 |
Rob Pike | use embedded types to save boilerplate - almost 300... |
commit | commitdiff | tree |
2008-10-26 |
Rob Pike | fix top-level comments |
commit | commitdiff | tree |
2008-10-26 |
Rob Pike | delete unused reflection playpen |
commit | commitdiff | tree |
2008-10-25 |
Ken Thompson | test |
commit | commitdiff | tree |
2008-10-25 |
Ken Thompson | bug |
commit | commitdiff | tree |
2008-10-25 |
Ken Thompson | bug |
commit | commitdiff | tree |
2008-10-25 |
Ken Thompson | embedded methods |
commit | commitdiff | tree |
2008-10-25 |
Ian Lance Taylor | Per discussion earlier today with r and gri: when an... |
commit | commitdiff | tree |
2008-10-25 |
Rob Pike | replaced baked-in address with @ so test passes on... |
commit | commitdiff | tree |
2008-10-25 |
Ken Thompson | another step toward interface subtypes |
commit | commitdiff | tree |
2008-10-25 |
Russ Cox | avoid JMP to ATEXT in xfol |
commit | commitdiff | tree |
2008-10-24 |
Russ Cox | fix JMP main(SB) |
commit | commitdiff | tree |
2008-10-24 |
Rob Pike | add printf to fmt. |
commit | commitdiff | tree |
2008-10-24 |
Russ Cox | fix method function type compare bug (again) |
commit | commitdiff | tree |
2008-10-24 |
Russ Cox | Automated g4 rollback of changelist 17815. |
commit | commitdiff | tree |
2008-10-24 |
Russ Cox | fix method function type compare bug |
commit | commitdiff | tree |
2008-10-24 |
Robert Griesemer | - missing file |
commit | commitdiff | tree |
2008-10-24 |
Robert Griesemer | - set initial value in flag variable if provided |
commit | commitdiff | tree |
2008-10-24 |
Robert Griesemer | - some factoring of scan/parse phase so we can attach... |
commit | commitdiff | tree |
2008-10-24 |
Robert Griesemer | Preparation for varargs: Proposal for syntax. |
commit | commitdiff | tree |
2008-10-24 |
Rob Pike | make fmt a directory |
commit | commitdiff | tree |
2008-10-24 |
Robert Griesemer | - expanded parsing heuristics to deal with new(T, ...) |
commit | commitdiff | tree |
2008-10-24 |
Rob Pike | make reflect compile again |
commit | commitdiff | tree |
2008-10-24 |
Robert Griesemer | - clarified that composites are values created every... |
commit | commitdiff | tree |
2008-10-24 |
Rob Pike | add reflect to build, clean up test |
commit | commitdiff | tree |
2008-10-23 |
Russ Cox | use &T{1,2,3} constructor for simple new cases |
commit | commitdiff | tree |
2008-10-23 |
Robert Griesemer | First cut at incorporating anonymous fields of pointer... |
commit | commitdiff | tree |
2008-10-23 |
Russ Cox | update golden.out |
commit | commitdiff | tree |
2008-10-23 |
Ken Thompson | embedded types |
commit | commitdiff | tree |
2008-10-23 |
Russ Cox | do not use fake names on anonymous function return... |
commit | commitdiff | tree |
2008-10-23 |
Ken Thompson | embedded types |
commit | commitdiff | tree |
2008-10-23 |
Rob Pike | move reflection code into final place. |
commit | commitdiff | tree |
2008-10-22 |
Rob Pike | Reflection values. |
commit | commitdiff | tree |
2008-10-22 |
Ian Lance Taylor | Match gccgo error messages. |
commit | commitdiff | tree |
2008-10-22 |
Russ Cox | import/export of embedded types |
commit | commitdiff | tree |
2008-10-22 |
Russ Cox | fix handling of *f() = 1 |
commit | commitdiff | tree |
2008-10-22 |
Rob Pike | Add names to types to avoid recursive explosion and... |
commit | commitdiff | tree |
2008-10-22 |
Robert Griesemer | - exclude newfn.go from tests - cannot be parsed syntac... |
commit | commitdiff | tree |
2008-10-22 |
Rob Pike | More reflection code. |
commit | commitdiff | tree |
2008-10-22 |
Ken Thompson | elided dots |
commit | commitdiff | tree |
2008-10-22 |
Russ Cox | reject new of function type |
commit | commitdiff | tree |
2008-10-22 |
Rob Pike | fix a couple of inconsequential glitches in regexp... |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | rewrite &Point{1, 2} as allocation |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | include local types in typestrings |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | 6g: use full type in sigt[0].name |
commit | commitdiff | tree |
2008-10-21 |
Ken Thompson | changes to imbedded |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | stop looking for type names beginning with _. |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | 6g: |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | 6l: invent gotypestrings if needed |
commit | commitdiff | tree |
2008-10-21 |
Robert Griesemer | - remove inconsistent directory from tests |
commit | commitdiff | tree |
2008-10-21 |
Russ Cox | 6l: |
commit | commitdiff | tree |
2008-10-21 |
Robert Griesemer | enable tests that verify that pretty-printed code can... |
commit | commitdiff | tree |
2008-10-21 |
Ian Lance Taylor | Match error messages generated by gccgo: |
commit | commitdiff | tree |
2008-10-20 |
Robert Griesemer | - fixed missing parens in some cases of unary expressions |
commit | commitdiff | tree |
2008-10-20 |
Russ Cox | fix compiler warnings |
commit | commitdiff | tree |
2008-10-20 |
Russ Cox | use Biobuf not fd for reading objects. |
commit | commitdiff | tree |
2008-10-20 |
Russ Cox | add nuke |
commit | commitdiff | tree |
2008-10-20 |
Russ Cox | run.bash: do not make test in gosrc |
commit | commitdiff | tree |
2008-10-20 |
Robert Griesemer | - use stringtorune library function for faster rune... |
commit | commitdiff | tree |
2008-10-20 |
Russ Cox | 6g: |
commit | commitdiff | tree |
2008-10-20 |
Rob Pike | add primitive ftoa, dtoa to strings library. |
commit | commitdiff | tree |
2008-10-20 |
Robert Griesemer | - removed double-declaration of len() |
commit | commitdiff | tree |
2008-10-20 |
Russ Cox | add io.ReadWriteClose and use it in http |
commit | commitdiff | tree |
2008-10-20 |
Robert Griesemer | - be even more explicit about ideal number conversion... |
commit | commitdiff | tree |
2008-10-20 |
Robert Griesemer | - removed need for lhs field in stat node |
commit | commitdiff | tree |
2008-10-20 |
Ken Thompson | unnamed substructures - not complete |
commit | commitdiff | tree |
2008-10-19 |
Robert Griesemer | - simplified parsing of composite literals and slices by |
commit | commitdiff | tree |
2008-10-18 |
Robert Griesemer | Added mechanism for very precise self-testing: |
commit | commitdiff | tree |
2008-10-18 |
Rob Pike | beginnings of reflection values. |
commit | commitdiff | tree |
2008-10-18 |
Rob Pike | fix typo causing infinite recursion |
commit | commitdiff | tree |
2008-10-18 |
Russ Cox | do not set t->recur on basic types. |
commit | commitdiff | tree |
2008-10-18 |
Russ Cox | cleanup - delete unneeded vargen++ |
commit | commitdiff | tree |
2008-10-18 |
Rob Pike | add atol and ltoa. probably want unsigned at some... |
commit | commitdiff | tree |
next |