| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -8/+8 |
| 2022-05-08 | Move lint expectation checking into a separate query (RFC 2383) | xFrednet | -2/+10 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+1 |
| 2022-03-07 | Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message | xFrednet | -4/+5 |
| 2022-03-02 | Use Vec for expectations to have a constant order (RFC-2383) | xFrednet | -3/+1 |
| 2022-03-02 | Added `panics` for unreachable states for expectations (RFC 2383) | xFrednet | -0/+2 |
| 2022-03-02 | Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383) | xFrednet | -13/+16 |
| 2022-03-02 | Add UI tests for the `expect` attribute (RFC-2383) | xFrednet | -4/+2 |
| 2022-03-02 | Make `LintExpectationId` stable between compilation sessions (RFC-2383) | xFrednet | -1/+1 |
| 2022-03-02 | Check lint expectations and emit lint if unfulfilled (RFC-2383) | xFrednet | -0/+48 |
