| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -1/+1 | |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+1 | |
| 2020-05-01 | Add new tests and bless old tests | LeSeulArtichaut | -9/+19 | |
| 2020-04-16 | Extend UI tests for fixed check_attr() | Matthias Schiffer | -1/+36 | |
| Add testcases for the `#[track_caller]` and `#[target_feature(..)]` function attributes for errors that were not not caught before. | ||||
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -2/+1 | |
| LLVM 7 is over a year old, which should be plenty for compatibility. The last LLVM 6 holdout was llvm-emscripten, which went away in #65501. I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`, which was broken by #66522. | ||||
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -0/+215 | |
| This commit fixes an ICE when `target_feature` is applied to constants. Signed-off-by: David Wood <david@davidtw.co> | ||||
