| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -23/+0 | |
| 2020-02-06 | tests: add a revision to macro_backtrace without -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+2 | |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-12-27 | Fix rebase and more CI failures | Vadim Petrochenkov | -0/+1 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -0/+2 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-12-13 | Move error checks out of span for easier to follow `.stderr` | Esteban Küber | -3/+3 | |
| 2017-12-09 | Use spans for -Z external-macro-backtrace | Esteban Küber | -1/+4 | |
| ``` % rustc ui/type-check/cannot_infer_local_or_vec.rs -Z external-macro-backtrace error[E0282]: type annotations needed --> <vec macros>:3:1 | 1 | / ( $ elem : expr ; $ n : expr ) => ( 2 | | $ crate :: vec :: from_elem ( $ elem , $ n ) ) ; ( $ ( $ x : expr ) , * ) => ( 3 | | < [ _ ] > :: into_vec ( box [ $ ( $ x ) , * ] ) ) ; ( $ ( $ x : expr , ) * ) | | ^^^^^^^^^^^^^^^^^^^^^ | | | | | cannot infer type for `T` 4 | | => ( vec ! [ $ ( $ x ) , * ] ) | |______________________________- in this expansion of `vec!` | ::: ui/type-check/cannot_infer_local_or_vec.rs | 12 | let x = vec![]; | - ------ in this macro invocation | | | consider giving `x` a type error: aborting due to previous error ``` | ||||
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -1/+2 | |
| 2017-11-20 | address review comments | Alex Burka | -1/+1 | |
| 2017-11-19 | use -Z flag instead of env var | Alex Burka | -1/+1 | |
| 2017-11-19 | add UI test | Alex Burka | -0/+25 | |
