]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-09-22 Russ Coxtest of named operations
2009-09-22 Ken Thompsonmore inlining of sliceslice
2009-09-22 Robert Griesemerimproved spacing around if, switch, and for control...
2009-09-21 Russ Coxrewrite RET, indirect CALL, indirect JMP for nacl.
2009-09-21 Russ Coxconvert 386 to use %gs instead of %fs for extern register.
2009-09-21 Russ Coxideal bools and related fixes
2009-09-21 Russ Coxadd required conversions; bug in compiler let it slip...
2009-09-21 Rob Pikemove strings.Buffer into bytes
2009-09-21 Rob Pikestep 2 of the great buffer shift.
2009-09-21 Russ Coxaccept CALL $(constant) to call absolute PC
2009-09-21 Nigel TaoUnit tests for image/png, based off the semi-official...
2009-09-19 Robert Griesemer- filter trailing whitespace
2009-09-19 Rob Pikehakuho
2009-09-19 Russ Coxfix build
2009-09-19 Kai Backmanexpanded arm regression testing. will go away once...
2009-09-19 Kai Backmanadded emulator support for arm.
2009-09-19 Russ Cox8l: step toward native client.
2009-09-19 Russ Coxmerge first pass into main loop in span calculation.
2009-09-18 Kai Backmanchanged 5c calling convention to use stack exclusively...
2009-09-18 Russ Coxfix build again; this time for sure. sigh
2009-09-18 Kai Backmanfix 5g -S and -g output
2009-09-18 Kai Backmanrevert setting of name from type. already set correctly.
2009-09-18 Russ Coxfix build - missing file
2009-09-18 Robert Griesemer- added heading to operator precedence section so it...
2009-09-18 Russ Coxcgo: can look up C identifier kind (type or value)...
2009-09-18 Russ Coxadd DWARF method to elf.File.
2009-09-18 Russ CoxMach-O file reading
2009-09-18 Austin ClementsRudimentary command shell for Ogle. Hack to prevent...
2009-09-18 Austin ClementsImplement remote variables
2009-09-18 Rob Pikeuse buf.String() instead of string(buf.Bytes())
2009-09-18 Kai Backmanfixing width bug in DATA output. some logging to make...
2009-09-18 Kai Backmanfix code generation of CMP to use registers properly...
2009-09-18 Kai Backmanfloating point constants and symbol export fix.
2009-09-18 Russ Coxmove static init code from 6g into gc.
2009-09-18 Rob Pikecheck in the generated html for the tutorial so godoc...
2009-09-18 Robert Griesemer- use new css for godoc templates
2009-09-17 Russ Coxcheck for unused imports
2009-09-17 Robert Griesemer- improved formatting of declarations
2009-09-17 Robert Griesemer- silence ebnflint: mark syntax section as "ebnf" inste...
2009-09-17 Russ Coxunused imports
2009-09-17 Robert Griesemer- don't add "..." anonymous field to structs/interfaces...
2009-09-17 Robert Griesemerfix build: updated Make.deps
2009-09-17 Larry HoskenA step towards "externalizing" some Go docs.
2009-09-17 Rob Pikefirst cut at a string buffer.
2009-09-17 Russ Coxfirst step toward cgo tool.
2009-09-16 Russ Coxpublish doc.CommentText
2009-09-16 Russ Coxmake String work on Position values, to enable
2009-09-16 Rob Pikerename bytes.Buffer.Data() to bytes.Buffer.Bytes()
2009-09-16 Rob Pikeuse /bin/ed to avoid portability issues
2009-09-16 Rob Pikeslight refinement of select: evaluation is top to botto...
2009-09-16 Robert Griesemer- added syntax for conversions (was missing)
2009-09-16 Russ Coxadd heap.Remove
2009-09-16 Russ Coxparse and present DWARF type information
2009-09-16 Russ Coxbasic DWARF reading.
2009-09-16 Russ Coxmake 6g match spec:
2009-09-15 Robert Griesemerbug fix: allow function types as operands
2009-09-15 Kai Backmanfixed register usage and removed some dead code.
2009-09-15 Kai Backmanpatch in proper branch address in zaddr output
2009-09-15 Kai Backmanuse register intermediate
2009-09-15 Rob PikeDeriving functions from methods
2009-09-15 Russ Coxdeclared and not used; this time for sure
2009-09-15 Robert Griesemerconsider each case in a switch independent from the...
2009-09-15 Russ Coxfinal batch for "declared and not used"
2009-09-15 Robert Griesemerfix build: added missing files
2009-09-15 Robert Griesemergo/printer:
2009-09-15 Russ Coxlast round: non-package code
2009-09-15 Rob Pikean attempt to define initialization order within a...
2009-09-15 Rob Pikeminutiae: pass 1
2009-09-15 Russ Coxmore "declared and not used".
2009-09-15 Russ Coxfix "declared and not used" in tests;
2009-09-15 Russ Coxdeclared and not used error, but disabled.
2009-09-15 Rob Pikemake SimpleStmt include EmptyStmt and the grammar simpl...
2009-09-15 Russ Coxfix "declared and not used" errors in non-test code.
2009-09-14 Russ Coxdo not crash on nil data value
2009-09-14 Russ Coxdo not crash printing the zero value for time.Time.
2009-09-14 Russ Coxmake 5g, 8g build again by disabling init code.
2009-09-14 Rob Pikeadd tests for the func()() case
2009-09-14 Rob Pikefunctions
2009-09-14 Nigel TaoWhen decoding a paletted PNG, require that a PLTE chunk...
2009-09-14 Rob PikeAdd and AddByte
2009-09-11 Rob Pikecorrect and clarify the rules about integer conversions.
2009-09-11 Nigel TaoPNG decoder for go.
2009-09-11 Robert Griesemerfix build
2009-09-11 Russ Coxfix bug206.
2009-09-11 Ken Thompsonminor changes
2009-09-11 Robert Griesemerbetter gofmt formatting:
2009-09-10 Russ Coxrename units -> units.txt.
2009-09-10 Russ Coxfix indentation
2009-09-10 Ken Thompsonsample goyacc program
2009-09-10 Russ Coxfix bug206 output on different platforms
2009-09-10 Ken Thompsongoyacc command
2009-09-10 Rob Pikegccgo does not yet implement _
2009-09-10 Robert Griesemerbug206
2009-09-10 Robert Griesemer- blank identifier
2009-09-10 Ken Thompsoncomposit literal under
2009-09-09 Russ Coxa few more blank tests
2009-09-09 Russ Coxexit with non-zero status for incompatible pointer...
2009-09-09 Rob Pikeuse the new type switch multicase to clean up a little.
2009-09-09 Russ Coxcheck type of string/map/array index expressions
2009-09-09 Russ Coxerror message fixes
next