| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-04-14 | fix tests | Ralf Jung | -0/+12 | |
| 2019-04-11 | Reword tracking issue note | Esteban Küber | -4/+4 | |
| 2019-04-10 | Tweak unstable diagnostic output | Esteban Küber | -4/+8 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -24/+24 | |
| 2019-03-06 | Surround found token with ` | Esteban Küber | -2/+2 | |
| 2019-03-05 | On incorrect cfg literal/identifier, point at the right span | Esteban Küber | -2/+2 | |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -5/+6 | |
| 2019-01-08 | bless you | dylan_DPC | -2/+2 | |
| 2019-01-08 | remove unwanted stage0 line, fix style | dylan_DPC | -7/+5 | |
| 2019-01-08 | remove unused imports and feature gate from tests | dylan_DPC | -7/+5 | |
| 2019-01-08 | stabilise cfg_attr | dylan_DPC | -5/+3 | |
| 2019-01-06 | Make sure feature gate errors are recoverable (take 2) | Vadim Petrochenkov | -8/+8 | |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -0/+4 | |
| Fix a number of uncovered deficiencies in diagnostics | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -114/+8 | |
| 2018-11-07 | Removed `#[rustc_error]` from tests that are all `// compile-pass`. | Felix S. Klock II | -15/+4 | |
| I also added `// skip-codegen` to each one, to address potential concerns that this change would otherwise slow down our test suite spending time generating code for files that are really just meant to be checks of compiler diagnostics. (However, I will say: My preference is to not use `// skip-codegen` if one can avoid it. We can use all the testing of how we drive LLVM that we can get...) (Updated post rebase.) | ||||
| 2018-10-26 | Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov | bors | -9/+19 | |
| Suggest to remove prefix `b` in cfg attribute lint string Closes #54926 r? @estebank | ||||
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 | |
| 2018-10-23 | add expected error comment | Esteban Kuber | -1/+1 | |
| Co-Authored-By: csmoe <csmoe@msn.com> | ||||
| 2018-10-23 | add expected error comment | Esteban Kuber | -1/+1 | |
| Co-Authored-By: csmoe <csmoe@msn.com> | ||||
| 2018-10-22 | optimize unsupported literal diag message | csmoe | -8/+14 | |
| 2018-10-20 | update meta item checking test | csmoe | -7/+11 | |
| 2018-10-14 | Unused result warning: "X which must" ↦ "X that must" | varkor | -2/+2 | |
| 2018-10-07 | cfg_attr_multi: Feature gate | Havvy (Ryan Scheel) | -7/+11 | |
| 2018-10-05 | cfg_attr_multi: Basic implementation | Havvy (Ryan Scheel) | -1/+208 | |
| Does not implement the warning or a feature flag. | ||||
| 2018-10-05 | Move conditional configuration related UI tests into their own directory | Havvy (Ryan Scheel) | -0/+349 | |
