Alex Macleod
7dd3ecb1f9
Update CONTRIBUTING.md to use RustRover instead of IntelliJ Rust ( #15448 )
...
JetBrains has transitioned from the IntelliJ Rust plugin to RustRover as
their dedicated Rust IDE. This updates the documentation to reflect this
change while maintaining backward compatibility with the existing `cargo
dev setup intellij` command.
Changes:
- Replace IntelliJ Rust references with RustRover in CONTRIBUTING.md
- Update links to point to official RustRover homepage
- Update development guide in book/src/development/basics.md
- Keep existing command names for backward compatibility
**Question**: Do we also need to change the `intellij` command to
`rustrover`?
fixes rust-lang/rust-clippy#15406
changelog: Update CONTRIBUTING.md to reference RustRover instead of
deprecated IntelliJ Rust
2025-08-10 13:52:35 +00:00
reddevilmidzy
aeec153974
Update CONTRIBUTING.md to use RustRover instead of IntelliJ Rust
...
JetBrains has transitioned from the IntelliJ Rust plugin to RustRover
as their dedicated Rust IDE. This updates the documentation to reflect
this change while maintaining backward compatibility with the existing
cargo dev setup intellij command.
Changes:
- Replace IntelliJ Rust references with RustRover in CONTRIBUTING.md
- Update links to point to official RustRover homepage
- Update development guide in book/src/development/basics.md
- Keep existing command names for backward compatibility
2025-08-10 01:45:54 +09:00
alexey semenyuk
68ef9c4cee
Task priority
2025-08-04 01:50:44 +05:00
Philipp Krones
7123f2acf7
Docs: Use spaces in good first issue label
...
This unifies the Clippy repo with the rest of the rust org repos.
2025-05-19 09:37:47 +02:00
Alex Macleod
b768fbe4bc
Replace str path utils with new PathLookup type
2025-05-04 15:26:37 +00:00
alexey semenyuk
f3b1dd636d
Fix labels
2025-01-10 18:27:19 +05:00
Jakub Beránek
3338611c1b
Switch CI from bors to merge queue
2024-10-25 10:28:45 +02:00
Alex Macleod
f1979d48d7
Destructure Conf in register_lints
2023-11-10 23:47:52 +00:00
Ethan Brierley
ede43069cc
Remove use of box_syntax CONTRIBUTING.md` example
...
`box_syntax` no longer exists.
[`clippy_lints/src/lib.rs` now uses `Box::new`](d5298bea7f/clippy_lints/src/lib.rs (L809C70-L809C70) )
2023-08-17 21:47:03 +01:00
xFrednet
dec6ef8a74
Correct active members link in CONTRIBUTING.md
2023-03-19 13:42:12 +01:00
Samuel Moelius
bde33a399d
Update CONTRIBUTING.md
2022-10-30 08:09:31 -04:00
Marijn Schouten
950f5fa945
add missing comma
2022-10-14 16:57:06 +02:00
Alex Macleod
ba717aa36e
Update rust-analyzer documentation, mention linkedProjects
2022-09-14 10:46:20 +00:00
Michael Schubart
72e7064b01
Make it easier to find the developer guide
...
Adding the link that I wish had been there when I first looked for
this info.
2022-08-01 08:36:17 +01:00
Guilherme-Vasconcelos
b707a23814
Rename rustcSource in contributing docs
2022-07-15 12:36:57 -03:00
Troy Hinckley
57a8f6dd9d
Fix broken link in CONTRIBUTING.md
2022-07-11 15:49:11 -05:00
Philipp Krones
1f11cd17ac
Remove bit-rotty list of Clippy team members from CONTRIBUTING.md
2022-06-06 16:17:58 +02:00
flip1995
b37d24f7ff
Move parts of CONTRIBUTING.md to the book
2022-06-06 16:17:57 +02:00
flip1995
206ec6e2f6
Move syncing doc to book
2022-06-06 16:15:53 +02:00
Alex Macleod
c9d88ef962
Recommend let chains over if_chain in docs
2022-05-09 14:23:16 +01:00
Joshua Nelson
677b38c918
Suggest -Zunpretty=ast-tree instead of -Zast-json
...
-Zast-json is being removed shortly: https://github.com/rust-lang/rust/pull/85993 .
ast-tree does essentially the same thing, and still works today even before that PR lands.
2022-05-05 20:11:41 -05:00
BB
b59ff5861a
Fixed some typos in README and CONTRIBUTING
2021-12-28 00:08:25 +01:00
Caleb Cartwright
1b2c57c2dd
docs: recommend new branch
2021-10-24 15:14:45 -05:00
flip1995
a82a744155
Merge remote-tracking branch 'upstream/master' into rustup
2021-07-01 17:41:24 +02:00
xFrednet
3d0984975e
Print cargo dev help on missing arg and updated setup documentation
2021-06-25 11:17:00 +02:00
Alexander Melentyev
dab42cff02
Delete spaces
2021-06-21 12:11:37 +03:00
flip1995
d605882023
Merge commit ' b71f340560' into clippyup
2021-05-06 12:20:44 +02:00
Mateusz Gacek
a7dc1ca80a
Small fix in CONTRIBUTING.md
2021-04-30 17:27:42 +02:00
flip1995
02bf692169
Merge commit ' 98e2b9f25b' into clippyup
2021-04-22 11:31:13 +02:00
Takayuki Nakata
b20cbff666
Fix links in doc
2021-04-19 22:47:09 +09:00
flip1995
9f6b5de7de
Merge commit ' 0e87918536' into clippyup
2021-03-25 19:29:11 +01:00
Philipp Krones
6546285959
Rename the last ra_setup mention to ide_setup
2021-03-17 10:24:27 +01:00
Matthias Krüger
3d7a84c8bb
CONTRIBUTING: update section explaining how to get ra to work inside the clippy repo
2021-03-17 10:08:44 +01:00
Manish Goregaokar
c8cb90abbd
Merge commit ' 3e4179766b' into sync-from-clippy
2021-02-02 20:43:30 -08:00
xFrednet
a2d2aeeb4b
Updated the list of active mentors
2021-02-02 18:53:15 +01:00
flip1995
ac912be984
Merge commit ' 95c0459217' into clippyup
2021-01-30 18:06:34 +01:00
xFrednet
52fabbf08b
Added the rustbot claim command to the contribution guide.
2021-01-26 18:36:43 +01:00
Philipp Krones
8a77f63879
Fix formulations in label descriptions
2021-01-15 11:30:58 +01:00
Takayuki Nakata
d72cb252f2
Add notes of prioritization labels to doc
2021-01-15 09:17:43 +09:00
flip1995
f03edfd7a1
Merge commit ' 4911ab124c' into clippyup
2020-12-20 17:19:49 +01:00
xFrednet
ced54f2867
Renamed the good first issue label in CONTRIBUTING.md
2020-12-18 22:13:22 +00:00
Takayuki Nakata
426aba2ef4
Fix links in CONTRIBUTING.md
2020-12-14 11:57:35 +09:00
Matthias Krüger
27dc565d28
cargo dev: rename ra-setup to ra_setup to be in line with the other commands
2020-12-13 18:52:46 +01:00
Eduardo Broto
2e8b00a331
Apply suggestions from PR review
...
Also:
- Update to latest nightly
2020-12-10 09:57:29 +01:00
Eduardo Broto
613333acd5
Pin Clippy to a nightly
2020-12-10 09:57:29 +01:00
flip1995
8eca423ea1
Merge commit ' c1664c50b2' into clippyup
2020-12-06 15:01:03 +01:00
Matthias Krüger
292a54eede
CONTRIBUTING: update bors queue url from buildbot2.rlo to bors.rlo
2020-12-01 01:26:02 +01:00
flip1995
34244190d4
Merge commit ' b20d4c155d' into clippyup
2020-11-05 14:29:48 +01:00
Takayuki Nakata
38ec920fb0
Update CONTRIBUTING.md to describe E-medium in detail
...
Co-authored-by: Philipp Krones <hello@philkrones.com>
2020-10-30 00:24:29 +09:00
Takayuki Nakata
8bd1e23167
Replace E-easy with good first issue in CONTRIBUTING.md
...
`E-easy` isn't used, so `good first issue` is more appropriate.
2020-10-27 23:34:50 +09:00