Commit Graph

9 Commits

Author SHA1 Message Date
@mvvsmk 1a03ecbe99 Removed markdown linting errors from README.md and CONTRIBUTING.md
Fixes #487
Signed-off-by: M V V S Manoj Kumar <mvvsmanojkumar@gamil.com>
2021-11-20 16:55:45 +05:30
Marc Poulhiès 2b84783712
Update CONTRIBUTING.md
Split sentence.

Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
2021-11-09 18:34:19 +01:00
Marc Poulhiès 8cc0140cf6
More help on running clang-format locally
Add note on using git-clang-format and clang-format-diff.py.

Remove the `clang-format` from the required items of PR as it's not enforced
anymore. It's now handled by regular code review.

Refs #242

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2021-11-09 09:16:47 +01:00
Thomas Schwinge c936060b86 Running `clang-format` locally [#242]
Apparently everyone but me knows how to do that; I'm now documenting it for my
own future use.
2021-11-05 12:14:18 +01:00
Thomas Schwinge 5d9d3e32df Some polishing of DCO wording
<https://github.com/Rust-GCC/gccrs/pull/730/files#r728027852>.
2021-10-14 10:35:24 +02:00
Philip Herron 535a824bf7 GCC allows for the DCO sign-off.
This updates the contributor guide to let people know the update applys to
gccrs.

Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
Co-authored-by: Marc Poulhiès <dkm@kataplop.net>
2021-10-13 14:28:23 +01:00
Philip Herron 8564e93111 Update CONTRIBUTING.md
We have been accepting patches via mail from developers following the normal GCC processes. Let's update our guidelines to reflect this.

Co-authored-by: CohenArthur <arthur.cohen@epita.fr>
Co-authored-by: Thomas Schwinge <thomas@codesourcery.com>
Co-authored-by: Miguel Ojeda <ojeda@users.noreply.github.com>
2021-06-05 17:01:06 +01:00
Thomas Schwinge 688f589b9f Re-organize GCC/Rust testsuites
... as discussed in
<https://gcc-rust.zulipchat.com/#narrow/stream/266897-general/topic/Testsuite.20results>:

> [...] best practice from what other GCC testsuites are doing), which I hope
> makes clearer the difference between the individual GCC/Rust testsuites:
> 'rust.test/compile' -> 'rust/compile/torture'
> 'rust.test/execute' -> 'rust/execute/torture'
> 'rust.test/unsupported' -> 'rust/compile/xfail'
> 'rust.test/xfail_compile' -> 'rust/compile'

... plus corresponding documentation updates in the '*.exp' files and
elsewhere.
2021-06-02 11:05:44 +02:00
Philip Herron ee53f17812 Create CONTRIBUTING.md
This provides context for people learning to submit code or issues back to
the project. It will help answer frequently asked questions and a set of
rules for all of us to follow.

This is something that should evolve over time.
2021-05-14 12:48:34 +01:00