1. 17 Feb, 2017 1 commit
  2. 27 Jan, 2017 1 commit
  3. 23 Jan, 2017 1 commit
  4. 14 Jan, 2017 1 commit
    • libgo: update to Go 1.8 release candidate 1 · c2047754
          
          Compiler changes:
            * Change map assignment to use mapassign and assign value directly.
            * Change string iteration to use decoderune, faster for ASCII strings.
            * Change makeslice to take int, and use makeslice64 for larger values.
            * Add new noverflow field to hmap struct used for maps.
          
          Unresolved problems, to be fixed later:
            * Commented out test in go/types/sizes_test.go that doesn't compile.
            * Commented out reflect.TestStructOf test for padding after zero-sized field.
          
          Reviewed-on: https://go-review.googlesource.com/35231
      
      gotools/:
      	Updates for Go 1.8rc1.
      	* Makefile.am (go_cmd_go_files): Add bug.go.
      	(s-zdefaultcc): Write defaultPkgConfig.
      	* Makefile.in: Rebuild.
      
      From-SVN: r244456
      Ian Lance Taylor committed
  5. 10 Sep, 2016 1 commit
  6. 22 Jul, 2016 1 commit
  7. 13 Apr, 2016 1 commit
  8. 18 Feb, 2016 1 commit
  9. 03 Feb, 2016 1 commit
  10. 31 Oct, 2015 2 commits
  11. 06 Mar, 2015 1 commit
  12. 15 Jan, 2015 1 commit
    • libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. · f8d9fa9e
      This upgrades all of libgo other than the runtime package to
      the Go 1.4 release.  In Go 1.4 much of the runtime was
      rewritten into Go.  Merging that code will take more time and
      will not change the API, so I'm putting it off for now.
      
      There are a few runtime changes anyhow, to accomodate other
      packages that rely on minor modifications to the runtime
      support.
      
      The compiler changes slightly to add a one-bit flag to each
      type descriptor kind that is stored directly in an interface,
      which for gccgo is currently only pointer types.  Another
      one-bit flag (gcprog) is reserved because it is used by the gc
      compiler, but gccgo does not currently use it.
      
      There is another error check in the compiler since I ran
      across it during testing.
      
      gotools/:
      	* Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
      	* Makefile.in: Rebuild.
      
      From-SVN: r219627
      Ian Lance Taylor committed
  13. 27 Oct, 2014 1 commit
  14. 19 Jul, 2014 1 commit
  15. 12 Jul, 2014 1 commit
  16. 06 Jun, 2014 1 commit
  17. 04 Jun, 2014 1 commit
    • libgo: Merge from revision 18783:00cce3a34d7e of master library. · bae90c98
      This revision was committed January 7, 2014.  The next
      revision deleted runtime/mfinal.c.  That will be done in a
      subsequent merge.
      
      This merge changes type descriptors to add a zero field,
      pointing to a zero value for that type.  This is implemented
      as a common variable.
      
      	* go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and
      	alignment parameters.  Permit init parameter to be NULL.
      
      From-SVN: r211249
      Ian Lance Taylor committed
  18. 03 Mar, 2014 1 commit
  19. 27 Nov, 2013 1 commit
  20. 06 Nov, 2013 1 commit
  21. 16 Jul, 2013 1 commit
  22. 30 Jan, 2013 1 commit
  23. 29 Jan, 2013 1 commit
  24. 22 Dec, 2012 1 commit
  25. 12 Dec, 2012 1 commit
  26. 21 Nov, 2012 1 commit
  27. 23 Oct, 2012 1 commit
  28. 03 Oct, 2012 1 commit
  29. 25 Jun, 2012 1 commit
  30. 04 May, 2012 1 commit
  31. 30 Mar, 2012 3 commits
  32. 06 Mar, 2012 1 commit
  33. 02 Mar, 2012 2 commits
  34. 09 Feb, 2012 1 commit
  35. 01 Feb, 2012 1 commit
  36. 25 Jan, 2012 1 commit