2009-04-01 |
Russ Cox | fix runtime stack overflow bug that gri ran into: |
commit | commitdiff | tree |
2009-04-01 |
David Symonds | Bail out of gotest immediately if compiling fails. |
commit | commitdiff | tree |
2009-04-01 |
Robert Griesemer | - also associate factory methods to a type in documentation |
commit | commitdiff | tree |
2009-04-01 |
Russ Cox | test for and fix bug involving reflect v.Interface... |
commit | commitdiff | tree |
2009-03-31 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-31 |
Robert Griesemer | 1) Move parser.go into src/lib/go |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | more 386 runtime: |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | multiple bugs in bitfield handling |
commit | commitdiff | tree |
2009-03-31 |
Robert Griesemer | - incorporation of suggestions by rsc |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | minimal 8g. can compile |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | * move go-specific loader code |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | move tiny gsubr functions together at the top of the... |
commit | commitdiff | tree |
2009-03-31 |
Ian Lance Taylor | Separate the alignment of a field from the alignment... |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | fix http://b/1748082 |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | fix build (moved decl to go.h earlier |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | move portable object routines (especially |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | closure bug: carry along outnamed flag. |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | move portable code generation (basic statements) to gc. |
commit | commitdiff | tree |
2009-03-31 |
David Symonds | log.Stderr should actually go to stderr. |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | move some portable pieces of 6g/gsubr.c into gc/subr.c |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | delete dregs: inarggen, genpanic, regret |
commit | commitdiff | tree |
2009-03-31 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | move alignment calculations into gc |
commit | commitdiff | tree |
2009-03-31 |
Russ Cox | don't crash on |
commit | commitdiff | tree |
2009-03-30 |
Russ Cox | move bits.c from 6g to gc |
commit | commitdiff | tree |
2009-03-30 |
Rob Pike | fix last 3 references to 'type guards' |
commit | commitdiff | tree |
2009-03-30 |
Russ Cox | tests changed - throw calls panic directly now |
commit | commitdiff | tree |
2009-03-30 |
Russ Cox | new tool godefs. |
commit | commitdiff | tree |
2009-03-30 |
Russ Cox | don't write cmp's output to the c file. |
commit | commitdiff | tree |
2009-03-30 |
Russ Cox | more 386 runtime - can run tiny c programs. |
commit | commitdiff | tree |
2009-03-28 |
Robert Griesemer | - receiver syntax verification |
commit | commitdiff | tree |
2009-03-28 |
Robert Griesemer | Significant parser cleanup: |
commit | commitdiff | tree |
2009-03-28 |
Robert Griesemer | - have explicit KeyValueExpr node instead of BinaryExpr... |
commit | commitdiff | tree |
2009-03-27 |
Ian Lance Taylor | Verify that "byte" is an alias for "uint8". |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | - minor tweak to composite literal production: |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | integrate feedback from rsc |
commit | commitdiff | tree |
2009-03-27 |
Ian Lance Taylor | Add a few tests which weren't being run. |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | - adjustments to match slightly changed scanner interface |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | minor tweaks: |
commit | commitdiff | tree |
2009-03-27 |
Rob Pike | rename redefined symbols |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | move AST into src/lib/go |
commit | commitdiff | tree |
2009-03-27 |
Robert Griesemer | fix scanner initialization, add test |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | - adjustments to match new token/scanner/ast |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | - renamed scanner.Location to token.Position |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | EncodeRuneToString |
commit | commitdiff | tree |
2009-03-26 |
Robert Griesemer | - introduce explicit Token type |
commit | commitdiff | tree |
2009-03-25 |
Kai Backman | This is really two changes in one but given interdepend... |
commit | commitdiff | tree |
2009-03-25 |
Robert Griesemer | use FunctionType in FunctionLit production |
commit | commitdiff | tree |
2009-03-25 |
Robert Griesemer | adjustments matching updated ast |
commit | commitdiff | tree |
2009-03-25 |
Robert Griesemer | AST for Go programs |
commit | commitdiff | tree |
2009-03-25 |
Rob Pike | add some words (written by rsc) about the state of... |
commit | commitdiff | tree |
2009-03-25 |
Russ Cox | add .8 support to libmach_amd64 [sic]. |
commit | commitdiff | tree |
2009-03-25 |
Russ Cox | make 8a, 8c build again. |
commit | commitdiff | tree |
2009-03-25 |
Russ Cox | drop rt0 object from 8l (already dropped from 6l). |
commit | commitdiff | tree |
2009-03-25 |
Rob Pike | change notation: s/Stat/Stmt/ in grammatical productions |
commit | commitdiff | tree |
2009-03-25 |
Rob Pike | delete incorrect, dreg example of select on type |
commit | commitdiff | tree |
2009-03-24 |
Ken Thompson | golden |
commit | commitdiff | tree |
2009-03-24 |
Ken Thompson | ^ type(const) now inverts "enough" bits |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | fix build: |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | split heapmap, which is specific to 64-bit pointer... |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | convert Linux to auto-generated defs.h |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | convert darwin to use godefs-generated defs.h. |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | split rt1.c into signal.c and thread.c. |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | move darwin specific code into runtime/darwin/ |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | throw away most of the compat.h compatibility layer |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | move amd64-specific (but os-independent) pieces of... |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | add test for close/closed, fix a few implementation... |
commit | commitdiff | tree |
2009-03-24 |
Russ Cox | allow range on nil maps |
commit | commitdiff | tree |
2009-03-24 |
Rob Pike | iterator for vector |
commit | commitdiff | tree |
2009-03-23 |
Rob Pike | change file name so it can be copied without name chang... |
commit | commitdiff | tree |
2009-03-23 |
Rob Pike | bug141 is fixed |
commit | commitdiff | tree |
2009-03-23 |
Ken Thompson | rewrote switch |
commit | commitdiff | tree |
2009-03-21 |
Rob Pike | add simple text about & and *. |
commit | commitdiff | tree |
2009-03-21 |
Robert Griesemer | - completed AST cleanup |
commit | commitdiff | tree |
2009-03-21 |
Rob Pike | fix wording of &T{x} |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | update 8a, 8c, 8l to use new object format. |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | embarassing bug in allocator: |
commit | commitdiff | tree |
2009-03-20 |
Ian Lance Taylor | Test that interfaces work in type switches. |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | make 8l generate Darwin Mach-O and Linux ELF binaries |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | don't need two names for the same function (vputl and... |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | move pragtextflag into lexbody |
commit | commitdiff | tree |
2009-03-20 |
Russ Cox | range over channels. |
commit | commitdiff | tree |
2009-03-20 |
Ian Lance Taylor | Match gccgo error messages. |
commit | commitdiff | tree |
2009-03-20 |
Ian Lance Taylor | Modify error regexps to match gccgo error messages. |
commit | commitdiff | tree |
2009-03-19 |
Robert Griesemer | minor adjustments to switches text |
commit | commitdiff | tree |
2009-03-19 |
Rob Pike | &Foo{x,y} wasn't in the spec. This gets it in, depende... |
commit | commitdiff | tree |
2009-03-19 |
Rob Pike | drop the ,ok switch; keep the straight type switch. |
commit | commitdiff | tree |
2009-03-19 |
Russ Cox | fix b/1722502 |
commit | commitdiff | tree |
2009-03-18 |
Tom Szymanski | Make adler32 cleaner. |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | remove print() from the tutorial, generating a little... |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | simplify test to eliminate now-deprecated forms of... |
commit | commitdiff | tree |
2009-03-18 |
Ken Thompson | remove assignment cases from switch |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | add value checks to the other switch - should have... |
commit | commitdiff | tree |
2009-03-18 |
Rob Pike | add test for type switches |
commit | commitdiff | tree |
2009-03-18 |
Ken Thompson | switch on false error |
commit | commitdiff | tree |
2009-03-18 |
Robert Griesemer | daily snapshot: |
commit | commitdiff | tree |
2009-03-17 |
Rob Pike | type switches |
commit | commitdiff | tree |
2009-03-17 |
Ken Thompson | binary search on type switches. |
commit | commitdiff | tree |
2009-03-17 |
Rob Pike | change the tutorial to use File, file rather than FD... |
commit | commitdiff | tree |
2009-03-17 |
Ian Lance Taylor | Recognize gccgo error message. |
commit | commitdiff | tree |
next |