| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -1/+2 | |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -1/+1 | |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -1/+0 | |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -4/+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. | ||||
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -1/+1 | |
| To enable improved accuracy of diagnostics in upcoming commits. | ||||
| 2023-11-26 | move remaining legacy polonius fact generation out of NLL module | Rémy Rakic | -18/+40 | |
| 2023-11-26 | small polish of loan invalidations fact generation | Rémy Rakic | -22/+12 | |
| 2023-11-26 | rename polonius constraint generation to what it actually does: emit loan kills | Rémy Rakic | -28/+20 | |
| 2023-11-26 | simplify polonius constraint generation | Rémy Rakic | -106/+82 | |
| 2023-11-26 | remove NLL liveness from polonius constraint generation | Rémy Rakic | -80/+7 | |
| 2023-11-26 | extract polonius "constraint generation" | Rémy Rakic | -2/+272 | |
| to help review, this duplicates the existing NLL + polonius constraint generation component, before splitting them up to only do what they individually need. | ||||
| 2023-11-26 | extract polonius loan invalidations fact generation | Rémy Rakic | -0/+582 | |
| and move the polonius module to the borrowck root | ||||
