owned this note changed 2 years ago
Published Linked with GitHub

GCC Rust Meeting 2023-07-10

Agenda

  • Project Reports
    • Monthly report
    • What are we working on
  • Switch to new GCC CoC?
  • gcc_unreachable vs rust_unreachable
  • .hxx files
  • Questions

Project Reports

Monthly: TODO

What are we working on

  • Arthur Cohen
  • Philip Herron
  • Marc: finally made some actual (simple) code change. Already merged some HIR code cleanup. HIR dump is nearly ok. Planned on cleaning it last week, but $life got in the way. Hopefully, I'll create a PR this week.

Switch to new GCC CoC

https://github.com/Rust-GCC/gccrs/issues/2331

gcc_unreachable vs rust_unreachable

.hxx files

  • Allows to separate declaration and implementation even for template classes/functions
  • Thus separating documentation and implementation which is nice
  • But feels very C++-y

Questions

Conferences

Feel free to add more questions!

Select a repo