1. f59cb49 fixed bug in mpconst float multiply by 0. by Ken Thompson · 15 years ago
  2. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  3. 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
  4. 18f2e36 composit literals plateau - more to come by Ken Thompson · 16 years ago
  5. bf0130c sliceslice inline by Ken Thompson · 16 years ago
  6. 9bf597a inline slicearray by Ken Thompson · 16 years ago
  7. 43f29e6 mechanism for putting go types into 6.out symbol table. no types yet. by Russ Cox · 16 years ago
  8. 34f76b5 1. integer division by a constant done. by Ken Thompson · 16 years ago
  9. 8b8a2bd more work on divide by constant. no real change -- disabled because of bugs by Ken Thompson · 16 years ago
  10. f1baf78 divide by a constant power of 2 by Ken Thompson · 16 years ago
  11. 4238b18 1. check for dups in complex literals by Ken Thompson · 16 years ago
  12. da49bfe static initialization of strings by Ken Thompson · 16 years ago
  13. 52b0f77 static initialization structure set up - no change yet by Ken Thompson · 16 years ago
  14. 83cd4ee 6g: generate string data as individual symbols, by Russ Cox · 16 years ago
  15. a5a8789 more code fiddling by Ken Thompson · 16 years ago
  16. 3657061 change representation of strings by Ken Thompson · 16 years ago
  17. 441da9a fix build (moved decl to go.h earlier and changed vlong to int64). by Russ Cox · 16 years ago
  18. 5e792b6 move portable object routines (especially signature generation) into gc. by Russ Cox · 16 years ago
  19. bac922c move portable code generation (basic statements) to gc. by Russ Cox · 16 years ago
  20. d30285a move some portable pieces of 6g/gsubr.c into gc/subr.c by Russ Cox · 16 years ago
  21. e5ba266 delete dregs: inarggen, genpanic, regret by Russ Cox · 16 years ago
  22. 8e54729 move alignment calculations into gc by Russ Cox · 16 years ago
  23. 48f6b51 bug 137 by Ken Thompson · 16 years ago
  24. bf98347 new switch implementation by Ken Thompson · 16 years ago
  25. 4a43198 update compiler to new func rules by Russ Cox · 16 years ago
  26. 391425a if take address of local, move to heap. by Russ Cox · 16 years ago
  27. 1e1cc4e defer by Ken Thompson · 16 years ago
  28. d8c7980 comment sudoaddable; remove unused second parameter. by Russ Cox · 16 years ago
  29. 2d259c8 add comments and delete dead code by Russ Cox · 16 years ago
  30. 6fa74e0 portability bug cant assign to closed array by Ken Thompson · 16 years ago
  31. 42d89ac even more code improvement by Ken Thompson · 16 years ago
  32. 23fc0ac more code optimization by Ken Thompson · 16 years ago
  33. 719b088 code generation by Ken Thompson · 16 years ago
  34. 937ac13 code improvement by Ken Thompson · 16 years ago
  35. 2dd16a3 first cut at optimizing by Ken Thompson · 16 years ago
  36. dc78c64 byte multiply by Ken Thompson · 16 years ago
  37. f25843e bug 026 by Ken Thompson · 16 years ago
  38. 45f4e38 silence gcc warnings by Russ Cox · 16 years ago
  39. 8877d27 interfaces of all types by Ken Thompson · 16 years ago
  40. ed139c1 more on arbitrary receiver types by Ken Thompson · 16 years ago
  41. adaec0c vectors bug by Ken Thompson · 16 years ago
  42. 904d404 1 got rid if static 'fn wo return' test by Ken Thompson · 17 years ago
  43. 33ee527 fixed labels/break/continue/goto by Ken Thompson · 17 years ago
  44. 9aad9fe make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. by Russ Cox · 17 years ago
  45. cb9b103 select by Ken Thompson · 17 years ago
  46. 1d31a25 more coroutine fixed a,b,c := x,x,x by Ken Thompson · 17 years ago
  47. efec14b plan9 line numbers and line table by Ken Thompson · 17 years ago
  48. ef61a4c better version of op= fixed bugs in /= and %/ by Ken Thompson · 17 years ago
  49. 2254a8e import/export by Ken Thompson · 17 years ago
  50. f7753f1 more code generation - mostly shift and multiply by Ken Thompson · 17 years ago
  51. d83b994 div and mod operators by Ken Thompson · 17 years ago
  52. 0cafb9e Add compiler source to new directory structure by Rob Pike · 17 years ago