| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -2/+2 | |
| While provenance cannot be captured through these arguments, the address / object identity can. | ||||
| 2025-08-21 | Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64 | WANG Rui | -12/+12 | |
| 2025-08-20 | Tell LLVM about read-only captures | Nikita Popov | -1/+1 | |
| `&Freeze` parameters are not only `readonly` within the function, but any captures of the pointer can also only be used for reads. This can now be encoded using the `captures(address, read_provenance)` attribute. | ||||
| 2025-07-04 | Fix tests/ui/abi/debug.rs to cross-compile for riscv64 | Jubilee Young | -15/+15 | |
| 2025-07-04 | Fixed the ABI parameter inconsistency issue in debug.rs for the riscv64 ↵ | YingkaiLi-VM | -0/+991 | |
| architecture. | ||||
