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 |
2008-10-17 |
Robert Griesemer | - fixed bug that wasn't caught by 6g (but by gccgo) |
commit | commitdiff | tree |
2008-10-17 |
Robert Griesemer | - fixed a couple of corner cases (empty statements... |
commit | commitdiff | tree |
2008-10-17 |
Russ Cox | export prereq for interface types |
commit | commitdiff | tree |
2008-10-17 |
Ian Lance Taylor | Link against -lm so that we can find the function ... |
commit | commitdiff | tree |
2008-10-17 |
Rob Pike | update fixed bugs (and delete an irrelevant one) |
commit | commitdiff | tree |
2008-10-17 |
Rob Pike | add simple synchronization mechanism. |
commit | commitdiff | tree |
2008-10-17 |
Russ Cox | make sure errchk only says BUG once, |
commit | commitdiff | tree |
2008-10-17 |
Robert Griesemer | - stronger syntax checks |
commit | commitdiff | tree |
2008-10-17 |
Robert Griesemer | - added test script |
commit | commitdiff | tree |
2008-10-17 |
Rob Pike | type string parser; now handles all types |
commit | commitdiff | tree |
2008-10-16 |
Russ Cox | new convert code found error |
commit | commitdiff | tree |
2008-10-16 |
Rob Pike | parsing of type strings. still missing: func, struct... |
commit | commitdiff | tree |
2008-10-16 |
Russ Cox | diagnose various conversion problems |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | - more robust TokenString implementation |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | clarification of conversion rules for ideal numbers |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | snapshot: |
commit | commitdiff | tree |
2008-10-16 |
Russ Cox | put toplevel & check back and add test |
commit | commitdiff | tree |
2008-10-16 |
Ken Thompson | diagnosed some incorrect |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | - composites, receivers, various add. checks |
commit | commitdiff | tree |
2008-10-16 |
Rob Pike | Change file name from "print" to "tostring" and update... |
commit | commitdiff | tree |
2008-10-16 |
Rob Pike | convert print to ToString. |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | snapshot: |
commit | commitdiff | tree |
2008-10-16 |
Russ Cox | diagnose export of incomplete type |
commit | commitdiff | tree |
2008-10-16 |
Rob Pike | remove hack now that vector of int works. |
commit | commitdiff | tree |
2008-10-16 |
Ken Thompson | basic types/interfaces test |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | - updated makefile for gccgo |
commit | commitdiff | tree |
2008-10-16 |
Rob Pike | reflection type structure. no parsing etc. yet. |
commit | commitdiff | tree |
2008-10-16 |
Russ Cox | error about & at top level until it is safe |
commit | commitdiff | tree |
2008-10-16 |
Ken Thompson | interface on arbitrary types |
commit | commitdiff | tree |
2008-10-16 |
Robert Griesemer | snapshot of pretty printer: |
commit | commitdiff | tree |
2008-10-15 |
Rob Pike | bug is fixed |
commit | commitdiff | tree |
2008-10-15 |
Robert Griesemer | snapshot |
commit | commitdiff | tree |
next |