| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -8/+8 | |
| Continuing the work started in #136466. Every method gains a `hir_` prefix, though for the ones that already have a `par_` or `try_par_` prefix I added the `hir_` after that. | ||||
| 2025-02-10 | Convert two missed places | Bastian Kersting | -1/+1 | |
| 2025-02-06 | Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into ↵ | Philipp Krones | -3/+0 | |
| clippy-subtree-update | ||||
| 2025-01-28 | Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into ↵ | Philipp Krones | -13/+13 | |
| clippy-subtree-update | ||||
| 2025-01-23 | The clipper :3c | Boxy | -1/+2 | |
| 2025-01-09 | Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into ↵ | Philipp Krones | -1/+1 | |
| clippy-subtree-update | ||||
| 2024-12-26 | Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into ↵ | Philipp Krones | -2/+2 | |
| clippy-subtree-update | ||||
| 2024-11-28 | Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into ↵ | Philipp Krones | -3/+4 | |
| clippy-subtree-update | ||||
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -4/+3 | |
| the behavior of the type system not only depends on the current assumptions, but also the currentnphase of the compiler. This is mostly necessary as we need to decide whether and how to reveal opaque types. We track this via the `TypingMode`. | ||||
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into ↵ | Philipp Krones | -108/+92 | |
| clippy-subtree-update | ||||
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into ↵ | Philipp Krones | -1/+1 | |
| clippy-subtree-update | ||||
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -2/+2 | |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into ↵ | Philipp Krones | -1/+1 | |
| clippy-subtree-update | ||||
| 2024-09-24 | Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into ↵ | Philipp Krones | -4/+5 | |
| clippy-subtree-update | ||||
| 2024-09-19 | [Clippy] Swap `float_equality_without_abs` to use diagnostic items instead ↵ | GnomedDev | -3/+3 | |
| of paths | ||||
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -13/+15 | |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into ↵ | Philipp Krones | -51/+45 | |
| clippy-subtree-update | ||||
| 2024-07-25 | Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into ↵ | Philipp Krones | -35/+41 | |
| clippy-subtree-update | ||||
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into ↵ | Philipp Krones | -37/+104 | |
| clippy-subtree-update | ||||
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -0/+2 | |
| This removes the ICE codepaths for `f16` and `f128` in Clippy. `rustc_apfloat` is used as a dependency for the parsing of these types, since their `FromStr` implementation will not be available in the standard library for a while. | ||||
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into ↵ | Philipp Krones | -2/+2 | |
| clippy-subtree-update | ||||
| 2024-05-30 | Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearth | bors | -6/+6 | |
| Clippy subtree update r? `@Manishearth` | ||||
| 2024-05-30 | Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into ↵ | Philipp Krones | -6/+6 | |
| clippy-subtree-update | ||||
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ↵ | Oli Scherer | -2/+2 | |
| call | ||||
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -2/+2 | |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -17/+2 | |
| 2024-05-12 | Inline MemCategorization into ExprUseVisitor | Michael Goulet | -2/+2 | |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -1/+1 | |
| 2024-05-02 | Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into ↵ | Philipp Krones | -15/+38 | |
| clippy-subtree-update | ||||
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -16/+17 | |
| Because they're a bit redundant. | ||||
| 2024-04-04 | Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into ↵ | Philipp Krones | -18/+18 | |
| clippy-subtree-update | ||||
| 2024-03-07 | Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into ↵ | Philipp Krones | -23/+23 | |
| clippy-subtree-update | ||||
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into ↵ | Philipp Krones | -2/+1 | |
| clippy-subtree-update | ||||
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -1/+1 | |
| 2024-02-08 | Merge commit '60cb29c5e4f9772685c9873752196725c946a849' into clippyup | Philipp Krones | -4/+38 | |
| 2024-01-27 | Fix `NonZero` clippy lints. | Markus Reiter | -24/+31 | |
| 2024-01-25 | Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into ↵ | Philipp Krones | -4/+4 | |
| clippy-subtree-update | ||||
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -3/+4 | |
| 2024-01-11 | Merge commit '26ac6aab023393c94edf42f38f6ad31196009643' | Philipp Krones | -81/+127 | |
| 2023-12-16 | Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup | Philipp Krones | -11/+14 | |
| 2023-12-01 | Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync | Philipp Krones | -3/+3 | |
| 2023-11-16 | Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup | Philipp Krones | -211/+181 | |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -7/+8 | |
| `rustc_span` cleanups Just some things I found while looking over this crate. r? `@oli-obk` | ||||
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -49/+58 | |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -7/+8 | |
| Most notably, this commit changes the `pub use crate::*;` in that file to `use crate::*;`. This requires a lot of `use` items in other crates to be adjusted, because everything defined within `rustc_span::*` was also available via `rustc_span::source_map::*`, which is bizarre. The commit also removes `SourceMap::span_to_relative_line_string`, which is unused. | ||||
| 2023-10-21 | Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup | Philipp Krones | -1/+1 | |
| 2023-10-06 | Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyup | Philipp Krones | -2/+2 | |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -2/+2 | |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -2/+2 | |
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -3/+15 | |
