| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-07 | ctfe interpreter: extend provenance so that it can track whether a pointer ↵ | Ralf Jung | -1/+1 | |
| is immutable | ||||
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 | |
| `x clippy compiler -Aclippy::all -Wclippy::needless_borrow --fix`. Then I had to remove a few unnecessary parens and muts that were exposed now. | ||||
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -2/+2 | |
| also adds some comments | ||||
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -0/+3 | |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -8/+28 | |
| 2023-09-19 | organize mir pretty.rs and move more things into it; move statement-related ↵ | Ralf Jung | -0/+441 | |
| things out of mir/mod.rs | ||||
