about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-04-25Add the warning to all documentation.blyxyas-1/+1
2023-04-17Force -Zflatten-format-args=no in Clippy.Mara Bos-0/+3
2023-04-11Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyupPhilipp Krones-1/+1
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-2/+2
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason 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-27Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyupPhilipp Krones-1/+1
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-1/+4
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-2/+0
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-0/+5
2022-11-22Clippy: Workaround for let_chains issuePhilipp Krones-5/+6
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-13920/+52
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-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-6/+152
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-10-09deprecate `clippy::for_loops_over_fallibles`Maybe Waffle-33/+0
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-20/+182
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-38/+25
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-0/+13664
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-21Merge 'rust-clippy/master' into clippyupxFrednet-0/+4
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
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-1/+1
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-1/+1
2021-09-28Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyupflip1995-19/+1
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-1/+8
2021-07-01Merge commit '61eb38aeda6cb54b93b872bf503d70084c4d621c' into clippyupflip1995-22/+4
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-14/+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