| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-07-24 | Rollup merge of #52391 - Amanieu:volatile_unaligned, r=alexcrichton | Mark Rousskov | -1/+7 | |
| Add unaligned volatile intrinsics Surprisingly enough, it turns out that unaligned volatile loads are actually useful for certain (very niche) types of lock-free code. I included unaligned volatile stores for completeness, but I currently do not know of any use cases for them. These are only exposed as intrinsics for now. If they turn out to be useful in practice, we can work towards stabilizing them. r? @alexcrichton | ||||
| 2018-07-20 | Remove unused method | Oliver Schneider | -18/+1 | |
| 2018-07-14 | Add unaligned volatile intrinsics | Amanieu d'Antras | -1/+7 | |
| 2018-07-09 | Correct some codegen stats counters | Ben Harris | -3/+4 | |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -0/+1425 | |
