| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-30 | move `facts` module to polonius legacy module | Rémy Rakic | -251/+0 | |
| this is specific to the old datalog implementation and wasn't noticed in the previous module move | ||||
| 2024-12-30 | simplify `add_extra_drop_facts` | Rémy Rakic | -1/+1 | |
| this is mostly to remove imports of the polonius legacy module also what is going on in this function, what the... | ||||
| 2024-12-30 | move `location` module to polonius legacy module | Rémy Rakic | -1/+1 | |
| this is specific to the old datalog implementation and wasn't noticed in the previous module move | ||||
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -2/+2 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+9 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-30 | Remove usage of specialization from rustc_borrowck | bjorn3 | -2/+26 | |
| 2024-05-20 | Uplift RegionVid | Michael Goulet | -2/+25 | |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -2/+2 | |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -12/+3 | |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 | |
| That is, change `diagnostic_outside_of_impl` and `untranslatable_diagnostic` from `allow` to `deny`, because more than half of the compiler has be converted to use translated diagnostics. This commit removes more `deny` attributes than it adds `allow` attributes, which proves that this change is warranted. | ||||
| 2023-10-04 | introduce `Polonius` enum for `-Zpolonius` | Rémy Rakic | -1/+2 | |
| this allows to opt into using the legacy version or the in-tree prototype | ||||
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -1/+1 | |
| r? @WaffleLapkin | ||||
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -3/+2 | |
| Nothing particularly exciting here, but a couple of things I noticed as I was looking for more index conversions to simplify. | ||||
| 2023-01-06 | Use fmt named parameters in rustc_borrowck | wcampbell | -1/+1 | |
| 2022-11-09 | lint auto pass | AndyJado | -0/+2 | |
| Revert "lint auto pass" This reverts commit e58e4466384924c491a932d3f18ef50ffa5a5065. | ||||
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 | |
| This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`). Rename it to be more clear. | ||||
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 | |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -1/+1 | |
| 2021-09-07 | Move rustc_mir::borrow_check to new crate rustc_borrowck. | Camille GILLOT | -0/+212 | |
