Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Using gccrs" section #2975

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 14, 2024

  1. gccrs: Add base documentation for using the Rust frontend.

    gcc/rust/ChangeLog:
    
    	* Make-lang.in: Add documentation targets.
    	* gccrs.texi: New file.
    CohenArthur committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0e9f5aa View commit details
    Browse the repository at this point in the history
  2. rust: Add rust.install-dvi and rust.install-html rules

    rust has the (empty) rust.dvi and rust.html rules, but lacks the
    (empty) rust.install-dvi and rust.install-html ones.
    
    2024-04-04  Christophe Lyon  <christophe.lyon@linaro.org>
    
    	gcc/rust/
    	* Make-lang.in (rust.install-dvi, rust.install-html): New rules.
    Christophe Lyon authored and CohenArthur committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1c225ff View commit details
    Browse the repository at this point in the history
  3. rust: Copy install-html rule from Ada frontend

    gcc/rust/ChangeLog:
    
    	* Make-lang.in: Add proper rust.install-html rule.
    CohenArthur committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8af1a1f View commit details
    Browse the repository at this point in the history
  4. gccrs: Add "Using gccrs" section to gccrs.texi

    gcc/rust/ChangeLog:
    
    	* gccrs.texi: Add section about compiling Rust code with gccrs.
    CohenArthur committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b037e67 View commit details
    Browse the repository at this point in the history