about summary refs log tree commit diff
path: root/src/driver.rs
AgeCommit message (Expand)AuthorLines
2023-04-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2023-04-03Show multiple clippy.toml warnings with `sess.warn` instead of `eprintln!`bhould287-1/+1
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-1/+1
2023-03-05help: refer to `cargo check --help`Samuel Tardieu-1/+1
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-4/+1
2023-02-25Merge branch 'master' into rustupJason Newcomb-4/+1
2023-02-22various: translation resources from cg backendDavid Wood-1/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-0/+1
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-1/+4
2023-01-12Don't pass `--sysroot` twice if SYSROOT is setJoshua Nelson-1/+4
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-1/+0
2022-12-15Auto merge of #9927 - xFrednet:0000-rustc-tool-macro-update, r=matthiaskrgrbors-1/+0
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-0/+5
2022-12-01Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+5
2022-11-22Clippy: Workaround for let_chains issuePhilipp Krones-5/+6
2022-11-21Cleanup `rustc_tool_util` and add a convenient macro for `build.rs`xFrednet-1/+0
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-4/+51
2022-11-21pass clippy sysroot env if given r=ozkanonurozkanonur-3/+15
2022-11-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+36
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-74/+5
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-74/+5
2022-10-25Track `clippy.toml` and `Cargo.toml` in `file_depinfo`Alex Macleod-1/+36
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-3/+3
2022-09-23a few more core lint fixesYuri Astrakhan-3/+3
2022-08-12Adjust cfgsMark Rousskov-1/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-5/+5
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-3/+3
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-2/+1
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-1/+2
2022-04-08Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyupflip1995-2/+1
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-1/+3
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+2
2022-01-27Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyupflip1995-2/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-1/+1
2021-05-06Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyupflip1995-1/+1
2021-04-27Switch `rustc::internal` from deny to warnJoshua Nelson-1/+1
2021-04-08Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyupflip1995-6/+6
2021-03-15Use `rustc_interface::interface::Config::parse_sess_created` in Clippyhyd-dev-12/+8
2021-03-12Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyupflip1995-8/+46
2021-03-05Make clippy set mir_opt_level using OptionSantiago Pastorino-1/+1
2021-02-19Move try_print_query_stack to rustc_interface.Camille GILLOT-3/+1
2021-01-15Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyupflip1995-1/+1
2020-12-23Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'flip1995-87/+29