summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/polonius
AgeCommit message (Expand)AuthorLines
2024-02-24Implement asm goto in MIR and MIR loweringGary Guo-1/+2
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-1/+1
2024-02-12remove a bunch of dead parameters in fnyukang-1/+0
2024-02-06Invert diagnostic lints.Nicholas Nethercote-4/+0
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-1/+1
2023-11-26move remaining legacy polonius fact generation out of NLL moduleRémy Rakic-18/+40
2023-11-26small polish of loan invalidations fact generationRémy Rakic-22/+12
2023-11-26rename polonius constraint generation to what it actually does: emit loan killsRémy Rakic-28/+20
2023-11-26simplify polonius constraint generationRémy Rakic-106/+82
2023-11-26remove NLL liveness from polonius constraint generationRémy Rakic-80/+7
2023-11-26extract polonius "constraint generation"Rémy Rakic-2/+272
2023-11-26extract polonius loan invalidations fact generationRémy Rakic-0/+582