Skip to content
Snippets Groups Projects
  1. May 25, 2023
    • Pier Angelo Vendrame's avatar
      Bug 40777: Update Go to 1.20.4 and create a Go bootstrap project · b37e2ebd
      Pier Angelo Vendrame authored
      The Go compiler is written in Go, but it is possible to bootstrap it
      from C wiht Go 1.4.
      Before this commit, we used to build Go 1.4 for all our platforms,
      so we built a compiler to throw it away several times.
      
      Starting from Go 1.20, the team decided to require Go V-3 to bootstrap
      (i.e., Go 1.17 to bootrastrap Go 1.20).
      Bootstrapping is still feasible, but throwing away two compilers is
      not a good idea. So, we decided to create a Go bootstrap project, and
      build it only once (for Linux amd64) until it will be able to build
      more recent Go compilers.
      Verified
      b37e2ebd
  2. May 24, 2023
  3. May 23, 2023
  4. May 17, 2023
  5. May 15, 2023
  6. May 13, 2023
  7. May 09, 2023
  8. Apr 20, 2023
  9. Apr 18, 2023
  10. Apr 17, 2023
  11. Apr 05, 2023
  12. Apr 04, 2023
Loading