rust-lang / polonius

Defines the Rust borrow checker.
Apache License 2.0
1.35k stars 73 forks source link

Clean up terminology: step 3 — the rest of the owl #155

Closed lqd closed 3 years ago

lqd commented 3 years ago

Completes most of The Great Renaming™ to also align:

with the naming plan in our rules hackmd.

This PR will need require rustc's fact generation to be updated to use these new names as well.

For review purposes: since there's a lot of renaming, each commit can be reviewed individually. Note that the commits renaming the datasets' fact files are prefixed with "tests".

nikomatsakis commented 3 years ago

this is amazing and you are a hero. do you want me to merge this now, @lqd, or do you have a particular ordering?

lqd commented 3 years ago

@nikomatsakis this one was the one I planned we'd merge first :)

nikomatsakis commented 3 years ago

DONE