| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
