2008-11-02 |
Rob Pike | printf as we know and love it. |
commit | commitdiff | tree |
2008-11-02 |
Rob Pike | add creator for missing types, to avoid crashes when |
commit | commitdiff | tree |
2008-11-02 |
Ken Thompson | >>= and <<= shift bug |
commit | commitdiff | tree |
2008-11-01 |
Ken Thompson | DOTDOTDOT import/export |
commit | commitdiff | tree |
2008-11-01 |
Rob Pike | a couple of bugs in print. |
commit | commitdiff | tree |
2008-11-01 |
Ken Thompson | DOTDOTDOT |
commit | commitdiff | tree |
2008-11-01 |
Ken Thompson | sprint changed to snprint |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - gcd, exponentiation, population count |
commit | commitdiff | tree |
2008-10-31 |
Ian Lance Taylor | Add support for the basic type "bool". |
commit | commitdiff | tree |
2008-10-31 |
Rob Pike | \x00 for NUL in type string. |
commit | commitdiff | tree |
2008-10-31 |
Russ Cox | make %Z handle embedded NULs; remove fixed-size buffer |
commit | commitdiff | tree |
2008-10-31 |
Ian Lance Taylor | Recognize gccgo error message: |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - handle field tags in pretty printer |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - fixed another test (arithmetic vs. logic shift bug) |
commit | commitdiff | tree |
2008-10-31 |
Rob Pike | add mention of tag string to grammar comment |
commit | commitdiff | tree |
2008-10-31 |
Robert Griesemer | - div and mod (arbitrary precision) |
commit | commitdiff | tree |
2008-10-31 |
Rob Pike | reflection support for tag strings |
commit | commitdiff | tree |
2008-10-31 |
Russ Cox | escape \ in %Z |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | change from $$ to \n$$ for .6 meta section delimiter |
commit | commitdiff | tree |
2008-10-30 |
Robert Griesemer | - language for struct field tags |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | make %Z escape " |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | annotations on embedded types |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | struct annotations in imports. |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | structure field annotation strings |
commit | commitdiff | tree |
2008-10-30 |
Robert Griesemer | - clarified section on numeric types: platform-dependen... |
commit | commitdiff | tree |
2008-10-30 |
Ken Thompson | shift bug |
commit | commitdiff | tree |
2008-10-30 |
Rob Pike | update tests |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | make sure errchk only prints BUG once. |
commit | commitdiff | tree |
2008-10-30 |
Robert Griesemer | - implemented Shr |
commit | commitdiff | tree |
2008-10-30 |
Ken Thompson | shift bugs |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | apply change suggested in CL 16658 review |
commit | commitdiff | tree |
2008-10-30 |
Russ Cox | bugs from old gri mail |
commit | commitdiff | tree |
2008-10-29 |
Ken Thompson | bug 113 |
commit | commitdiff | tree |
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 |
next |