| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -45/+0 | |
| Address comments Update limits | ||||
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -19/+19 | |
| 2019-12-21 | rework run-fail and support check,build-fail | Mazdak Farrokhzad | -7/+7 | |
| 2019-11-14 | Fix ui tests with better error code usage | Guillaume Gomez | -0/+1 | |
| 2019-08-21 | Introduce `term-size` dependency and consider term width when trimming | Esteban Küber | -2/+2 | |
| 2019-08-21 | Strip code to the left and right in diagnostics for long lines | Esteban Küber | -2/+2 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -7/+7 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -7/+7 | |
| 2018-11-04 | Ignore some more tests on emscripten | Nikita Popov | -7/+7 | |
| Either missing i128 or asm support | ||||
| 2018-10-30 | Add a test for multiple cases of E0669 | Levente Kurusa | -6/+18 | |
| Signed-off-by: Levente Kurusa <lkurusa@acm.org> | ||||
| 2018-10-17 | rustc: improve E0669 span | Levente Kurusa | -10/+10 | |
| E0669 refers to a constraint that cannot be coerced into a single LLVM value, unfortunately right now this uses the Span for the entire inline assembly statement, which is less than ideal. This commit preserves the Span from HIR, which lets us emit the error using the Span for the operand itself in MIR. Signed-off-by: Levente Kurusa <lkurusa@acm.org> | ||||
| 2018-10-06 | codegen_llvm: verify that inline assembly operands are scalars | Levente Kurusa | -0/+33 | |
| Otherwise, LLVM translation will fail with a panic. Signed-off-by: Levente Kurusa <lkurusa@acm.org> | ||||
