about summary refs log tree commit diff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorLines
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-7/+1
2023-08-24Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyupPhilipp Krones-1/+1
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-1/+1
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-0/+33
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-1/+1
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-10/+15
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-3/+3
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-4/+3
2022-06-16Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyupflip1995-151/+17
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-5/+5
2021-12-30Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyupflip1995-4/+4
2021-11-04Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyupflip1995-1/+3
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-1/+1
2021-06-21Delete spacesAlexander Melentyev-1/+1
2021-05-06Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyupflip1995-1/+1
2021-04-22Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyupflip1995-3/+3
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-7/+29
2021-02-02Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippyManish Goregaokar-4/+5
2021-01-30Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyupflip1995-1/+14
2020-12-20Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyupflip1995-29/+32
2020-12-06Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyupflip1995-2/+7
2020-11-05Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyupflip1995-3/+4
2020-10-23Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyupEduardo Broto-2/+2
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-3/+3
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-9/+49
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-12/+15
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-1/+1
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-8/+28
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-35/+65
2020-04-08Rollup merge of #5422 - nickrtorres:contributing-triage, r=flip1995Philipp Krones-1/+1
CONTRIBUTING.md: fix broken triage link Fixes #5421
2020-04-04CONTRIBUTING.md: fix broken triage linkNick Torres-1/+1
2020-04-04Update CONTRIBUTING.mdflip1995-4/+3
2020-04-04Rename rustc -> rustc_middle in doc linksflip1995-1/+1
2020-03-11Improve documentationYuki Okushi-2/+5
2020-03-11Move links to the end of each chapter on CONTRIBUTINGYuki Okushi-53/+59
2020-03-11Clean-up CONTRIBUTING.mdYuki Okushi-44/+35
2020-03-08Mention the setup instructions in CONTRIBUTINGVivek Ghaisas-2/+3
Multiple people seem to have missed this based on questions asked in the Discord channel. Might as well mention it up front.
2020-02-12Fix markdown Filesflip1995-25/+39
Rendered: [CHANGELOG.md](https://github.com/flip1995/rust-clippy/blob/gha/CHANGELOG.md) [CODE_OF_CONDUCT.md](https://github.com/flip1995/rust-clippy/blob/gha/CODE_OF_CONDUCT.md) [CONTRIBUTING.md](https://github.com/flip1995/rust-clippy/blob/gha/CONTRIBUTING.md) [README.md](https://github.com/flip1995/rust-clippy/blob/gha/README.md) [clippy_dummy/PUBLISH.md](https://github.com/flip1995/rust-clippy/blob/gha/clippy_dummy/PUBLISH.md) [doc/adding_lints.md](https://github.com/flip1995/rust-clippy/blob/gha/doc/adding_lints.md) [etc/relicense/RELICENSE_DOCUMENTATION.md](https://github.com/flip1995/rust-clippy/blob/gha/etc/relicense/RELICENSE_DOCUMENTATION.md)
2020-02-10Remove unnecessary imports from documentationKrishna Sai Veera Reddy-1/+1
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-1/+1
If you've been using `./util/dev` before, this now becomes `cargo dev`. The key part of this change is found in `.cargo/config`. This means one less shell script and a bit more cross-platform support for contributors.
2019-10-24Revert "rustc-dev has been temporarily removed"flip1995-1/+1
This reverts commit 974a05b806954ebdc6640b7ef539667bd7baca56.
2019-10-14rustc-dev has been temporarily removedLzu Tao-1/+1
2019-10-11Rustup for rustc-devLzu Tao-1/+1
2019-08-29Add note to fix toolstateYuki Okushi-1/+17
2019-08-19Import rustc_plugin from its new locationSimon Sapin-5/+5
Depends on https://github.com/rust-lang/rust/pull/62727
2019-08-19Fix the name of a channel of discord in CONTRIBUTING.mdchansuke-1/+1
2019-03-03Cleanup 'Writing code' in CONTRIBUTING.mdPhilipp Hansch-114/+3
This is now all included in `doc/adding_lints.md`
2019-02-08Add a uitest subcommand to simplify UI test invocationPhilipp Hansch-2/+2
This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test`
2019-02-03Add setup-toolchain.sh script to configure the master version of rustc,Jeremy Fitzhardinge-0/+4
and update CONTRIBUTING.md accordingly.
2019-01-20Fixing typo in CONTRIBUTING.mdrmcteggart-r7-1/+1