]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-03-31 Russ Cox* move go-specific loader code
2009-03-31 Russ Coxmove tiny gsubr functions together at the top of the...
2009-03-31 Ian Lance TaylorSeparate the alignment of a field from the alignment...
2009-03-31 Russ Coxfix http://b/1748082
2009-03-31 Russ Coxfix build (moved decl to go.h earlier
2009-03-31 Russ Coxmove portable object routines (especially
2009-03-31 Russ Coxclosure bug: carry along outnamed flag.
2009-03-31 Russ Coxmove portable code generation (basic statements) to gc.
2009-03-31 David Symondslog.Stderr should actually go to stderr.
2009-03-31 Russ Coxmove some portable pieces of 6g/gsubr.c into gc/subr.c
2009-03-31 Russ Coxdelete dregs: inarggen, genpanic, regret
2009-03-31 Robert Griesemerdaily snapshot:
2009-03-31 Russ Coxmove alignment calculations into gc
2009-03-31 Russ Coxdon't crash on
2009-03-30 Russ Coxmove bits.c from 6g to gc
2009-03-30 Rob Pikefix last 3 references to 'type guards'
2009-03-30 Russ Coxtests changed - throw calls panic directly now
2009-03-30 Russ Coxnew tool godefs.
2009-03-30 Russ Coxdon't write cmp's output to the c file.
2009-03-30 Russ Coxmore 386 runtime - can run tiny c programs.
2009-03-28 Robert Griesemer- receiver syntax verification
2009-03-28 Robert GriesemerSignificant parser cleanup:
2009-03-28 Robert Griesemer- have explicit KeyValueExpr node instead of BinaryExpr...
2009-03-27 Ian Lance TaylorVerify that "byte" is an alias for "uint8".
2009-03-27 Robert Griesemer- minor tweak to composite literal production:
2009-03-27 Robert Griesemerintegrate feedback from rsc
2009-03-27 Ian Lance TaylorAdd a few tests which weren't being run.
2009-03-27 Robert Griesemer- adjustments to match slightly changed scanner interface
2009-03-27 Robert Griesemerminor tweaks:
2009-03-27 Rob Pikerename redefined symbols
2009-03-27 Robert Griesemermove AST into src/lib/go
2009-03-27 Robert Griesemerfix scanner initialization, add test
2009-03-26 Robert Griesemer- adjustments to match new token/scanner/ast
2009-03-26 Robert Griesemer- renamed scanner.Location to token.Position
2009-03-26 Robert GriesemerEncodeRuneToString
2009-03-26 Robert Griesemer- introduce explicit Token type
2009-03-25 Kai BackmanThis is really two changes in one but given interdepend...
2009-03-25 Robert Griesemeruse FunctionType in FunctionLit production
2009-03-25 Robert Griesemeradjustments matching updated ast
2009-03-25 Robert GriesemerAST for Go programs
2009-03-25 Rob Pikeadd some words (written by rsc) about the state of...
2009-03-25 Russ Coxadd .8 support to libmach_amd64 [sic].
2009-03-25 Russ Coxmake 8a, 8c build again.
2009-03-25 Russ Coxdrop rt0 object from 8l (already dropped from 6l).
2009-03-25 Rob Pikechange notation: s/Stat/Stmt/ in grammatical productions
2009-03-25 Rob Pikedelete incorrect, dreg example of select on type
2009-03-24 Ken Thompsongolden
2009-03-24 Ken Thompson^ type(const) now inverts "enough" bits
2009-03-24 Russ Coxfix build:
2009-03-24 Russ Coxsplit heapmap, which is specific to 64-bit pointer...
2009-03-24 Russ Coxconvert Linux to auto-generated defs.h
2009-03-24 Russ Coxconvert darwin to use godefs-generated defs.h.
2009-03-24 Russ Coxsplit rt1.c into signal.c and thread.c.
2009-03-24 Russ Coxmove darwin specific code into runtime/darwin/
2009-03-24 Russ Coxthrow away most of the compat.h compatibility layer
2009-03-24 Russ Coxmove amd64-specific (but os-independent) pieces of...
2009-03-24 Russ Coxadd test for close/closed, fix a few implementation...
2009-03-24 Russ Coxallow range on nil maps
2009-03-24 Rob Pikeiterator for vector
2009-03-23 Rob Pikechange file name so it can be copied without name chang...
2009-03-23 Rob Pikebug141 is fixed
2009-03-23 Ken Thompsonrewrote switch
2009-03-21 Rob Pikeadd simple text about & and *.
2009-03-21 Robert Griesemer- completed AST cleanup
2009-03-21 Rob Pikefix wording of &T{x}
2009-03-20 Russ Coxupdate 8a, 8c, 8l to use new object format.
2009-03-20 Russ Coxembarassing bug in allocator:
2009-03-20 Ian Lance TaylorTest that interfaces work in type switches.
2009-03-20 Russ Coxmake 8l generate Darwin Mach-O and Linux ELF binaries
2009-03-20 Russ Coxdon't need two names for the same function (vputl and...
2009-03-20 Russ Coxmove pragtextflag into lexbody
2009-03-20 Russ Coxrange over channels.
2009-03-20 Ian Lance TaylorMatch gccgo error messages.
2009-03-20 Ian Lance TaylorModify error regexps to match gccgo error messages.
2009-03-19 Robert Griesemerminor adjustments to switches text
2009-03-19 Rob Pike&Foo{x,y} wasn't in the spec. This gets it in, depende...
2009-03-19 Rob Pikedrop the ,ok switch; keep the straight type switch.
2009-03-19 Russ Coxfix b/1722502
2009-03-18 Tom SzymanskiMake adler32 cleaner.
2009-03-18 Rob Pikeremove print() from the tutorial, generating a little...
2009-03-18 Rob Pikesimplify test to eliminate now-deprecated forms of...
2009-03-18 Ken Thompsonremove assignment cases from switch
2009-03-18 Rob Pikeadd value checks to the other switch - should have...
2009-03-18 Rob Pikeadd test for type switches
2009-03-18 Ken Thompsonswitch on false error
2009-03-18 Robert Griesemerdaily snapshot:
2009-03-17 Rob Piketype switches
2009-03-17 Ken Thompsonbinary search on type switches.
2009-03-17 Rob Pikechange the tutorial to use File, file rather than FD...
2009-03-17 Ian Lance TaylorRecognize gccgo error message.
2009-03-17 Ian Lance TaylorDon't try to define the same label twice, as that produ...
2009-03-17 Robert Griesemerdaily snapshot:
2009-03-17 Robert Griesemerinstead of unlabeled statements, have a single labeled...
2009-03-16 Ken Thompsonchange format of Sigt and Sigi
2009-03-16 Robert Griesemeradded &^ and &^=
2009-03-16 Robert Griesemerspec and implementation disagree with respect to label...
2009-03-13 Robert Griesemerdaily snapshot:
2009-03-13 Ken Thompsonclose/closed on chans
2009-03-13 Kai Backman5a 5c 5l from inferno distribution
2009-03-13 Robert Griesemerinternal compiler error
next