| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-06 | tests: add a revision to macro_backtrace without -Zmacro-backtrace. | Eduard-Mihai Burtescu | -78/+0 | |
| 2019-11-06 | Remove "here" from "expected one of X here" | Esteban Küber | -3/+3 | |
| 2019-07-15 | pprust: Fix formatting regressions from the previous commits | Vadim Petrochenkov | -20/+20 | |
| Fix some remaining cases of bad formatting Update some failing tests | ||||
| 2019-07-15 | pprust: Use `print_mac_common` for delimited token groups | Vadim Petrochenkov | -20/+20 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3/+3 | |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -5/+5 | |
| Before this two macros with same name would be indistinguishable inside a `FileName`. This caused a bug in incremental compilation (see #53097) since two different macros would map out to the same `StableFilemapId`. Fixes #53097. | ||||
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -17/+17 | |
| 2018-01-26 | Fix test in macro_backtrace | varkor | -5/+5 | |
| 2017-12-13 | Move error checks out of span for easier to follow `.stderr` | Esteban Küber | -12/+3 | |
| 2017-12-09 | Use spans for -Z external-macro-backtrace | Esteban Küber | -8/+78 | |
| ``` % 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-29 | Point to next token when it is in the expected line | Esteban Küber | -6/+2 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -4/+4 | |
| 2017-11-19 | add UI test | Alex Burka | -0/+21 | |
